Jump to content

Recommended Posts

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!

 

  • Developer

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.

  • Thanks 1
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.

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...