Advertisement
Guest User

autoexec

a guest
Oct 23rd, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. //clear decals
  2. bind "CapsLock" r_cleardecals
  3.  
  4. // JUMPTHROW GRENADES
  5. alias +jumpthrow "+jump;-attack"
  6. alias -jumpthrow "-jump"
  7. bind "h" +jumpthrow
  8.  
  9. //buy binds
  10. bind "F1" "buy flashbang"
  11. bind "F2" "buy smokegrenade"
  12. bind "F3" "buy hegrenade"
  13. bind "F4" "buy molotov; buy incgrenade"
  14.  
  15. //switch weapon side
  16. bind mouse3 "toggle cl_righthand 0 1"
  17.  
  18. //net
  19. cl_forcepreload "1"
  20. cl_interp "0"
  21. cl_interp_ratio "1"
  22. cl_cmdrate "128"
  23. cl_updaterate "128"
  24. rate "786432"
  25.  
  26. //Sound - less delayed, better sound
  27. windows_speaker_config "1"
  28. snd_mixahead "0.05"
  29. snd_musicvolume "0"
  30. snd_headphone_pan_exponent "2"
  31. snd_headphone_pan_radial_weight "1"
  32. snd_rear_headphone_position "90"
  33. bind "kp_minus" "toggle voice_enable 1 0"
  34.  
  35. //crosshair
  36. cl_color "0"
  37. cl_compass_enabled "1"
  38. cl_crosshair_drawoutline "0"
  39. cl_crosshair_dynamic_maxdist_splitratio "0"
  40. cl_crosshair_dynamic_splitalpha_innermod "1.000000"
  41. cl_crosshair_dynamic_splitalpha_outermod "0.3"
  42. cl_crosshair_dynamic_splitdist "3"
  43. cl_crosshair_outlinethickness "0.5"
  44. cl_crosshair_sniper_show_normal_inaccuracy "0"
  45. cl_crosshair_sniper_width "3.000000"
  46. cl_crosshair_t "0"
  47. cl_crosshairalpha "255"
  48. cl_crosshaircolor "1"
  49. cl_crosshaircolor_b "50"
  50. cl_crosshaircolor_g "250"
  51. cl_crosshaircolor_r "250"
  52. cl_crosshairdot "0"
  53. cl_crosshairgap "-3.000000"
  54. cl_crosshairgap_useweaponvalue "0"
  55. cl_crosshairscale "0"
  56. cl_crosshairsize "3.500000"
  57. cl_crosshairstyle "4"
  58. cl_crosshairthickness "1.000000"
  59. cl_crosshairusealpha "1"
  60.  
  61. //net graph
  62. net_graph 1
  63. net_graphpos 1
  64. net_graphheight 30
  65. net_graphproportionalfont 0
  66.  
  67. bind p "say Good Luck, and I cannot stress this enough, Have FUn"
  68.  
  69. fps_max 0
  70. volume 0.7
  71. voice_scale 0.3
  72.  
  73. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement