MoreUpgrades Fix
Compatibility patch for MoreUpgrades.
What it fixes
- Prevents repeated null reference errors from the MoreUpgrades map tracker update.
- Prevents cosmetic tracker null reference errors when player or map state is not ready.
- Adds safer checks around player, map, death head, map entity, and renderer references.
- Adds a safe guard for the MoreUpgrades map zoom update.
- Rebuilds the map tracker safely by default so the tracker keeps working when the original update would fail.
- Keeps a low-overhead guarded mode available through config.
Config
The config file is created at:
BepInEx/config/moreupgrades.fix.runtime.cfg
Options:
DebugLogging - enables extra diagnostic logs. Disabled by default.
RebuildTrackerSafely - enables the safer tracker rebuild. Enabled by default.
Requirements
- MoreUpgrades 1.7.3
- BepInExPack
Install this patch together with the original MoreUpgrades mod.