AuthoredMapsOnly
Toggle to force missions onto hand-authored maps instead of procedural/uncharted ones.AuthoredMapsOnly
Forces Mycopunk missions to use hand-authored (designed) maps instead of procedural/uncharted ones whenever the region has authored maps available.
What it does
On the mission select planet (and weekly/special mission containers), the game normally rolls mostly procedural maps, with authored maps only rarely.
With this mod enabled, any mission that would land on a procedural map is rewritten to an authored map from that region's designed map pool (LegacyScenes).
- Regions without authored maps are left unchanged
- Missions that hard-override their scene (story/boss arenas, etc.) are left alone
- Host-authoritative: install on the lobby host for it to affect the run
Config
BepInEx config file: BepInEx/config/sparroh.authoredmapsonly.cfg
| Setting | Default | Description |
|---|---|---|
AuthoredMapsOnly |
true |
Master toggle. Set to false to restore vanilla map selection. |
Dependencies
- Mycopunk
- BepInEx (Mycopunk pack, e.g. 5.4.2403)
Installing
Thunderstore / r2modman (recommended)
Install from Thunderstore, or add a local profile install of the built package.
Manual
Copy AuthoredMapsOnly.dll to:
<Mycopunk>/BepInEx/plugins/
Building
dotnet build --configuration Release
Output:
bin/Release/netstandard2.1/AuthoredMapsOnly.dll
License
MIT — see LICENSE.
