


A simple configurable mod for overriding time scale values in the game UI.
Replaces the original game speed buttons with the following:
This works with UI buttons, hotkeys, and other in-game systems.
After first launch, the config file will be generated at:
BepInEx/config/com.madmer.CustomGameSpeed.cfg
You can adjust the custom speeds using fractional values (use a dot . as the decimal separator):
[General]
## Custom time scale for slot 3 (default: 3x)
Speed 3 = 3
## Custom time scale for slot 4 (default: 5x)
Speed 4 = 5
## Custom time scale for slot 5 (default: 10x)
Speed 5 = 10
Install BepInEx 5 for your game
Extract archive into:
BepInEx/plugins/CustomGameSpeed/
Launch the game once to generate config
(Optional) Edit com.madmer.CustomGameSpeed.cfg to your desired speeds
Made with ❤ by madmer
Feel free to tweak or fork. Feedback is welcome!