Advertisement
Guest User

Autoconfig CSGO

a guest
Oct 9th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. clear
  2. //==================================================================================================================================================================================================================================\\
  3. // \\
  4. // Esco's CSGO Autoexec \\
  5. // \\
  6. //==================================================================================================================================================================================================================================\\
  7.  
  8. //============================================================================================== BASIC SETTINGS ====================================================================================================================\\
  9. rate "160000"
  10. cl_updaterate "128"
  11. cl_cmdrate "128"
  12. cl_interp "0"
  13. cl_interp_ratio "1"
  14. fps_max "999"
  15. fps_max_menu "144"
  16. cl_autowepswitch "0"
  17. cl_timeout "1337"
  18. cl_forcepreload "1"
  19.  
  20. //============================================================================================== VIEW SETTINGS =====================================================================================================================\\
  21. cl_crosshairalpha 200
  22. cl_crosshaircolor 3
  23. cl_crosshaircolor_b 50
  24. cl_crosshaircolor_r 50
  25. cl_crosshaircolor_g 250
  26. cl_crosshairdot 0
  27. cl_crosshairgap -2
  28. cl_crosshairsize 2
  29. cl_crosshairstyle 4
  30. cl_crosshairusealpha 1
  31. cl_crosshairthickness 2
  32. cl_fixedcrosshairgap 3
  33. cl_crosshair_outlinethickness 1
  34. cl_crosshair_drawoutline 0
  35.  
  36. //============================================================================================== MOUSE / JOYSTICK SETTINGS =========================================================================================================\\
  37. // 1600 DPI and 1.34 Sensitivity Qpad om-75
  38.  
  39.  
  40.  
  41.  
  42. //============================================================================================== RADAR SETTINGS ====================================================================================================================\\
  43. cl_radar_always_centered "0"
  44. cl_radar_scale "0.5"
  45. cl_radar_rotate "1"
  46.  
  47. //============================================================================================== SOUND SETTINGS ====================================================================================================================\\
  48.  
  49.  
  50. //============================================================================================== NET GRAPH SETTINGS ================================================================================================================\\
  51.  
  52.  
  53. //============================================================================================== BINDS =============================================================================================================================\\
  54.  
  55. bind "n" "noclip; sm_noclipme"
  56. bind "mwheeldown" "+jump"
  57. unbind "mwheelup"
  58.  
  59. bind "\" "toggleconsole"
  60. bind "r" "+reload; r_cleardecals"
  61.  
  62.  
  63.  
  64. //============================================================================================== VIDEO SETTINGS ====================================================================================================================\\
  65. mat_queue_mode "2"
  66.  
  67. //============================================================================================== EXTRA SETTINGS ====================================================================================================================\\
  68. con_enable "1"
  69. cl_autohelp "0"
  70. cl_showhelp "0"
  71. gameinstructor_enable "0"
  72. lobby_voice_chat_enabled "0"
  73. engine_no_focus_sleep "0"
  74.  
  75. //============================================================================================== EXEC ==============================================================================================================================\\
  76. exec autoexec-numpad
  77.  
  78. //============================================================================================== ECHO ==============================================================================================================================\\
  79. ECHO ==================================================
  80. ECHO ====[ Esco's CSGO Autoexec Loaded ]=====
  81. ECHO ==================================================
  82.  
  83. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement