
You are viewing a potentially older version of this package. View Latest Version
MissionSelectCleanup
Tightens mission icon clusters on the 3D select map and keeps panel-only specials off the globe.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