A BepInEx mod for Mycopunk that adds trash marking, batch scrapping, instant scrap, and undo for upgrades and skins.
Trash Marking: Hover an upgrade and press the configured key (default T) to mark or unmark it for trash. Marked upgrades show a red favorite icon.
Scrap Marked: Button in the gear details window to scrap all trash-marked upgrades for the current gear (with confirmation).
Scrap Non Favorite: Button to scrap all non-favorite upgrades for the current gear (with confirmation).
Instant Scrap: Optional config to make the normal scrap hold complete almost instantly (~0.1s).
Fixed Scrap Timer: Optional config to use a fixed hold duration instead of the default scrap timer.
Undo Last Scrap: Restore up to the last 5 scrap actions (single or batch). Reverses destroyed upgrades and claws back scrap rewards when possible.
Skins Support: Works in both upgrade and skin modes.
Via Thunderstore (Recommended):
Manual Installation:
BatchScrapping.dll in your <Mycopunk Directory>/BepInEx/plugins/ folderdotnet build --configuration Release
Settings are stored at <Mycopunk Directory>/BepInEx/config/sparroh.batchscrapping.cfg:
| Section | Option | Default | Description |
|---|---|---|---|
| Keybinds | Mark for Trash | T |
Key to toggle trash mark on hovered upgrades |
| General | Instant Scrap | false |
Enable instant scrapping without hold timer |
| General | Fixed Scrap Time | false |
Use fixed scrap timer instead of default (ignored when Instant Scrap is on) |
| General | Scrap Duration | 1 |
Duration in seconds for fixed scrap timer |
T (or your bound key) to mark them for trash.Favorites and trash marks are mutually exclusive. Favoriting an upgrade clears its trash mark, and trash-marking clears favorite.
Instant Scrap in the config and check BepInEx logs for patch success messages.This project is licensed under the MIT License - see the LICENSE file for details.