Advertisement
Guest User

autoexec.cfg

a guest
Jul 28th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. // Place this file (autoexec.cfg) into your Left 4 Dead 2 CFG folder,
  2. // similar to the path below:
  3. //
  4. // <install folder>\Steam\SteamApps\common\left 4 dead 2\left4dead2\cfg\
  5. //
  6. // For an additional performance boost, customize your command line
  7. // launch options for Left 4 Dead 2 in Steam before starting the game
  8. //
  9. // Setting Launch Options
  10. //
  11. // 1. Go to "My Games" in Steam
  12. // 2. Right click "Left 4 Dead 2" and select "Properties"
  13. // 3. Select "Set launch options..." and enter the following:
  14. //
  15. // -w 1680 -console -refresh 120 -heapsize 1572864 -high -noforcemaccel -noforcemparms -noipx -nojoy
  16. //
  17. // -w 1680 Sets resolution to 1680x1050; for 16:10 widescreen monitors - tweak as necessary
  18. // -console Enables developer console; so you can press ~ to enter commands
  19. // -novid Disables the intro movie, speeds up game on start-up (doesn't seem to work in L4D2 yet though)
  20. // -refresh 120 Forces 120hz/120fps refresh rate on monitor (if available)
  21. // -heapsize 1572864 Allocates RAM for the game; see table below for calculating optimal values
  22. // -high Forces high CPU priority
  23. // -noforcemaccel Forces desktop mouse acceleration settings
  24. // -noforcemparms Forces desktop mouse button configuration
  25. // -noipx Disables IPX network detection, local LAN (slight boot time improvement; you may need to remove this for LAN parties)
  26. // -nojoy Disables detection of 3rd party gamepads and controllers (slight boot time improvement)
  27. //
  28. // Heapsize Setting
  29. //
  30. // Modify the heapsize command to allocate 50% of the RAM you have
  31. // in your computer (NOT video card memory!) in bytes.
  32. //
  33. // Formula = RAM (in GB) * 1024 * 1024 / 2
  34. // 1GB -heapsize 524288
  35. // 2GB -heapsize 1048576
  36. // 3GB+ -heapsize 1572864
  37. //
  38. // Since L4D2 is a 32-bit application it is believed to be capped at
  39. // a maximum of 3GB of RAM. Setting heapsize to a value beyond this
  40. // may crash the game.
  41. //
  42. //
  43. // For a detailed guide on Steam launch options, refer to:
  44. // http://www.nextlevelgamer.com/counter-strike-source-launch-options/
  45. //
  46. // Removal Instructions:
  47. //
  48. // Don't like the config? Simply delete autoexec.cfg and config.cfg
  49. // from Steam\SteamApps\common\left 4 dead 2\left4dead2\cfg\
  50. // Depending on your Steam Cloud settings, you may need to redefine
  51. // your key bindings and personal preferences after this.
  52. //
  53. // Note: - Brightness too high? Set mat_monitorgamma_tv_enabled to 0
  54. // - Prefer default crosshair? Set cl_crosshair_dynamic 1
  55. //
  56. //
  57. // Additional Performance Links
  58. //
  59. // Left 4 Dead 2 Performance Tweaking Guide
  60. // http://www.nextlevelgamer.com/left-4-dead/left-4-dead-2-performance-tweaking-guide
  61. //
  62. // General Performance Tweaking Articles
  63. // http://www.nextlevelgamer.com/tweaks
  64.  
  65.  
  66. // Startup Settings
  67. con_enable "1" // default 0; Enables Console
  68. sv_cheats "1" // Enable Cheats (relax, this enables some CVARS to load, we disable it at the end)
  69. cl_forcepreload "1" // default 0; Pre-load levels entirely into RAM (only use if you have 2GB of RAM or more)
  70. // This reduces in-game stuttering, but may make you wait longer to join servers
  71.  
  72. // Personal Preference (modify as desired)
  73. //sensitivity "10" // default 3; Set to personal preference (less than 10 is optimal)
  74. cl_downloadfilter "nosounds" // Disables downloading of annoying SFX
  75. cl_allowdownload "1" // Allows custom downloads from servers
  76. cl_autohelp "0" // default 1; Turns off in-game help tips
  77.  
  78.  
  79. // Crosshair Settings
  80. crosshair "1" // Enable crosshair
  81. cl_crosshair_alpha "255" // default 255; Sets crosshair transparency (0-255; 255 = No Transparency)
  82.  
  83. cl_crosshair_red "255" // default 138; Sets crosshair color (RGB) - Red value (0-255)
  84. cl_crosshair_green "0" // default 182; Sets crosshair color (RGB) - Green value (0-255)
  85. cl_crosshair_blue "0" // default 220; Sets crosshair color (RGB) - Blue value (0-255)
  86.  
  87. cl_crosshair_thickness "1.5" // default 2; Sets crosshair thickness
  88. cl_observercrosshair "1" // Enables crosshair in spectator mode
  89. cl_crosshair_dynamic "0" // default 1; Disables dynamic crosshair
  90.  
  91.  
  92. // Lighting & Material Settings
  93. r_dynamic "0" // default 1; Disables dynamic shadows (may have no effect in l4d2)
  94. r_PhysPropStaticLighting "0" // default 1;
  95. r_ambientfraction "0.2" // default 0.2;
  96. r_radiosity "4" //
  97.  
  98. mat_bloom_scalefactor_scalar ".5" // default 1;
  99. mat_monitorgamma_tv_enabled "1.6" // default 0; Increases brightness dramatically
  100.  
  101.  
  102. // Sound Options
  103. dsp_enhance_stereo "1" // default 0;
  104.  
  105.  
  106. // Props
  107. func_break_max_pieces "0" // default 15; Removes debris
  108. cl_phys_timescale "1.0" //
  109.  
  110.  
  111. // Netcode Tweaks
  112. cl_updaterate "30" // default 20;
  113. cl_cmdrate "30" // default 30;
  114. rate "30000" // default 10000;
  115. cl_resend "1.5" // default 6; How many seconds to wait before retrying to connect to a server
  116. cl_interp "0.067" // default 0.1; Improves hit registration
  117. cl_lagcompensation "1" // default 1; Improves hit registration
  118.  
  119. //net_graph "1" // default 0;
  120. //net_graphpos "3" // default 1;
  121. //net_graphheight "60" // default 60; 740 is good value for 1024x768
  122. //net_graphproportionalfont "0" // default 1;
  123. //budget_show_history "0" // default 1; Disables history graph
  124.  
  125.  
  126. // Player Model Tweaks
  127. r_eyemove "0" // default 1; Disables realistic eyeball movement
  128. r_eyesize "0" //
  129. r_eyeshift_z "0" //
  130. r_eyeshift_y "0" //
  131. r_eyeshift_x "0" //
  132.  
  133.  
  134. // Disable cheats (to disable you from taking advantage!)
  135. //
  136. sv_cheats "0"
  137. clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement