MoreStackables
Makes upgrades that are stackable in Ouroboros also stackable in the base game.
| Date uploaded | 2 weeks ago |
| Version | 1.0.1 |
| Download link | Sparroh-MoreStackables-1.0.1.zip |
| Downloads | 40 |
| Dependency string | Sparroh-MoreStackables-1.0.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.2403README
MoreStackables
A BepInEx mod for Mycopunk that makes upgrades stackable in the base game when they are already stackable during Ouroboros.
What it does
In vanilla Mycopunk, many upgrades can only be stacked while running Ouroboros (temporary mission upgrades). Outside of Ouroboros, equipping a second copy of the same upgrade is blocked.
This mod promotes those Ouro-only stackable upgrades so they use permanent stacking rules everywhere:
- If an upgrade has CanStackInMission (stackable on Ouro temp drops)
- and does not already have CanStack
- it receives CanStack
You still need multiple owned instances and free hex grid space. The mod does not spawn free duplicates.
What it does not change
- Upgrades that are intentionally unique / exclusive (
OnlyOneOfThisType) stay exclusive - Cosmetic / skin pattern exclusivity is unchanged
- Upgrades that were never stackable in Ouroboros are left alone
Dependencies
- Mycopunk
- BepInEx (BepInExPack_Mycopunk 5.4.2403 or compatible)
Building
dotnet build --configuration Release
Output DLL: bin/Release/net48/MoreStackables.dll
Installing
Thunderstore / r2modman: install the package normally.
Manual: place MoreStackables.dll in <Mycopunk>/BepInEx/plugins/.
Configuration
BepInEx/config/sparroh.morestackables.cfg
| Setting | Default | Description |
|---|---|---|
General.Enable |
true |
Master toggle |
Debug.Log Promoted Upgrades |
false |
Log each upgrade that receives CanStack |
Notes
- Marked as a sandbox balance mod (changes power fantasy / build flexibility).
- Safe to add mid-save; it only flips runtime flags on upgrade definitions.
- Works with already-owned duplicate instances as soon as the mod loads and upgrades register.
Authors
- Sparroh
License
MIT — see LICENSE
CHANGELOG
Changelog
1.0.1
- changed from client to sandbox
1.0.0
- Initial release
- Promotes
CanStackInMissionupgrades to also haveCanStack, matching Ouroboros stacking rules in the base game - Config toggles for enable/disable and debug logging of promoted upgrades