psteuber Posted January 21, 2015 Share Posted January 21, 2015 Hello, I was wondering if anyone knew about a console command for regrowing a beard in Dont Starve Together? I dc'd out and logged back in mauled by a dog spawn. It's the winter and I think I might have to reset my world which would suck. Link to comment https://forums.kleientertainment.com/forums/topic/49478-console-command-for-regrowing-beard/ Share on other sites More sharing options...
rezecib Posted January 21, 2015 Share Posted January 21, 2015 @psteuber, Hmmm... Try this:ThePlayer.components.beard.daysgrowth = 15When the next night ends, it should increment that to 16 and grow the full beard then. I don't see a good way to trigger that check at an arbitrary time... but you could just execute all the commands that it would, though, like this:ThePlayer.components.beard.daysgrowth = 16ThePlayer.components.beard.bits = 9ThePlayer.AnimState:OverrideSymbol("beard", "beard", "beard_long") Link to comment https://forums.kleientertainment.com/forums/topic/49478-console-command-for-regrowing-beard/#findComment-604305 Share on other sites More sharing options...
tetrified Posted January 21, 2015 Share Posted January 21, 2015 @psteuber, Hmmm... Try this:ThePlayer.components.beard.daysgrowth = 15When the next night ends, it should increment that to 16 and grow the full beard then. I don't see a good way to trigger that check at an arbitrary time... but you could just execute all the commands that it would, though, like this:ThePlayer.components.beard.daysgrowth = 16ThePlayer.components.beard.bits = 9ThePlayer.AnimState:OverrideSymbol("beard", "beard", "beard_long") Let me just say, this would be awesome in real life. Link to comment https://forums.kleientertainment.com/forums/topic/49478-console-command-for-regrowing-beard/#findComment-604334 Share on other sites More sharing options...
psteuber Posted January 22, 2015 Author Share Posted January 22, 2015 @psteuber, Hmmm... Try this:ThePlayer.components.beard.daysgrowth = 15When the next night ends, it should increment that to 16 and grow the full beard then. I don't see a good way to trigger that check at an arbitrary time... but you could just execute all the commands that it would, though, like this:ThePlayer.components.beard.daysgrowth = 16ThePlayer.components.beard.bits = 9ThePlayer.AnimState:OverrideSymbol("beard", "beard", "beard_long") Thanks habibi, this works like a charm Link to comment https://forums.kleientertainment.com/forums/topic/49478-console-command-for-regrowing-beard/#findComment-604896 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.