Advertisement
Guest User

Bot Prac

a guest
Feb 8th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. // Save this to this file path C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg
  2.  
  3. sv_cheats 1 // cheats need to be enabled for some of the commands to work
  4.  
  5. sv_infinite_ammo 1 // Gives you infinite ammo. No need to reload.
  6. mp_free_armor 0 // No Armour
  7. sv_regeneration_force_on 1 // Regenerates HP fast, makes this config kinda HS only
  8.  
  9.  
  10.  
  11.  
  12. mp_death_drop_defuser 0 // These 3 commands prevent grenades, defuse kits and weapons being dropped
  13. mp_death_drop_grenade 0 // when someone dies. This will prevent countless pistols and defuse kits lying
  14. mp_death_drop_gun 2 // around after playing some minutes and thus won't take a toll on your performance
  15.  
  16. ammo_grenade_limit_default 1 // These 4 commands will give you one grenade of each grenade type,
  17. ammo_grenade_limit_flashbang 1 // but because sv_infinite_ammo 1 is set, you'll actually have unlimited
  18. ammo_grenade_limit_total 10 // grenades, in case you want to use them.
  19.  
  20. mp_autoteambalance 0 // Disables autoteambalance, so bots aren't switched to your team
  21. mp_limitteams 0 // Disables limit players per team, so 10 bots on the other team are possible
  22. mp_randomspawn 1 // Bots will spawn all over the map, not just at CT spawn
  23. mp_randomspawn_los 1 // Will not spawn bots in any spawn point you can currently see
  24. mp_do_warmup_offine 0 // Deactivates warmup period in your Offline with Bots match
  25. mp_do_warmup_period 0 // Deactivates warmup period at the beginning of the match
  26. mp_respawn_on_death_ct 1 // CT's (Bots) will respawn after dying
  27. mp_respawn_on_death_t 1 // T's (You) will respawn after dying
  28. mp_roundtime_defuse 20 // 20 minutes roundtime on defusal maps
  29. mp_roundtime_hostage 20 // 20 minutes roundtime on hostage maps
  30. mp_roundtime 20 // 20 minutes roundtime on other maps
  31. mp_freezetime 0 // Disables freezetime at beginning of round
  32. mp_respawn_immunitytime 0 // Makes Bots attackable right after respawning
  33. mp_give_player_c4 0 // Will disable bombs being given to T's
  34. mp_buy_anywhere 1
  35. mp_buytime 9999
  36.  
  37. bot_kick // Kicks all bots from the match, so there are no bots on your team
  38. bot_join_after_player 1 // Bots only join the game after you have selected a team
  39. bot_quota 11 // Will add 10 bots to the match
  40. bot_join_team CT // Bots will only join the CT team
  41. bot_dont_shoot 1 // Bots will not attack
  42. bot_difficulty 2 // Makes bots a bit "smarter" movement wise, they won't camp that much
  43. bind kp_minus "bot_add t"
  44. bind kp_plus "bot_add ct"
  45.  
  46. mp_restartgame 1 // Restarts the match 3 seconds after the cfg was executed
  47.  
  48. say "GxSplinter's Bot Practice config enabled"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement