watergale Posted June 7, 2015 Share Posted June 7, 2015 I am making my first custom character and everything seemed to be going well until I got into the game. I haven't edited any of the art but I edited the description, name, quote, and info as well as what the character says when examining a evergreen tree. However when I select the character none of the information appears and when I examine an evergreen in game it still has Wilson's description instead. I will include the file in question that seems not to work. If anyone could tell me what I am doing wrong it would be much appreciated!modmain.lua Link to comment https://forums.kleientertainment.com/forums/topic/54959-custom-character-will-load-but-wont-use-custom-info/ Share on other sites More sharing options...
Mobbstar Posted June 8, 2015 Share Posted June 8, 2015 Let me show you what's wrong:GLOBAL.STRINGS.CHARACTER_TITLES.vlad_plasmius = "The Half Ghost"GLOBAL.STRINGS.CHARACTER_DESCRIPTIONS.vlad_plasmius = "* Is actually a Theinsanefruitloop."GLOBAL.STRINGS.CHARACTERS.VLAD_PLASMIUS = {}table.insert(GLOBAL.CHARACTER_GENDERS.MALE, "vlad plasmius")AddModCharacter("vlad plasmius") See it? You leave a space sometimes, and sometimes you use an underscore instead. Please stick to one, ideally underscores. Link to comment https://forums.kleientertainment.com/forums/topic/54959-custom-character-will-load-but-wont-use-custom-info/#findComment-645223 Share on other sites More sharing options...
watergale Posted June 8, 2015 Author Share Posted June 8, 2015 Okay this helps a lot! Thank you so much! Link to comment https://forums.kleientertainment.com/forums/topic/54959-custom-character-will-load-but-wont-use-custom-info/#findComment-645255 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