Advertisement
RetroRevo

Revolution's CSGO Autoexec X-6

Nov 2nd, 2016
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.44 KB | None | 0 0
  1. // Revolutions's Autoexec Version X-6 - 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 from various communities 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/2560x1440/3840x2160
  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 "999"
  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.55"
  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 "1"
  50. voice_scale "0.35"
  51. windows_speaker_config "1"
  52. snd_front_headphone_position "53.2"
  53. snd_rear_headphone_position "90.0"
  54. snd_headphone_pan_exponent "1.2"
  55. snd_headphone_pan_radial_weight "0.5"
  56. dsp_enhance_stereo "0"
  57. snd_legacy_surround "0"
  58. snd_mixahead "0.05"
  59. snd_pitchquality "1"
  60. snd_deathcamera_volume "0.0"
  61. snd_mapobjective_volume "0.0"
  62. snd_menumusic_volume "0.0"
  63. snd_musicvolume "0.5"
  64. snd_mute_losefocus "0"
  65. snd_roundend_volume "0.2"
  66. snd_roundstart_volume "0.0"
  67. snd_tensecondwarning_volume "0.2"
  68. snd_mute_losefocus "0"
  69.  
  70. // If you plan on using a VOIP service set it to "0"
  71. voice_enable "1"
  72.  
  73. // Monitor Gamma/Brightness [Helps with enemy visibility.]
  74. mat_monitorgamma_tv_enabled "0"
  75. mat_monitorgamma "1.6"
  76.  
  77. // EXTRA THING, USE VIBRANCEGUI FOR BETTER COLORS AND VISIBILITY (works with both AMD and NVIDIA GPUs) http://vibrance.pushre.de/
  78.  
  79. // Field of View settings [tried to match it as much as I could to 1.6's viewmodel]
  80. viewmodel_presetpos "0"
  81. viewmodel_offset_x "1.5"
  82. viewmodel_offset_y "0.75"
  83. viewmodel_offset_z "-1.475"
  84. viewmodel_fov "60"
  85.  
  86. // Set to 54 if you like default FOV, or 68 if you want the farthest
  87. // Have mine set to 60 as that is what I prefer, change as you like!
  88.  
  89. // Reduce gun and scope shifting/bobbing when moving
  90. cl_bobcycle "0.98"
  91. cl_bob_lower_amt "5"
  92. cl_bobamt_lat "0.1"
  93. cl_bobamt_vert "0.1"
  94. cl_viewmodel_shift_left_amt "0.5"
  95. cl_viewmodel_shift_right_amt "0.25"
  96.  
  97. // Hud Settings
  98. hud_scaling "0.65"
  99. hud_showtargetid "1"
  100. safezonex "1"
  101. safezoney "1"
  102. cl_showloadout "1"
  103. cl_hud_radar_scale "1.15"
  104. cl_hud_color "3"
  105. cl_hud_healthammo_style "0"
  106. cl_hud_background_alpha "0.35"
  107. cl_hud_bomb_under_radar "1"
  108. cl_hud_playercount_pos "0"
  109. cl_hud_playercount_showcount "1"
  110. cl_radar_rotate "1"
  111. cl_radar_scale "0.35"
  112. cl_radar_icon_scale_min "0.85"
  113. cl_radar_always_centered "1"
  114. cl_loadout_colorweaponnames "1"
  115. cl_show_clan_in_death_notice "1"
  116. cl_teamid_overhead_name_alpha "255"
  117. cl_teamid_overhead_name_fadetime "0"
  118.  
  119. // Show Damage in top left (Instead of opening console to check damage!)
  120. developer "1"
  121. con_filter_text "Damage given"
  122. con_filter_text_out "Player:"
  123. con_filter_enable "2"
  124.  
  125. // also to see map before MM match in the top left
  126. con_filter_text "game:map"
  127.  
  128. // My Crosshair
  129. cl_crosshair_drawoutline "1"
  130. cl_crosshair_outlinethickness "1"
  131. cl_crosshairalpha "225"
  132. cl_crosshaircolor "4"
  133. cl_crosshairdot "0"
  134. cl_crosshairgap "-1"
  135. cl_crosshairgap_useweaponvalue "0"
  136. cl_crosshairsize "3.5"
  137. cl_crosshairstyle "5"
  138. cl_crosshairthickness "0"
  139. cl_crosshairusealpha "1"
  140. cl_fixedcrosshairgap "3"
  141.  
  142. // Rates
  143. net_client_steamdatagram_enable_override "1" //TESTING, set to "0" if issues occur
  144. cl_interp "0"
  145. cl_interp_ratio "1"
  146. cl_interpolate "1"
  147. cl_cmdrate "128"
  148. cl_updaterate "128"
  149. cl_predict "1"
  150. cl_predictweapons "1"
  151. cl_lagcompensation "1"
  152. cl_updatevisibility "1"
  153. net_allow_multicast "0"
  154. rate "786432"
  155.  
  156. // Netgraph Settings
  157. alias +scorenet "net_graphheight 64; +showscores";
  158. alias -scorenet "net_graphheight 2000; -showscores";
  159. bind "TAB" "+scorenet";
  160. net_graph "1" //Display net_graph
  161. net_graphpos "2" //Adds the netgraph to the middle
  162. net_graphproportionalfont "0"
  163. net_graphshowinterp "1"
  164. net_graphshowlatency "1"
  165. net_graphshowsvframerate "1"
  166. net_graphheight "2000"
  167.  
  168. //Matchmaking Ping Limit, 25 is the NEW lowest limit from 50!
  169. mm_dedicated_search_maxping "25"
  170.  
  171. // Helpful Extras
  172. r_drawtracers_firstperson "0"
  173. cl_disablefreezecam "1"
  174. cl_autohelp "0"
  175. cl_showhelp "0"
  176. cl_forcepreload "1"
  177. sv_forcepreload "1"
  178. r_dynamic "0"
  179. r_eyegloss "0"
  180. r_eyemove "0"
  181. r_eyeshift_x "0"
  182. r_eyeshift_y "0"
  183. r_eyeshift_z "0"
  184. r_eyesize "0"
  185. joystick "0"
  186. joystick_force_disabled "1"
  187. gameinstructor_enable "0"
  188. cl_showpluginmessages "1"
  189. cl_resend "1.5"
  190. cl_resend_timeout "3"
  191. cl_timeout "999999"
  192. con_enable "1" //activates console
  193. cl_disablehtmlmotd 1
  194. func_break_max_pieces "0"
  195. closeonbuy "1"
  196. cl_radar_square_with_scoreboard "0"
  197. engine_no_focus_sleep "0"
  198.  
  199. // Writes commands to config.cfg
  200. host_writeconfig
  201.  
  202. // Clears the console
  203. Clear
  204.  
  205.  
  206. // Confirm this configs execution
  207.  
  208. echo "-------------------------------"
  209. echo "Revolutions's Autoexec Version X-6 Loaded!"
  210. echo "Have Fun!"
  211. echo "-------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement