Scrimbles Posted May 25, 2014 Share Posted May 25, 2014 I started a world that had all season lengths set to long, but now I realize that having 50 days to prepare for winter, is maybe a little too much, and frankly, is just boring So is there any way I can change the season lengths using console commands? Link to comment https://forums.kleientertainment.com/forums/topic/36830-can-you-change-season-length-after-you-started-your-world/ Share on other sites More sharing options...
orian34 Posted May 25, 2014 Share Posted May 25, 2014 ha! Man, don't change the world settings if you dunno if you want them forever edit: I don't think so but you can jump over days Link to comment https://forums.kleientertainment.com/forums/topic/36830-can-you-change-season-length-after-you-started-your-world/#findComment-488218 Share on other sites More sharing options...
Scrimbles Posted May 25, 2014 Author Share Posted May 25, 2014 ha! Man, don't change the world settings if you dunno if you want them forever edit: I don't think so but you can jump over days I thought it would be interesting, but now im invested in my world x.x Link to comment https://forums.kleientertainment.com/forums/topic/36830-can-you-change-season-length-after-you-started-your-world/#findComment-488219 Share on other sites More sharing options...
J20hawkz Posted May 25, 2014 Share Posted May 25, 2014 Under world commands tab there are console commands to instantly start a season.http://dont-starve-game.wikia.com/wiki/Console/Commands#World_commands Link to comment https://forums.kleientertainment.com/forums/topic/36830-can-you-change-season-length-after-you-started-your-world/#findComment-488225 Share on other sites More sharing options...
spencer320 Posted May 25, 2014 Share Posted May 25, 2014 stuck with it for now. Only thing you can do is skip ahead like what was already said. Look up console commands on the wiki if your not sure how to. Link to comment https://forums.kleientertainment.com/forums/topic/36830-can-you-change-season-length-after-you-started-your-world/#findComment-488226 Share on other sites More sharing options...
Scrimbles Posted May 25, 2014 Author Share Posted May 25, 2014 Under world commands tab there are console commands to instantly start a season.http://dont-starve-game.wikia.com/wiki/Console/Commands#World_commands Ah, thank you, I guess that will have to do >.< Link to comment https://forums.kleientertainment.com/forums/topic/36830-can-you-change-season-length-after-you-started-your-world/#findComment-488228 Share on other sites More sharing options...
PlusFiveCharisma Posted May 26, 2014 Share Posted May 26, 2014 I thought it would be interesting, but now im invested in my world x.xI have totally been there. I feel for you, homie. There's no going back now. You're just going to have to open up that stupid console command box ever so often =( Link to comment https://forums.kleientertainment.com/forums/topic/36830-can-you-change-season-length-after-you-started-your-world/#findComment-488592 Share on other sites More sharing options...
simplex Posted May 26, 2014 Share Posted May 26, 2014 There's always a console command, the question is always whether it's short enough to be considered a console command (and to be easily typed there).for i, v in ipairs(GetWorld().topology.overrides.misc) do if v[2] == "longseason" then v[2] = "default" end endAfter typing that, Save & Quit and then reload the save. Link to comment https://forums.kleientertainment.com/forums/topic/36830-can-you-change-season-length-after-you-started-your-world/#findComment-488647 Share on other sites More sharing options...
Affenbauch Posted July 10, 2015 Share Posted July 10, 2015 By the dark powers of threadomancy... ARIIIIISE! Despite this topic being kind of old, I would like to contribute another answer to your question, because there might be other players looking for a similar solution. Yes, it is possible to change the season length in a game that has already started: You have to use the console. Here is a guide on the wiki for those, who don't know how to work with the console: http://dont-starve-game.wikia.com/wiki/Console/Commands#World_commands I highly recommend the Better Console Mod, because it enables pasting into the console with CTRL+V.The mod can be found in the Steam Workshop for example: http://steamcommunity.com/sharedfiles/filedetails/?id=173892495 You just have to type one or multiple of the following commands in the console to set the season length of a particular season to SHORT: GetSeasonManager():SetSpringLength(TUNING.SEASON_LENGTH_FRIENDLY_SHORT) GetSeasonManager():SetSummerLength(TUNING.SEASON_LENGTH_HARSH_SHORT) GetSeasonManager():SetAutumnLength(TUNING.SEASON_LENGTH_FRIENDLY_SHORT) GetSeasonManager():SetWinterLength(TUNING.SEASON_LENGTH_HARSH_SHORT) You will notice, that Summer and Winter are considered HARSH seasons, while Spring and Autumn are FRIENDLY seasons. Of course, you can replace TUNING.SEASON_LENGTH_FRIENDLY_SHORT or TUNING.SEASON_LENGTH_HARSH_SHORT with the following or with any positive number you like (0 will turn the season OFF entirely): TUNING.SEASON_LENGTH_FRIENDLY_VERYSHORT TUNING.SEASON_LENGTH_FRIENDLY_SHORTTUNING.SEASON_LENGTH_FRIENDLY_DEFAULTTUNING.SEASON_LENGTH_FRIENDLY_LONGTUNING.SEASON_LENGTH_FRIENDLY_VERYLONG TUNING.SEASON_LENGTH_HARSH_VERYSHORTTUNING.SEASON_LENGTH_HARSH_SHORTTUNING.SEASON_LENGTH_HARSH_DEFAULTTUNING.SEASON_LENGTH_HARSH_LONGTUNING.SEASON_LENGTH_HARSH_VERYLONG Here are the amounts of days for each setting right from tuning.lua: SEASON_LENGTH_FRIENDLY_VERYSHORT = 5, SEASON_LENGTH_FRIENDLY_SHORT = 12, SEASON_LENGTH_FRIENDLY_DEFAULT = 20, SEASON_LENGTH_FRIENDLY_LONG = 30, SEASON_LENGTH_FRIENDLY_VERYLONG = 50, SEASON_LENGTH_HARSH_VERYSHORT = 5, SEASON_LENGTH_HARSH_SHORT = 10, SEASON_LENGTH_HARSH_DEFAULT = 15, SEASON_LENGTH_HARSH_LONG = 22, SEASON_LENGTH_HARSH_VERYLONG = 40, That's all, folks! Best regards and don't starve.Affenbauch Link to comment https://forums.kleientertainment.com/forums/topic/36830-can-you-change-season-length-after-you-started-your-world/#findComment-653366 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.