Advertisement
RetroRevo

Revo's CSGO Autoexec V11 2015

Mar 11th, 2015
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. // Revo's Autoexec V11 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. // UPDATES5 - Cleaned up and once again improved rates (I hope)!
  7. // UPDATES6 - Changed around some stuff and added helpful stuff like launch params, fonts, etc.
  8. // Subscribe on Youtube - Youtube.com/RevolutionRespawn
  9. // Watch on Twitch - Twitch.tv/revolutionrespawn
  10. // Follow me on Twitter - Twitter.com/itsbyRevo
  11.  
  12.  
  13. // Before Using, add these to your startup parameters!
  14. -novid -nojoy -console -high -threads 4 -noforcemaccel -noforcemspd -useforcedmparms -nod3d9ex -processheap +exec autoexec
  15.  
  16.  
  17. // Awesome text mod for CSGO (helpful for making text in game more readable :D)
  18. Install this: http://csgo.gamebanana.com/gamefiles/3711
  19. Add "-language textmodorel" to the launch params after adding the other ones
  20.  
  21.  
  22. // Change your ingame fonts!
  23. Go here to download fonts for csgo: http://fonts.spddl.de/
  24. One im currently using: http://fonts.spddl.de/download.php?action=download&file=SAO%20Welcome.zip
  25. Preview of the font im using: http://imgur.com/a/bKt73
  26.  
  27.  
  28. // Left or Right Hand
  29. cl_righthand "1" //set to 1 for right hand
  30.  
  31.  
  32. // FPS
  33. fps_max "1337"
  34. fps_max_menu "145" //forces menu to run at 60fps
  35. mat_queue_mode "-1" //best for quad core processors
  36.  
  37.  
  38. // Mouse commands, Helps remove mouse acceleration
  39. cl_mouseenable "1"
  40. m_forward "1"
  41. m_rawinput "1"
  42. m_mousespeed "1"
  43. sensitivity "2.35"
  44. m_customaccel "0"
  45. m_mouseaccel1 "0"
  46. m_mouseaccel2 "0"
  47. m_mousespeed "0"
  48.  
  49.  
  50. // Audio Settings, hear all the foots
  51. lobby_voice_chat_enabled "0"
  52. snd_mixahead "0.05"
  53. snd_headphone_pan_exponent "2"
  54. snd_headphone_pan_radial_weight "2"
  55. snd_musicvolume ".025"
  56. snd_legacy_surround "0"
  57. snd_pitchquality "1"
  58. voice_scale "0.5"
  59. volume "0.2" //change volume to your liking
  60. dsp_enhance_stereo "1"
  61. lobby_voice_chat_enabled "0" //disables voice in the lobby (useful for those in skype or other voip calls)
  62.  
  63.  
  64. // Monitor Gamma, so you can see the enemy
  65. // The Brighter the Better
  66. mat_monitorgamma "1.6"
  67. mat_monitorgamma_tv_enabled "0"
  68.  
  69.  
  70. // EXTRA THING, USE SWEETFX OR NVIDIA CONTROL PANEL FOR VIBRANT COLORS!!!
  71.  
  72.  
  73. // Ratez on Ratez
  74. cl_interp "0"
  75. cl_interp_ratio "1"
  76. cl_interpolate "1"
  77. cl_resend "1.5"
  78. cl_cmdrate "128"
  79. cl_updaterate "128"
  80. cl_lagcompensation "1"
  81. rate "128000"
  82.  
  83.  
  84. // Field of View settings, tried to match it as much as i could to 1.6's viewmodel
  85. viewmodel_offset_x "1.5"
  86. viewmodel_offset_y "0.75"
  87. viewmodel_offset_z "-1.475"
  88. viewmodel_fov "68" //set to 54 if you like default fov, or 68 if you want the farthest
  89.  
  90.  
  91. // Hud Stuff n Stuff, fun stuff
  92. // Preview of Hud Settings (look to the top for font link) http://i.imgur.com/oTahX0e.jpg
  93. hud_scaling "0.65" //does what it says lol
  94. hud_showtargetid "1"
  95. safezonex "1"
  96. safezoney "1"
  97. cl_showloadout "1"
  98. cl_showpos "0"
  99. cl_hud_radar_scale "1.25"
  100. cl_hud_color "6"
  101. cl_hud_healthammo_style "1"
  102. cl_hud_background_alpha "0"
  103. cl_hud_bomb_under_radar "1"
  104. cl_hud_playercount_pos "0"
  105. cl_hud_playercount_showcount "0"
  106. cl_radar_rotate "1"
  107. cl_radar_scale "0.45"
  108. cl_radar_icon_scale_min "0.75"
  109. cl_radar_always_centered "1"
  110. cl_loadout_colorweaponnames "1"
  111.  
  112.  
  113. // My Crosshair [Back to Red!!]
  114. cl_crosshairalpha "255"
  115. cl_crosshaircolor "0"
  116. cl_crosshairdot "0" //default 0
  117. cl_crosshairgap "0"
  118. cl_crosshairsize "4"
  119. cl_crosshairstyle "4"
  120. cl_crosshairusealpha "1"
  121. cl_crosshairthickness "1.5"
  122. cl_fixedcrosshairgap "-20" //default 0
  123.  
  124.  
  125. // Netgraph for viewing fps and server tick
  126. net_graph "1" //Display net_graph
  127. net_graphpos "2" //Adds the netgraph to the middle
  128. net_graphproportionalfont "0" //Reduce font size
  129. net_graphshowinterp "1"
  130. net_graphshowlatency "1"
  131. net_graphshowsvframerate "1"
  132. net_graphheight "64"
  133.  
  134.  
  135. // Reduce gun and scope shifting/bobbing when moving
  136. viewmodel_presetpos "0"
  137. cl_bobcycle "0.98" //0.98 is enforced by ESEA/ESL
  138. cl_bob_lower_amt "5"
  139. cl_bobamt_lat "0"
  140. cl_bobamt_vert "0"
  141. cl_viewmodel_shift_left_amt "0.5"
  142. cl_viewmodel_shift_right_amt "0.25"
  143.  
  144.  
  145. // Show Damage in top left!
  146. developer "1"
  147. con_filter_text "Damage given"
  148. con_filter_text_out "Player:"
  149. con_filter_enable "2"
  150.  
  151.  
  152. // Other Things that are good
  153. r_drawtracers_firstperson "0" //leave on if you like tracers ex. http://i.imgur.com/weRXZQg.jpg
  154. cl_disablefreezecam "1"
  155. cl_autohelp "0"
  156. cl_showhelp "0"
  157. cl_forcepreload "1"
  158. sv_forcepreload "1"
  159. gameinstructor_enable "0"
  160. cl_showpluginmessages "1"
  161. mm_dedicated_search_maxping "100"
  162. cl_resend "1.5"
  163. cl_resend_timeout "3"
  164. cl_timeout "150000"
  165. cl_show_clan_in_death_notice "1"
  166. cl_teamid_overhead_name_alpha "255"
  167. cl_teamid_overhead_name_fadetime "0"
  168. con_enable "1" //activates console
  169.  
  170.  
  171. // Writes commands to config.cfg
  172. host_writeconfig
  173.  
  174.  
  175. // Confirm this file's execution
  176.  
  177. echo "-------------------------------"
  178. echo "Revo's Autoexec V11 2015! for CSGO"
  179. echo "Youtube.com/RevolutionRespawn"
  180. echo "Twitter.com/itsbyRevo"
  181. echo "Have Fun!"
  182. echo "And Happy Fragging!"
  183. echo "Kappa"
  184. echo "-------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement