mbround18 / valheim-docker

Valheim Docker powered by Odin. The Valheim dedicated gameserver manager which is designed with resiliency in mind by providing automatic updates, world backup support, and a user friendly cli interface.
https://hub.docker.com/r/mbround18/valheim
BSD 3-Clause "New" or "Revised" License
767 stars 82 forks source link

resource modifier help #753

Closed Sparkdaddy closed 11 months ago

Sparkdaddy commented 11 months ago

I've been trying to get the environment variable MODIFIERS=resource=muchmore to work on a docker-compose file but this docker file doesn't seem to be respecting that configuration. I don't see anywhere in the documentation or README.md of what value I need to get the 2x value and if it is resource or resources, etc. Can you please provide a suggestion of what the config should be?

spannerman79 commented 11 months ago

https://www.reddit.com/r/valheim/comments/16us3ql/how_to_world_modifiers_in_game_works_on_dedicated/

mbround18 commented 11 months ago

@Sparkdaddy are you on the latest container version? if so can you drop your start log here?

Sparkdaddy commented 11 months ago

whoa, y'all are on top of it! I will try resources tomorrow morning. Thanks @spannerman79

@Sparkdaddy are you on the latest container version? if so can you drop your start log here?

I have the :latest tag specified. And I thought with the auto-updates that I wouldn't need to redownload the docker container but there's a chance I'm wrong. I'll go try to find the metadata tomorrow as well

mbround18 commented 11 months ago

auto updates are for the game and not the container, think of the container as an engaged process it needs to be stopped and repulled to update the code.

mbround18 commented 11 months ago

@Sparkdaddy can this be closed?