|
@ -28,24 +28,27 @@ crossplay="" |
|
|
# INSTRUCTIONS FOR WORLD MODIFIERS (from Valheim Dedicated Server Manual.pdf located in serverfiles) |
|
|
# 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 |
|
|
# World modifiers can only be set in the start parameters and can be a combination of the following |
|
|
# PRESETS: |
|
|
# PRESETS: |
|
|
# Setting a preset will overwrite any other previous modifiers. |
|
|
# Setting a preset will overwrite any other previous modifiers. |
|
|
# Command line parameter: -preset |
|
|
# Command line parameter: -preset |
|
|
# Valid values: normal, casual, easy, hard, hardcore, immersive, hammer. |
|
|
# Valid values: normal, casual, easy, hard, hardcore, immersive, hammer. |
|
|
# MODIFIERS: |
|
|
# MODIFIERS: |
|
|
# This is set as a combination of key and value, if combined with a preset should be set after. |
|
|
# This is set as a combination of key and value, if combined with a preset should be set after. |
|
|
# Command line parameter: -modifier |
|
|
# Command line parameter: -modifier |
|
|
# Valid keys and possible values: |
|
|
# Valid keys and possible values: |
|
|
# combat: veryeasy, easy, hard, veryhard |
|
|
# combat: veryeasy, easy, hard, veryhard |
|
|
# deathPenalty: casual, veryeasy, easy, hard, hardcore |
|
|
# deathPenalty: casual, veryeasy, easy, hard, hardcore |
|
|
# resources: muchless, less, more, muchmore, most |
|
|
# resources: muchless, less, more, muchmore, most |
|
|
# raids: none, muchless, less, more, muchmore |
|
|
# raids: none, muchless, less, more, muchmore |
|
|
# portals: casual, hard, veryhard |
|
|
# portals: casual, hard, veryhard |
|
|
# KEYS: |
|
|
# KEYS: |
|
|
# Sets a world modifier checkbox key. |
|
|
# Sets a world modifier checkbox key. |
|
|
# Command line parameter: -setkey |
|
|
# Command line parameter: -setkey |
|
|
# Valid values: nobuildcost, playerevents, passivemobs, nomap |
|
|
# Valid values: nobuildcost, playerevents, passivemobs, nomap |
|
|
# Example of a cobination of modifiers where we set no raids, very hard portals and no map run: |
|
|
# 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" |
|
|
# 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="" |
|
|
worldmodifiers="" |
|
|
|
|
|
|
|
|