Advertisement
Guest User

1

a guest
Jul 29th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. // crosshair
  2.  
  3. cl_crosshair_drawoutline "0"
  4. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  5. cl_crosshair_dynamic_splitalpha_innermod "1"
  6. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  7. cl_crosshair_dynamic_splitdist "7"
  8. cl_crosshair_outlinethickness "1"
  9. cl_crosshair_sniper_width "1"
  10. cl_crosshairalpha "255"
  11. cl_crosshaircolor "5"
  12. cl_crosshaircolor_b "0"
  13. cl_crosshaircolor_g "255"
  14. cl_crosshaircolor_r "0"
  15. cl_crosshairdot "0"
  16. cl_crosshairgap "-2"
  17. cl_crosshairgap_useweaponvalue "0"
  18. cl_crosshairscale "0"
  19. cl_crosshairsize "3"
  20. cl_crosshairstyle "4"
  21. cl_crosshairthickness "1"
  22. cl_crosshairusealpha "1"
  23. cl_fixedcrosshairgap "3"
  24.  
  25. // console
  26.  
  27. fps_max "0"
  28. cl_showfps "1"
  29. zoom_sensitivity_ratio_mouse "1"
  30. cl_autowepswitch "0"
  31. bind "mwheeldown" +jump
  32. net_graph "1"
  33. net_graphproportionalfont "0"
  34. net_graphheight "0"
  35. net_graphpos "1"
  36. hud_scaling "0.8"
  37. hud_showtargetid "1"
  38. cl_crosshair_sniper_width "1"
  39. cl_disablefreezecam "1"
  40. r_drawtracers_firstperson "0"
  41. closeonbuy "1"
  42. cl_forcepreload "1"
  43. cl_showhelp 0
  44. m_mouseaccel 0
  45. bind x +use
  46. bind e lastinv
  47.  
  48. // viewmodel
  49.  
  50. viewmodel_fov 62.5
  51. viewmodel_offset_x "2"
  52. viewmodel_offset_y "2"
  53. viewmodel_offset_z "-2"
  54. cl_viewmodel_shift_left_amt "0"
  55. cl_viewmodel_shift_right_amt "0"
  56. cl_bob_lower_amt "0"
  57. cl_bobcycle 0.980000
  58.  
  59. // sound
  60.  
  61. snd_mixahead "0.05"
  62. snd_musicvolume "0"
  63. snd_headphone_pan_exponent "2"
  64. snd_headphone_pan_radial_weight "2
  65. snd_legacy_surround "0"
  66. snd_pitchquality "1"
  67. dsp_enhance_stereo "0"
  68.  
  69. // rates
  70.  
  71. cl_cmdrate "128"
  72. cl_updaterate "128"
  73. rate "128000"
  74. cl_interp "0"
  75. cl_interp_ratio "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement