Update Valheim+ (#281)
* Update Valheim+ This updates Valheim+ to remove the spaces in the ini file to match the original file. This also clarifies the description for Valheim Plus Enable. * Update valheimconfig.json Co-authored-by: Greelan <53196309+Greelan@users.noreply.github.com>
This commit is contained in:
parent
3f469bd055
commit
49df023f0e
@ -77,7 +77,7 @@
|
||||
},{
|
||||
"DisplayName":"Release Stream",
|
||||
"Category":"SteamCMD and Updates",
|
||||
"Description":"\"public\" is default. Choose a custom release on [SteamDB](https://steamdb.info/app/896660/depots/).",
|
||||
"Description":"\"public\" is default. Choose a custom release on [SteamDB](https://steamdb.info/app/896660/depots/). NOTE: Update the server after changing release streams.",
|
||||
"Keywords":"use,experimental,release,stream",
|
||||
"FieldName":"Stream",
|
||||
"InputType":"text",
|
||||
@ -90,7 +90,7 @@
|
||||
},{
|
||||
"DisplayName":"Install BepInEx",
|
||||
"Category":"SteamCMD and Updates",
|
||||
"Description":"Installs BepInEx. Standalone - DO NOT use with the Install Valheim Plus option.",
|
||||
"Description":"Installs BepInEx. Standalone - DO NOT use with the Install Valheim Plus option. NOTE: Update the server after enabling this option.",
|
||||
"Keywords":"Install,BepInEx",
|
||||
"FieldName":"bepinex_install",
|
||||
"InputType":"checkbox",
|
||||
@ -105,7 +105,7 @@
|
||||
},{
|
||||
"DisplayName":"Install Valheim Plus",
|
||||
"Category":"SteamCMD and Updates",
|
||||
"Description":"Installs Valheim Plus. Includes BepInEx",
|
||||
"Description":"Installs Valheim Plus. Includes BepInEx. NOTE: Update the server after enabling this option.",
|
||||
"Keywords":"Install,Valheim,Plus",
|
||||
"FieldName":"valheim_plus_install",
|
||||
"InputType":"checkbox",
|
||||
@ -3403,7 +3403,7 @@
|
||||
},{
|
||||
"DisplayName":"Valheim Plus Enable",
|
||||
"Category":"Valheim Plus - Server Settings",
|
||||
"Description":"Enabling this section gives you access to the settings up to the next section.",
|
||||
"Description":"Enabling this section gives you access to the settings up to the next section. This does NOT install Valheim Plus. To install Valheim Plus, navigate to \"SteamCMD and Updates\" and enable Install Valheim Plus, then update the server.",
|
||||
"Keywords":"ValheimPlus,Enable",
|
||||
"FieldName":"ValheimPlus.enabled",
|
||||
"InputType":"checkbox",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"ConfigFile":"./BepInEx/config/valheim_plus.cfg",
|
||||
"AutoMap":true,
|
||||
"ConfigType":"ini",
|
||||
"ConfigFormat": "{0} = {1}",
|
||||
"ConfigFormatRegex":"^(?<key>.+?) = (?<value>.*?)$"
|
||||
"ConfigFormat": "{0}={1}",
|
||||
"ConfigFormatRegex":"^(?<key>.+?)=(?<value>.*?)$"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user