Created
October 22, 2013 22:04
-
-
Save caleywoods/7109002 to your computer and use it in GitHub Desktop.
Bot DM config for CS:Global Offensive
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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