Skip to content

Commit

Permalink
add a few more defaults on start
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical committed Jul 27, 2024
1 parent cff46d2 commit 3ded697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ sudo -u $user ./game/bin/linuxsteamrt64/cs2 \
-tickrate "$TICKRATE" \
"$IP_ARGS" \
-port "$PORT" \
+map de_dust2 \
+map "${MAP-de_dust2}" \
-maxplayers "$MAXPLAYERS" \
-authkey "$API_KEY" \
+sv_setsteamaccount "$STEAM_ACCOUNT" \
+game_type "${GAME_TYPE-0}" \
+game_mode "${GAME_MODE-0}" \
+mapgroup mg_active \
+mapgroup "${MAP_GROUP-mg_active}" \
+sv_lan "$LAN" \
+sv_password "$SERVER_PASSWORD" \
+rcon_password "$RCON_PASSWORD" \
Expand Down

0 comments on commit 3ded697

Please sign in to comment.