Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Put this in the /left4dead2/cfg/ folder as autoexec.cfg
- // Set Launch Options: -refresh 144 -noforcemaccel -noforcemparms -noipx -console -nojoy -novid -lv +exec autoexec.cfg
- // 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.
- // Better Font: Go to: /Steam/steamapps/common/left 4 dead 2/left4dead2/resource/ and delete or rename stubble-bold.vfont
- // More Maps: https://cedapug.com/maps/ Download VPK and add to /left4dead2/addons/
- rate 128000
- cl_updaterate 128
- cl_cmdrate 128
- cl_interp 0.00
- cl_viewmodelfovsurvivor 90
- cl_interp_ratio -1
- cl_crosshair_thickness 1
- cl_crosshair_dynamic 0
- cl_resend 1.5
- cl_lagcompensation 1
- cl_forcepreload 1
- cl_downloadfilter nosounds
- cl_allowdownload 1
- cl_autohelp 0
- cl_showhelp 0
- cl_timeout 90
- cl_clearhinthistory 1
- cl_predictweapons 1
- cl_ragdoll_limit 0
- cl_detail_max_sway 0
- dsp_enhance_stereo 0
- dsp_slow_cpu 0
- mat_grain_scale_override 0
- mat_bloom_scalefactor_scalar 0.0
- mat_monitorgamma 1.6
- r_eyemove 0
- r_eyesize 0
- r_eyeshift_z 0
- r_eyeshift_x 0
- r_eyeshift_y 0
- r_dynamic 0
- r_PhysPropStaticLighting 0
- snd_mixahead 0.05
- snd_musicvolume 0.0
- net_graphproportionalfont 1
- net_maxroutable 1200
- net_splitpacket_maxrate 30000
- net_splitrate 2
- net_allow_multicast 0
- net_steamcnx_allowrelay 0
- net_graphheight 1051
- cc_linger_time 0.5
- cc_predisplay_time 0
- cc_subtitles 0
- closecaption 1
- gameinstructor_enable 0
- muzzleflash_light 0
- budget_show_history 0
- func_break_max_pieces 0
- motd_enabled 0
- mm_dedicated_search_maxping 100
- c_thirdpersonshoulderoffset 25
- c_thirdpersonshoulderaimdist 720
- c_thirdpersonshoulderdist 40
- c_thirdpersonshoulderheight 5
- cam_ideallag 0
- m_customaccel 0
- m_customaccel_exponent 0
- m_customaccel_max 0
- m_customaccel_scale 0
- m_mouseaccel1 0
- m_mouseaccel2 0
- m_mousespeed 0
- m_filter 0
- m_filter2 0
- m_rawinput 1
- bind "TAB" "+sb";
- alias "+sb" "+showscores; graph";
- alias "-sb" "-showscores; net_graph 0";
- alias "graph" "net_graph 3";
- bind w +mfwd
- bind s +mback
- bind a +mleft
- bind d +mright
- alias +mfwd "dsp_volume 0;-back;+forward;alias checkfwd +forward"
- alias +mback "dsp_volume 0;-forward;+back;alias checkback +back"
- alias +mleft "dsp_volume 0;-moveright;+moveleft;alias checkleft +moveleft"
- alias +mright "dsp_volume 0;-moveleft;+moveright;alias checkright +moveright"
- alias -mfwd "-forward;checkback;alias checkfwd none"
- alias -mback "-back;checkfwd;alias checkback none"
- alias -mleft "-moveleft;checkright;alias checkleft none"
- alias -mright "-moveright;checkleft;alias checkright none"
- alias checkfwd none
- alias checkback none
- alias checkleft none
- alias checkright none
- alias none ""
- bind x +zoom
- unbind h
- bind F4 "toggleconsole; openserverbrowser; toggleconsole"
- bind F5 "say_team !ready"
- bind F6 "say_team !unready"
- bind F7 "say_team !pause"
- bind F8 "say_team !unpause"
- bind F9 "say_team !spec"
- bind F10 thirdpersonshoulder
- bind F11 "disconnect"
- bind KP_END "quit"
- bind j "jointeam 1" // Spectator
- bind k "jointeam 2" // Survivor
- bind l "jointeam 3" // Infected
- bind o "vocalize playerdeath"
- bind p "vocalize playerlaugh"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement