Cray-AltScrollInventory icon

AltScrollInventory

Hold Alt + mouse wheel to cycle inventory slots instead of adjusting club angle.

Last updated 3 hours ago
Total downloads 3
Total rating 0 
Categories Mods Quality of Life Host-Only
Dependency string Cray-AltScrollInventory-0.1.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

AltScrollInventory

Hold Alt and the mouse wheel cycles inventory hotbar slots instead of adjusting the club's pitch. Release Alt and the wheel goes back to adjusting club angle as normal.

Install

Via r2modman or Thunderstore Mod Manager — search for Cray-AltScrollInventory and install.

Manual install: drop AltScrollInventory.dll into <r2modman profile>/BepInEx/plugins/Cray-AltScrollInventory/.

Requires BepInExPack 5.4.2305.

Usage

  • Scroll wheel — adjust club pitch (vanilla behavior).
  • Alt + Scroll wheel — cycle inventory slots left/right.

Alt doubles as the vanilla "Walk" modifier, which remains unchanged.

Building from source

Requirements: .NET SDK 7.0+, a Super Battle Golf install (Steam default path is auto-detected), and an r2modman profile called Default if you want the auto-deploy target to work.

git clone https://github.com/Calen-Ray/SBG-alt-scroll-inventory.git
cd SBG-alt-scroll-inventory
dotnet build -c Release

The build copies the DLL into your r2modman Default profile automatically. Override the game path or profile name by copying Developer.props.example to Developer.props and editing.

Packaging for Thunderstore

pwsh tools/package.ps1

Produces artifacts/Cray-AltScrollInventory-<version>.zip ready to upload.

License

MIT — see LICENSE.