Skip to content

Commit

Permalink
add gamemode as a defaultable thing
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical committed Jul 27, 2024
1 parent 5081e80 commit cff46d2
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 @@ -181,8 +181,8 @@ sudo -u $user ./game/bin/linuxsteamrt64/cs2 \
-maxplayers "$MAXPLAYERS" \
-authkey "$API_KEY" \
+sv_setsteamaccount "$STEAM_ACCOUNT" \
+game_type 0 \
+game_mode 0 \
+game_type "${GAME_TYPE-0}" \
+game_mode "${GAME_MODE-0}" \
+mapgroup mg_active \
+sv_lan "$LAN" \
+sv_password "$SERVER_PASSWORD" \
Expand Down

0 comments on commit cff46d2

Please sign in to comment.