Whocanmerge is a list of Windows users (their login) that are allowed to merge their contributions into the master.
Just add a new section to SkyrimEditorPrefs.ini
[WhoCanMerge]YourWindowsLogin=1
Constructionsetnetwork.ini is just an empty file for now, but it needs to be in a network folder. That was the original idea of version control: there is only one Skyrim.esm and dozens of developers spread all across the building (city? country? world?) can simultaneously access and modify that file.
For this to work you need to share one folder or drive on your computer
- Right click on My Computer, Select Properties go to "Computer Name" and remember that Computer Name (e.g. "MyPC")
- Create a folder "VersionControl" in your Skyrim folder
- Create a new text file in that folder and rename it to "ConstructionSetNetwork.ini"
- Right click on the folder, select properties and then "Sharing"
- Activate "share this folder in the network" and if you want give it a new network name for example "SkyrimVC"
Now you open
SkyrimEditor.ini set bUseVersionControl and add a new line "SNetwork Path" and set it to your network-path
(\\MyPC\SkyrimVC\)
[General]bUseVersionControl=1SNetwork Path=\\MyPC\SkyrimVC\[...]
When the path is correct and the network folder can be accessed , you will
not be asked to select ConstructionSetNetwork.ini