Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. //Crosshair//
  2. cl_crosshairalpha "255"
  3. cl_crosshaircolor "1"
  4. cl_crosshaircolor_r "0"
  5. cl_crosshaircolor_g "0"
  6. cl_crosshaircolor_b "0"
  7. cl_crosshairdot "0"
  8. cl_crosshairgap "-1"
  9. cl_crosshairsize "4"
  10. cl_crosshairstyle "4"
  11. cl_crosshairusealpha "1"
  12. cl_crosshairthickness "1.5"
  13. cl_fixedcrosshairgap "-2"
  14. cl_crosshair_drawoutline "1"
  15. cl_crosshair_outlinethickness "1"
  16.  
  17. //Viewmodel//
  18. viewmodel_offset_x 2.5
  19. viewmodel_offset_y 0
  20. viewmodel_offset_z -1.5
  21. viewmodel_fov 68
  22. viewmodel_presetpos 3
  23.  
  24. //Volume//
  25. volume .25
  26.  
  27. //HUD//
  28. hud_scaling "0.85"
  29. cl_spec_show_bindings "0" //Removes key bindings under player names
  30. cl_spec_stats "0" //Removes KDA stats under player names. Usually these stats are inaccurate and don't reflect what's shown on the scoreboard (includes warm-up, etc)
  31. cl_hud_color "1" //HUD color may vary based on stream branding
  32. cl_chatfilters 0 // hides EVERYTHING in chat
  33. cl_spec_use_tournament_content_standards 1 // removes skin tags
  34.  
  35. //Safezone (for TV/Twitch)
  36. //safezonex 0.995
  37. //safezoney 0.96 //Safezone commands were specifically recommended by Valve at the Major
  38. //safezonex 0.95 // remove this for TV
  39.  
  40. //Radar//
  41. cl_radar_always_centered "0"
  42. cl_radar_scale "0.5"
  43. cl_hud_radar_scale "1.15"
  44. cl_radar_icon_scale_min "1"
  45. cl_radar_rotate "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement