You are viewing a potentially older version of this package. View all versions.
Cray-AltScrollInventory-0.1.0 icon

AltScrollInventory

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

Date uploaded 3 months ago
Version 0.1.0
Download link Cray-AltScrollInventory-0.1.0.zip
Downloads 264
Dependency string Cray-AltScrollInventory-0.1.0

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.

CHANGELOG

Changelog

v0.1.0

  • Initial release.
  • Hold Alt + scroll wheel to cycle inventory hotbar slots.
  • Scroll wheel continues to adjust club pitch when Alt is not held.