Mutagen-Modding / Mutagen.Bethesda.Analyzers

A project to diagnose and analyze the health of a mod or a load order
GNU General Public License v3.0
14 stars 4 forks source link

Out of Cell's Z Boundary #108

Open Noggog opened 2 years ago

Noggog commented 2 years ago

They found that objects outside of the cell boundaries in the z-direction could cause performance issues. This patcher cycles through all placed objects and all navmeshes. If it encounters anything with a z-coordinate less than -30,000, then it is placed at exactly -30,000. If it encounters anything with a z-coordinate > 30,000, then it is placed at exactly 30,000.

Fixes from Wolfman's Z-Floor Patcher which is based on https://www.nexusmods.com/skyrimspecialedition/mods/66652