About this mod
This mod is to you configure machines speed
- Requirements
- Permissions and credits
-
Translations
- German
- Changelogs
- Install the latest version of SMAPI
- Unzip
ConfigureMachineSpeed.zip
into../Stardew Valley/Mods
- Run the game using SMAPI.
Compatibility:
- Works with Stardew Valley 1.6 on Linux/Mac/Windows.
- Compatible with SMAPI 4.x (not tested on previous versions, but it might work).
- This mod does NOT work for Farmhands in multiplayer (though it should work for hosts).
- Untested on custom machines (let me know what happens if you try it).
- No known mod conflicts (let me know if you find one).
How To Use:
- Run the game using SMAPI at least once to generate a
config.json
file inside../Stardew Valley/Mods/ConfigureMachineSpeed
- Modify
config.json
with whatever settings you choose and save the file. OR use the Generic Mod Config Menu mod to configure. - Press the
ReloadConfigKey
key (by default this isL
) while playing the game to reload your modified config file. - Enjoy!
The Config File:
- In the
config.json
file you will see three keys:UpdateInterval
,Machines
andReloadConfigKey
ReloadConfigKey
specifies which key you can press to reload settings found inconfig.json
during gameplay (useful if you want to change machines speed without exiting to the desktop or opening GMCM).UpdateInterval
sets how often the mod will check the machine's remaining time and change it if necessary. It's probably fine as is, but feel free to change it.- Each machine in
Machines
has three keys:Name
,Time
, andUsePercent
- If
UsePercent
istrue
, thenTime
specifies how much time each machine will take as a percentage (e.g., setting this to100
will change nothing, setting it to50
will make the machines run 2x as fast). - If
UsePercent
isfalse
, thenTime
specifies how much time each machine will take in minutes (e.g., setting this to100
will make the machine take 100 in-game minutes to finish processing).
- If
Supported Machines:
- Bee House
- Charcoal Kiln
- Cheese Press
- Crystalarium
- Furnace
- Keg
- Lightning Rod
- Loom
- Mayonnaise Machine
- Oil Maker
- Preserves Jar
- Recycling Machine
- Seed Maker
- Slime Egg-Press
- Tapper
- Worm Bin
Supported Machines:
(that you need to sleep to egg hatch or product age up)
- Casks
- Incubator
- Slime Incubator
Added machines:
(that might work, let me know if it doesn't)
- Fish Smoker
- Dehydrator
- Solar Panel
- Ostrich Incubator
- Heavy Tapper
- Bone Mill
- Geode Crusher
- Heavy Furnace
- Mushroom Log
- Wood Chipper
Original mod by BayesianBandit
Chinese translation by bancrogft
Mod updated on April 14th, 2024
Source Code
For new translations or updates, open a new issue or make a pull-request on GitHub, thanks!