Jump to content

Console command for regrowing beard


Recommended Posts

@psteuber, Hmmm... Try this:

ThePlayer.components.beard.daysgrowth = 15

When 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")

 

@psteuber, Hmmm... Try this:

ThePlayer.components.beard.daysgrowth = 15

When 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.

 

 

@psteuber, Hmmm... Try this:

ThePlayer.components.beard.daysgrowth = 15

When 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

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.

×
  • Create New...