sataniki 0 Report post Posted February 18 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!! Share this post Link to post Share on other sites
A random guy 91 Report post Posted February 18 (edited) Theres no way to change the duration of a wolrd's seasons after the world has been created that i know of. Edited February 18 by A random guy Share this post Link to post Share on other sites
KoreanWaffles 3508 Report post Posted February 18 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. 4 1 1 Share this post Link to post Share on other sites
TemporarySolutn 850 Report post Posted February 18 I think "Do your Map" might also have that or some features similar too that iirc 1 Share this post Link to post Share on other sites
sataniki 0 Report post Posted February 18 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! Share this post Link to post Share on other sites