Difference between revisions of "Version control"

Jump to navigation Jump to search
369 bytes added ,  03:36, 2 February 2021
imported>Thingy Person
imported>Thingy Person
Line 191: Line 191:
<source lang="html4strict">
<source lang="html4strict">
MASTERFILE: File index # is invalid. Clamping to ##. Does a master file depend on more than one master?</source>
MASTERFILE: File index # is invalid. Clamping to ##. Does a master file depend on more than one master?</source>
The above is a serious error resulting from having an active .esp with more than three master .esm files (including Skyrim.esm). It will corrupt both the .esm file you are merging into as well as the .esp file you are trying to merge if ignored. It is possible to bypass this error, allowing for one or more additional master files as long as all master files from position 02 or lower have no overlapping forms. The best way to do this is to manually renumber the forms in your fourth master file to a higher formid range, such as XX600000+ or XX7000000+ in TES5Edit prior to development.
The above is a serious error resulting from having an active .esp with more than three master .esm files (including Skyrim.esm). It will corrupt both the .esm file you are merging into as well as the .esp file you are trying to merge if ignored. It is possible to bypass this error, allowing for one or more additional master files as long as all master files from position 02 or lower have no overlapping forms. The best way to do this is to manually renumber the forms in your fourth master file to a higher formid range, such as XX600000+ or XX7000000+ in xEdit prior to development.
 
If you want to merge a plugin which, by accident, is dependent on more masters (typically DLC), you can remove those dependencies with the "Clean masters" functionality in xEdit if forms from them are not used in the plugin. If they ''are'' used, then first apply the "Report masters" script to check which forms and where, and remove those uses before cleaning masters.
<source lang="html4strict">
<source lang="html4strict">
Unable to initialize PerForce, check your logs for more information.</source>
Unable to initialize PerForce, check your logs for more information.</source>

Navigation menu