Counter-Strike: Global Offensive

Server Resources

Official Server Resources

Server Tips

Game Modes Reference List
1
# [Game Modes] gametype gamemode mapgroup (you can mix these across all Game Modes except Danger Zone, but use only one)
2
# Arms Race 1 0 mg_armsrace
3
# Classic Casual 0 0 mg_casualsigma, mg_casualdelta
4
# Classic Competitive 0 1 mg_active, mg_reserves, mg_hostage, mg_de_dust2
5
# Custom 3 0
6
# Deathmatch 1 2 mg_deathmatch
7
# Demolition 1 1 mg_demolition
8
# Wingman 0 2
9
# Danger Zone 6 0 mg_dz_blacksite (map: dz_blacksite), mg_dz_sirocco (map: dz_sirocco)
Copied!
If players are respawning in random locations on custom maps, set mp_randomspawn to 0.
If players are being banned for dying too much, such as on minigames maps, as a workaround set mp_autokick to 0. Warning, this disables AFK and Teamkilling kicks as well.

Server Guides

Setting for a 128 Tick Server

Add to the following to the config lgsm/config-lgsm/csgoserver/csgoserver.cfg :
tickrate="128"
AS well it is needed to add a few options to the game config (default in: serverfiles/csgo/cfg/csgoserver.cfg )
1
sv_mincmdrate 128
2
sv_minupdaterate 128
Copied!
This will as well force the client to use the 128 tickrate