AMPTemplates/insurgencysandstormmetaconfig.json
James Manker ce9b4282dd 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.
2022-02-12 18:27:14 -06:00

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"
}
}
]
}
]