0 of 0

File information

Last updated

Original upload

Created by

Fireth

Uploaded by

fireth

Virus scan

Safe to use

Tags for this mod

About this mod

This is an attempt to convert the original Longer or Shorter Days mod to a BepinEx 6+ plugin.
The value can be now set in config file or via ConfigurationManager directly in-game (suggested). Modifying bundle file is no longer needed.

Requirements
Permissions and credits
Changelogs
I used the original  Longer or Shorter Days mod previously, but it requires overwriting the whole bundle file, and that particular bundle contains multiple data tables used in other mods. So I decided to try and convert it to a plugin, mainly for compatibility reasons.

How to use:
Mod changes only single value, so using it is very simple :)
MultiplicationTimeSpeed = 0.5

Default day speed is at 0.5 value. For longer days change it to a lower value, for shorter days to a higher value (so 2x shorter days would be at 1.0 value and so on).

Changing config file manually:

Once you install the plugin and run the game once, config file will be created in <RF5_Folder>\BepInEx\config\RF5_TimeController.cfg
Open the file in text editor, change the value to a desired one and restart the game.

Using Configuration Manager:

Load your game normally and open the Manager (default key F1) - change the value to a desired one and close the Manager, change should be noticable in-game immediately (observe the in-game clock, if seconds run slower / faster)

Install

Install RF5Fix v0.1.5 or updated RF5Fix v0.2.0
(Optional) Install BepInEx Configuration Manager v18.3+ 
Extract the contents of downloaded zip into <RF5_Folder>
Confirm that the .dll landed in a correct place: <RF5_Folder>\BepInEx\plugins\RF5_TimeController\RF5_TimeController.dll

Uninstall

Delete <RF5_Folder>\BepInEx\plugins\RF5_TimeController folder.


Kudos
RaizuX for his original idea behind Longer or Shorter Days mod 
davidthemaster30 for source for Updated Dialogue Skipper mod, that showed me how such plugin could work