PeachCastleFix
Removes the invisible wall blocking the extraction platform on the Peach's Castle level. By TheMorningStar.Peach's Castle Fix
The Peach's Castle level ships with an invisible wall down the middle of its extraction platform, so you can't drop loot on half of it. This finds that wall when the extraction loads and switches it off, so the whole platform works again.
By TheMorningStar. Needs the Peach's Castle Level Mod installed.
For developers - detailed breakdown
Postfixes ExtractionPoint.Start. When the current level is Peach's Castle it walks the extraction's hierarchy for the offending object, a large flat BoxCollider spanning the platform, and disables its collider. It also disables the renderer if one is on the same object, in case it's a one-sided phantom. Scoped to Peach's Castle only, so no other map is touched, and it ships none of the level mod's assets.
