Complete Overhaul of the Configuration File
Completely Re-Do the configuration file. Added Mod functionality
This commit is contained in:
27
insurgencysandstormmetaconfig.json
Normal file
27
insurgencysandstormmetaconfig.json
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"ConfigFile": "Insurgency/Saved/Config/WindowsServer/Game.ini",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "template",
|
||||
"ConfigFileTemplate": "InsurgencySS_Game.ini"
|
||||
},
|
||||
{
|
||||
"ConfigFile": "Insurgency/Saved/Config/LinuxServer/Game.ini",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "template",
|
||||
"ConfigFileTemplate": "InsurgencySS_Game.ini"
|
||||
},
|
||||
{
|
||||
"ConfigFile": "Insurgency/Config/Server/Motd.txt",
|
||||
"ConfigType": "kvp",
|
||||
"ConfigFormat": "{0}{1}",
|
||||
"Subsections": [
|
||||
{
|
||||
"Heading": "$root",
|
||||
"SettingMappings": {
|
||||
"": "Motd"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user