-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modifying Existing Container's set-key
Values Ignored
#1048
Comments
Huh, @stricklandrbls when you launch in the logs do you see that flag turned off? |
@mbround18 I'll have to try the process and initializing, editing the If I recall correctly, the value would be set appropriately but the game still did not respond the opening the map. I even tried copying a local map and it's associated map cache files to the container without the |
@mbround18 I have an instance of the container that built a map, with the map enabled. I changed the Initial `docker-compose.yaml`
Initial Container Startup Logs
NoMap `docker-compose.yaml`
NoMap Container Startup Logs
After I remove the |
This would be expected and is by design from Valheim, when you turn a setkey on in the console it gets stored in the servers save files. You have to remove the setkey via the admin console inside the game when connected.
Enter the command |
Is there a way to do this from within the container or the server than is hosted the running container? I often play on a Steam deck and unsure as to whether I can execute this or not. |
I can look into server side but from the steam deck side you could try To enable and access the admin console in Valheim on your Steam Deck, follow these steps:
Source: https://valheim.com/support/how-to-enable-developer-mode |
So now I'm having another issue where my character is not recognized as an admin even those the character name is in the Update: It seems that you have to put your Steam ID in that file and not your character name. I'm going to try this again. |
To be an admin it shouldnt be your character name it needs to be your steam 64id https://www.steamidfinder.com/ |
I have a server that I initially created with a docker-compose file with the environment attribute of
set-key=nomap
. I wanted to change this so that I could use the map ingame but after editing the docker-compose.yaml file and runningdocker-compose up --detach
, the server still does not allow the map to open.The text was updated successfully, but these errors were encountered: