AMPTemplates/valheimmetaconfig.json
IceOfWraith 0580f64220
Update Valheim+ Metaconfig (#283)
The Valheim+ server changes the ini file to contain spaces in the config file even though the initial config does not. This allows AMP to parse either format and update the file as needed. This requires 2.4.1.4 Nightly to work.
2023-01-26 20:16:26 -06:00

16 lines
439 B
JSON

[
{
"ConfigFile":"./BepInEx/config/valheim_plus.cfg",
"AutoMap":true,
"ConfigType":"ini",
"ConfigFormat":"{0}={1}",
"ConfigFormatRegex":"^(?<key>.+?)=(?<value>.*?)$"
},
{
"ConfigFile":"./BepInEx/config/valheim_plus.cfg",
"AutoMap":true,
"ConfigType":"ini",
"ConfigFormat":"{0} = {1}",
"ConfigFormatRegex":"^(?<key>.+?) = (?<value>.*?)$"
}
]