RetroRevo

Revolution's CSGO Autoexec V13 2015

Apr 28th, 2015
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. // Revolutions's Autoexec V13 2015! - Hope you enjoy and have fun fragging
  2. // Subscribe on Youtube - Youtube.com/RevolutionRespawn
  3. // Watch on Twitch - Twitch.tv/revolutionrespawn
  4. // Follow me on Twitter - Twitter.com/itsbyRevo
  5.  
  6.  
  7. // Before Using, add these to your startup parameters!
  8. -novid -nojoy -console -high -threads 4 -noforcemaccel -noforcemspd -useforcedmparms -nod3d9ex -processheap +exec autoexec
  9.  
  10.  
  11. // Awesome text mod for CSGO (helpful for making text in game more readable :D)
  12. Install this: http://csgo.gamebanana.com/gamefiles/3711
  13. Add "-language textmodorel" to the launch params after adding the other ones
  14.  
  15.  
  16. // Change your ingame fonts!
  17. Go here to download fonts for csgo: http://fonts.spddl.de/#Bender
  18. Preview of the font im using: http://imgur.com/a/BW1CC
  19.  
  20.  
  21. // Left or Right Hand
  22. cl_righthand "1" //set to 1 for right hand, 0 for left
  23.  
  24.  
  25. // Framerate commands
  26. fps_max "289"
  27. fps_max_menu "289" //forces menu to run at 60fps [good for using as minimal of resources as you can in the menu]
  28. mat_queue_mode "-1" //best for quad core processors
  29.  
  30.  
  31. // Mouse commands [very useful in removing acceleration]
  32. cl_mouseenable "1"
  33. m_forward "1"
  34. m_rawinput "1"
  35. m_mousespeed "1"
  36. sensitivity "1.6"
  37. m_mouseaccel1 "0"
  38. m_mouseaccel2 "0"
  39. m_yaw "0.022"
  40.  
  41.  
  42. // Audio Settings [As shared by someone on reddit, was deleted http://www.reddit.com/r/GlobalOffensive/comments/2n9c7j/csgo_optimum_sound_settings/cmbpc8v]
  43. windows_speaker_config "1"
  44. snd_headphone_pan_exponent "3"
  45. snd_headphone_pan_radial_weight "1"
  46. snd_front_headphone_position "45"
  47. snd_rear_headphone_position "135"
  48. dsp_enhance_stereo "0"
  49. dsp_slow_cpu "0"
  50. dsp_reload
  51. snd_mixahead "0.05"
  52. snd_dvar_dist_max "2000"
  53. snd_dvar_dist_min "300"
  54. snd_duckerattacktime "0.5"
  55. snd_duckerreleasetime "2.5"
  56. snd_duckerthreshold "0.15"
  57. snd_ducking_off "1"
  58. snd_ducktovolume "0.55"
  59. snd_legacy_surround "0"
  60. snd_max_same_sounds "5"
  61. snd_max_same_weapon_sounds "5"
  62. snd_music_selection "1"
  63. snd_musicvolume "0.100000" //You can set this to "0" if you dont want music! (I use it because I like my music kits :3)
  64. snd_musicvolume_multiplier_inoverlay "0.1"
  65. snd_mute_losefocus "0"
  66. snd_pitchquality "1"
  67. snd_rear_speaker_scale "1.0"
  68.  
  69.  
  70. // Monitor Gamma/Brightness [Helps with enemy visibility.]
  71. mat_monitorgamma "1.6"
  72. mat_monitorgamma_tv_enabled "0"
  73.  
  74.  
  75. // EXTRA THING, USE VIBRANCEGUI FOR BETTER COLORS AND VISIBILITY http://vibrance.pushre.de/
  76.  
  77.  
  78. // Rates [Pretty basic/common rates]
  79. cl_interp "0"
  80. cl_interp_ratio "2"
  81. cl_cmdrate "128"
  82. cl_updaterate "128"
  83. cl_lagcompensation "0"
  84. rate "128000"
  85.  
  86.  
  87. // Field of View settings [tried to match it as much as i could to 1.6's viewmodel]
  88. viewmodel_offset_x "1.5"
  89. viewmodel_offset_y "0.75"
  90. viewmodel_offset_z "-1.475"
  91. viewmodel_fov "68" //set to 54 if you like default fov, or 68 if you want the farthest
  92.  
  93.  
  94. // Hud Settings [Blue now!]
  95. hud_scaling "0.75" //does what it says lol
  96. hud_showtargetid "1"
  97. safezonex "1"
  98. safezoney "1"
  99. cl_showloadout "1"
  100. cl_hud_radar_scale "1.05"
  101. cl_hud_color "3"
  102. cl_hud_healthammo_style "0"
  103. cl_hud_background_alpha "0.35"
  104. cl_hud_bomb_under_radar "1"
  105. cl_hud_playercount_pos "0"
  106. cl_hud_playercount_showcount "1"
  107. cl_radar_rotate "1"
  108. cl_radar_scale "0.45"
  109. cl_radar_icon_scale_min "0.75"
  110. cl_radar_always_centered "1"
  111. cl_loadout_colorweaponnames "1"
  112.  
  113.  
  114. // My Crosshair
  115. cl_crosshair_drawoutline "1"
  116. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  117. cl_crosshair_dynamic_splitalpha_innermod "1"
  118. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  119. cl_crosshair_dynamic_splitdist "7"
  120. cl_crosshair_outlinethickness "1"
  121. cl_crosshairalpha "200"
  122. cl_crosshaircolor "4"
  123. cl_crosshaircolor_b "50"
  124. cl_crosshaircolor_g "250"
  125. cl_crosshaircolor_r "50"
  126. cl_crosshairdot "0"
  127. cl_crosshairgap "-1"
  128. cl_crosshairgap_useweaponvalue "0"
  129. cl_crosshairscale "0"
  130. cl_crosshairsize "3"
  131. cl_crosshairstyle "5"
  132. cl_crosshairthickness "1"
  133. cl_crosshairusealpha "1"
  134. cl_fixedcrosshairgap "14"
  135.  
  136.  
  137. // Netgraph Settings [Show useful information like the current framerate and ping]
  138. alias +scorenet "net_graphheight 64; +showscores";
  139. alias -scorenet "net_graphheight 2000; -showscores";
  140. bind "TAB" "+scorenet";
  141. net_graph "1" //Display net_graph
  142. net_graphpos "2" //Adds the netgraph to the middle
  143. net_graphproportionalfont "0" //Reduce font size
  144. net_graphshowinterp "1"
  145. net_graphshowlatency "1"
  146. net_graphshowsvframerate "1"
  147. net_graphheight "2000"
  148.  
  149.  
  150. // Reduce gun and scope shifting/bobbing when moving
  151. viewmodel_presetpos "0"
  152. cl_bobcycle "0.98" //0.98 is enforced by ESEA/ESL
  153. cl_bob_lower_amt "5"
  154. cl_bobamt_lat "0.100000"
  155. cl_bobamt_vert "0.100000"
  156. cl_viewmodel_shift_left_amt "0.5"
  157. cl_viewmodel_shift_right_amt "0.25"
  158.  
  159.  
  160. // Show Damage in top left(Instead of opening console)
  161. developer "1"
  162. con_filter_text "Damage given"
  163. con_filter_text_out "Player:"
  164. con_filter_enable "2"
  165.  
  166.  
  167. // Helpful Extras
  168. r_drawtracers_firstperson "0"
  169. cl_disablefreezecam "1"
  170. cl_autohelp "0"
  171. cl_showhelp "0"
  172. cl_forcepreload "1"
  173. sv_forcepreload "1"
  174. gameinstructor_enable "0"
  175. cl_showpluginmessages "1"
  176. mm_dedicated_search_maxping "100"
  177. cl_resend "1.5"
  178. cl_resend_timeout "3"
  179. cl_timeout "150000"
  180. cl_show_clan_in_death_notice "1"
  181. cl_teamid_overhead_name_alpha "255"
  182. cl_teamid_overhead_name_fadetime "0"
  183. con_enable "1" //activates console
  184. cl_disablehtmlmotd 1
  185.  
  186. // Writes commands to config.cfg
  187. host_writeconfig
  188.  
  189.  
  190. // Confirm this file's execution
  191.  
  192. echo "-------------------------------"
  193. echo "Revolutions's Autoexec V12 2015! for CSGO"
  194. echo "Have Fun!"
  195. echo "-------------------------------"
Add Comment
Please, Sign In to add comment