Difference between revisions of "Version control"

496 bytes added ,  16:37, 7 November 2013
imported>Wheeze201
imported>1shoedpunk
Line 96: Line 96:
<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.
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 following error does not appear to have any effect on the Creation Kit's functionality or on plugin data. It appears it can be safely ignored:
The following error advises that Perforce integration is not set up. It indicates that the Creation Kit will fall back on default code to assign new formids to script fragments, deleting the original versions without creating backups. It can be safely ignored, but be sure to keep manual back-ups.:
<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>
Anonymous user