Ujhik-ControlTime icon

ControlTime

A valheim mod that enables to fix the time of day, change duration of day/night cycle, disable rain and automatically skip nights

Last updated a month ago
Total downloads 279
Total rating 1 
Categories Mods Tweaks Server-side Client-side Bog Witch Update
Dependency string Ujhik-ControlTime-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
ValheimModding-Jotunn-2.20.3 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.20.3

README

ControlTime

This valheim mod allows you to force the time of day, disable rain, disable nights by skipping them by adjusting the night skip interval and setting the minute duration of day/night cycle to make days longer or shorter.

Features

It syncs with all the people that have the mod installed and the values can only be changed by server admins. To sync to other players the configuration manager has to be closed, until then the changes are only local to the player.

  • Force Time of Day:

    • Enable isForceTimeOfDay and adjust the forcedTimeOfDayFraction slider to set a fixed time of day. The sun/moon will move in real-time as you adjust the slider.
  • Disable Rain:

    • Use isRemoveRain to stop rain from interrupting your adventures.
  • Skip Night:

    • Activate isSkipNight to skip the night without the usual animations, allowing you to adjust the skipTimeStep for customizable speed.

Warning: This mod can mess up the number shown in number of days passed, becase the game calculates it based on day duration, so changing the game duration makes it fluctuate. I don't think that has any real repercussion on gameplay, but can affect other mods that use that number of days.

Installation (Manual)

  1. Install BepInEx and Jötunn.
  2. Extract the contents of ControlTime into the BepInEx/plugins folder

For best results, install this mod on both the server and all clients to avoid time desynchronization, ensuring everyone experiences the same conditions.

Links