Advertisement
Guest User

autoexec.cfg

a guest
Dec 4th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.81 KB | None | 0 0
  1.  
  2. // Cursor
  3. cl_crosshairalpha "230"
  4. cl_crosshaircolor "5"
  5. cl_crosshaircolor_b "0"
  6. cl_crosshaircolor_r "0"
  7. cl_crosshaircolor_g "250"
  8. cl_crosshairdot "0"
  9. cl_crosshairgap "-1"
  10. cl_crosshairsize "4"
  11. cl_crosshairstyle "4"
  12. cl_crosshairusealpha "1"
  13. cl_crosshairthickness "0.5"
  14. cl_fixedcrosshairgap "0"
  15. cl_crosshair_outlinethickness "0"
  16. cl_crosshair_drawoutline "0"
  17.  
  18. // Radar
  19. cl_radar_always_centered "0"
  20. cl_radar_scale "0.4"
  21. cl_hud_radar_scale "0.9"
  22. cl_radar_rotate "1"
  23.  
  24. // Mouse config
  25. m_rawinput "1"
  26. m_customaccel "0"
  27. m_customaccel_exponent "0"
  28. m_mousespeed "0"
  29. m_mouseaccel1 "0"
  30. m_mouseaccel2 "0"
  31. sensitivity "1.18"
  32.  
  33. // Misc
  34. fps_max "300"
  35. cl_showfps "1"
  36. cl_autoweaponswitch "0"
  37. cl_join_advertise "2"
  38. net_graph "0"
  39.  
  40. // Force to write the config
  41. host_writeconfig
  42. echo "autoexec.cfg executed..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement