Madmer-CustomGameSpeed icon

CustomGameSpeed

Leaves default Pause (x0) and Play (x1) buttons untouched. Replaces the next 3 speed buttons with customizable values (default: x3, x5, x10). Configure your own speeds via the generated .cfg file (use dot as decimal separator).

By Madmer
Last updated 2 weeks ago
Total downloads 31
Total rating 1 
Categories Mods
Dependency string Madmer-CustomGameSpeed-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
ATS_API_Devs-API-3.5.0 icon
ATS_API_Devs-API

Simplifies adding/changing ATS and adds fixes/QOL changes.

Preferred version: 3.5.0

README

CustomGameSpeed

A simple configurable mod for overriding time scale values in the game UI.

Description

Replaces the original game speed buttons with the following:

  • Pause (x0)
  • Normal (x1)
  • Custom speed 1 (default: x3)
  • Custom speed 2 (default: x5)
  • Custom speed 3 (default: x10)

This works with UI buttons, hotkeys, and other in-game systems.

Configuration

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

Installation

  1. Install BepInEx 5 for your game

  2. Extract archive into:

    BepInEx/plugins/CustomGameSpeed/
    
  3. Launch the game once to generate config

  4. (Optional) Edit com.madmer.CustomGameSpeed.cfg to your desired speeds


Made with ❤ by madmer

Feel free to tweak or fork. Feedback is welcome!