A simple BepInEx plugin that lets you speed up the game during the gambling phase and display the current speed in the bottom-left corner. You can cycle through different speed options using the Z key.
This plugin requires BepInEx 5 (x64).
-
Go to the official BepInEx releases.
-
Download the latest build (usually BepInEx_x64_5.x.x.x.zip).
-
Follow the official installation guide in the BepInEx documentation.
- Extract the archive into your game folder (where the main game executable is located).
- Make sure the
BepInEx/anddoorstop_config.inifiles are next to your game executable.
-
Run the game once to let BepInEx set up the folder structure.
-
Download the pre-built
CloverPitSpeedUp.dllfrom the Releases page. -
Place the DLL into the following folder inside your game directory:
BepInEx/plugins/ -
Launch the game. If installed correctly, you should see a text showing current game speed at the bottom-left corner:
Speed 1x (Z to toggle)
The plugin automatically creates a config file on first launch:
BepInEx/config/CloverPitSpeedUp.cfg
You can open this file in a text editor and change the following settings:
-
General.showSpeed
- Type:
true/false - Default:
true - Whether to show the current speed overlay in the bottom-left corner.
- Type:
-
General.speedOptions
-
Type: comma-separated list of numbers
-
Default:
1,2,4,8 -
Defines which speed multipliers you can cycle through by pressing Z.
-
Example:
speedOptions = 1,1.5,2,3,5
-
- The plugin activates automatically when entering the gambling phase.
- Press Z to cycle through the configured speed multipliers.
- The overlay in the bottom-left shows the current speed.