Convert Insurgency Sandstorm to base config
This switches the config to use a base config rather than a template to allow users to manually add special settings without a full config file overwrite.
This commit is contained in:
@@ -2,19 +2,17 @@
|
||||
{
|
||||
"ConfigFile": "Insurgency/Saved/Config/WindowsServer/Game.ini",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "template",
|
||||
"ConfigFileTemplate": "InsurgencySS_Game.ini"
|
||||
"ConfigType": "ini"
|
||||
},
|
||||
{
|
||||
"ConfigFile": "Insurgency/Saved/Config/LinuxServer/Game.ini",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "template",
|
||||
"ConfigFileTemplate": "InsurgencySS_Game.ini"
|
||||
"ConfigType": "ini"
|
||||
},
|
||||
{
|
||||
"ConfigFile": "Insurgency/Config/Server/Motd.txt",
|
||||
"ConfigFile": "Insurgency/Config/Server/Motd.txt",
|
||||
"ConfigType": "kvp",
|
||||
"ConfigFormat": "{0}{1}",
|
||||
"ConfigFormat": "{0}{1}",
|
||||
"Subsections": [
|
||||
{
|
||||
"Heading": "$root",
|
||||
|
||||
Reference in New Issue
Block a user