Advertisement
T99

Standard Crosshair (personalcfgs/crosshairs/standard.cfg)

T99
Jun 26th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. // T99's Standard Crosshair
  2.  
  3. // Crosshair
  4.  
  5. echo " Loading crosshair 'personalcfgs/crosshairs/standard.cfg'..."
  6.  
  7. // Outline
  8.  
  9. cl_crosshair_drawoutline "1" // Whether or not the outline is actually drawn.
  10. cl_crosshair_outlinethickness "1" // The thickness of the outline.
  11.  
  12. // Dynamic Rendering
  13.  
  14. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  15. cl_crosshair_dynamic_splitalpha_innermod "1"
  16. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  17. cl_crosshair_dynamic_splitdist "7"
  18.  
  19. // Sniper Rifle Settings
  20.  
  21. cl_crosshair_sniper_show_normal_inaccuracy "0"
  22. cl_crosshair_sniper_width "1"
  23.  
  24.  
  25. // Color && Transparency
  26.  
  27. cl_crosshaircolor "5"
  28. cl_crosshaircolor_r "255" // How red the crosshair is.
  29. cl_crosshaircolor_g "64" // How green the crosshair is.
  30. cl_crosshaircolor_b "0" // How blue the crosshair is.
  31. cl_crosshairusealpha "1" // Whether or not the crosshair should be at all transparent.
  32. cl_crosshairalpha "255" // How opaque the crosshair is.
  33.  
  34. // Crosshair Center
  35.  
  36. cl_crosshairdot "0"
  37. cl_fixedcrosshairgap "3"
  38. cl_crosshairgap "-0.5"
  39. cl_crosshairgap_useweaponvalue "1"
  40.  
  41. // Crosshair Size
  42.  
  43. cl_crosshairstyle "4"
  44. cl_crosshairscale "0"
  45. cl_crosshairsize "2.5"
  46. cl_crosshairthickness "0.5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement