Advertisement
RetroRevo

Revo's CSGO Autoexec v2

Oct 5th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. //FPS
  2. fps_max "999"
  3. fps_max_menu "61"
  4. mat_queue_mode "-1"
  5.  
  6. // Mouse commands
  7.  
  8. m_rawinput "0"
  9. m_mouseaccel1 "0"
  10. m_mouseaccel2 "0"
  11. m_customaccel "0"
  12. m_mousespeed "0"
  13. m_customaccel_exponent “1"
  14. m_customaccel_max “0"
  15. m_customaccel_scale “0"
  16.  
  17. // Ratez on Ratez
  18.  
  19. cl_interp "0"
  20. cl_interp_ratio "1"
  21. cl_interp_all "0"
  22. cl_cmdrate "128"
  23. cl_updaterate "128"
  24. cl_smooth "0"
  25. cl_smoothtime "0.02"
  26. cl_lagcompensation "1"
  27. cl_pred_optimize "2"
  28. cl_predict "1"
  29. cl_predictweapons "1"
  30. cl_wpn_sway_interp "0"
  31. rate "128000"
  32.  
  33. // Field of View
  34.  
  35. viewmodel_offset_x "2.5"
  36. viewmodel_offset_y "1.75"
  37. viewmodel_offset_z "-2"
  38. viewmodel_fov "65"
  39.  
  40. // Hud Stuff
  41.  
  42. hud_scaling "0.725" // Hud size n stuff
  43. hud_showtargetid "1"
  44. safezonex "1" // def. 1 - Hud horizontal adjustment.
  45. safezoney "1" // def. 1 - Hud vertical adjustment
  46. cl_righthand "1"
  47. cl_showloadout "0"
  48. cl_showpos "0"
  49. cl_showfps "0"
  50. hud_fastswitch "1"
  51. hud_drawhistory_time "5"
  52. hud_saytext_time "12"
  53. hud_deathnotice_time "6"
  54.  
  55. // Crosshair
  56. cl_crosshairalpha "255"
  57. cl_crosshaircolor "5"
  58. cl_crosshaircolor_b "0"
  59. cl_crosshaircolor_r "255"
  60. cl_crosshaircolor_g "0"
  61. cl_crosshairdot "0"
  62. cl_crosshairgap "0"
  63. cl_crosshairsize "2.75"
  64. cl_crosshairstyle "4"
  65. cl_crosshairusealpha "1"
  66. cl_crosshairthickness "1"
  67. cl_fixedcrosshairgap "0"
  68. cl_crosshair_outline "0"
  69. cl_crosshair_outline_draw "0"
  70.  
  71. // Netgraph
  72. net_graph 1; // Display net_graph
  73. net_graphproportionalfont 0; // Reduce font size
  74. net_graphshowinterp "1"
  75. net_graphshowlatency "1"
  76.  
  77. // Radar
  78. cl_radar_rotate "1"
  79. cl_radar_scale "0.5"
  80. cl_radar_icon_scale_min "0.4"
  81. cl_radar_locked "0"
  82. cl_radartype "0"
  83. cl_radaralpha "255"
  84.  
  85.  
  86. // Reduce gun shifting when crouching
  87. cl_viewmodel_shift_left_amt "0"
  88. cl_viewmodel_shift_right_amt "0"
  89.  
  90. // Reduce gun and scope shifting/bobbing when moving
  91. cl_bobcycle "0.98" // prefer 2 but 0.98 is enforced by ESEA/ESL
  92. cl_bob_lower_amt "5"
  93. cl_bobamt_lat "0.1"
  94. cl_bobamt_vert "0.1"
  95. cl_wpn_sway_interp "0"
  96.  
  97. // Other Things
  98. r_drawtracers_firstperson 1 // def. 1 - Toggle visibility of first person weapon tracers.
  99. cl_autohelp "0"
  100. cl_showhelp "0"
  101. cl_forcepreload "1"
  102. gameinstructor_enable "0"
  103. cl_showpluginmessages "1"
  104. weapon_recoil_model 0
  105. mat_postprocess_enable "0"
  106. cl_show_achievement_popups "0"
  107. mm_dedicated_search_maxping "150"
  108. mm_session_search_ping_limit "50"
  109. cl_c4dynamiclight "1"
  110. cl_c4progressbar "1"
  111.  
  112.  
  113. // Confirm this file's execution
  114.  
  115. echo "################################"
  116. echo "#autoexec.cfg has been executed#"
  117. echo "Welcome to Revo's Autoexec V2 for CSGO"
  118. echo "################################"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement