- Set server name and passwords in
cfg/server.cfg - Upload file
gamemodes_server.txtand folderscfgandaddonsto.../csgo/folder on your server.
game_type |
game_mode |
sv_skirmish_id |
map |
mapgroup |
|
|---|---|---|---|---|---|
| Classic Casual | 0 |
0 |
0 |
de_dust2 |
mg_active |
| Classic Competitive | 0 |
1 |
0 |
de_dust2 |
mg_active |
| Arms Race | 1 |
0 |
0 |
ar_shoots |
mg_armsrace |
| Demolition | 1 |
1 |
0 |
de_lake |
mg_demolition |
| Deathmatch | 1 |
2 |
0 |
de_dust2 |
mg_deathmatch |
| Wingman (2v2) | 0 |
2 |
0 |
de_vertigo |
mg_wingman |
| Retakes | 0 |
0 |
12 |
de_dust2 |
mg_skirmish_retakes |
+exec server.cfg +game_type [GAME_TYPE] +game_mode [GAME_MODE] +map [MAP] +mapgroup [MAPGROUP] +sv_setsteamaccount [STEAM_LOGIN_TOKEN] -autoupdate
- Documentation
- Adding Admins to show admin menu
To disable nextmap plugin (breaks native map voting) move csgo/addons/sourcemod/plugins/nextmap.smx to csgo/addons/sourcemod/plugins/disabled/ folder.
-
Set RCON password
rcon_password [YOUR_SERVER_RCON_PASSWORD] -
Use
rconcommand before all commands
| Command | Description |
|---|---|
rcon bot_kick |
Kick all bots |
rcon bot_add |
Add random bot |
rcon bot_add_ct |
Add counter-terrorist bot |
rcon bot_add_t |
Add terrorist bot |
rcon changelevel [MAP] |
Change map to [MAP] (e.g. de_dust2, de_inferno ...) |
Bind key F11 to command sm_admin (see How to: Scripting, Binds and Configs)