05-22-2012, 02:34 AM
Hey Fengli,
in cs:go most of the settings are defined in the gamemodes.txt. You only need to change it there and use your settings via the command line parameters.
Available parameters are:
Classic Casual:
+game_type 0 +game_mode 0
Classic Competitive:
+game_type 0 +game_mode 1
Arms Race:
+game_type 1 +game_mode 0 +mapgroup mg_armsrace
Demolition:
+game_type 1 +game_mode 1 +mapgroup mg_demolition
The maps are defined in the mapcycle.txt if your server runs classic casual.
in cs:go most of the settings are defined in the gamemodes.txt. You only need to change it there and use your settings via the command line parameters.
Available parameters are:
Classic Casual:
+game_type 0 +game_mode 0
Classic Competitive:
+game_type 0 +game_mode 1
Arms Race:
+game_type 1 +game_mode 0 +mapgroup mg_armsrace
Demolition:
+game_type 1 +game_mode 1 +mapgroup mg_demolition
The maps are defined in the mapcycle.txt if your server runs classic casual.