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.
BepInEx/config/sbg.golfcartboost.cfg is generated on first run:
Boost.BoostKey — KeyCode of the boost button (default Mouse1, i.e. right click).Boost.DurationSeconds — how long each boost lasts (default 1.5).Boost.CooldownSeconds — minimum gap between boosts (default 4.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.
dotnet build -c Release
pwsh tools/package.ps1
gh release create vX.Y.Z artifacts/Cray-GolfCartBoost-<ver>.zip --notes-file CHANGELOG.md