You are viewing a potentially older version of this package.
View all versions.

MuckTimeModifier
This plugin allows you to modify the length of days. You can make time progress faster or slower, and change the length of night too.
Date uploaded | 2 years ago |
Version | 1.3.1 |
Download link | MichMcb-MuckTimeModifier-1.3.1.zip |
Downloads | 26841 |
Dependency string | MichMcb-MuckTimeModifier-1.3.1 |
This mod requires the following mods to function

BepInEx-BepInExPack_Muck
BepInEx pack for Muck. Preconfigured and ready to use.
Preferred version: 5.4.1101README
What It Does
This plugin allows you to control the speed of time and the length of the daytime and nighttime portions of a day cycle. You can make days last longer, go by faster, have a longer period of daytime, or make nights last for ages!
Configurable
When running Muck for the first time with this plugin installed, MuckTimeModifier.MichMcb.cfg will be created in the BepinEx/config folder. The configurable aspects of this plugin are:
- The length multiplier for a day cycle. For example, 1.25 makes daytime last 25% longer. Note that the base length of a day cycle varies slightly depending upon difficulty; harder difficulties have shorter days.
- The speed at which time progresses during nighttime. In vanilla, Muck increases the speed of time by 3.3 at night.
- The speed at which time flows. For example, 2 makes days last twice as long. (Because time flows at the speed of 0.1, and 0.1 / 2 = 0.05)
- How frequently boss days occur on Easy, Normal, and Gamer difficulty
CHANGELOG
v1.0.0
- Initial Release
v1.1.0
- Handled invalid config file values
v1.2.0
- Added the ability to configure how frequently Boss Days occur
v1.3.0
- Fixed comments explaining what things do now that I correctly understand how time passes in Muck
- Fixed the behaviour of nighttime time speed. NightLengthMultiplier removed, it's now NightTimeSpeedDivisor, because what Muck does is change the speed at which time passes at nighttime.
- Information about the length of daytime and nighttime is written to the console on starting a game.
v1.3.1
- Fixed the readme