Advertisement
RetroRevo

Revo's CSGO Autoexec V3

Oct 19th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. // Revo's Autoexec V3 - Hope you enjoy and have fun fragging
  2. // Youtube - Youtube.com/RevolutionRespawn
  3. // Twitter - Twitter.com/itsbyRevo
  4.  
  5. // FPS
  6. fps_max "999"
  7. fps_max_menu "61"
  8. mat_queue_mode "-1"
  9.  
  10. // Mouse commands, Helps remove mouse acceleration
  11.  
  12. cl_mouseenable "1"
  13. m_filter "0"
  14. m_forward "1"
  15. m_rawinput "1"
  16. m_mouseaccel1 "0"
  17. m_mouseaccel2 "0"
  18. m_customaccel "0"
  19. m_mousespeed "1"
  20. m_customaccel_exponent “0"
  21. m_customaccel_max “0"
  22. m_customaccel_scale “0"
  23. zoom_sensitivity_ratio "1"
  24.  
  25. // Audio Settings
  26.  
  27. snd_mixahead "0.05"
  28. snd_headphone_pan_exponent "2"
  29. snd_musicvolume "0"
  30. snd_legacy_surround "0"
  31. snd_surround_speakers "0"
  32. volume "0.375" ;change volume to your liking
  33.  
  34. // Monitor Gamma
  35. // The Brighter the Better
  36.  
  37. mat_monitorgamma "2"
  38. mat_monitorgamma_tv_enabled "1"
  39.  
  40. // Ratez on Ratez
  41.  
  42. cl_interp "0"
  43. cl_interp_ratio "2"
  44. cl_cmdrate "128"
  45. cl_updaterate "128"
  46. cl_lagcompensation "1"
  47. cl_predict "1"
  48. cl_predictweapons "1"
  49. rate "104000"
  50.  
  51. // Field of View
  52.  
  53. viewmodel_offset_x "2.5"
  54. viewmodel_offset_y "1.75"
  55. viewmodel_offset_z "-2"
  56. viewmodel_fov "90" ;set to 65 if you like default fov
  57.  
  58. // Hud Stuff
  59.  
  60. hud_scaling "0.725"
  61. hud_showtargetid "1"
  62. safezonex "1"
  63. safezoney "1"
  64. cl_righthand "1"
  65. cl_showloadout "0"
  66. cl_showpos "0"
  67. cl_showfps "0"
  68.  
  69. // My Crosshair [Red, Small, Not Dynamic]
  70. cl_crosshairalpha "255"
  71. cl_crosshaircolor "5"
  72. cl_crosshaircolor_b "0"
  73. cl_crosshaircolor_r "255"
  74. cl_crosshaircolor_g "0"
  75. cl_crosshairdot "0" ;default 0
  76. cl_crosshairgap "0"
  77. cl_crosshairsize "2.75"
  78. cl_crosshairstyle "4"
  79. cl_crosshairusealpha "1"
  80. cl_crosshairthickness "1"
  81. cl_fixedcrosshairgap "-20" ;default 0
  82. cl_crosshair_outline "0.75" ;default 0
  83. cl_crosshair_outline_draw "1" ;default 0
  84.  
  85. // Netgraph for viewing fps and server tick
  86. net_graph "1" ; Display net_graph
  87. net_graphproportionalfont "0" ; Reduce font size
  88. net_graphshowinterp "1"
  89. net_graphshowlatency "1"
  90. net_graphpos "1" ;change to 1 if you dont want it in the middle
  91.  
  92. // Radar Settings
  93. cl_radar_rotate "1"
  94. cl_radar_scale "0.7"
  95. cl_radar_icon_scale_min "0.4"
  96.  
  97. // Reduce gun and scope shifting/bobbing when moving
  98. cl_bobcycle "0.98" ;0.98 is enforced by ESEA/ESL
  99. cl_bob_lower_amt "5"
  100. cl_bobamt_lat "0.1"
  101. cl_bobamt_vert "0.1"
  102. cl_viewmodel_shift_left_amt "0"
  103. cl_viewmodel_shift_right_amt "0"
  104.  
  105. // Other Things that are good
  106. r_drawtracers_firstperson "0" ;leave on if you like tracers ex. http://i.imgur.com/weRXZQg.jpg
  107. cl_autohelp "0"
  108. cl_showhelp "0"
  109. cl_forcepreload "1"
  110. gameinstructor_enable "0"
  111. cl_showpluginmessages "1"
  112. mm_dedicated_search_maxping "100"
  113.  
  114. // Write to the config.cfg
  115.  
  116. host_writeconfig
  117.  
  118. // Confirm this file's execution
  119.  
  120. echo "-------------------------------"
  121. echo "Revo's Autoexec V3 for CSGO"
  122. echo "Have Fun!"
  123. echo "Youtube.com/RevolutionRespawn"
  124. echo "Twitter.com/itsbyRevo"
  125. echo "-------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement