About this mod
Changes the speed of the game's machines (fully configurable).
- Permissions and credits
- Donations
- Install SMAPI 2.6+.
- Unzip the mod folder into Stardew Valley/Mods.
- Change the speed in the config file located in Stardew Valley/Mods/MachineSpeedChange/config.json (the default speed is equal to the game's).
- Run the game using SMAPI.
Works for
- Bee House
- Keg
- Furnace
- Preserve Jar
- Cheese Press
- Loom
- Oil Maker
- Recycling Machine
- Crystalarium
- Mayonnaise Machine
- Seed Maker
- Incubator
- Tapper
- Charcoal Kiln
- Mushroom Box (from the cave)
- Worm Bin
- Slime Incubator
- Slime Egg Press
- Cask
- And anything that takes time to be ready
Configuration
- timeCanBeZero: As the mod rounds the time to the nearest multiple of 10, the time may be 0. If set to false, the minimum time will be 10 minutes (default: false).
- useAlwaysDefaultPercentage: The mod will always use the 'defaultPercentage' config to all machines (default: 100).
- defaultPercentage: If you don't want to adjust individual speeds, use this (this is used for other mods' machines) (default: 100).
- All the other '...Percentage' configs: Changes the speed of individual machines (default: 100).
Extra info
- The formula for calculating the percentage needed is '(100xE)/T' where 'T' is the total time the item take to cook, and 'E' is the time you want the item take to cook (use only integers).
- Yes, it works for kegs.
- If you put an item in a machine too fast (really really fast) after it finished up, the mod may not work. This also applies to Automate 'AutomationInterval' config being too low (less than 5 and the mod probably won't work).
- Should work with other mods' machines.
- To uninstall delete Stardew Valley/Mods/MachineSpeedChange.
- If i forgot some machine tell me.
- If you found a bug tell me and i'll try to fix it ASAP.
Changelog
- 1.0 - Release;
- 1.1 - Added Casks Anywhere mod compatibility; Now casks age correctly based on the percentage; Fixed bugs;
- 1.1.1 - Fixed some configs resetting at game start;
- 1.2.1 - Updated to SMAPI 2.7;