Difference between revisions of "Navmesh Bug"
imported>DreamKing (Edits to note that navmesh bug was fixed in Skyrim 1.6) |
imported>DreamKing m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Navmesh]] | [[Category:Navmesh]] | ||
Prior to Skyrim 1.6, there was an issue where actors | Prior to Skyrim 1.6, there was an issue where actors other than the player character often could not navigate in cells that had been created by mods, or in vanilla Skyrim cells that had had their Navmeshes edited by mods. Actors would simply be unable to move in the affected areas. This was commonly referred to as "the Navmesh bug." | ||
The | The Navmesh data only failed to be used by actors when that data was contained in .esp files; Navmesh data in an .esm file was used properly by actors. Thus before Skyrim 1.6, one work-around for the issue was to place Navmesh data for a mod into an .esm. This could take the form of having a mod be an .esm with no .esp, or an .esp/.esm pair where the .esp used the .esm as a master. | ||
With the advent of Skyrim 1.6 such work-arounds are no longer necessary: actors properly use Navmesh data stored in .esp files, and that is the preferred format unless an .esm is needed for other reasons. | With the advent of Skyrim 1.6 such work-arounds are no longer necessary: actors properly use Navmesh data stored in .esp files, and that is the preferred format unless an .esm is needed for other reasons. |
Latest revision as of 11:25, 22 June 2012
Prior to Skyrim 1.6, there was an issue where actors other than the player character often could not navigate in cells that had been created by mods, or in vanilla Skyrim cells that had had their Navmeshes edited by mods. Actors would simply be unable to move in the affected areas. This was commonly referred to as "the Navmesh bug."
The Navmesh data only failed to be used by actors when that data was contained in .esp files; Navmesh data in an .esm file was used properly by actors. Thus before Skyrim 1.6, one work-around for the issue was to place Navmesh data for a mod into an .esm. This could take the form of having a mod be an .esm with no .esp, or an .esp/.esm pair where the .esp used the .esm as a master.
With the advent of Skyrim 1.6 such work-arounds are no longer necessary: actors properly use Navmesh data stored in .esp files, and that is the preferred format unless an .esm is needed for other reasons.