AMPTemplates/astroneermetaconfig.json

20 lines
611 B
JSON
Raw Normal View History

2021-11-06 14:57:13 +01:00
[
{
"ConfigFile": "Astro/Saved/Config/WindowsServer/AstroServerSettings.ini",
"AutoMap": true,
2021-11-06 14:57:13 +01:00
"ConfigType": "ini",
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
2021-11-06 14:57:13 +01:00
},
{
"ConfigFile": "Astro/Saved/Config/WindowsServer/GameUserSettings.ini",
"AutoMap": true,
2021-11-06 14:57:13 +01:00
"ConfigType": "ini",
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
2021-11-06 14:57:13 +01:00
},
{
"ConfigFile": "Astro/Saved/Config/WindowsServer/Engine.ini",
"AutoMap": true,
2021-11-06 14:57:13 +01:00
"ConfigType": "ini",
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
2021-11-06 14:57:13 +01:00
}
]