From 49df023f0eb9ca2aa7d6358e8b2830c5227f6eab Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Sat, 21 Jan 2023 14:16:48 -0600 Subject: [PATCH] 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> --- valheimconfig.json | 8 ++++---- valheimmetaconfig.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/valheimconfig.json b/valheimconfig.json index fe86227..cf2ad43 100644 --- a/valheimconfig.json +++ b/valheimconfig.json @@ -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", diff --git a/valheimmetaconfig.json b/valheimmetaconfig.json index 4e7401b..3977d42 100644 --- a/valheimmetaconfig.json +++ b/valheimmetaconfig.json @@ -3,7 +3,7 @@ "ConfigFile":"./BepInEx/config/valheim_plus.cfg", "AutoMap":true, "ConfigType":"ini", - "ConfigFormat": "{0} = {1}", - "ConfigFormatRegex":"^(?.+?) = (?.*?)$" + "ConfigFormat": "{0}={1}", + "ConfigFormatRegex":"^(?.+?)=(?.*?)$" } ] \ No newline at end of file