16 lines
469 B
JSON
16 lines
469 B
JSON
[
|
|
{
|
|
"ConfigFile":"AppData/config/{{$GamePort}}/config_gameplay.txt",
|
|
"AutoMap":true,
|
|
"ConfigType":"kvp",
|
|
"ConfigFormat":"{0}: {1}",
|
|
"ConfigFormatRegex":"^(?<key>.+?): (?<value>.*?)$"
|
|
},
|
|
{
|
|
"ConfigFile":"AppData/config/{{$GamePort}}/config_remoteadmin.txt",
|
|
"AutoMap":true,
|
|
"ConfigType":"kvp",
|
|
"ConfigFormat":"{0}: {1}",
|
|
"ConfigFormatRegex":"^(?<key>.+?): (?<value>.*?)$"
|
|
}
|
|
] |