BumpercarFactories Posted June 18, 2015 Share Posted June 18, 2015 So I started learning some lua and created my own character for DST. It crashes upon loading the world/starting with the char. Ingame output:../mods/bonnieds/images/avatars/avatar_bonnie.xml LUA ERROR stack traceback: scripts/widgets/image.lua(30,1) in function 'SetTexture' scripts/widgets/image.lua(11,1) in function '_ctor' scripts/class.lua(181,1) in function 'Image' scripts/widgets/playerbadge.lua(31,1) in function '_ctor' scripts/class.lua(181,1) in function 'PlayerBadge' scripts/widgets/worldresettimer.lua(36,1) in function '_ctor' And the log file:http://pastebin.com/1kr3wEtm Link to comment https://forums.kleientertainment.com/forums/topic/55418-i-need-help-with-a-character-mod/ Share on other sites More sharing options...
gregdwilson Posted June 18, 2015 Share Posted June 18, 2015 (edited) You need to fix your atlas file. /mods/bonnieds/images/avatars/avatar_bonnie.xml It is trying to reference avatar_unknown.tex The easiest way to update your images is to use the modtools. Open up a console window, then drag over png.exe from Dont Strave Mod Tool/mod_tools to the console window, then click the console and press the space bar so you have a space, then drag over the image that you are trying to convert to a tex file. Then click the console and press space again, and then drag over the folder that the image is located. Once you hit enter it will update you tex and xml file. If you then rename your files you have to update the new name in the xml file so its best to rename the image before you start. If you don't have an image you are working with and are using the same xml and tex files from a template just open up the xml file and update the filename of avatar_unknown.tex to the one you are using, probably avatar_bonnie.tex Edited June 18, 2015 by gregdwilson Link to comment https://forums.kleientertainment.com/forums/topic/55418-i-need-help-with-a-character-mod/#findComment-648115 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now