Skip to content

Instantly share code, notes, and snippets.

@theneosloth
Last active August 29, 2015 13:56
Show Gist options
  • Save theneosloth/8892431 to your computer and use it in GitHub Desktop.
Save theneosloth/8892431 to your computer and use it in GitHub Desktop.
Counter Strike:Global Offensive Zombie Bot Config
//To run open a deathmatch server and run this script. Other modes work too but they sometime require a changelevel
game_type 3 // Setting the game to deathmatch (might need a changelevel if the server was running a non-dm mode)
game_mode 2
//mp_damage_scale_ct_body 0.25 //Couldnt get these settings to work
//mp_damage_scale_ct_head 2 //(Got them from the official valve wiki)
mp_teamname_1 "Zombies"
mp_teamname_2 "Survivors"
mp_warmuptime 5
mp_roundtime 10
mp_timelimit 400
mp_limitteams 0
mp_autoteambalance 0
mp_buy_anywhere 1
mp_free_armor 0
mp_solid_teammates 1
mp_friendlyfire 1
mp_buytime 999 //Couldnt get this to work in dm
mp_use_respawn_waves 1
//Disable the bonus weapons completely
mp_dm_bonus_length_max 1
mp_dm_bonus_length_min 1
mp_dm_time_between_bonus_min 99999
mp_dm_time_between_bonus_max 99999
mp_respawn_on_death_t 0 //Only one life for survivors
mp_solid_teammates 1
mp_give_player_c4 0
mp_t_default_grenades "weapon_molotov weapon_hegrenade"
mp_default_team_winner_no_objective 2 //Survivors win when they get to 10 minutes
bot_kick //Kick all the existing bots
bot_knives_only //Self explanatory
bot_join_team CT
bot_quota 10
bot_join_after_player 1
bot_defer_to_human_goals 1 //Havent tested this yet
bot_difficulty 0 //Make bots more zombie like
bot_chatter "off"
bot_quota_mode "fill"
sv_infinite_ammo 2 //Infinite ammo but you still need to reload
//Add the zombies
//bot_add_ct
//FOR BARRICADES (Needs sv_cheats 1)
alias crate "prop_physics_create /props_junk/wood_crate001a.mdl"
//bind mouse4 crate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment