9109b57a84
- Switch to automap - Add manifest settings - Fix Proton (even though not currently usable with server)
20 lines
611 B
JSON
20 lines
611 B
JSON
[
|
|
{
|
|
"ConfigFile": "Astro/Saved/Config/WindowsServer/AstroServerSettings.ini",
|
|
"AutoMap": true,
|
|
"ConfigType": "ini",
|
|
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
|
|
},
|
|
{
|
|
"ConfigFile": "Astro/Saved/Config/WindowsServer/GameUserSettings.ini",
|
|
"AutoMap": true,
|
|
"ConfigType": "ini",
|
|
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
|
|
},
|
|
{
|
|
"ConfigFile": "Astro/Saved/Config/WindowsServer/Engine.ini",
|
|
"AutoMap": true,
|
|
"ConfigType": "ini",
|
|
"ConfigFormatRegex": "^(?<key>.+?)=(?<value>.*?)$"
|
|
}
|
|
] |