Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. // ham's csgo config
  2.  
  3. // updated 9/24/2017
  4.  
  5. unbindallmousekeyboard
  6.  
  7.  
  8.  
  9. // rates
  10.  
  11. rate "307200"
  12.  
  13. cl_cmdrate "128"
  14.  
  15. cl_updaterate "128"
  16.  
  17. cl_interp "0.0"
  18.  
  19. cl_interp_ratio "1"
  20.  
  21. cl_interpolate "1"
  22.  
  23. cl_lagcompensation "1"
  24.  
  25. net_client_steamdatagram_enable_override "1" // SDR beta
  26.  
  27.  
  28.  
  29. // Mouse
  30.  
  31. zoom_sensitivity_ratio_mouse "1.0"
  32.  
  33. m_rawinput "1"
  34.  
  35. m_yaw "0.022"
  36.  
  37. m_customaccel "0"
  38.  
  39. m_mouseaccel1 "0"
  40.  
  41. m_mouseaccel2 "0"
  42.  
  43. m_mousespeed "0"
  44.  
  45.  
  46.  
  47. // video
  48.  
  49. mat_monitorgamma "1.6"
  50.  
  51. mat_queue_mode "2"
  52.  
  53. fps_max "300"
  54.  
  55. fps_max_menu "120"
  56.  
  57. r_dynamic "0"
  58.  
  59. r_drawtracers_firstperson "0"
  60.  
  61.  
  62.  
  63. // audio
  64.  
  65. voice_enable "1"
  66.  
  67. voice_mixer_volume "1"
  68.  
  69. windows_speaker_config "1" // headphone audio output
  70.  
  71. snd_mix_async "1"
  72.  
  73. snd_mixahead "0.02" // sound delay
  74.  
  75. snd_pitchquality "1"
  76.  
  77. snd_ducking_off "1"
  78.  
  79. snd_front_headphone_position "90"
  80.  
  81. snd_rear_headphone_position "90"
  82.  
  83. snd_headphone_pan_exponent "1.2"
  84.  
  85. snd_headphone_pan_radial_weight "1"
  86.  
  87. snd_mute_losefocus "1" // mute when alt-tabbed
  88.  
  89. dsp_enhance_stereo "0"
  90.  
  91. snd_musicvolume "0"
  92.  
  93. lobby_voice_chat_enabled "0" // voice chat lobby off
  94.  
  95. cl_mute_all_but_friends_and_party "0"
  96.  
  97. snd_async_flush
  98.  
  99.  
  100.  
  101. // demo ui alias
  102. bind "leftarrow" "+fw"
  103. alias "+fw" "demo_time scale 3"
  104. alias "-fw" "demo_time scale 1"
  105.  
  106. bind "rightarrow" "+fw2"
  107. alias "+fw2" "demo_timescale 10"
  108. alias "-fw2" "demo_timescale 1"
  109.  
  110. bind "downarrow" "demo_togglepause"
  111. bind "uparrow" "demoui"
  112. bind "F10" "disconnect"
  113.  
  114. // viewmodel fov preferences
  115.  
  116.  
  117. cl_bob_lower_amt "5"
  118.  
  119. cl_bobamt_lat "0.1"
  120.  
  121. cl_bobamt_vert "0.1"
  122.  
  123. cl_bobcycle "0.98"
  124.  
  125. cl_viewmodel_shift_left_amt "0.5"
  126.  
  127. cl_viewmodel_shift_right_amt "0.5"
  128.  
  129.  
  130.  
  131. // binds
  132.  
  133. bind "ESCAPE" "cancelselect"
  134.  
  135. bind "`" "toggleconsole"
  136.  
  137.  
  138.  
  139. bind "TAB" "+showscores; r_cleardecals"
  140.  
  141. bindtoggle "mouse5" "cl_righthand 1"
  142.  
  143. bind "SPACE" "+jump"
  144.  
  145. bind "," "buy p250"
  146.  
  147. bind "." "buy tec9; buy fiveseven"
  148.  
  149. bind "0" "slot10"
  150.  
  151. bind "1" "slot1"
  152.  
  153. bind "2" "slot2"
  154.  
  155. bind "3" "slot3"
  156.  
  157. bind "4" "slot4"
  158.  
  159. bind "5" "slot5"
  160.  
  161. bind "6" "slot6"
  162.  
  163. bind "7" "slot7"
  164.  
  165. bind "8" "slot8"
  166.  
  167. bind "9" "slot9"
  168.  
  169. bind "a" "+moveleft"
  170.  
  171. bind "b" "buymenu"
  172.  
  173. bind "c" "radio3"
  174.  
  175. bind "d" "+moveright"
  176.  
  177. bind "e" "+use"
  178.  
  179. bind "mouse3" "+lookatweapon"
  180.  
  181. bind "g" "drop"
  182.  
  183. bind "i" "show_loadout_toggle"
  184.  
  185. bind "f" "+voicerecord"
  186.  
  187. bind "m" "teammenu"
  188.  
  189. bind "q" "lastinv"
  190.  
  191. bind "r" "+reload"
  192.  
  193. bind "s" "+back"
  194.  
  195. bind "u" "messagemode2"
  196.  
  197. bind "w" "+forward"
  198.  
  199. bind "x" "radio2"
  200.  
  201. bind "y" "messagemode"
  202.  
  203. bind "z" "radio1"
  204.  
  205. bind "CTRL" "+duck"
  206.  
  207. bind "SHIFT" "+speed"
  208.  
  209. bind "F10" "quit prompt"
  210.  
  211. bind "MWHEELDOWN" "use weapon_flashbang"
  212.  
  213. bind "MWHEELUP" "+jump"
  214.  
  215. bind "MOUSE1" "+attack"
  216.  
  217. bind "MOUSE2" "+attack2"
  218.  
  219. bind "PAUSE" "pause"
  220.  
  221. bind "DEL" "mute"
  222.  
  223. bind "t" "+spray_menu"
  224.  
  225. bind "v" "use weapon_incgrenade; use weapon_molotov"
  226.  
  227. bind "mouse4" "use weapon_smokegrenade"
  228.  
  229. bind "rshift" "buy defuser"
  230.  
  231. bind "end" "buy deagle"
  232.  
  233. // Jump Throw
  234. bind "n" "+jumpthrow"
  235. alias "+jumpthrow" "+attack; +jump; -attack"
  236. alias "-jumpthrow" "-jump"
  237.  
  238.  
  239.  
  240. // HUD
  241.  
  242. // HUD
  243.  
  244. hud_scaling "0.80"
  245.  
  246. hud_showtargetid "1"
  247.  
  248. cl_hud_background_alpha "0.100000"
  249.  
  250. cl_hud_bomb_under_radar "0"
  251.  
  252. cl_hud_color "1"
  253.  
  254. cl_hud_healthammo_style "1"
  255.  
  256. cl_hud_playercount_pos "0"
  257.  
  258. cl_hud_playercount_showcount "0"
  259.  
  260. cl_hud_radar_scale "0.950000"
  261.  
  262. cl_teamid_overhead_name_alpha "240"
  263.  
  264. cl_righthand "1"
  265.  
  266. cl_showloadout "1"
  267.  
  268. cl_showpos "0"
  269.  
  270. cl_showfps "1"
  271.  
  272. net_graph "0"
  273.  
  274. cl_autowepswitch "0"
  275.  
  276. net_graphproportionalfont "0" // small netgraph font
  277.  
  278. // Radar
  279.  
  280. cl_radar_always_centered "0"
  281.  
  282. cl_radar_rotate "1"
  283.  
  284. cl_radar_scale "0.4"
  285.  
  286. cl_radar_icon_scale_min "0.4"
  287.  
  288. cl_radar_square_with_scoreboard "0"
  289.  
  290.  
  291.  
  292. bind F2 "exec autoexec.cfg"
  293.  
  294. echo ""
  295.  
  296. echo ""
  297.  
  298. echo "autoexec.cfg executed"
  299.  
  300. echo ""
  301.  
  302. echo ""
  303.  
  304. echo ""
  305.  
  306. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement