Skip to content

Commit

Permalink
adding documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dudleycodes committed Dec 8, 2023
1 parent 3b61371 commit beedce0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ RUN usermod -l HLDM GoldSource &&`
mkdir -p /app/valve/logs &&`
chmod 775 /app/valve/logs;

# We use appid '90' to download the dedicated server, but the half-life dm client is appid '70'.
# So we need to create a file with the correct appid, so that it matches the client, otherwise
# we get a "Steam validation rejected" error when trying to connect to the server.
RUN echo 70 > /app/steam_appid.txt;

USER HLDM
Expand Down

0 comments on commit beedce0

Please sign in to comment.