MorganF

CSGO Config

Aug 9th, 2017 (edited)
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. //Crosshair
  2. cl_crosshair_drawoutline "0"
  3. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  4. cl_crosshair_dynamic_splitalpha_innermod "1"
  5. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  6. cl_crosshair_dynamic_splitdist "7"
  7. cl_crosshair_outlinethickness "1"
  8. cl_crosshair_sniper_show_normal_inaccuracy "0"
  9. cl_crosshair_sniper_width "1"
  10. cl_crosshairalpha "175"
  11. cl_crosshaircolor "5"
  12. cl_crosshaircolor_b "255"
  13. cl_crosshaircolor_g "127"
  14. cl_crosshaircolor_r "0"
  15. cl_crosshairdot "0"
  16. cl_crosshairgap "-10.000000"
  17. cl_crosshairgap_useweaponvalue "0"
  18. cl_crosshairscale "0"
  19. cl_crosshairsize "3.500000"
  20. cl_crosshairstyle "5"
  21. cl_crosshairthickness "1.000000"
  22. cl_crosshairusealpha "1"
  23. cl_fixedcrosshairgap "-7"
  24.  
  25. //Client settings
  26. sensitivity "4.01"
  27.  
  28. //bhop mode switcher
  29. bind mouse3 "bhopon" // toggle scroll wheel bhop
  30. alias bhopon "bind MWHEELDOWN +jump;bind MWHEELUP +jump;bind mouse3 bhopoff"
  31. alias bhopoff "bind MWHEELDOWN invnext;bind MWHEELUP invprev;bind mouse3 bhopon"
  32.  
  33. //Bind hold to run
  34. alias +knife slot3
  35. alias -knife lastinv
  36. bind q +knife
  37.  
  38. //Jump Throw
  39. alias +jumpthrow "+jump;-attack"
  40. alias -jumpthrow "-jump"
  41. bind c +jumpthrow
  42.  
  43. //Auto Weapon Switch
  44. cl_autowepswitch "0"
  45.  
  46. //Bobbing and Movement Shifting
  47. cl_viewmodel_shift_left_amt "0.500000"
  48. cl_viewmodel_shift_right_amt "0.250000"
  49. viewmodel_fov "63.000000"
  50. viewmodel_offset_x "2.300000"
  51. viewmodel_offset_y "-2.0"
  52. viewmodel_offset_z "-2.0"
  53. viewmodel_presetpos "0"
  54. viewmodel_recoil "1.0"
  55. cl_bob_lower_amt "5.000000"
  56. cl_bobamt_lat "0.100000"
  57. cl_bobamt_vert "0.100000"
  58. cl_bobcycle "1"
  59.  
  60. //Bypass OS Interface & Acceleration
  61. m_rawinput "1"
  62. m_mouseaccel1 "0"
  63. m_mouseaccel2 "0"
  64.  
  65. //Deathcam
  66. cl_disablefreezecam "1"
  67.  
  68. //Gun Tracers - these are bad, really misleading
  69. r_drawtracers_firstperson "0"
  70.  
  71. //Help Messages
  72. gameinstructor_enable "0"
  73. cl_autohelp "0"
  74. cl_showhelp "0"
  75.  
  76. //HUD
  77. hud_showtargetid "1"
  78. cl_radar_scale "0.5"
  79. bind "TAB" "+ng"; //
  80. alias "+ng" "+showscores; net_graph 1" // these 3 = onyl show netgraph when tab/scoreboard is held
  81. alias "-ng" "-showscores; net_graph 0" //
  82.  
  83. //MOTD
  84. cl_disablehtmlmotd "1"
  85. cl_downloadfilter "nosounds"
  86.  
  87. //Performance & Rates - rates for 128 tick servers
  88. cl_forcepreload "1"
  89. cl_interp "0"
  90. cl_interp_ratio "1"
  91. cl_cmdrate "128"
  92. cl_updaterate "128"
  93. rate "128000"
  94.  
  95. //Radar - radar settings + adjustment on numpad enter
  96. cl_radar_scale "0.3"
  97. cl_radar_rotate "1"
  98. cl_radar_always_centered "0"
  99. cl_radar_scale "0.32"
  100. cl_radar_icon_scale_min ".5"
  101. bind "kp_enter" "incrementvar cl_radar_scale 0.32 0.52 0.05" // this lets you adjust radar scale on numpad enter
  102.  
  103. //Sound
  104. windows_speaker_config "1"
  105. snd_mixahead "0.05"
  106. snd_musicvolume "0"
  107. snd_headphone_pan_exponent "2"
  108. snd_headphone_pan_radial_weight "1"
  109. snd_rear_headphone_position "90"
  110. bind "kp_minus" "toggle voice_enable 1 0"
  111.  
  112. echo "Autoexec Config loaded"
  113. host_writeconfig
Add Comment
Please, Sign In to add comment