You are viewing a potentially older version of this package. View all versions.
MichMcb-MuckTimeModifier-1.0.0 icon

MuckTimeModifier

This plugin allows you to modify the length of days. You can make time progress faster or slower, and change the proportion of the day that daytime and nighttime take up.

Date uploaded 2 years ago
Version 1.0.0
Download link MichMcb-MuckTimeModifier-1.0.0.zip
Downloads 542
Dependency string MichMcb-MuckTimeModifier-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_Muck-5.4.1101 icon
BepInEx-BepInExPack_Muck

BepInEx pack for Muck. Preconfigured and ready to use.

Preferred version: 5.4.1101

README

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.cfg will be created in the BepinEx/config folder. The configurable aspects of this plugin are:

  • The length multiplier for daytime. For example, 1.25 makes daytime last 25% longer. Note that the length of daytime varies slightly depending upon difficulty; harder difficulties have shorter daytime.
  • The length multiplier for nighttime. For example, 0.5 makes nighttime last half as long. The length of nighttime does not vary depending upon difficulty.
  • The length divisor for 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)

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