• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

I need help with modding!!

i dont that at the start, i saw someone else do it in a video

plus i just tried without EAC and its not working still :/

 
Last edited by a moderator:
i dont that at the start, i saw someone else do it in a video
If you run it from the SDX Launcher, it won't load with EAC. Also, if you run 7daystodie.exe, It also should load with EAC off.

 
Thank you for the log.

Code:
SDX: Could not find asset 'alien'

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)

2018-10-09T17:17:20 10.783 ERR Loading and parsing 'blocks.xml' (Model '#Alien?alien' not found on block with id 17)
2018-10-09T17:17:20 10.783 ERR Loading of blocks aborted due to errors!
2018-10-09T17:17:20 10.784 ERR   at BlockShapeModelEntity.Init (.Block _block) [0x00000] in <filename unknown>:0 
 at BlocksFromXml.CreateBlocks (.XmlFile _xmlFile, Boolean _fillLookupTable) [0x00000] in <filename unknown>:0
The error points that the unity object itself, "alien", isn't correct. Would you mind taking a screenshot of Unity, so we can see what the prefab and structure of the block looks like?

 
Thank you for the log.

Code:
SDX: Could not find asset 'alien'

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)

2018-10-09T17:17:20 10.783 ERR Loading and parsing 'blocks.xml' (Model '#Alien?alien' not found on block with id 17)
2018-10-09T17:17:20 10.783 ERR Loading of blocks aborted due to errors!
2018-10-09T17:17:20 10.784 ERR   at BlockShapeModelEntity.Init (.Block _block) [0x00000] in <filename unknown>:0 
 at BlocksFromXml.CreateBlocks (.XmlFile _xmlFile, Boolean _fillLookupTable) [0x00000] in <filename unknown>:0
The error points that the unity object itself, "alien", isn't correct. Would you mind taking a screenshot of Unity, so we can see what the prefab and structure of the block looks like?





im new to this, is there any good sites i can use to put my picture ofn so u can see it? it wont let me post it on here

 
Last edited by a moderator:
Notice your difference?

resource: alien.unity3d

XML: <property name="Model" value="#Alien?alientest" />

Should be: <property name="Model" value="#alien?alientest" />

Capitals matter.

 
Back
Top