Sparroh-MissionSelectCleanup icon

MissionSelectCleanup

Tightens mission icon clusters on the 3D select map and keeps panel-only specials off the globe.

Last updated 2 weeks ago
Total downloads 29
Total rating 0 
Categories Mods Quality Of Life Client-Side
Dependency string Sparroh-MissionSelectCleanup-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_Mycopunk-5.4.2403 icon
BepInEx-BepInExPack_Mycopunk

BepInEx pack for Mycopunk. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

MissionSelectCleanup

Client QoL for Mycopunk — dense region clusters on the 3D mission map, and specials kept off the globe when appropriate.

Features

  1. Dense core clustering per region
  2. 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
  3. 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