Initial commit
This commit is contained in:
33
theisle-legacymetaconfig.json
Normal file
33
theisle-legacymetaconfig.json
Normal file
@@ -0,0 +1,33 @@
|
||||
[
|
||||
{
|
||||
"ConfigFile": "TheIsle/Saved/Config/WindowsServer/Game.ini",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "ini",
|
||||
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
|
||||
},
|
||||
{
|
||||
"ConfigFile": "TheIsle/Saved/Config/WindowsServer/GameUserSettings.ini",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "ini",
|
||||
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
|
||||
},
|
||||
{
|
||||
"ConfigFile": "TheIsle/Saved/Config/WindowsServer/Engine.ini",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "ini",
|
||||
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
|
||||
},
|
||||
{
|
||||
"ConfigFile": "TheIsle/Saved/MOTD.txt",
|
||||
"ConfigType": "kvp",
|
||||
"ConfigFormat": "{0}{1}",
|
||||
"Subsections": [
|
||||
{
|
||||
"Heading": "$root",
|
||||
"SettingMappings": {
|
||||
"": "MOTD"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user