ce9b4282dd
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.
25 lines
483 B
JSON
25 lines
483 B
JSON
[
|
|
{
|
|
"ConfigFile": "Insurgency/Saved/Config/WindowsServer/Game.ini",
|
|
"AutoMap": true,
|
|
"ConfigType": "ini"
|
|
},
|
|
{
|
|
"ConfigFile": "Insurgency/Saved/Config/LinuxServer/Game.ini",
|
|
"AutoMap": true,
|
|
"ConfigType": "ini"
|
|
},
|
|
{
|
|
"ConfigFile": "Insurgency/Config/Server/Motd.txt",
|
|
"ConfigType": "kvp",
|
|
"ConfigFormat": "{0}{1}",
|
|
"Subsections": [
|
|
{
|
|
"Heading": "$root",
|
|
"SettingMappings": {
|
|
"": "Motd"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
] |