cookiedragon101 Posted September 25, 2016 Share Posted September 25, 2016 I've been creating this custom character for Don't Starve and I'm almost done just need to do the sprite and perks, but i couldn't find any guides or tutorials to help me. The perks I'm trying to add are 1.being able to see in the dark 2.carrying a plush that regains her sanity 3. being able to eat monster meat without losing sanity is there any way to do this? If so please help Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/ Share on other sites More sharing options...
whismerhill Posted September 26, 2016 Share Posted September 26, 2016 (edited) I suggest these : 1) 2) have you created the object yet ? 3) I think you can take a look @ component eater Edited September 26, 2016 by whismerhill Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-818580 Share on other sites More sharing options...
cookiedragon101 Posted September 26, 2016 Author Share Posted September 26, 2016 for 2 I found this character mod and coping the coding off of it and thank you Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-818746 Share on other sites More sharing options...
CakerKid555 Posted September 26, 2016 Share Posted September 26, 2016 I'm having trouble for doing a character mod too, and I ALSO need help. I'm doing a 3 character mod, and so I have a few ideas, but I'm a beginner using a template, so I don't really know what to do. Here's my ideas: Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-818755 Share on other sites More sharing options...
CakerKid555 Posted September 26, 2016 Share Posted September 26, 2016 I need my character to have slow metabolism (I already figured out how to do that, with my template they included stat codes and other special affects) I need to figure out how to make a readable notebook, so I can read it to gain sanity. And I also need to figure out how to make my character afraid of the dark more (like wolfgang) I would love it if you helped, and if you did, I can send you a prototype of the mod when I have decent progress. Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-818763 Share on other sites More sharing options...
whismerhill Posted September 27, 2016 Share Posted September 27, 2016 it is a bad idea to hijack others threads because if cookie dragon has more questions on the subject, then the replies to you & him could intertwine & cause confusion. Anyways, for your point 3 : the answer is in your question, look at wolfgang.lua in the base game xD for point 2 : many many characters do exist on the workshop & klei downloads that include a bunch of objects but I'm not interested in the prototype of your mod most probably. good luck Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-819080 Share on other sites More sharing options...
CakerKid555 Posted September 28, 2016 Share Posted September 28, 2016 10 hours ago, whismerhill said: it is a bad idea to hijack others threads because if cookie dragon has more questions on the subject, then the replies to you & him could intertwine & cause confusion. Anyways, for your point 3 : the answer is in your question, look at wolfgang.lua in the base game xD for point 2 : many many characters do exist on the workshop & klei downloads that include a bunch of objects but I'm not interested in the prototype of your mod most probably. good luck Sorry. I'm quite new, and still getting used to the concept of creating new conversations. But thanks for noticing. Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-819356 Share on other sites More sharing options...
whismerhill Posted September 28, 2016 Share Posted September 28, 2016 no problem, we all begin somewhere and besides I'm no authority on this forum, I'm just ... you know ... saying Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-819359 Share on other sites More sharing options...
cookiedragon101 Posted September 29, 2016 Author Share Posted September 29, 2016 (edited) I finished the object and the scripts for it but when I try to autocomply it wont make a tex file or xml doc for it Edited September 29, 2016 by cookiedragon101 Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-819951 Share on other sites More sharing options...
whismerhill Posted September 29, 2016 Share Posted September 29, 2016 try these : Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-820089 Share on other sites More sharing options...
cookiedragon101 Posted September 29, 2016 Author Share Posted September 29, 2016 (edited) ya I made the tex and xml doc but when I try and apply the mod the game freezes on me how do I fix this? Edited September 29, 2016 by cookiedragon101 Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-820122 Share on other sites More sharing options...
whismerhill Posted September 29, 2016 Share Posted September 29, 2016 look up the log file in documents/klei then find the string "traceback", directly above & below it should be details of the error that happened Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-820156 Share on other sites More sharing options...
cookiedragon101 Posted September 29, 2016 Author Share Posted September 29, 2016 I did but I'm not very good when it comes to understanding crash reports but I got this : no file '../mods/The Creature/scripts/prefabs/examplefloatableitem.lua' (checked with custom loader) no file 'scripts/prefabs/examplefloatableitem.lua' (checked with custom loader) no file 'scriptlibs/prefabs/examplefloatableitem.lua' (checked with custom loader) no file 'scripts/prefabs/examplefloatableitem.lua' (checked with custom loader) LUA ERROR stack traceback: =[C] in function 'assert' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/mainfunctions.lua(73,1) =(tail call) ? =[C] in function 'xpcall' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/mods.lua(42,1) C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/mods.lua(303,1) in function 'RegisterPrefabs' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/gamelogic.lua(125,1) in function 'LoadAssets' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/gamelogic.lua(1392,1) in function 'DoResetAction' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/gamelogic.lua(1407,1) in function 'complete_callback' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/upsell.lua(27,1) in function 'UpdateGamePurchasedState' C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/gamelogic.lua(1412,1) Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-820192 Share on other sites More sharing options...
whismerhill Posted September 29, 2016 Share Posted September 29, 2016 do you have declared a prefab called "examplefloatableitem" ? Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-820197 Share on other sites More sharing options...
cookiedragon101 Posted September 29, 2016 Author Share Posted September 29, 2016 (edited) ok it working now thanks Edited September 29, 2016 by cookiedragon101 Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-820204 Share on other sites More sharing options...
cookiedragon101 Posted September 29, 2016 Author Share Posted September 29, 2016 ok I was fixing my object, but when I tried to apply the mod and it froze, and being the person that can't understand crash reports. I only got this: ...m/steamapps/common/dont_starve/data/scripts/util.lua:333: Could not find an asset matching images/inventoryimages/patches in any of the search paths. LUA ERROR stack traceback: help plz Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-820283 Share on other sites More sharing options...
whismerhill Posted September 30, 2016 Share Posted September 30, 2016 (edited) I believe it's the same thing as before pretty much except this time it's an image asset that it can't find (.tex or .xml). If you can't find the issue I'll need more of the stack traceback Edited September 30, 2016 by whismerhill Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-820336 Share on other sites More sharing options...
cookiedragon101 Posted September 30, 2016 Author Share Posted September 30, 2016 (edited) ok I fixed it to where it would stop freezing, but when I went to tested the mod it crashed. I looked in the logs, and it said something about a anim bank file, and I thought something went wrong in the anim file but when I looked over the tutorial and the anim.zip file, I saw nothing wrong. How do I fix this? Edited September 30, 2016 by cookiedragon101 Link to comment https://forums.kleientertainment.com/forums/topic/70441-need-help-in-adding-custom-perks/#findComment-820352 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