b9b2a9c76e
* Add ARK: Survival Evolved * Final updates * Update ark-seconfig.json * Update ark-seconfig.json * Update ark-seupdates.json * Update chat regex * Metaconfig updates * Final final updates * Settings tweaks * Update settings descriptions * Gotta be final, right? * IceOfWraith made me do it * Update ark-seconfig.json
26 lines
782 B
JSON
26 lines
782 B
JSON
[
|
|
{
|
|
"ConfigFile":"./ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini",
|
|
"AutoMap":true,
|
|
"ConfigType":"ini",
|
|
"ConfigFormat":"{0}=\"{1}\"",
|
|
"ConfigFormatRegex":"^(?<key>.+?)=\"?(?<value>.+?)?\"?$"
|
|
},
|
|
{
|
|
"ConfigFile":"./ShooterGame/Saved/Config/LinuxServer/Game.ini",
|
|
"AutoMap":true,
|
|
"ConfigType":"ini"
|
|
},
|
|
{
|
|
"ConfigFile":"./ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini",
|
|
"AutoMap":true,
|
|
"ConfigType":"ini",
|
|
"ConfigFormat":"{0}=\"{1}\"",
|
|
"ConfigFormatRegex":"^(?<key>.+?)=\"?(?<value>.+?)?\"?$"
|
|
},
|
|
{
|
|
"ConfigFile":"./ShooterGame/Saved/Config/WindowsServer/Game.ini",
|
|
"AutoMap":true,
|
|
"ConfigType":"ini"
|
|
}
|
|
] |