Advertisement
Guest User

CFG doc_murdoc

a guest
Feb 26th, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. // Last Update: 22.02.2020
  2. // By: doc_murdoc
  3.  
  4. // Additional Launch-Options:
  5. // -console -novid -refresh 144 -freq 144 -high -threads 4 -nojoy -language bananagaming +cl_forcepreload 1 +sv_holiday_mode 0 +mat_disable_fancy_blending +exec autoexec.cfg
  6.  
  7. con_enable "1"
  8.  
  9.  
  10. // ************ Key Bindings ************
  11. unbindall
  12.  
  13. bind "MOUSE1" "+attack"
  14. bind "MOUSE2" "+attack2"
  15.  
  16. bind "1" "slot1"
  17. bind "2" "slot2"
  18. bind "3" "slot3"
  19. bind "5" "slot5"
  20. bind "6" "slot6"
  21. bind "7" "slot7"
  22. bind "8" "slot8"
  23. bind "9" "slot9"
  24. bind "0" "slot10"
  25.  
  26. bind "MOUSE3" "use weapon_flashbang"
  27. bind "c" "use weapon_smokegrenade"
  28. bind "v" "use weapon_incgrenade; use weapon_molotov"
  29. bind "4" "use weapon_hegrenade"
  30.  
  31. bind "w" "+forward"
  32. bind "a" "+moveleft"
  33. bind "s" "+back"
  34. bind "d" "+moveright"
  35. bind "SPACE" "+jump"
  36. bind "SHIFT" "+speed"
  37. bind "CTRL" "+duck"
  38.  
  39. bind "q" "lastinv"
  40. bind "e" "+use"
  41. bind "r" "+reload"
  42. bind "f" "+lookatweapon; r_cleardecals"
  43. bind "g" "drop"
  44.  
  45. bind "b" "buymenu"
  46. bind "t" "+spray_menu"
  47.  
  48. bind "y" "radio1"
  49. bind "x" "radio2"
  50. bind "n" "messagemode"
  51. bind "m" "messagemode2"
  52. bind "ALT" "+voicerecord"
  53.  
  54. bind "\" "toggleconsole"
  55. bind "ESCAPE" "cancelselect"
  56. bind "TAB" "+score"
  57.  
  58. unbind "f10"
  59.  
  60.  
  61. // ************ Custom Binds ************
  62. // Jump-Throw Bind
  63. alias "+jumpthrow" "+jump;-attack"
  64. alias "-jumpthrow" "-jump"
  65. bind "MOUSE5" "+jumpthrow"
  66.  
  67. // Sound Alias
  68. alias "+lever" "playvol buttons/button17 .2"
  69. alias "+switch" "playvol buttons/button18 .4"
  70. alias "+thunder" "playvol ambient\playonce\weather\thunder4 .9"
  71. alias "+music" "playvol ui\valve_logo_music .6"
  72. alias "+smoke" "playvol player\vo\anarchist\t_smoke01 .4"
  73. alias "+flash" "playvol player\vo\anarchist\t_flashbang01 .4"
  74. alias "+molotov" "playvol player\vo\anarchist\t_molotov01 .4"
  75. alias "+grenade" "playvol player\vo\anarchist\t_grenade01 .4"
  76.  
  77. // Buy Script
  78. bind "kp_plus" "buy vesthelm; buy ak47; buy m4a1; +lever"
  79. bind "kp_pgup" "buy deagle; +thunder"
  80. bind "kp_uparrow" "buy awp; +music"
  81. bind "kp_home" "buy smokegrenade; +smoke"
  82. bind "kp_leftarrow" "buy flashbang; +flash"
  83. bind "kp_multiply" "buy molotov; +molotov"
  84. bind "kp_minus" "buy hegrenade; +grenade"
  85. bind "kp_rightarrow" "buy defuser; +switch"
  86.  
  87. // Text Binds
  88. bind "f5" "say ~"
  89. bind "f6" "teamsay 'Man, Mama ... du bist 'n Arsch!' - Mats"
  90. bind "f7" "teamsay 'NEIN!' - Leon"
  91. //bind "f8" "teamsay Your matchmaking experience may be slightly impacted because the Trust Factor of de_Wizard is lower than yours."
  92.  
  93. // Misc Binds
  94. alias "dm" "ignorerad; ignoremsg; voice_enable 0"
  95. alias "dc" "disconnect"
  96.  
  97. // ************ Global ************
  98. cl_use_opens_buy_menu "0"
  99. closeonbuy "0"
  100. cl_autowepswitch "0"
  101. cl_dm_buyrandomweapons "0"
  102.  
  103. cl_disablefreezecam "1"
  104. option_speed_method "0"
  105. cl_show_clan_in_death_notice "0"
  106. cl_showhelp "0"
  107. gameinstructor_enable "0"
  108.  
  109. cl_mute_enemy_team "1"
  110.  
  111.  
  112. // ************ Mouse ************
  113. m_rawinput "1"
  114. m_mouseaccel1 "0"
  115. m_mouseaccel2 "0"
  116. m_customaccel "0"
  117. m_customaccel_exponent "0"
  118. m_customaccel_scale "0"
  119. m_customaccel_max "0"
  120. m_mousespeed "0"
  121.  
  122. sensitivity "0.9"
  123. m_yaw "0.022"
  124.  
  125. zoom_sensitivity_ratio_mouse "0.818933027098955175"
  126.  
  127.  
  128. // ************ Crosshair ************
  129. cl_crosshairstyle "4"
  130.  
  131. cl_crosshairdot "0"
  132. cl_crosshairgap "-2"
  133. cl_crosshairsize "2"
  134.  
  135. cl_crosshairscale "0"
  136. cl_crosshairthickness "1"
  137. cl_crosshair_drawoutline "0"
  138.  
  139. cl_crosshairgap_useweaponvalue "0"
  140.  
  141. cl_crosshairusealpha "1"
  142. cl_crosshairalpha "255"
  143. cl_crosshaircolor "1"
  144.  
  145. cl_crosshair_sniper_width "2"
  146. cl_crosshair_sniper_show_normal_inaccuracy "0"
  147.  
  148.  
  149. // ************ Viewmodel ************
  150. viewmodel_presetpos "3"
  151.  
  152. cl_viewmodel_shift_left_amt "0"
  153. cl_viewmodel_shift_right_amt "0"
  154. cl_bobcycle "0.98"
  155. cl_bob_lower_amt "0"
  156. cl_bobamt_lat "0"
  157. cl_bobamt_vert "0"
  158.  
  159. cl_righthand "1"
  160.  
  161. viewmodel_recoil "0"
  162.  
  163.  
  164. // ************ HUD ************
  165. safezonex "1.0"
  166. safezoney "1.0"
  167. hud_scaling "0.756500"
  168. cl_hud_color "8"
  169. cl_hud_background_alpha "0.000000"
  170. cl_hud_radar_scale "1.095000"
  171. cl_hud_bomb_under_radar "0"
  172. cl_hud_playercount_pos "0"
  173. cl_hud_playercount_showcount "1"
  174. cl_hud_healthammo_style "1"
  175. cl_showloadout "1"
  176. cl_loadout_colorweaponnames "0"
  177. cl_teamid_overhead_always "1"
  178.  
  179. net_graph "1"
  180. net_graphpos "1"
  181. net_graphproportionalfont "0.5"
  182. net_graphmsecs "400"
  183. net_graphheight "0"
  184. net_graphshowlatency "1"
  185. net_graphsolid "1"
  186. net_graphtext "1"
  187.  
  188. cl_color "2"
  189. cl_radar_always_centered "1"
  190. cl_radar_icon_scale_min "0.6"
  191. cl_radar_rotate "1"
  192. cl_radar_scale "0.4"
  193. cl_radar_square_with_scoreboard "1"
  194. cl_teammate_colors_show "2"
  195.  
  196.  
  197. // ************ Net ************
  198. rate "786432"
  199. cl_updaterate "128"
  200. cl_cmdrate "128"
  201. cl_interp_ratio "1"
  202. cl_interp "0"
  203. cl_lagcompensation "1"
  204. cl_predict "1"
  205. cl_predictweapons "1"
  206.  
  207. mm_dedicated_search_maxping "25"
  208.  
  209.  
  210. // ************ Sound ************
  211. volume "0.4"
  212.  
  213. snd_musicvolume "0"
  214. windows_speaker_config "1"
  215. snd_front_headphone_position "90.0"
  216. snd_rear_headphone_position "90.0"
  217. snd_headphone_pan_exponent "1.0"
  218. snd_headphone_pan_radial_weight "0.0"
  219. snd_use_hrtf "1"
  220.  
  221. snd_mixahead "0.05"
  222. snd_mix_async "1"
  223. snd_stream "1"
  224.  
  225. voice_enable "1"
  226. voice_scale "0.2"
  227. lobby_voice_chat_enabled "0"
  228.  
  229.  
  230. // ************ Performance ************
  231. cl_showfps "0"
  232. fps_max "300"
  233. fps_max_menu "300"
  234.  
  235. cl_downloadfilter "nosounds"
  236. cl_forcepreload "1"
  237.  
  238. mat_disable_fancy_blending
  239. mat_queue_mode "2"
  240. r_drawtracers "1"
  241. r_drawtracers_firstperson "1"
  242. r_eyegloss "0"
  243. r_eyemove "0"
  244. r_eyeshift_x "0"
  245. r_eyeshift_y "0"
  246. r_eyeshift_z "0"
  247. r_eyesize "0"
  248. r_dynamic "1"
  249. r_cheapwaterend "1"
  250. r_cheapwaterstart"1"
  251. sys_refldetail "0"
  252. muzzleflash_light "1"
  253.  
  254. sv_holiday_mode "0"
  255.  
  256. // ************ Fluff ************
  257. clear
  258.  
  259. echo " _ _ "
  260. echo " __| | ___ ___ _ __ ___ _ _ _ __ __| | ___ ___ "
  261. echo " / _` | / _ \ / __| | '_ ` _ \ | | | | | '__| / _` | / _ \ / __|"
  262. echo "| (_| | | (_) | | (__ | | | | | | | |_| | | | | (_| | | (_) | | (__ "
  263. echo " \__,_| \___/ \___| |_| |_| |_| \__,_| |_| \__,_| \___/ \___|"
  264. echo " "
  265. echo " AUTOEXEC LOADED "
  266. echo " "
  267. echo " GET SALTY "
  268. echo " "
  269. echo " "
  270.  
  271.  
  272. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement