Advertisement
RetroRevo

Revo's CSGO Autoexec V4

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