Advertisement
RetroRevo

Revolution's CSGO Autoexec X-3.1

Aug 30th, 2016
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.77 KB | None | 0 0
  1. // Revolutions's Autoexec Version X-3.1 - Hope you enjoy and have fun fragging
  2. // Watch on Twitch - Twitch.tv/revolutionrespawn
  3. // Follow me on Twitter - Twitter.com/itsbyRevo
  4.  
  5. // This autoexec is compiled of a bunch of commands, settings and optional programs from a bunch of guides created by others as well as thing I personally prefer, hope you like it!
  6.  
  7. // Before Using, add these to your startup parameters!
  8. // -high -novid -console -threads 4 -nod3d9ex +exec autoexec
  9.  
  10. // Awesome text mod for CSGO (helpful for making text in game more readable :D)
  11. // Install this: http://csgo.gamebanana.com/gamefiles/3711
  12. // Add "-language textmodorel" to the launch params after adding the other ones
  13.  
  14. // Change your ingame fonts!
  15. // Go here to download fonts for csgo: http://fonts.spddl.de/#Bender
  16. // Preview of the font im using: http://imgur.com/a/BW1CC
  17.  
  18. // Also I recommend using TCP Optimizer to tweak and optimize your network settings for PC overall (Works on win7,8,8.1,10)
  19. // You can find it here: http://www.speedguide.net/downloads.php (Download v4 for compatibility reasons)
  20. // There is also a guide to explain what every option affects here: http://www.speedguide.net/articles/tcp-optimizer-4-documentation-windows-7-8-10-2012-5821
  21.  
  22. // Also you can try using MM Server Picker as well to force connect to lower ping servers. You can download it here on Gamebanana (DO NOT DOWNLOAD IT ANYWHERE ELSE)
  23. // http://csgo.gamebanana.com/tools/5684
  24.  
  25. // Recommended Resolution for 16:9 = 1280x720/1920x1080
  26. // Recommended Resolution for 4:3 if you use it = 1440x1080 (typically a custom resolution)
  27.  
  28. // Left or Right Hand
  29. cl_righthand "1" //set to 1 for right hand, 0 for left
  30.  
  31. // Framerate commands
  32. fps_max "999"
  33. fps_max_menu "60"
  34. mat_queue_mode "2" //best for multi core processors
  35.  
  36. // Mouse commands
  37. cl_mouseenable "1"
  38. m_rawinput "1"
  39. sensitivity "1.8"
  40. m_mouseaccel1 "0"
  41. m_mouseaccel2 "0"
  42. m_customaccel "0"
  43. m_customaccel_exponent "0"
  44. m_customaccel_scale "0"
  45. m_mousespeed "0"
  46. "m_yaw" "0.022"
  47.  
  48. // Audio Settings
  49. Volume "0.625"
  50. windows_speaker_config "1"
  51. voice_mixer_volume "1"
  52. snd_headphone_pan_exponent "1.2"
  53. snd_headphone_pan_radial_weight "0.5"
  54. snd_front_headphone_position "53.2"
  55. snd_rear_headphone_position "90"
  56. dsp_enhance_stereo "0"
  57. dsp_slow_cpu "0"
  58. dsp_reload
  59. snd_mixahead "0.05"
  60. snd_dvar_dist_max "2000"
  61. snd_dvar_dist_min "300"
  62. snd_duckerattacktime "0.5"
  63. snd_duckerreleasetime "2.5"
  64. snd_duckerthreshold "0.15"
  65. snd_ducking_off "1"
  66. snd_ducktovolume "0.55"
  67. snd_legacy_surround "0"
  68. snd_max_same_sounds "5"
  69. snd_max_same_weapon_sounds "5"
  70. snd_music_selection "1"
  71. snd_musicvolume "0"
  72. snd_musicvolume_multiplier_inoverlay "0.1"
  73. snd_mute_losefocus "1"
  74. snd_pitchquality "1"
  75. snd_rear_speaker_scale "1.0"
  76. lobby_voice_chat_enabled "0"
  77. voice_scale ".35"
  78.  
  79. // If you plan on using a VOIP service set it to "0"
  80. voice_enable "1"
  81.  
  82. // Monitor Gamma/Brightness [Helps with enemy visibility.]
  83. mat_monitorgamma_tv_enabled "0"
  84. mat_monitorgamma "1.6"
  85.  
  86. // EXTRA THING, USE VIBRANCEGUI FOR BETTER COLORS AND VISIBILITY http://vibrance.pushre.de/
  87.  
  88.  
  89. // Rates [Pretty basic/common rates]
  90. cl_interp "0.015625"
  91. cl_interp_ratio "1"
  92. cl_cmdrate "128"
  93. cl_updaterate "128"
  94. cl_interpolate "0"
  95. cl_predict "1"
  96. cl_predictweapons "1"
  97. cl_lagcompensation "1"
  98. cl_updatevisibility "1"
  99. net_allow_multicast "0"
  100. rate "128000"
  101.  
  102.  
  103. // Field of View settings [tried to match it as much as I could to 1.6's viewmodel]
  104. viewmodel_presetpos "0"
  105. viewmodel_offset_x "1.5"
  106. viewmodel_offset_y "0.75"
  107. viewmodel_offset_z "-1.475"
  108. viewmodel_fov "60"
  109.  
  110. // Set to 54 if you like default FOV, or 68 if you want the farthest
  111. // Have mine set to 60 to better match 1.6 imo
  112.  
  113. // Hud Settings [Blue now!]
  114. hud_scaling "0.65" //does what it says lol
  115. hud_showtargetid "1"
  116. safezonex "1"
  117. safezoney "1"
  118. cl_showloadout "1"
  119. cl_hud_radar_scale "1.15"
  120. cl_hud_color "3"
  121. cl_hud_healthammo_style "0"
  122. cl_hud_background_alpha "0.35"
  123. cl_hud_bomb_under_radar "1"
  124. cl_hud_playercount_pos "0"
  125. cl_hud_playercount_showcount "1"
  126. cl_radar_rotate "1"
  127. cl_radar_scale "0.35"
  128. cl_radar_icon_scale_min "0.85"
  129. cl_radar_always_centered "1"
  130. cl_loadout_colorweaponnames "1"
  131.  
  132. // My Crosshair
  133. cl_crosshair_drawoutline "1"
  134. cl_crosshair_outlinethickness "1"
  135. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  136. cl_crosshair_dynamic_splitalpha_innermod "1"
  137. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  138. cl_crosshairalpha "245"
  139. cl_crosshaircolor "4"
  140. cl_crosshairdot "0"
  141. cl_crosshairgap "-1"
  142. cl_crosshairgap_useweaponvalue "0"
  143. cl_crosshairscale "0"
  144. cl_crosshairsize "3.5"
  145. cl_crosshairstyle "5"
  146. cl_crosshairthickness "0"
  147. cl_crosshairusealpha "1"
  148. cl_fixedcrosshairgap "3"
  149.  
  150. // Netgraph Settings [Show useful information like the current framerate and ping]
  151. alias +scorenet "net_graphheight 64; +showscores";
  152. alias -scorenet "net_graphheight 2000; -showscores";
  153. bind "TAB" "+scorenet";
  154. net_graph "1" //Display net_graph
  155. net_graphpos "2" //Adds the netgraph to the middle
  156. net_graphproportionalfont "0"
  157. net_graphshowinterp "1"
  158. net_graphshowlatency "1"
  159. net_graphshowsvframerate "1"
  160. net_graphheight "2000"
  161.  
  162. // Reduce gun and scope shifting/bobbing when moving
  163. cl_bobcycle "0.98"
  164. cl_bob_lower_amt "5"
  165. cl_bobamt_lat "0.1"
  166. cl_bobamt_vert "0.1"
  167. cl_viewmodel_shift_left_amt "0.5"
  168. cl_viewmodel_shift_right_amt "0.25"
  169.  
  170. // Show Damage in top left(Instead of opening console)
  171. developer "1"
  172. con_filter_text "Damage given"
  173. con_filter_text_out "Player:"
  174. con_filter_enable "2"
  175.  
  176. //also to see map before MM match
  177. con_filter_text "game:map"
  178.  
  179. //Matchmaking Ping Limit
  180. mm_dedicated_search_maxping "50"
  181.  
  182. // Helpful Extras
  183. r_drawtracers_firstperson "1"
  184. cl_disablefreezecam "1"
  185. cl_autohelp "0"
  186. cl_showhelp "0"
  187. cl_forcepreload "1"
  188. sv_forcepreload "1"
  189. r_dynamic "1"
  190. r_eyegloss "0"
  191. r_eyemove "0"
  192. r_eyeshift_x "0"
  193. r_eyeshift_y "0"
  194. r_eyeshift_z "0"
  195. r_eyesize "0"
  196. joystick "0"
  197. joystick_force_disabled "1"
  198. gameinstructor_enable "0"
  199. cl_showpluginmessages "1"
  200. cl_resend "1.5"
  201. cl_resend_timeout "3"
  202. cl_timeout "150000"
  203. cl_show_clan_in_death_notice "1"
  204. cl_teamid_overhead_name_alpha "255"
  205. cl_teamid_overhead_name_fadetime "0"
  206. con_enable "1" //activates console
  207. cl_disablehtmlmotd 1
  208. func_break_max_pieces "0"
  209. closeonbuy "1"
  210. cl_radar_square_with_scoreboard "0"
  211. engine_no_focus_sleep "0"
  212.  
  213. // Writes commands to config.cfg
  214. host_writeconfig
  215.  
  216. // Clears the console
  217. Clear
  218.  
  219.  
  220. // Confirm this file's execution
  221.  
  222. echo "-------------------------------"
  223. echo "Revolutions's Autoexec X-3.1 2016 for CSGO"
  224. echo "Have Fun!"
  225. echo "-------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement