Dwim Posted February 20, 2015 Share Posted February 20, 2015 Hello all, I have made a character mod, yet when I enable it, the game freezes on a screen saying that the mod has failed to run last time and will be disabled. What causes this problem? Thanks! -Dwim Link to comment https://forums.kleientertainment.com/forums/topic/51226-character-mod-problem/ Share on other sites More sharing options...
Sketchiverse Posted February 20, 2015 Share Posted February 20, 2015 Hello Dwim, you're going to get grounded ! This gets asked a million times everyday Go find the log.txt file in your Documents > Klei > DoNotStarve and search your mod's name in it to find what caused the error. This file shall be your best friend for any weird crash issue in the future. Make sure you read the general mod help threads, there's a bunch of stuff you should know about mods in order to work at ease. Good luck. Link to comment https://forums.kleientertainment.com/forums/topic/51226-character-mod-problem/#findComment-615003 Share on other sites More sharing options...
Corrosive Posted February 20, 2015 Share Posted February 20, 2015 (edited) @Dwim, This is a little bit like asking, "My friend recently broke his leg. How did he break it?" Edit: Dangit, had this open in a tab and by the time I switched over and posted, you'd given a more useful reply Edited February 20, 2015 by Corrosive Link to comment https://forums.kleientertainment.com/forums/topic/51226-character-mod-problem/#findComment-615004 Share on other sites More sharing options...
Sketchiverse Posted February 20, 2015 Share Posted February 20, 2015 @Corrosive, That's fine my friend, it's the first time I make myself kind of useful around here, haha. Link to comment https://forums.kleientertainment.com/forums/topic/51226-character-mod-problem/#findComment-615006 Share on other sites More sharing options...
Dwim Posted February 20, 2015 Author Share Posted February 20, 2015 Thank you for your answer, it helped me out a lot! I am very new to modding, so I apologize if I ask questions that would be considered dumb. Link to comment https://forums.kleientertainment.com/forums/topic/51226-character-mod-problem/#findComment-615012 Share on other sites More sharing options...
Sketchiverse Posted February 20, 2015 Share Posted February 20, 2015 It's okay, I was just like you a few days ago. ^^ Good luck with your mod ! When it really doesn't work, don't panic and go search for similar problems other people had on the forums. Link to comment https://forums.kleientertainment.com/forums/topic/51226-character-mod-problem/#findComment-615015 Share on other sites More sharing options...
Corrosive Posted February 21, 2015 Share Posted February 21, 2015 @Dwim, I wouldn't consider it dumb, just lacking in information Can't fix a problem without knowing what the problem is! Link to comment https://forums.kleientertainment.com/forums/topic/51226-character-mod-problem/#findComment-615313 Share on other sites More sharing options...
bpl1234 Posted February 22, 2015 Share Posted February 22, 2015 okay, so I made a character mod but every time I try to launch the DST Beta with it on, it crashes because it's expecting an "=" after the ' I'm not sure how to fix it, being that the character's name contains apostrophes Any words of advice to get it working? Thanks. Link to comment https://forums.kleientertainment.com/forums/topic/51226-character-mod-problem/#findComment-615337 Share on other sites More sharing options...
Blueberrys Posted February 22, 2015 Share Posted February 22, 2015 @bpl1234You can alternate between double ( " ) and single ( ' ) quotation marks.var = "some string with ' mark"or use the escape sequence.var = "some string with \' mark"Both of the above will give you: some string with ' mark Link to comment https://forums.kleientertainment.com/forums/topic/51226-character-mod-problem/#findComment-615398 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