Advertisement
Guest User

Untitled

a guest
Sep 14th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. // .:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:.
  2. // . 1 hour training against harmless bots (with AK47) .
  3. // . .
  4. // . Last updated: 2014-01-31 .
  5. // . Homepage: http://csgohelp.com .
  6. // . Autoexec help: http://csgohelp.com/autoexec .
  7. // . Autoexec Q&A: http://csgohelp.com/autoexec-qa .
  8. // . Example Autoexec: http://csgohelp.com/example-autoexec .
  9. // . Aliases and toggles: http://csgohelp.com/aliases-toggles-binds.
  10. // . Crosshair help: http://csgohelp.com/crosshair .
  11. // . Example Crosshairs: http://csgohelp.com/example-crosshairs .
  12. // . Launch Options: http://csgohelp.com/launch-options .
  13. // . Moneyguide: http://csgohelp.com/moneyguide .
  14. // . Weaponlist for buyscripts: http://csgohelp.com/weaponlist .
  15. // . Keynames for binds: http://csgohelp.com/keynames .
  16. // . .
  17. // . Information: .
  18. // . This config will start an 1 hour deathmatch session against 10 bots .
  19. // . that won't attack you on any map you like. Follow the next few .
  20. // . steps to start training: .
  21. // . .
  22. // . 1. Put this file in the following folder: .
  23. // . Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg .
  24. // . 2. After starting the game, click the Play button at the top, .
  25. // . select offline with bots, choose casual mode and finally choose .
  26. // . the map you want to play on. If you want to play on a .
  27. // . workshopmap, make sure you pick casual as your gamemode. If the .
  28. // . casual gamemode is not available for the map you want to play .
  29. // . on, start a casual match on any standard map, then change the .
  30. // . map by typing "changelevel mapname" in your console. .
  31. // . 3. Join the Terrorist side after the map is loaded. .
  32. // . 4. Open your console and type "exec bottraining_1h_ak". The name .
  33. // . of the file should appear in the dropdown after you type the .
  34. // . first letters, you you don't have to write the complete name. .
  35. // . 5. Enjoy playing! .
  36. // .:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:.
  37.  
  38. sv_cheats 1 // cheats need to be enabled for some of the commands to work
  39.  
  40. sv_infinite_ammo 1 // Gives you infinite ammo. No need to reload.
  41.  
  42. mp_t_default_primary weapon_ak47 // Automatically gives you an AK47 after the cfg is executed
  43. mp_t_default_secondary weapon_glock // Automatically gives you a Glock after the cfg is executed
  44. mp_ct_default_primary "weapon_m4a4" // No primary weapon for the bots
  45. mp_ct_default_secondary "weapon_hkp2000" // No secondary weapon for the bots
  46.  
  47. mp_death_drop_defuser 0 // These 3 commands prevent grenades, defuse kits and weapons being dropped
  48. mp_death_drop_grenade 0 // when someone dies. This will prevent countless pistols and defuse kits lying
  49. mp_death_drop_gun 0 // around after playing some minutes and thus won't take a toll on your performance
  50.  
  51. ammo_grenade_limit_default 1 // These 4 commands will give you one grenade of each grenade type,
  52. ammo_grenade_limit_flashbang 1 // but because sv_infinite_ammo 1 is set, you'll actually have unlimited
  53. ammo_grenade_limit_total 10 // grenades, in case you want to use them.
  54. mp_t_default_grenades "weapon_hegrenade weapon_smokegrenade weapon_flashbang weapon_molotov weapon_decoy"
  55.  
  56. mp_autoteambalance 0 // Disables autoteambalance, so bots aren't switched to your team
  57. mp_limitteams 0 // Disables limit players per team, so 10 bots on the other team are possible
  58. mp_randomspawn 0 // Bots will spawn all over the map, not just at CT spawn
  59. mp_randomspawn_los 1 // Will not spawn bots in any spawn point you can currently see
  60. mp_do_warmup_offine 0 // Deactivates warmup period in your Offline with Bots match
  61. mp_do_warmup_period 0 // Deactivates warmup period at the beginning of the match
  62. mp_respawn_on_death_ct 1 // CT's (Bots) will respawn after dying
  63. mp_respawn_on_death_t 1 // T's (You) will respawn after dying
  64. mp_roundtime_defuse 60 // 1 hour roundtime on defusal maps
  65. mp_roundtime_hostage 60 // 1 hour roundtime on hostage maps
  66. mp_roundtime 60 // 1 hour roundtime on other maps
  67. mp_freezetime 0 // Disables freezetime at beginning of round
  68. mp_respawn_immunitytime 0 // Makes Bots attackable right after respawning
  69. mp_give_player_c4 0 // Will disable bombs being given to T's
  70.  
  71. bot_kick // Kicks all bots from the match, so there are no bots on your team
  72. bot_join_after_player 1 // Bots only join the game after you have selected a team
  73. bot_quota 11 // Will add 10 bots to the match
  74. bot_join_team CT // Bots will only join the CT team
  75. bot_dont_shoot 1 // Bots will not attack
  76. bot_difficulty 3 // Makes bots a bit "smarter" movement wise, they won't camp that much
  77. bot_autodifficulty_threshold_high 0
  78. bot_autodifficulty_threshold_low 0
  79.  
  80. mp_warmup_end
  81. mp_warmuptime 0
  82.  
  83. say "1 hour AK47 bottraining cfg executed, match restarting in 5 seconds, have fun!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement