Difference between revisions of "Version control"

947 bytes added ,  15:10, 21 November 2020
imported>Thingy Person
imported>Thingy Person
Line 198: Line 198:
<source lang="html4strict">Checkout Warning: <Form> is a different version than it was when it was loaded. Check out prevented.</source>
<source lang="html4strict">Checkout Warning: <Form> is a different version than it was when it was loaded. Check out prevented.</source>
You need to regenerate the bit array (see above). You may have done a merge earlier and haven't regenerated the bit array since.
You need to regenerate the bit array (see above). You may have done a merge earlier and haven't regenerated the bit array since.
<source lang="html4strict">NavMesh Checkin: All altered navmeshes must checked in together. Would you like to remove all navmeshes from the current check in list and proceed? (YES)? Or cancel check in? (NO)</source>
If you checked out all altered navmeshes as well as the NAVI as described above and still get this error, your master's NAVI might be nonstandard. NAVI forms should always be overrides of the NAVI in Skyrim.esm at [00012FB4]; the game will merge all these overrides at runtime, as an exception to the usual "rule of one". If you have been using unofficial tools, then there is a possibility that your esm's NAVI is a new record rather than an override (formid beginning in 01 or higher). If this is the case, delete this NAVI (such as by using xEdit); the next time you merge a plugin with navmesh, a standard NAVI will be added to your esm. Make sure these plugins do not themselves contain overrides to the old nonstandard NAVI.


==See Also==
==See Also==