AMPTemplates/pavlov-vrmetaconfig.json

23 lines
593 B
JSON
Raw Permalink Normal View History

2022-01-15 10:05:46 +01:00
[
{
"ConfigFile": "Pavlov/Saved/Config/LinuxServer/Game.ini",
"AutoMap": true,
2022-02-20 09:57:28 +01:00
"ConfigType": "ini",
2022-01-15 10:05:46 +01:00
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
},
{
"ConfigFile": "Pavlov/Saved/Config/RconSettings.txt",
"ConfigType": "kvp",
"ConfigFormat": "{0}={1}",
"Subsections": [
{
"Heading": "$root",
"SettingMappings": {
"Password" : "$RemoteAdminPassword",
"Port" : "$RemoteAdminPort"
}
}
]
}
2022-02-20 09:57:28 +01:00
]