Difference between revisions of "Version Control"
Jump to navigation
Jump to search
no edit summary
imported>HaploTR |
imported>HaploTR |
||
Line 19: | Line 19: | ||
* Next, navigate back to your Fallout 4 directory | * Next, navigate back to your Fallout 4 directory | ||
* Open CreationKit.ini | * Open the file "CreationKit.ini" | ||
* Modify the following line to say: | * Modify the following line to say: | ||
<source lang="ini">bUseVersionControl=1</source> | <source lang="ini">bUseVersionControl=1</source> | ||
Line 31: | Line 31: | ||
SLocalBackupPath=Data\CheckInBackup\ | SLocalBackupPath=Data\CheckInBackup\ | ||
</source> | </source> | ||
* Note: | * Note: | ||
*: - There is a space in "SNetwork Path" | *: - There is a space in "SNetwork Path" | ||
Line 37: | Line 36: | ||
*: - Do not omit the "\" at the end of the paths above, or this will not work properly | *: - Do not omit the "\" at the end of the paths above, or this will not work properly | ||
*: [[File:versioncontrol_creationkit.png]] | *: [[File:versioncontrol_creationkit.png]] | ||
* Finally, open "CreationKitPrefs.ini" | |||
* Scroll to the bottom of the file, and add the following lines | |||
<source lang="ini"> | |||
[WhoCanMerge] | |||
YOURWINDOWSUSERNAME=1 | |||
</source> | |||
* Note: | |||
*: - Replace "YOURWINDOWSUSERNAME" with your actual windows username | |||
*: [[File:versioncontrol_creationkitprefs.png]] | |||