Jump to content

Change Season Duration


Recommended Posts

Greetings! Very new to the game, my partner and i started a world with shorter winter and summer seasons to try and actually survive (since we're newbs)!!

Few weeks in we now have a small base and some stuff figured out, only to realize we cannot change the season settings back to 'normal' from the server hosting menu.

Is there any way to change it without having to make a new world? Maybe mod that grands you access to it? Or maybe through the files of the game?

Thanks a lot in advance!!

ps. I couldn't find any related articles/posts. Sorry if it's a double!!

Link to comment
Share on other sites

TheWorld:PushEvent("ms_setseasonlength", {season = "autumn", length = 20})
TheWorld:PushEvent("ms_setseasonlength", {season = "winter", length = 15})
TheWorld:PushEvent("ms_setseasonlength", {season = "spring", length = 20})
TheWorld:PushEvent("ms_setseasonlength", {season = "summer", length = 15})

Here are four console commands to change the season lengths back to their default values. You can adjust the lengths to whatever you like.

Link to comment
Share on other sites

1 hour ago, KoreanWaffles said:

TheWorld:PushEvent("ms_setseasonlength", {season = "autumn", length = 20})
TheWorld:PushEvent("ms_setseasonlength", {season = "winter", length = 15})
TheWorld:PushEvent("ms_setseasonlength", {season = "spring", length = 20})
TheWorld:PushEvent("ms_setseasonlength", {season = "summer", length = 15})

Here are four console commands to change the season lengths back to their default values. You can adjust the lengths to whatever you like.

Thank you kindly, i'll try that! Will we have to use the command every time we rejoin the server or will the command be kept way? 

28 minutes ago, JustCrimson said:

I think "Do your Map" might also have that or some features similar too that iirc

Thank you! I'll look into it if the commands fail us!

Link to comment
Share on other sites

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