Famee Posted December 27, 2014 Share Posted December 27, 2014 Hi, I wanted to modify a character literally just for the stats (damage, hunger, sanity and health) I don't particularly want a new model or anything. All I want is literally to modify stats and nothing else. Is there a way to do it without creating new model? I want to make it quite over powered just for my personal use with my friends and not considering releasing it anywhere. Is it possible and if it is, how should I start? Thanks a lot! Link to comment https://forums.kleientertainment.com/forums/topic/47707-dst-character-modification/ Share on other sites More sharing options...
Developer PeterA Posted January 6, 2015 Developer Share Posted January 6, 2015 Take a look at tuning.lua. The simplest would be to create a folder in the mod directory, and create and empty modmain.lua file.C:\Program Files (x86)\Steam\SteamApps\common\Don't Starve Together Beta\mods\YOUR_MOD_NAME\modmain.lua Then in that file, assign values to the tuning variables you want to change, like so.GLOBAL.TUNING.WILSON_HUNGER = 500Note though, that this will modify the hunger for all the characters that share Wilson's hunger value. 1 Link to comment https://forums.kleientertainment.com/forums/topic/47707-dst-character-modification/#findComment-597495 Share on other sites More sharing options...
Justpeople Posted March 18, 2022 Share Posted March 18, 2022 Man? 1 Link to comment https://forums.kleientertainment.com/forums/topic/47707-dst-character-modification/#findComment-1549940 Share on other sites More sharing options...
Filip_G Posted April 6, 2024 Share Posted April 6, 2024 On 1/6/2015 at 1:11 AM, PeterA said: Take a look at tuning.lua. The simplest would be to create a folder in the mod directory, and create and empty modmain.lua file. C:\Program Files (x86)\Steam\SteamApps\common\Don't Starve Together Beta\mods\YOUR_MOD_NAME\modmain.lua Then in that file, assign values to the tuning variables you want to change, like so. GLOBAL.TUNING.WILSON_HUNGER = 500 Note though, that this will modify the hunger for all the characters that share Wilson's hunger value. Hello, I would like to do something similar for Wilson to have Wes´ stats (just hunger, health, sanity, dmg modifier and hunger modifier, nothing more). What would be the commands please? I just can´t find out how to modify faster hunger draining or doing lesser damage and don´t want to screw something. Link to comment https://forums.kleientertainment.com/forums/topic/47707-dst-character-modification/#findComment-1709529 Share on other sites More sharing options...
Moracalle Posted April 19, 2024 Share Posted April 19, 2024 On 1/5/2015 at 7:11 PM, PeterA said: GLOBAL.TUNING.WILSON_HUNGER = 500 On 4/6/2024 at 11:03 AM, Filip_G said: Hello, I would like to do something similar for Wilson to have Wes´ stats (just hunger, health, sanity, dmg modifier and hunger modifier, nothing more). What would be the commands please? I just can´t find out how to modify faster hunger draining or doing lesser damage and don´t want to screw something. I would assume you could do something like "GLOBAL.TUNING.WILSON_HUNGER = 75" To decrease it? I do not know any command for faster hunger drain, but if it's code that effects Wes's hunger drainage, maybe it would found in his file. Or for example, the code when you sleep at any time, your hunger begins to drain at a faster rate. Though, I'm not sure if this would fall under the same command since it actively shows the down arrow on hunger when sleeping. Link to comment https://forums.kleientertainment.com/forums/topic/47707-dst-character-modification/#findComment-1710723 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