You are viewing a potentially older version of this package.
View all versions.
LoadoutImprovements
Expands gear loadouts to 9 slots with paging, renaming, previews, custom icons, and equipped-slot highlighting.
| Date uploaded | 2 days ago |
| Version | 1.2.1 |
| Download link | Sparroh-LoadoutImprovements-1.2.1.zip |
| Downloads | 18 |
| Dependency string | Sparroh-LoadoutImprovements-1.2.1 |
This mod requires the following mods to function
BepInEx-BepInExPack_Mycopunk
BepInEx pack for Mycopunk. Preconfigured and ready to use.
Preferred version: 5.4.2403Sparroh-SparrohUILib
Shared UI library for Sparroh Mycopunk mods. Provides themed widgets, HUD builders, windows, and resolution-aware layout.
Preferred version: 1.1.1README
Loadout Improvements
A BepInEx mod for Mycopunk that expands and improves gear loadout management.
Features
- Expanded Loadouts: Up to 9 loadout slots per gear piece, navigated in pages of 3
- Loadout Scrolling: Configurable left/right keys to page through loadout slots
- Rename Loadouts: Hover a loadout and press the rename key to give it a custom name
- Loadout Preview: Optional text preview listing upgrades when hovering a loadout
- Custom Loadout Icons: Loadout icons can use equipped upgrade icons
- Equipped Loadout Highlight: Loadout slots whose contents match your currently equipped upgrades invert colors — the fill uses your UI color and the icon turns black
Getting Started
Dependencies
- Mycopunk (base game)
- BepInEx - Version 5.4.2403 or compatible (BepInExPack_Mycopunk)
- HarmonyLib (included via BepInEx)
Installing
Via Thunderstore (Recommended):
- Download and install via Thunderstore Mod Manager / r2modman
- The mod will be installed to the correct plugins directory automatically
Manual Installation:
- Place
LoadoutImprovements.dllin your<Mycopunk Directory>/BepInEx/plugins/folder
Building
dotnet build --configuration Release
Configuration
Settings are stored at:
<Mycopunk Directory>/BepInEx/config/sparroh.loadoutimprovements.cfg
| Section | Option | Default | Description |
|---|---|---|---|
| Keybinds | Scroll Loadout Left | , |
Previous loadout page |
| Keybinds | Scroll Loadout Right | . |
Next loadout page |
| Keybinds | Rename Loadout | L |
Rename the hovered loadout |
| General | Loadout Preview | false |
Show upgrade list when hovering a loadout |
Help
- Mod not loading? Verify BepInEx is installed and check the BepInEx log for errors
- Keybinds not working? Check for conflicts with other mods or game binds
- Can't see extra loadouts? Use the scroll keys to move between pages (slots 1–3, 4–6, 7–9)
- Rename not working? Hover a loadout button first, then press the rename key
Authors
- Sparroh
- Coloron (Loadout Expander)
License
This project is licensed under the MIT License - see the LICENSE file for details
CHANGELOG
Changelog
1.2.1
- Equipped loadout highlight now inverts icon/fill: fill uses your UI color (
Global.UIColor), icon turns black - Replaces the previous gold icon tint
1.2.0
- Highlight loadout slots that match currently equipped upgrades (content match)
- Active slot's loadout icon is tinted gold; updates on equip, save, upgrade changes, and page scroll
1.1.0
- Initial standalone release of Loadout Improvements
- Split loadout features out of Enhanced Upgrade Menu
- Expanded loadouts (9 slots) with page scrolling
- Loadout renaming with configurable keybind
- Optional text loadout preview on hover
- Custom loadout icons from equipped upgrades
1.0.0 (2025-10-16) Features
Expanded loadout system with 9 customizable loadout slots
Loadout icons use equipped upgrade icons instead of generic defaults
In-game loadout renaming with dialog popup (press 'L' while hovering)
Enhanced loadout button tooltips with custom names and rename instructions
Automatic loadout array expansion and UI button management
Save/load/equip functionality patched for expanded slot support
Tech
Add MinVer
Add thunderstore.toml for tcli
Add LICENSE and CHANGELOG.md