[General] - Mods are not getting registered properly.


Dryicefox

Recommended Posts

Bug Submission:

Category: General

Issue Title: Mods are not getting registered properly.

Issue Description: Things like character builds are working for characters. But now the ghosts for the characters are not getting loaded. Even though a new avatars.tex IS being loaded. The character is only registering as avatar_unknown instead of the avatar coded in.

Steps to Reproduce: Make a mod

Add a character icon in avatars.tex in your images folder in the mod and properly code it in.

Start game

Watch as it makes you an unknown character.

Go ghost

Watch as your build now means nothing.

Link to comment
Share on other sites

Here is the log.
 

scripts/components/playerspawner.lua(84,1) SPAWNING NEW PLAYER AT: (-288.00, 0.00, -71.38)
Serialize session to session/0F5000232CA6EDCE/KU_US-Yynqt
OnSaveMinimapComplete
Serialize session to session/0F5000232CA6EDCE/KU_US-Yynqt
OnSaveMinimapComplete
WARNING! Could not find region 'nightmareball.tex' from atlas 'images/inventoryimages.xml'. Is the region specified in the atlas?
images/inventoryimages.xml
LUA ERROR stack traceback:
        C:/Program Files (x86)/Steam/steamapps/common/Don't Starve Together Beta/data/scripts/widgets/image.lua(30,1) in function 'SetTexture'
        C:/Program Files (x86)/Steam/steamapps/common/Don't Starve Together Beta/data/scripts/widgets/image.lua(11,1) in function '_ctor'
        C:/Program Files (x86)/Steam/steamapps/common/Don't Starve Together Beta/data/scripts/class.lua(181,1) in function 'Image'
        C:/Program Files (x86)/Steam/steamapps/common/Don't Starve Together Beta/data/scripts/widgets/itemtile.lua(38,1) in function '_ctor'
        C:/Program Files (x86)/Steam/steamapps/common/Don't Starve Together Beta/data/scripts/class.lua(181,1) in function 'ItemTile'
        C:/Program Files (x86)/Steam/steamapps/common/Don't Starve Together Beta/data/scripts/widgets/inventorybar.lua(181,1) in function 'Rebuild'
        C:/Program Files (x86)/Steam/steamapps/common/Don't Starve Together Beta/data/scripts/widgets/inventorybar.lua(282,1) in function 'OnUpdate'
        C:/Program Files (x86)/Steam/steamapps/common/Don't Starve Together Beta/data/scripts/frontend.lua(553,1) in function 'Update'
        C:/Program Files (x86)/Steam/steamapps/common/Don't Starve Together Beta/data/scripts/update.lua(93,1)
Deserialize local session session/0F5000232CA6EDCE/KU_US-Yynqt
OnLoadMinimapComplete
Deserializing cached icon data: 0
Deserializing tile data (400 x 400)
Could not preload undefined prefab 0xc728245 (red_mushroom,10)
scripts/mainfunctions.lua(123,1) Can't find prefab red_mushroom,10
...tarve Together Beta/data/scripts/consolecommands.lua:25: attempt to index local 'inst' (a nil value)
Could not preload undefined prefab 0x2492ffb3 (mushroom,10)
scripts/mainfunctions.lua(123,1) Can't find prefab mushroom,10
...tarve Together Beta/data/scripts/consolecommands.lua:25: attempt to index local 'inst' (a nil value)
Could not preload undefined prefab 0xcd3ec0b8 (mushroom)
scripts/mainfunctions.lua(123,1) Can't find prefab mushroom
...tarve Together Beta/data/scripts/consolecommands.lua:25: attempt to index local 'inst' (a nil value)
Could not preload undefined prefab 0x2f330ba7 (red_cap,10)
scripts/mainfunctions.lua(123,1) Can't find prefab red_cap,10
...tarve Together Beta/data/scripts/consolecommands.lua:25: attempt to index local 'inst' (a nil value)
QueryServerComplete no callback
Could not find anim [death] in bank [ghost]
Could not find anim build ghost_unknown_build
Serialize session to session/0F5000232CA6EDCE/KU_US-Yynqt
OnSaveMinimapComplete
scripts/playerdeaths.lua(54,1) SAVING Morgue 39
QueryServerComplete no callback
QueryServerComplete no callback
 
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.