Guest User

practice.cfg

a guest
Nov 7th, 2020
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Aliases
  2.  
  3. alias "loadout" "give weapon_ak47;give weapon_m4a1;give weapon_awp;give weapon_molotov;give weapon_decoy;give weapon_flashbang;give weapon_hegrenade;give weapon_smokegrenade;"
  4.  
  5. // Keys to overwrite
  6.  
  7. unbind "F6"
  8. unbind "F8"
  9.  
  10. // Binds
  11.  
  12. bind "F6" "loadout"
  13. bind "F8" "toggle host_timescale 1 20"
  14.  
  15. // Preparation for offline practice
  16.  
  17. sv_cheats "1"
  18. bot_kick
  19. god
  20. sv_infinite_ammo "2"
  21. sv_regeneration_force_on "1"
  22.  
  23. // Inventory and buying
  24.  
  25. ammo_grenade_limit_total "6"
  26. mp_buy_anywhere "1"
  27. mp_buytime "3600"
  28. mp_free_armor "2"
  29. cl_use_opens_buy_menu "0"
  30. mp_maxmoney "50000"
  31. mp_startmoney "50000"
  32.  
  33. // Team sizing and round duration
  34.  
  35. mp_autokick "0"
  36. mp_autoteambalance "0"
  37. mp_freezetime "3"
  38. mp_ignore_round_win_conditions "1"
  39. mp_limitteams "20"
  40. mp_respawn_on_death_ct "1"
  41. mp_respawn_on_death_t "1"
  42. mp_spectators_max "10"
  43.  
  44. // Grenade trajectories
  45.  
  46. sv_grenade_trajectory "1"
  47. sv_grenade_trajectory_dash "1"
  48. sv_grenade_trajectory_thickness "0.4"
  49.  
  50. // Restart & apply
  51.  
  52. mp_restartgame "1"
  53. mp_warmup_end
  54. say "F6 - Full Loadout"
  55. say "F8 - Toggle Gamespeed (Remove smokes fast)"
Add Comment
Please, Sign In to add comment