Counter-Strike Global Offensive FAQ
How do I update my server?
Game Mode and Game Type
Game mode is the primary way to alter how your server will function. You can control things like the time, rounds, friendly fire, bullet damage, player limits and all sorts of other things.
The game types are Casual, Competitive, Arms Race (Gun Game) and Demolition (gungametrbomb).
Set these in your control panel and hit update settings.
Classic Casual
Game Type 0 Game Mode 0
Classic Competitive
Game Type 0 Game Mode 1
Arms Race
Game Type 1 Game Mode 0
Demolition
Game Type 1 Game Mode 1
Map Group
The map group does correspond to the game mode and game type. You cannot run mg_hostage maps when your game mode and game type is set to demolition. Please be a aware of this.
Map Group: mg_dust
Maps: de_dust, de_dust2
Map Group: mg_hostage
Maps: cs_office, cs_italy
Map Group: mg_bomb
Maps: de_dust2, de_train, de_inferno, de_dust, de_aztec, de_nuke
Map Group: mg_armsrace
Maps: ar_shoots, ar_baggage
Map Group: mg_demolition
Maps: de_lake, de_stmarc, de_sugarcane, de_bank, de_safehouse, de_shorttrain
Controlling bots
“bot_quota_mode” “fill”
“bot_defer_to_human_items” “1″
“bot_defer_to_human_goals” “0″
“bot_difficulty” “1″
“bot_dont_shoot” “0″
“bot_chatter” “normal”
“bot_autodifficulty_threshold_low” “-2.0″ // Value between -20.0 and 20.0 (Amount below avg human contribution score, below which a bot should raise its difficulty)
“bot_autodifficulty_threshold_high” “0.0″ // Value between -20.0 and 20.0 (Amount above avg human contribution score, above which a bot should lower its difficulty)
Here is the list of bot difficulties:
Dumb
“bot_difficulty” “0″
“bot_dont_shoot” “1″
Easy
“bot_difficulty” “0″
“bot_dont_shoot” “0″
Medium
“bot_difficulty” “1″
“bot_dont_shoot” “0″
Hard
“bot_difficulty” “2″
“bot_dont_shoot” “0″
Expert
“bot_difficulty” “3″
“bot_dont_shoot” “0″
How do I control the rounds more?
1 mean yes, 0 means no
“mp_maxmoney” “12000″ //Default “16000″ – min=0 – maximum amount of money allowed in a player’s account
“mp_afterroundmoney” “0″ //amount of money awared to every player after each round
“mp_playercashawards” “1″ //Players can earn money by performing in-game actions
“mp_teamcashawards” “1″ //Teams can earn money by performing in-game actions
“mp_maxrounds” “30″ //max number of rounds to play before server changes maps
“mp_timelimit” “0″ //Game time per map in minutes 0 is unlimited
“mp_roundtime” “2″ //Default is “5″ – min=1 max=60 – How many minutes each round takes.
“mp_freezetime” “15″ //Default is “6″ – min=0 max=60 – How many seconds to keep players frozen when the round starts
“mp_buytime” “45″ //Default is “90″ – min=0 – How many seconds after round start players can buy items for.
“mp_forcecamera” “1″ // Set to 1 for team only spectating.
“mp_defuser_allocation” “0″ // Default is “0″ – min=0 max=2 – How to allocate defusers to CTs at start or round: 0=none, 1=random, 2=everyone
“mp_death_drop_gun” “1″ // 0=none, 1=best, 2=current or best
“mp_death_drop_grenade” “2″ // 0=none, 1=best, 2=current or best
“mp_death_drop_defuser” “1″ // Drop player’s defuser on death 0 or 1
There are more than this, but these are the most used. You can view the full list here.
What should my server’s tick rate be?
In your server.cfg:
sv_maxrate 200000
sv_minrate 50000
sv_maxcmdrate 64
sv_mincmdrate 33
On each player’s machine:
rate 200000
cl_cmdrate 64
How do I enable achievements?
Go to the bottom of the file and add sv_allow_lobby_connect_only 1 and restart your server.
How do I change my server name?
//server name
hostname “name of your server here”
Any time you change something within the server.cfg file, you must restart your server for it to take effect!
How do I change my rcon password?
//rcon password
rcon_password “your password here”
Any time you change something within the server.cfg file, you must restart your server for it to take effect!
How do I use rcon?
Once the server is restarted with the new config that has your password in it, load up CS:GO and connect to your server’s IP and Port. Once in the game, open console (`) and type rcon_password “your rcon password you setup from above”
You can view the full list here.
The basic commands to know are:
rcon changelevel “map name”
rcon alltalk “1 for on, 0 for off”
Be sure to remember that all commands you send to the server must begin with rcon or else they will be executed locally on your computer.
Are mods available?
How do I setup fastdownload for CSGO?
Ok so now you have to go onto the ftp of your game server. Make sure you upload the files in the correct places on the game server. So it will follow the same folder pathing as your fast download website. For maps go to the main game folder, for counter strike global offensive it will be csgo. Go to the maps folder and upload the .bsp of the map. Once you have everything uploaded you must now go to the server.cfg file. To do this go to the main folder of the game. For this example it will be csgo, then go to the cfg folder. Look for the server.cfg file and open it. Scroll to the bottom of the file and add this:
// Download Settings //
sv_allowupload 0
sv_allowdownload 1
net_maxfilesize 90
sv_downloadurl “(your website)/(game folder)”
So it will look like this sv_downloadurl “http://hgs***.hostedd.com/csgo”
Once you have change this restart your server and it will work.
