This package has been deprecated and may no longer be maintained. We recommend looking for an alternative.
Enemy And Valuable Spawn Manager TempFix
A Temp Compatibility fix for SoundedSquash's Enemy And Valuable Spawn Manager after the current REPO update.Enemy And Valuable Spawn Manager TempFix
This is a TEMP compatibility layer for soundedsquash-Enemy_And_Valuable_Spawn_Manager.
It fixes multiple breaks caused by the current REPO update.
What it fixes
- The original mod still patches
ValuableDirector.Spawn - Current REPO now uses
ValuableDirector.SpawnValuable(PrefabRef, ValuableVolume, string)
This fix intercepts the original mod startup and reapplies its compatible patches against the current API.
It also patches other update related breakpoints in the original mod, including old item/level setup paths that no longer match the current RunManager / shop-level structure.
What this fix does
- hooks the original Spawn Manager at startup
- initializes the original mod safely
- reapplies supported Harmony patches against the current REPO API
- bridges old valuable spawn patching to the new
SpawnValuable(...)path - replaces the outdated item level initialization path so the menu and item setup do not crash on current REPO
- leaves the original author's DLL untouched
Notes
This is a compatibility shim for the current version of the original mod and current REPO update.
When the original mod updates, I will depreciate this mod.
Credits
- Omniscye/Empress
