Full commit
This commit is contained in:
23
pavlov-vrmetaconfig.json
Executable file
23
pavlov-vrmetaconfig.json
Executable file
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"ConfigFile": "Pavlov/Saved/Config/LinuxServer/Game.ini",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "kvp",
|
||||
"ConfigFormat": "{0}={1}",
|
||||
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
|
||||
},
|
||||
{
|
||||
"ConfigFile": "Pavlov/Saved/Config/RconSettings.txt",
|
||||
"ConfigType": "kvp",
|
||||
"ConfigFormat": "{0}={1}",
|
||||
"Subsections": [
|
||||
{
|
||||
"Heading": "$root",
|
||||
"SettingMappings": {
|
||||
"Password" : "$RemoteAdminPassword",
|
||||
"Port" : "$RemoteAdminPort"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user