Skip to content

Instantly share code, notes, and snippets.

@caleywoods
Created October 22, 2013 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save caleywoods/7109002 to your computer and use it in GitHub Desktop.
Save caleywoods/7109002 to your computer and use it in GitHub Desktop.
Bot DM config for CS:Global Offensive
// Bot DM script
sv_cheats 1
// Remove, set 0 or put in // if you don't want replenished ammo or set 2 if you'd rather reload your weapon
//sv_infinite_ammo 0
mp_round_restart_delay 0
mp_freezetime 0
mp_spawnprotectiontime 0
mp_startmoney 16000
mp_do_warmup_offine 1
mp_warmuptime 3600
mp_warmup_pausetimer 1
// set this to 0 if you don't wish bots to carry armor
mp_free_armor 0
mp_autoteambalance 0
mp_randomspawn 1
mp_humanteam ct
mp_limitteams 20
mp_teamname_1 Meat
mp_teamname_2 You
bot_kick
bot_join_after_player 1
bot_join_team T
// Use this one if you wanna fight bots up close
// bot_knives_only
// Use this one if you fight vs bots on an awp map
// bot_snipers_only
// Use this one if you fight vs bots dm style
bot_pistols_only
bot_dont_shoot 1
bot_quota 20
bot_quota_mode fill
mp_warmup_start
say "Bot DM script initialised"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment