Advertisement
Guest User

autoexec

a guest
Sep 25th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1.  
  2. // removes the shifting of the arm when crouching down.
  3.  
  4. cl_viewmodel_shift_left_amt "0"
  5. cl_viewmodel_shift_right_amt "0"
  6.  
  7. ////
  8.  
  9. bind "KP_END" "buy molotov; buy incgrenade"
  10. bind "KP_DOWNARROW" "buy tec9; buy fiveseven"
  11. bind "KP_LEFTARROW" "buy flashbang"
  12. bind "KP_5" "buy hegrenade"
  13. bind "KP_RIGHTARROW" "buy smokegrenade"
  14. bind "KP_HOME" "buy ak47; buy m4a1"
  15. bind "KP_UPARROW" "buy awp"
  16. bind "KP_PGUP" "buy vesthelm; buy vest"
  17.  
  18. hud_scaling "1"
  19.  
  20. // lowers delay between sounds.
  21.  
  22. snd_mixahead "0.05"
  23. snd_musicvolume "0"
  24. snd_headphone_pan_exponent "1.2"
  25. snd_headphone_pan_radial_weight "0.5"
  26. snd_legacy_surround "0"
  27. snd_pitchquality "1"
  28. snd_front_headphone_position "45.0"
  29. snd_rear_headphone_position "90.0"
  30. dsp_enhance_stereo "0"
  31.  
  32.  
  33. // sets interpolation values.
  34.  
  35. cl_interp "0"
  36. cl_interp_ratio "1"
  37.  
  38.  
  39. // usual rate commands
  40.  
  41. cl_cmdrate "128"
  42. cl_updaterate "128"
  43. rate "128000"
  44.  
  45. r_drawtracers_firstperson 1
  46.  
  47.  
  48. // causes the scope to move less while moving scoped and reduces bobbing effect
  49.  
  50. cl_bobcycle "2"
  51.  
  52. fps_max "999"
  53. fps_menu "120"
  54.  
  55. cl_color 4
  56. cl_radar_scale "0.5"
  57. cl_radar_rotate "1"
  58. closeonbuy "1"
  59. cl_forcepreload "1"
  60. cl_showhelp 0
  61. cl_lagcompensation "1"
  62. cl_predictweapons "1"
  63. cl_resend "6"
  64. cl_timeout "9999999"
  65. r_dynamic "0"
  66. r_eyegloss "0"
  67. r_eyemove "0"
  68. r_eyeshift_x "0"
  69. r_eyeshift_y "0"
  70. r_eyeshift_z "0"
  71. r_eyesize "0"
  72. muzzleflash_light "0"
  73. sys_antialiasing "0"
  74. sys_aspectratio "-1"
  75. sys_refldetail "0"
  76. mat_queue_mode "2"
  77.  
  78. Clear
  79.  
  80.  
  81. ECHO SUCCESFULLY CLEARED CONSOLE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement