Jump to content

How many days are the new season durations?


Recommended Posts

Friendly seasons (spring and autumn):

Very Short ~5days

Short ~12days

Long ~30 days

Very Long ~50days

Default~20days

 

Harsh seasons (summer and winter):

Very Short ~5days

Short ~10days

Long ~22days

Very Long ~40days

Default ~15days

Precisely what I needed. Thanks!

Actually, Winter and Summer are 16 days. When I tried to predict using the 20, 15 days duration, there is a slight deviation.

Edit: also checked the wiki http://dont-starve-game.wikia.com/wiki/Seasons

 

The number I gave in my previous post are the number that can be found in the RoG script files (tuning.lua, to be more precise). It goes as follow:

 

        SEASON_LENGTH_FRIENDLY_DEFAULT = 20,

        SEASON_LENGTH_HARSH_DEFAULT = 15,

        SEASON_LENGTH_FRIENDLY_VERYSHORT = 5,

        SEASON_LENGTH_FRIENDLY_SHORT = 12,

        SEASON_LENGTH_FRIENDLY_LONG = 30,

        SEASON_LENGTH_FRIENDLY_VERYLONG = 50,

        SEASON_LENGTH_HARSH_VERYSHORT = 5,

        SEASON_LENGTH_HARSH_SHORT = 10,

        SEASON_LENGTH_HARSH_LONG = 22,

        SEASON_LENGTH_HARSH_VERYLONG = 40,

 

They might have changed the settings when they added more options for season length in previous updates. The info on the wiki seem outdated (only short and long seasons options).

 

I also noticed some ''randomness'' in season length. For example, I started 2 different games with short setting for spring and in both cases, summer started on day 13 and 15 (if I remember correctly), respectively. However, I haven't looked deeper in the code for a reason that could explain that. That is why I used the ''~'' symbol in my original post instead of ''=''.

Friendly seasons (spring and autumn):

Very Short ~5days

Short ~12days

Long ~30 days

Very Long ~50days

Default~20days

 

Harsh seasons (summer and winter):

Very Short ~5days

Short ~10days

Long ~22days

Very Long ~40days

Default ~15days

Good. I'm setting my Summer to last 5 days, cause that's troll :p

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