From e888821af0badcae168deabb88f071526c3c72e0 Mon Sep 17 00:00:00 2001 From: Renato <1917543+rainst@users.noreply.github.com> Date: Wed, 18 Oct 2023 03:19:45 +0000 Subject: [PATCH] added instructions on how modifiers are stored in the save files and how to go back to default --- .../config-lgsm/vhserver/_default.cfg | 35 ++++++++++--------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/lgsm/config-default/config-lgsm/vhserver/_default.cfg b/lgsm/config-default/config-lgsm/vhserver/_default.cfg index 2d1015352..d48c86cae 100644 --- a/lgsm/config-default/config-lgsm/vhserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/vhserver/_default.cfg @@ -28,24 +28,27 @@ crossplay="" # INSTRUCTIONS FOR WORLD MODIFIERS (from Valheim Dedicated Server Manual.pdf located in serverfiles) # World modifiers can only be set in the start parameters and can be a combination of the following # PRESETS: -# Setting a preset will overwrite any other previous modifiers. -# Command line parameter: -preset -# Valid values: normal, casual, easy, hard, hardcore, immersive, hammer. +# Setting a preset will overwrite any other previous modifiers. +# Command line parameter: -preset +# Valid values: normal, casual, easy, hard, hardcore, immersive, hammer. # MODIFIERS: -# This is set as a combination of key and value, if combined with a preset should be set after. -# Command line parameter: -modifier -# Valid keys and possible values: -# combat: veryeasy, easy, hard, veryhard -# deathPenalty: casual, veryeasy, easy, hard, hardcore -# resources: muchless, less, more, muchmore, most -# raids: none, muchless, less, more, muchmore -# portals: casual, hard, veryhard +# This is set as a combination of key and value, if combined with a preset should be set after. +# Command line parameter: -modifier +# Valid keys and possible values: +# combat: veryeasy, easy, hard, veryhard +# deathPenalty: casual, veryeasy, easy, hard, hardcore +# resources: muchless, less, more, muchmore, most +# raids: none, muchless, less, more, muchmore +# portals: casual, hard, veryhard # KEYS: -# Sets a world modifier checkbox key. -# Command line parameter: -setkey -# Valid values: nobuildcost, playerevents, passivemobs, nomap -# Example of a cobination of modifiers where we set no raids, very hard portals and no map run: -# modifiers="-modifier raids none -modifier portals veryhard -setkey nomap" +# Sets a world modifier checkbox key. +# Command line parameter: -setkey +# Valid values: nobuildcost, playerevents, passivemobs, nomap +# Example of a combination of modifiers where we set no raids, very hard portals and no map run: +# modifiers="-modifier raids none -modifier portals veryhard -setkey nomap" +# NOTE: removing world modifiers will NOT reset them to default. the modifiers are stored in the world save file (.fwl) +# To go back to default you need to launch the server with the following parameter at least once: +#. modifiers="-preset normal" worldmodifiers=""