Skip to content

Toshimichi0915/CloverPitSpeedUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloverPitSpeedUp

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.

1. Install BepInEx 5

This plugin requires BepInEx 5 (x64).

  1. Go to the official BepInEx releases.

  2. Download the latest build (usually BepInEx_x64_5.x.x.x.zip).

  3. 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/ and doorstop_config.ini files are next to your game executable.
  4. Run the game once to let BepInEx set up the folder structure.

2. Install the Plugin

  1. Download the pre-built CloverPitSpeedUp.dll from the Releases page.

  2. Place the DLL into the following folder inside your game directory:

    BepInEx/plugins/
    
  3. 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)
    

3. Configure the Plugin

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.
  • 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
      

Usage

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages