Difference between revisions of "Enable Version Control"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Created page with "{{Enable Version Control}} Category:Version Control Configurations")
 
imported>Qazaaq
 
Line 1: Line 1:
This configuration requires a Microsoft Windows ''User Name'' and ''Computer Name''.
Its easy to get this information using the windows command line.
Optionally, download the [[File:VersionControl(bat).zip]] batch script to get this information.
# Press the keyboard keys {{key press|Windows|R}}, then type <code>cmd</code>, and press '''OK'''.
# On the Windows CLI terminal, type in the <code>WhoAmI</code> command and press {{key press|Enter}}.
:'''Command:''' <code>WhoAmI</code>
:'''Output:''' <code>ToddHoward-PC\ToddHoward</code>
<BR>
:'''Computer Name:''' <code>ToddHoward-PC</code>
:'''User Name:''' <code>ToddHoward</code>
<BR>
{{Enable Version Control}}
{{Enable Version Control}}




[[Category:Configurations]]
[[Category:Version Control Configurations]]
[[Category:Version Control Configurations]]

Latest revision as of 22:40, 31 August 2019

This configuration requires a Microsoft Windows User Name and Computer Name. Its easy to get this information using the windows command line. Optionally, download the File:VersionControl(bat).zip batch script to get this information.

  1. Press the keyboard keys Windows+R, then type cmd, and press OK.
  2. On the Windows CLI terminal, type in the WhoAmI command and press ↵ Enter.
Command: WhoAmI
Output: ToddHoward-PC\ToddHoward


Computer Name: ToddHoward-PC
User Name: ToddHoward


The Version Control system allows multiple developers to work simultaneously on a single Data File. By default, Version Control features are disabled within the Creation Kit.

The following Initialization File settings will need to be configured to use Version Control.

CreationKitCustom.ini[edit source]

Add or change the following under the [General] section heading of CreationKitCustom.ini. Replace COMPUTERNAME with your Windows Computer Name. Note the space in sNetwork Path and do not omit the leading or trailing path seperators.

[General]
bUseVersionControl=1
sNetwork Path=\\COMPUTERNAME\Merging\
sNewVersionBackupPath=\\COMPUTERNAME\Merging\VersionBackup\
sNetworkMasterPath=\\COMPUTERNAME\Merging\Data\
sLocalBackupPath=Data\CheckInBackup\
CreationKitPrefs.ini[edit source]

Add or change the following under the [WhoCanMerge] section heading of CreationKitPrefs.ini. Replace USERNAME with your Windows User Name.

[WhoCanMerge]
USERNAME=1