Advertisement
tirabytes

Game: CS:GO Autoexec

Jan 9th, 2014
2,547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Crosshair
  2. //cl_crosshairalpha "250"
  3. //cl_crosshaircolor "5"
  4. //cl_crosshaircolor_b "255"
  5. //cl_crosshaircolor_g "0"
  6. //cl_crosshaircolor_r "255"
  7. //cl_crosshairdot "0"
  8. //cl_crosshairscale "120"
  9. //cl_crosshairsize "4.5"
  10. //cl_crosshairthickness "1.2"
  11. //cl_crosshairusealpha "1"
  12. //cl_crosshairstyle "2"
  13.  
  14.  
  15. // Viewmodel
  16. viewmodel_fov "65"
  17. viewmodel_offset_x "2"
  18. viewmodel_offset_y "2"
  19. viewmodel_offset_z "-2"
  20.  
  21.  
  22. // Bobbing and movement shifting
  23. cl_viewmodel_shift_left_amt "0"
  24. cl_viewmodel_shift_right_amt "0"
  25. cl_bob_lower_amt "0"
  26. cl_bobamt_lat "0"
  27. cl_bobamt_vert "0"
  28. cl_bobcycle "2"
  29.  
  30.  
  31. // Audio
  32. snd_mixahead "0.05"
  33. snd_headphone_pan_exponent "2"
  34. snd_musicvolume "0"
  35.  
  36.  
  37. // Rates and Interpolation
  38. cl_cmdrate "102.400002"
  39. cl_updaterate "102.400002"
  40. cl_interp ".01"
  41. cl_interp_ratio "1"
  42. rate "30000"
  43.  
  44.  
  45. // Mouse commands
  46. m_rawinput "1"
  47. m_mouseaccel1 "0"
  48. m_mouseaccel2 "0"
  49.  
  50.  
  51. // Miscellaneous
  52. cl_autowepswitch "0"
  53. cl_autohelp "0"
  54. cl_showhelp "0"
  55. //cl_righthand "1"
  56. cl_forcepreload "1"
  57. hud_showtargetid "0"
  58. //net_graph "1"
  59. mm_dedicated_search_maxping "150"
  60. mm_session_search_ping_limit "150"
  61.  
  62.  
  63. // End of custom config
  64. clear
  65. echo "Autoexec Config Loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement