lloesche / valheim-server-docker

Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support
https://hub.docker.com/r/lloesche/valheim-server
Apache License 2.0
1.94k stars 272 forks source link

ValheimPlus config setting being ignored. #270

Closed chdesigns closed 3 years ago

chdesigns commented 3 years ago

Since the lastest update, none of the + setting are being used. No matter what changes are done in valheim_plus.cfg I am not seeing the changes in the server. I have re-created new server/docker images and still having the same issues. Server did get updated to the lastest version yesterday.

Any thoughts?

root@docker-game:/home/valheim/valheim-server# cat docker-compose.yaml version: "3"

services: valheim-pers: image: lloesche/valheim-server container_name: valheim-server-pers cap_add:

root@docker-game:/home/valheim/valheim-server# cat valheim-pers.env SERVER_NAME="*" WORLD_NAME="FirstWorldPlus" SERVER_PASS=*** VALHEIM_PLUS="true"

chdesigns commented 3 years ago

Figure out the issue was caused by the client files needing to be updated. I re-installed the game and V+ client files and that allowed the setting to work.

lloesche commented 3 years ago

@chdesigns glad you were able to figure it out!