You are viewing a potentially older version of this package.
View all versions.
GridClear
Adds a Clear Grid button to the gear upgrade menu that unequips all upgrades from the hex grid in one click.
| Date uploaded | 3 weeks ago |
| Version | 1.1.0 |
| Download link | Sparroh-GridClear-1.1.0.zip |
| Downloads | 62 |
| Dependency string | Sparroh-GridClear-1.1.0 |
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
GridClear
A BepInEx mod for Mycopunk that adds a Clear Grid button to the gear upgrade menu, letting you unequip every upgrade from the hex grid in one click.
Features
- Clear Grid button — Appears on the gear action bar when a gear details or Ouro gear window is open
- Confirmation dialog — Asks before unequipping so you don't clear by accident
- Boundary Incursion safe order — Unequips Boundary Incursion upgrades last for better compatibility with grid expansion
- Configurable — Toggle the button on/off via BepInEx config
Getting Started
Dependencies
- Mycopunk (base game)
- BepInEx — Version 5.4.2403 or compatible
- SparrohUILib — Required for the gear action bar and dialogs
Installing
Via Thunderstore (Recommended)
- Download and install via a Thunderstore mod manager
- Dependencies (including SparrohUILib) are installed automatically
Manual Installation
- Install SparrohUILib if it is not already present
- Place
GridClear.dllin your<Mycopunk Directory>/BepInEx/plugins/folder
Usage
- Open a gear's upgrade/details window
- Click the Clear Grid button on the gear action bar
- Confirm in the dialog
- All equipped upgrades are unequipped from the hex grid
Configuration
Edit BepInEx/config/sparroh.gridclear.cfg (created on first launch), or change settings in-game if you use a config
menu. Changes on disk are picked up automatically.
| Section | Key | Default | Description |
|---|---|---|---|
| General | Enable Clear Grid | true |
Show the Clear Grid button on the gear action bar |
Building
dotnet build --configuration Release
Authors
- Sparroh
License
This project is licensed under the MIT License — see the LICENSE file for details.
CHANGELOG
Changelog
1.1.0
- Split UI registration from clear/unequip logic (
GridClearUI/GridClearLogic) - Added ConfigManager with live-reload support
- New config: Enable Clear Grid (default on) to show/hide the action bar button
1.0.0
- Initial standalone release (extracted from EnhancedUpgradeMenu)
- Adds a Clear Grid button to the gear action bar on gear upgrade windows
- Shows a confirmation dialog before unequipping
- Unequips Boundary Incursion upgrades last for better compatibility
- Requires SparrohUILib for the action bar and dialogs