Elemento2113 Posted January 7, 2015 Share Posted January 7, 2015 so i seem to be having problems with my character i'm trying to make could anyone help with the shard of log file that's relevant?could it be that i havent got some commands that i need as i was using the dont starve simple character template and if so is there a sample character for DST? mod error stuff from log.txt Link to comment https://forums.kleientertainment.com/forums/topic/48660-character-creation-help-no-idea-whats-wrong/ Share on other sites More sharing options...
Developer PeterA Posted January 7, 2015 Developer Share Posted January 7, 2015 I took a quick look, and it appears that your prefab "c0p" is missing?There isn't a sample character for DST yet, but I would suggest checking out these character mods as I know that they work.http://steamcommunity.com/sharedfiles/filedetails/?id=344173192http://steamcommunity.com/sharedfiles/filedetails/?id=350365996 Link to comment https://forums.kleientertainment.com/forums/topic/48660-character-creation-help-no-idea-whats-wrong/#findComment-598440 Share on other sites More sharing options...
Elemento2113 Posted January 8, 2015 Author Share Posted January 8, 2015 nice thanks for that ill have a look Link to comment https://forums.kleientertainment.com/forums/topic/48660-character-creation-help-no-idea-whats-wrong/#findComment-598481 Share on other sites More sharing options...
Elemento2113 Posted January 8, 2015 Author Share Posted January 8, 2015 so it keep crashing the game im going to attach the new log to see if its different and ill attach my prefab c0p.lua file if you could either point out the problem(s) or have a go at fixing it either is apreciatedthanksElementomod error stuff from log.txtc0p.lua Link to comment https://forums.kleientertainment.com/forums/topic/48660-character-creation-help-no-idea-whats-wrong/#findComment-598499 Share on other sites More sharing options...
Developer PeterA Posted January 8, 2015 Developer Share Posted January 8, 2015 You have an extra "end" on line 39 that you need to remove, and your call to MakePlayerCharacter, should match the following. local start_inv = {}return MakePlayerCharacter("c0p", prefabs, assets, common_postinit, master_postinit, start_inv) Link to comment https://forums.kleientertainment.com/forums/topic/48660-character-creation-help-no-idea-whats-wrong/#findComment-598875 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