World Modifiers
-
How do I use world modifiers with this app install?
I have
WORLDMODIFIERS="-modifier portals casual -modifier resources most -modifier combat veryeasy -modifier deathpenalty casual"
but my dedicated server isnt recognizing the changes
-
The link seems dedicated to the linuxGSM system of running game servers. Looks like the upstream docs are at https://www.valheimgame.com/support/a-guide-to-dedicated-servers/ (with the modifiers on the bottom).
Currently the package does not provide an option to pass the modifiers though https://git.cloudron.io/packages/valheim-gameserver-app/-/blob/master/docker/app/code/vhserver.sh?ref_type=heads#L40
-
-
Oh!
worldmodifiers
is something new which did not exist when I packaged the app.
I will look into it and update the app. -
https://git.cloudron.io/packages/valheim-gameserver-app/-/merge_requests/11
@privsec is this style of flexibility ok for you?
-
@BrutalBirdie would I just do
EXTRAPARAM="-modifier portals casual -modifier resources most -modifier combat veryeasy -modifier deathpenalty casual"
?
-