Unslaad Posted May 20, 2015 Share Posted May 20, 2015 The console command from the wiki to setmaxhealth is not working for Don't Starve Together. Anyone know how to make it work? I just want to balance a mod character to my liking.I tried Getplayer().components.health:setmaxhealth ()and c_setmaxhealth ()andTheplayer().components.health:setmaxhealth () None of them work for me. Link to comment https://forums.kleientertainment.com/forums/topic/54210-console-command-setmaxhealth-not-working/ Share on other sites More sharing options...
Johnny5isAlive Posted May 20, 2015 Share Posted May 20, 2015 I just tested this with ThePlayer.components.health:SetMaxHealth(2000) And it worked but as always you have to do something that affects your health for the UI to update, such as eating a flower or taking damage. Link to comment https://forums.kleientertainment.com/forums/topic/54210-console-command-setmaxhealth-not-working/#findComment-639163 Share on other sites More sharing options...
DarkXero Posted May 20, 2015 Share Posted May 20, 2015 ThePlayer.components.health:SetMaxHealth(2000) ThePlayer.components.health:DoDelta(0) Link to comment https://forums.kleientertainment.com/forums/topic/54210-console-command-setmaxhealth-not-working/#findComment-639166 Share on other sites More sharing options...
Arcita Posted May 20, 2015 Share Posted May 20, 2015 The commands are case sensitive. Link to comment https://forums.kleientertainment.com/forums/topic/54210-console-command-setmaxhealth-not-working/#findComment-639179 Share on other sites More sharing options...
Unslaad Posted May 21, 2015 Author Share Posted May 21, 2015 Thanks for the help. Now I know the commands are case sensitive. I typed it in exactly as you guys wrote down and it worked after I ate something. Link to comment https://forums.kleientertainment.com/forums/topic/54210-console-command-setmaxhealth-not-working/#findComment-639375 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.