Own offline HS-only deathmatch (bot DM)
Config should be located in folder: Program Files ▶ Steam ▶ SteamApps ▶ common ▶ Counter-Strike Global Offensive ▶ csgo ▶ cfg Just start an offline casual (!) match with bots, and write in console: exec *name of your cfg* Commands for our cfg file (create a .txt file, then change file type to .cfg): sv_cheats 1 bind 9 "give weapon_hegrenade; give weapon_flashbang; give weapon_smokegrenade; give weapon_molotov" bot_kick mp_autoteambalance 0 mp_limitteams 0 mp_teammates_are_enemies 1 mp_respawn_immunitytime 0 mp_respawnwavetime_ct 1 mp_respawnwavetime_t 1 mp_respawn_on_death_ct 1 mp_respawn_on_death_t 1 mp_give_player_c4 0 mp_startmoney 16000 mp_round_restart_delay 0 mp_buytime 3600 mp_freezetime 1 mp_do_warmup_offine 1 mp_do_warmup_period 1 mp_warmuptime 3600 mp_randomspawn 1 mp_free_armor 1 mp_death_drop_gun 0 mp_death_drop_defuser 0 mp_death_drop_grenade 0 mp_ct_default_secondary weapon_deagle mp_t_default_secondary weapon_deagle mp_ct_default_primary weapon_ak47 mp_t_default_primary weapon_ak47 bot_join_after_player 1 bot_quota 19 // IMPORTANT - high number of bots requires more resources from your CPU. Reduce the number if you experience game stuttering and lower FPS than usual, try 12-15 bots, etc. sv_infinite_ammo 1 // sv_infinite_ammo 2 if you want to see tracers or practice full magazine spray. You'll have to reload but have unlimited ammo reserve bot_dont_shoot 0 bot_all_weapons mp_maxrounds 999 sv_regeneration_force_on 1 mp_restartgame 1 //New line: bind "n" "noclip; say .fly" // fly around the map by pressing N. Useful when you wanna quickly get to some position or fly into more action // change bot_dont_shoot to 1 if you want harmless bots // gl hf
Config should be located in folder: Program Files ▶ Steam ▶ SteamApps ▶ common ▶ Counter-Strike Global Offensive ▶ csgo ▶ cfg Just start an offline casual (!) match with bots, and write in console: exec *name of your cfg* Commands for our cfg file (create a .txt file, then change file type to .cfg): sv_cheats 1 bind 9 "give weapon_hegrenade; give weapon_flashbang; give weapon_smokegrenade; give weapon_molotov" bot_kick mp_autoteambalance 0 mp_limitteams 0 mp_teammates_are_enemies 1 mp_respawn_immunitytime 0 mp_respawnwavetime_ct 1 mp_respawnwavetime_t 1 mp_respawn_on_death_ct 1 mp_respawn_on_death_t 1 mp_give_player_c4 0 mp_startmoney 16000 mp_round_restart_delay 0 mp_buytime 3600 mp_freezetime 1 mp_do_warmup_offine 1 mp_do_warmup_period 1 mp_warmuptime 3600 mp_randomspawn 1 mp_free_armor 1 mp_death_drop_gun 0 mp_death_drop_defuser 0 mp_death_drop_grenade 0 mp_ct_default_secondary weapon_deagle mp_t_default_secondary weapon_deagle mp_ct_default_primary weapon_ak47 mp_t_default_primary weapon_ak47 bot_join_after_player 1 bot_quota 19 // IMPORTANT - high number of bots requires more resources from your CPU. Reduce the number if you experience game stuttering and lower FPS than usual, try 12-15 bots, etc. sv_infinite_ammo 1 // sv_infinite_ammo 2 if you want to see tracers or practice full magazine spray. You'll have to reload but have unlimited ammo reserve bot_dont_shoot 0 bot_all_weapons mp_maxrounds 999 sv_regeneration_force_on 1 mp_restartgame 1 //New line: bind "n" "noclip; say .fly" // fly around the map by pressing N. Useful when you wanna quickly get to some position or fly into more action // change bot_dont_shoot to 1 if you want harmless bots // gl hf