A BepInEx mod for Bloobs Adventure Idle that lets you choose your turbo-mode game speed at runtime — 3x, 5x, 8x, or 10x — from the mod menu, instead of the single fixed speed the game bakes in.
The stock game runs turbo at 10x, which can feel jarring for normal play. This mod lets you dial it to whatever you like and switch on the fly without editing game files.
- Pick turbo speed from four checkboxes: 3x / 5x / 8x / 10x (exactly one active at a time).
- Applies instantly to live turbo — no restart, no re-toggling turbo.
- Only touches the game while turbo is active and not paused; normal 1x and banked 2x/3x speeds are left completely alone.
- Master Enabled switch restores the game's built-in turbo speed when off.
- Optional startup update check that shows an in-game notice if a newer release exists (notify-only — never downloads or changes any file).
- BepInEx 5.4.23.2 (x64, Mono)
- Optional: ConfigurationManager to change the speed in-game with F1.
- Install BepInEx 5.4.23.2 (x64) into your game folder and launch the game once to generate the
BepInEx/pluginsfolder. - Download
TurboSpeedControl.dllfrom the latest release. - Drop it into
Bloobs Adventure Idle/BepInEx/plugins/. - Launch the game, enter turbo mode, and pick your speed from the Turbo Speed section (F1).
| Setting | Default | Description |
|---|---|---|
Enabled |
true |
Master switch. When off, turbo runs at the game's built-in speed. |
CheckForUpdates |
true |
On startup, check GitHub for a newer release and show an in-game notice. |
3x / 5x / 8x / 10x |
3x |
The turbo speed to use. Checking one unchecks the others. |
The .csproj references the game's assemblies via a GameDir property. Edit GameDir in
TurboSpeedControl.csproj to point at your install, then:
dotnet build -c Release
The DLL is produced in bin/Release/.
MIT — see LICENSE.