Advertisement
RetroRevo

Revo's CSGO Autoexec V9 2015

Mar 1st, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. // Revo's Autoexec V9 2015! - Hope you enjoy and have fun fragging
  2. // UPDATES - Viewmodel values changed, Max FPS at 999 now since limiting didnt do crap
  3. // UPDATES2 - Audio command values changed (even better now for headsets!)
  4. // UPDATES3 - went back to older rate settings, tracers back on(turn them off if you want)
  5. // UPDATES4 - Removed Clan ID and KBMOD portion, changed a few other things as well!
  6. // Youtube - Youtube.com/RevolutionRespawn
  7. // Twitter - Twitter.com/itsbyRevo
  8.  
  9. //Left or Right Hand
  10. cl_righthand "1" ;set to 1 for right hand
  11.  
  12. // FPS
  13. fps_max "1337"
  14. fps_max_menu "145" ;forces menu to run at 60fps
  15. mat_queue_mode "-1" ;best for quad core processors
  16.  
  17. // Mouse commands, Helps remove mouse acceleration
  18.  
  19. cl_mouseenable "1"
  20. m_filter "0"
  21. m_forward "1"
  22. m_rawinput "1"
  23. m_mouseaccel1 "0"
  24. m_mouseaccel2 "0"
  25. m_customaccel "0"
  26. m_mousespeed "1"
  27. m_customaccel_exponent “0"
  28. m_customaccel_max “0"
  29. m_customaccel_scale “0"
  30. zoom_sensitivity_ratio "1"
  31. sensitivity "2.35"
  32.  
  33. // Audio Settings, hear all the foots
  34.  
  35. lobby_voice_chat_enabled "0"
  36. snd_mixahead "0.05"
  37. snd_headphone_pan_exponent "2"
  38. snd_headphone_pan_radial_weight "2"
  39. snd_musicvolume ".025"
  40. snd_legacy_surround "0"
  41. snd_surround_speakers "0"
  42. snd_pitchquality "1"
  43. voice_scale "0.5"
  44. volume "0.2" ;change volume to your liking
  45. dsp_enhance_stereo "1"
  46. dsp_slow_cpu "0"
  47. dsp_reload
  48. lobby_voice_chat_enabled "0" ;disables voice in the lobby (useful for those in skype or other voip calls)
  49.  
  50. // Monitor Gamma, so you can see the enemy
  51. // The Brighter the Better
  52.  
  53. mat_monitorgamma "1.6"
  54. mat_monitorgamma_tv_enabled "0"
  55.  
  56. //EXTRA THING, USE SWEETFX OR NVIDIA CONTROL PANEL FOR VIBRANT COLORS!!!//
  57.  
  58. // Ratez on Ratez
  59.  
  60. cl_interp "0"
  61. cl_interp_ratio "1"
  62. cl_interp_threadmodeticks "1"
  63. cl_cmdrate "128"
  64. cl_updaterate "128"
  65. cl_lagcompensation "0"
  66. rate "128000"
  67.  
  68. // Field of View settings, tried to match it as much as i could to 1.6's viewmodel
  69. viewmodel_offset_x "1.5"
  70. viewmodel_offset_y "0.75"
  71. viewmodel_offset_z "-1.475"
  72. viewmodel_fov "68" ;set to 54 if you like default fov, or 68 if you want the farthest
  73.  
  74. // Hud Stuff n Stuff, fun stuff
  75.  
  76. hud_scaling "0.65" ;does what it says lol
  77. hud_showtargetid "1"
  78. safezonex "1"
  79. safezoney "1"
  80. cl_showloadout "1"
  81. cl_showpos "0"
  82. cl_hud_radar_scale "1.25"
  83. cl_hud_color "6"
  84. cl_hud_healthammo_style "1"
  85. cl_hud_background_alpha "0"
  86. cl_hud_bomb_under_radar "1"
  87. cl_hud_playercount_pos "0"
  88. cl_hud_playercount_showcount "0"
  89. cl_radar_rotate "1"
  90. cl_radar_scale "0.45"
  91. cl_radar_icon_scale_min "0.75"
  92. cl_radar_always_centered "1"
  93. cl_loadout_colorweaponnames "1"
  94.  
  95.  
  96.  
  97. // My Crosshair [Back to Red!!]
  98. cl_crosshairalpha "255"
  99. cl_crosshaircolor "0"
  100. cl_crosshairdot "0" ;default 0
  101. cl_crosshairgap "0"
  102. cl_crosshairsize "4"
  103. cl_crosshairstyle "4"
  104. cl_crosshairusealpha "1"
  105. cl_crosshairthickness "1.5"
  106. cl_fixedcrosshairgap "-20" ;default 0
  107. cl_crosshair_outline "0.75" ;default 0
  108. cl_crosshair_outline_draw "0" ;default 0
  109.  
  110. // Netgraph for viewing fps and server tick
  111. net_graph "1" ; Display net_graph
  112. net_graphproportionalfont "0" ; Reduce font size
  113. net_graphshowinterp "1"
  114. net_graphshowlatency "1"
  115. net_graphinsetbottom "430"
  116. net_graphinsetright "-70"
  117. net_graphinsetleft "0"
  118. net_graphheight "64"
  119.  
  120. // Reduce gun and scope shifting/bobbing when moving
  121. cl_bobcycle "0.98" ;0.98 is enforced by ESEA/ESL
  122. cl_bob_lower_amt "5"
  123. cl_bobamt_lat "0.1"
  124. cl_bobamt_vert "0.1"
  125. cl_viewmodel_shift_left_amt "0.5"
  126. cl_viewmodel_shift_right_amt "0.25"
  127.  
  128. // Show Damage in top left!
  129. developer "1"
  130. con_filter_text "Damage given"
  131. con_filter_text_out "Player:"
  132. con_filter_enable "2"
  133.  
  134. // Other Things that are good
  135. r_drawtracers_firstperson "0" ;leave on if you like tracers ex. http://i.imgur.com/weRXZQg.jpg
  136. cl_autohelp "0"
  137. cl_showhelp "0"
  138. cl_forcepreload "1"
  139. sv_forcepreload "1"
  140. gameinstructor_enable "0"
  141. cl_showpluginmessages "1"
  142. mm_dedicated_search_maxping "100"
  143. cl_resend "1.5"
  144. cl_resend_timeout "3"
  145. cl_timeout "150000"
  146. cl_show_clan_in_death_notice "1"
  147. cl_teamid_overhead_name_alpha "255"
  148. cl_teamid_overhead_name_fadetime "0"
  149. con_enable "1" ;activates console
  150.  
  151. // Writes commands to config.cfg
  152. host_writeconfig
  153.  
  154. // Confirm this file's execution
  155.  
  156. echo "-------------------------------"
  157. echo "Revo's Autoexec V9 2015! for CSGO"
  158. echo "Have Fun!"
  159. echo "Youtube.com/RevolutionRespawn"
  160. echo "Twitter.com/itsbyRevo"
  161. echo "Kappa"
  162. echo "-------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement