GolfCartBoost
Hold the boost button while driving a golf cart for a short speed surge with a cooldown. Reuses the coffee speed-boost effect for the same speed lines and audio.
| Last updated | 2 hours ago |
| Total downloads | 1 |
| Total rating | 0 |
| Categories | |
| Dependency string | Cray-GolfCartBoost-0.1.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
GolfCartBoost
Hold a button while driving a golf cart for a short speed surge with a cooldown afterwards.
Default button is right click. The boost reuses the same SpeedBoost status effect the
coffee item applies, so the cart's existing speed multiplier and the coffee speed-line VFX +
audio kick in for free — no extra particle systems to maintain.
A small "Click [button] to boost!" prompt appears near the bottom-centre of the screen while boost is available, and fades out during cooldown.
Configuration
BepInEx/config/sbg.golfcartboost.cfg is generated on first run:
Boost.BoostKey—KeyCodeof the boost button (defaultMouse1, i.e. right click).Boost.DurationSeconds— how long each boost lasts (default1.5).Boost.CooldownSeconds— minimum gap between boosts (default4.0).Ui.PromptEnabled— show / hide the prompt (default true).
True rebinding through the in-game controls menu isn't wired in yet; this initial release uses
a KeyCode config so any keyboard or mouse button can be assigned.
Build / deploy / release
dotnet build -c Release
pwsh tools/package.ps1
gh release create vX.Y.Z artifacts/Cray-GolfCartBoost-<ver>.zip --notes-file CHANGELOG.md