You are viewing a potentially older version of this package.
View all versions.
MissionSelectCleanup
Tightens mission icon clusters on the 3D select map and keeps panel-only specials off the globe.
| Date uploaded | 2 weeks ago |
| Version | 1.0.0 |
| Download link | Sparroh-MissionSelectCleanup-1.0.0.zip |
| Downloads | 30 |
| Dependency string | Sparroh-MissionSelectCleanup-1.0.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.2403README
MissionSelectCleanup
Client QoL for Mycopunk — dense region clusters on the 3D mission map, and specials kept off the globe when appropriate.
Features
- Dense core clustering per region
- Hide specials from map (side panel still works)
- Always hide: Ouroboros, Blitz, Incursion, Weekly Overtime, Amalgamation, …
- Hide when completed: Containment, Ground Zero, Oxythane Breach, Oxythane Breach Escalation
- Live config reload
Why Incursion still showed (fixed in 1.0.5)
Some specials are placed in the normal 8-per-region roll (button.Setup directly), not only via AddMission.
1.0.5 runs a post-setup cleanup that clears matching pins and frees their triangle slots.
Config
| Setting | Default |
|---|---|
| Hide Special Missions From Map | true |
| Always Hide Name Filters | ouroboros, …, incursion, weekly overtime, amalgamation, … |
| Hide When Completed Name Filters | containment, ground zero, oxythane breach escalation, oxythane breach |
| Tightness / Max Tris / … | see cfg |
| Debug Log | false |
On first load, schema migration applies filter list defaults automatically.
Verify
MissionSelectCleanup v1.0.5 loaded. ... HideSpecials=True
Patched Setup(bool) for map cleanup
Enable Debug Log if you need hide/clear diagnostics while tuning filters.
Build
dotnet build --configuration Release
License
MIT
CHANGELOG
Changelog
1.0.0
- Renamed package/metadata to MissionSelectCleanup
- Setup cleanup: after map build, clear filtered pins from the main 8-per-region roll (fixes Incursion / Weekly Overtime still appearing)
- Split filters: Always Hide vs Hide When Completed
- Always hide: Ouroboros, Blitz, Incursion, Weekly Overtime, Amalgamation, …
- Hide when completed: Containment, Ground Zero, Oxythane Breach, Oxythane Breach Escalation
- Removed Dump Map Missions (use Debug Log for hide diagnostics)
- Schema migration applies new filter lists automatically
- Hide specials from globe via AddMission prefix
- Side panel unchanged
- Dense core placement + cfg schema migration
- Largest contiguous blob attempt
- Angular radius + nearest-N
- Initial release