Merged Valheim and Valheim Plus templates. (#241)

* Merged Valheim and Valheim Plus templates.

* Updated Config.

* Changed the saves dir to Saves from Data.

* Updated Authors

* fixed a typo

* Added move Data to Saves command on update

* Copy Pasta problems

* Updated user Join and Leave regex.

* Added BepInEx download option.

* Added Valheim Plus config options. First pass.

* Clarified BepInEx Description

* fixed typo

* added Valheim Meta config

* Fixed typo

* Fixes

* Fixed category formatting

* Resolved issues

* Added Min/Max value

* Fixed more capitalizations.

* More fixes

* more fixes
This commit is contained in:
Geramie Kuba
2022-12-22 16:21:46 -07:00
committed by GitHub
parent 2d1b35189b
commit 34b47c875a
5 changed files with 4759 additions and 84 deletions

9
valheimmetaconfig.json Normal file
View File

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