Add ARK: Survival Evolved (generic) (#266)
* 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
This commit is contained in:
26
ark-semetaconfig.json
Normal file
26
ark-semetaconfig.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user