Advertisement
Guest User

L4D2 Competitive autoexec.cfg

a guest
Dec 14th, 2019
1,534
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 1 0
  1. // Put this in the /left4dead2/cfg/ folder as autoexec.cfg
  2. // Set Launch Options: -refresh 144 -noforcemaccel -noforcemparms -noipx -console -nojoy -novid -lv +exec autoexec.cfg
  3. // Effect Details and Paged Pool Memory are useful on High or at least Medium since you get better view distance rendering, better for things like seeing tank rocks from afar. Everything else is personal preference.
  4. // Better Font: Go to: /Steam/steamapps/common/left 4 dead 2/left4dead2/resource/ and delete or rename stubble-bold.vfont
  5. // More Maps: https://cedapug.com/maps/ Download VPK and add to /left4dead2/addons/
  6.  
  7. rate 128000
  8. cl_updaterate 128
  9. cl_cmdrate 128
  10. cl_interp 0.00
  11. cl_viewmodelfovsurvivor 90
  12. cl_interp_ratio -1
  13. cl_crosshair_thickness 1
  14. cl_crosshair_dynamic 0
  15. cl_resend 1.5
  16. cl_lagcompensation 1
  17. cl_forcepreload 1
  18. cl_downloadfilter nosounds
  19. cl_allowdownload 1
  20. cl_autohelp 0
  21. cl_showhelp 0
  22. cl_timeout 90
  23. cl_clearhinthistory 1
  24. cl_predictweapons 1
  25. cl_ragdoll_limit 0
  26. cl_detail_max_sway 0
  27. dsp_enhance_stereo 0
  28. dsp_slow_cpu 0
  29. mat_grain_scale_override 0
  30. mat_bloom_scalefactor_scalar 0.0
  31. mat_monitorgamma 1.6
  32. r_eyemove 0
  33. r_eyesize 0
  34. r_eyeshift_z 0
  35. r_eyeshift_x 0
  36. r_eyeshift_y 0
  37. r_dynamic 0
  38. r_PhysPropStaticLighting 0
  39. snd_mixahead 0.05
  40. snd_musicvolume 0.0
  41. net_graphproportionalfont 1
  42. net_maxroutable 1200
  43. net_splitpacket_maxrate 30000
  44. net_splitrate 2
  45. net_allow_multicast 0
  46. net_steamcnx_allowrelay 0
  47. net_graphheight 1051
  48. cc_linger_time 0.5
  49. cc_predisplay_time 0
  50. cc_subtitles 0
  51. closecaption 1
  52. gameinstructor_enable 0
  53. muzzleflash_light 0
  54. budget_show_history 0
  55. func_break_max_pieces 0
  56. motd_enabled 0
  57. mm_dedicated_search_maxping 100
  58.  
  59. c_thirdpersonshoulderoffset 25
  60. c_thirdpersonshoulderaimdist 720
  61. c_thirdpersonshoulderdist 40
  62. c_thirdpersonshoulderheight 5
  63. cam_ideallag 0
  64.  
  65. m_customaccel 0
  66. m_customaccel_exponent 0
  67. m_customaccel_max 0
  68. m_customaccel_scale 0
  69. m_mouseaccel1 0
  70. m_mouseaccel2 0
  71. m_mousespeed 0
  72. m_filter 0
  73. m_filter2 0
  74. m_rawinput 1
  75.  
  76. bind "TAB" "+sb";
  77. alias "+sb" "+showscores; graph";
  78. alias "-sb" "-showscores; net_graph 0";
  79. alias "graph" "net_graph 3";
  80.  
  81. bind w +mfwd
  82. bind s +mback
  83. bind a +mleft
  84. bind d +mright
  85. alias +mfwd "dsp_volume 0;-back;+forward;alias checkfwd +forward"
  86. alias +mback "dsp_volume 0;-forward;+back;alias checkback +back"
  87. alias +mleft "dsp_volume 0;-moveright;+moveleft;alias checkleft +moveleft"
  88. alias +mright "dsp_volume 0;-moveleft;+moveright;alias checkright +moveright"
  89. alias -mfwd "-forward;checkback;alias checkfwd none"
  90. alias -mback "-back;checkfwd;alias checkback none"
  91. alias -mleft "-moveleft;checkright;alias checkleft none"
  92. alias -mright "-moveright;checkleft;alias checkright none"
  93. alias checkfwd none
  94. alias checkback none
  95. alias checkleft none
  96. alias checkright none
  97. alias none ""
  98.  
  99. bind x +zoom
  100. unbind h
  101.  
  102. bind F4 "toggleconsole; openserverbrowser; toggleconsole"
  103. bind F5 "say_team !ready"
  104. bind F6 "say_team !unready"
  105. bind F7 "say_team !pause"
  106. bind F8 "say_team !unpause"
  107. bind F9 "say_team !spec"
  108. bind F10 thirdpersonshoulder
  109. bind F11 "disconnect"
  110. bind KP_END "quit"
  111. bind j "jointeam 1" // Spectator
  112. bind k "jointeam 2" // Survivor
  113. bind l "jointeam 3" // Infected
  114.  
  115. bind o "vocalize playerdeath"
  116. bind p "vocalize playerlaugh"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement