Difference between revisions of "Version control"
Jump to navigation
Jump to search
no edit summary
imported>1shoedpunk (→Setup) |
imported>1shoedpunk |
||
Line 90: | Line 90: | ||
Save the change and load Skyrim.esm in the CK. You'll get a good number of errors about strings and such, ignore them and press Yes to All. Now it's possible to Check Out forms that belong to Skyrim.esm. Merge any changed Skyrim.esm forms from your ESP into your own ESM, then exit the Creation Kit and revert the flag change. | Save the change and load Skyrim.esm in the CK. You'll get a good number of errors about strings and such, ignore them and press Yes to All. Now it's possible to Check Out forms that belong to Skyrim.esm. Merge any changed Skyrim.esm forms from your ESP into your own ESM, then exit the Creation Kit and revert the flag change. | ||
====Advanced Commands==== | |||
In the folder detail window, where you create your formid list, there are a few advanced commands that can be performed on your .esm. It is unclear of how exactly they function and it appears that you may need to have only the .esm you intend to alter loaded. Otherwise, it will default to affect Skyrim.esm. Very few of these have been tested and the only one I can confirm works is CTRL-SHIFT-B. If you are looking to try any of these, be sure to make a backup in a location other than your merging or Skyrim folder. | |||
'''The following commands are from Rocket's tutorial on TESNexus's wiki:''' http://wiki.tesnexus.com/index.php/Version_control_primer | |||
'''Ctrl+Shift+T''' | |||
<pre> | |||
New form type string | |||
</pre> | |||
'''Ctrl+Shift+U''' | |||
<pre> | |||
--------------------------- | |||
Confirm Size Update. | |||
--------------------------- | |||
You have chosen to update the size of the selected group. | |||
This operation cannot be undone. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+I''' | |||
<pre> | |||
--------------------------- | |||
Confirm ID Update. | |||
--------------------------- | |||
You have chosen to update the form ID for one or more forms from the current file. | |||
This operation cannot be undone. Additionally, this will not remove any links in | |||
other forms to the old ID. Errors may be encountered on load. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+O''' (letter O) | |||
<pre> | |||
--------------------------- | |||
Confirm ESM Conversion. | |||
--------------------------- | |||
You have chosen to create a version of the current ESM file optimized for XBox loading. | |||
This operation cannot be undone. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+P''' | |||
<pre> | |||
--------------------------- | |||
Confirm Child Sort. | |||
--------------------------- | |||
You have chosen to sort all child sub groups in the file. | |||
This operation cannot be undone. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+A''' | |||
<pre> | |||
--------------------------- | |||
Confirm Bit Array File Validation. | |||
--------------------------- | |||
You have chosen to validate the bit array files for the current file. | |||
This operation may take a long time to complete. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+S''' | |||
<pre> | |||
--------------------------- | |||
Confirm Form Sort. | |||
--------------------------- | |||
You have chosen to re-sort the forms in the current file. | |||
This operation cannot be undone and may take a long time to complete. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+F''' | |||
<pre> | |||
--------------------------- | |||
Confirm FORM Size Update. | |||
--------------------------- | |||
You have chosen to update the size of the selected form. | |||
This operation cannot be undone. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+G''' (Don't use this. You'll regret it.) | |||
<pre> | |||
--------------------------- | |||
Confirm Group Update. | |||
--------------------------- | |||
You have chosen to update the form groups in the current file. | |||
This operation cannot be undone and may take a long time to complete. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+L''' | |||
<pre> | |||
--------------------------- | |||
Confirm ESM Conversion. | |||
--------------------------- | |||
You have chosen to create a version of the current ESM file with | |||
Tamriel land only. This operation cannot be undone. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+Z''' | |||
<pre> | |||
--------------------------- | |||
Confirm Version Update. | |||
--------------------------- | |||
You have chosen to update the file version of the master file. | |||
This operation cannot be undone. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+C''' | |||
<pre> | |||
--------------------------- | |||
Confirm Group Update. | |||
--------------------------- | |||
You have chosen to update the child group of the selected form. | |||
This operation cannot be undone. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+V''' | |||
<pre> | |||
--------------------------- | |||
Confirm File Validation. | |||
--------------------------- | |||
You have chosen to validate the loaded forms against the current file. | |||
This operation may take a long time to complete. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+B''' | |||
<pre> | |||
--------------------------- | |||
Confirm Bit Array File Update. | |||
--------------------------- | |||
You have chosen to create/update the bit array files for the current file. | |||
This operation cannot be undone and may take a long time to complete. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+0''' (number 0) | |||
<pre> | |||
--------------------------- | |||
Confirm Group Removal. | |||
--------------------------- | |||
You have chosen to remove any empty groups in the current file. | |||
This operation may take a long time to complete. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
'''Ctrl+Shift+Delete''' | |||
<pre> | |||
--------------------------- | |||
Confirm Delete. | |||
--------------------------- | |||
You have chosen to remove one or more forms from the current file. | |||
Unlike setting the ignore flag, this operation cannot be undone. | |||
Additionally, this will not remove any links in remaining forms to | |||
the deleted ones. Errors may be encountered on load. | |||
Do you wish to continue? | |||
--------------------------- | |||
Yes No | |||
--------------------------- | |||
</pre> | |||
==Perforce Integration== | ==Perforce Integration== |