Don't Starve Together

Don't Starve Together

149 ratings
Take Your Time
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
31.038 KB
29 Sep, 2016 @ 6:22pm
29 Sep, 2018 @ 4:27pm
2 Change Notes ( view )

Subscribe to download
Take Your Time

In 1 collection by Sirus
Personal Collection
91 items
Description
Configuration options to control game speed. Higher values equal slower speeds, so take your sweet *ss time.

A port of the original 'Take Your Time' by wlayton27. Props to him for the original idea! :D
126 Comments
Tarka1945 24 Mar @ 6:50pm 
Ice flingomatic battery is not affected by the mod too
Tarka1945 24 Mar @ 4:58pm 
Spoilage rate of Crock Pot dishes is not changed for whatever reason.
I know its an old mod, but i would be really happy if you managed to patch it up
Motomiya Chiaki 8 Oct, 2024 @ 4:28am 
I set it to 60 minutes/day, but the timer only showed 23 minutes/day.
:v 7 Oct, 2024 @ 6:05am 
@Boge :v the master speed (xSpeed) will override all other speed configs unless you set the master speed to 0. You should read the code
Greed23 14 Feb, 2024 @ 8:50pm 
Game crashes if you try lowering the timescale after having it at a high value. Message for Screenshot of crashlog
Boge 3 Nov, 2023 @ 1:40pm 
Only the Master Speed setting works for this mod. All the other settings are tied to this timer. By default, a day is 8 minutes. If you increase the Master Speed to 16, everything is twice as long, spoilage, hunger rate, etc. Changing any of the other settings does not change anything. Master Speed 16 with hunger rate of 1 (default 8) will still have your hunger rate at twice as slow as default.
xing cheng2 6 Oct, 2023 @ 7:06am 
妈的
The Crooked 2 May, 2023 @ 12:19am 
Hear me out. This is master mod of all. 8 min a day is a speedrun all the time even for me after 1000h. Just put the master control at 16, everything else 8 and enjoy the game to be played the way it should be.
k.ittii 7 Apr, 2023 @ 6:16am 
To anyone, who has trouble with this mod:

Once you installed this mod and run your world with it, you can´t resume the world without this mod- that means, that if you want to continue playing in normal game speed, you have to change the mod settings. SOMETIMES your world will resume without this mod if you restart your pc and do 2 rollbacks.
:v 30 Mar, 2023 @ 7:36am 
seg_dtime = GetModConfigData("xspeed") * 30 / 8
if GetModConfigData("dspeed") ~= "0" then do seg_dtime = GetModConfigData("dspeed") * 30 / 8 end

this will do. and you need to remove the data "0" of master speed control, and add "0" data to other settings, also make them "0" as default.

Hope i don't accidentally mess things up.