Open Elliebot-Z opened 4 years ago
As far as I know, a new completely disconnected navmesh causes stuff like NPCs stuck on the roofs in Sanctuary, because they randomly pick to spawn on the navmesh on the roof, but since there's no way for them to find a path off the roof, they get stuck there until the player leaves and returns.
I believe that that's the only impact of a disconnected navmesh; ie. it breaks sandboxing and anything that needs to have an NPC go from point x to point y while the player is there, but only if they happen to spawn on the disconnected navmesh.
Apparently, the Right Way to merge two vanilla meshes is to:
You would need to identify navmesh islands that:
Splitting a vanilla navmesh is verboten. Whether new navmeshes with islands also cause problems needs research.