Which part of the repo actually download valheim the game? #64
-
Hi, Wanted to learn, I understand the part the steamcmd is being installed. Cause steamcmd, is just installing steam and then login as anonymous. Could someone please help shed some light of where the actual server in being installed? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
not the author but the way i see it, the Dockerfile is downloading the "Steam CLI" here: https://github.com/lloesche/valheim-server-docker/blob/main/Dockerfile#L5 which is executed below and downloads itself and gets backed-in into the docker image. In the server-start script here, https://github.com/lloesche/valheim-server-docker/blob/main/valheim-server#L13 there is an export of the SteamAppId which tells the generic Steam server what server to run. So the Steam platform can distribute the server code the same way it is distributing the client. |
Beta Was this translation helpful? Give feedback.
-
This is what downloads the server on startup and also periodically checks for updates: valheim-server-docker/valheim-updater Line 27 in 0e2ef3b Downloading the dedicated server does not require a Steam account. |
Beta Was this translation helpful? Give feedback.
This is what downloads the server on startup and also periodically checks for updates:
valheim-server-docker/valheim-updater
Line 27 in 0e2ef3b
Downloading the dedicated server does not require a Steam account.