Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. // sets interpolation values.
  2.  
  3. cl_interp "0"
  4. cl_interp_ratio "1"
  5.  
  6.  
  7. // usual rate commands
  8.  
  9. cl_cmdrate "128"
  10. cl_updaterate "128"
  11. rate "128000"
  12.  
  13.  
  14. //Crosshair
  15.  
  16. cl_crosshairalpha "215"
  17. cl_crosshaircolor "5"
  18. cl_crosshaircolor_b "0"
  19. cl_crosshaircolor_r "100"
  20. cl_crosshaircolor_g "250"
  21. cl_crosshairdot "0"
  22. cl_crosshairgap "0.5"
  23. cl_crosshairsize "3"
  24. cl_crosshairstyle "4"
  25. cl_crosshairusealpha "1"
  26. cl_crosshairthickness "1"
  27. cl_fixedcrosshairgap "0"
  28. cl_crosshair_outline "0"
  29. cl_crosshair_outline_draw "0"
  30.  
  31. bind mouse1 "+attack"
  32.  
  33.  
  34. // lowers delay between sounds.
  35.  
  36. snd_mixahead "0.05"
  37. snd_musicvolume "0"
  38. snd_headphone_pan_exponent "2"
  39. snd_headphone_pan_radial_weight "2
  40. snd_legacy_surround "0"
  41. snd_pitchquality "1"
  42. dsp_enhance_stereo "0"
  43.  
  44.  
  45. // causes the scope to move less while moving scoped and reduces bobbing effect
  46.  
  47. cl_bobcycle "2"
  48.  
  49. fps_max 0
  50. cl_showfps 1
  51.  
  52. cl_radar_scale "0.5"
  53. cl_radar_rotate "1"
  54. closeonbuy "1"
  55. cl_forcepreload "1"
  56. cl_showhelp 0
  57. cl_lagcompensation "1"
  58. cl_predictweapons "1"
  59. cl_resend "6"
  60. cl_timeout "9999999"
  61. r_dynamic "0"
  62. r_eyegloss "0"
  63. r_eyemove "0"
  64. r_eyeshift_x "0"
  65. r_eyeshift_y "0"
  66. r_eyeshift_z "0"
  67. r_eyesize "0"
  68. muzzleflash_light "0"
  69. sys_antialiasing "0"
  70. sys_aspectratio "-1"
  71. sys_refldetail "0"
  72. mat_queue_mode 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement