Make competitive the default game mode
As stated in the official docs: Default gamemode when starting the server is competitive.
This commit is contained in:
parent
4ebfb7a400
commit
2d800d2d64
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ CS2_RCONPW="changeme" (RCON password)
|
|||
CS2_PW="changeme" (CS2 server password)
|
||||
CS2_MAXPLAYERS=10 (Max players)
|
||||
CS2_GAMETYPE=0 (Game type, see https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers)
|
||||
CS2_GAMEMODE=0 (Game mode, see https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers)
|
||||
CS2_GAMEMODE=1 (Game mode, see https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers)
|
||||
CS2_MAPGROUP="mg_active" (Map pool)
|
||||
CS2_STARTMAP="de_inferno" (Start map)
|
||||
CS2_ADDITIONAL_ARGS="" (Optional additional arguments to pass into cs2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue