Advertisement
Guest User

Untitled

a guest
Jul 8th, 2018
785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.27 KB | None | 0 0
  1. // *******************************************************************
  2. // * Kaizen's Left 4 Dead 2 Performance Config
  3. // * v1.1 (Nov 21, 2009)
  4. // *******************************************************************
  5. // * Copyright (C) 2008-2009 Next Level Gamer (www.nextlevelgamer.com)
  6. // * and respective copyright owners. All Rights Reserved.
  7. // *******************************************************************
  8. // * HTTP://WWW.NEXTLEVELGAMER.COM, KAIZEN AND ALL AFFILAITE PARTIES
  9. // * ASSUME NO LIABILITY FOR DAMAGES INCURRED DIRECTLY OR INDIRECTLY
  10. // * AS A RESULT OF ERRORS, OMISSIONS OR DISCREPANCIES FOUND WITHIN
  11. // * ANY VERSION OF KAIZEN'S LEFT 4 DEAD 2 PERFORMANCE CONFIG. USE
  12. // * OF THIS CONFIG IS ENTIRELY AT YOUR OWN RISK
  13. // *******************************************************************
  14. //
  15. //
  16. //
  17. // INTRODUCTION
  18. // *******************************************************************
  19. // Kaizen's L4D2 performance config is designed to boost your frame
  20. // rates (FPS) while maintaining the best possible graphics experience.
  21. // It also attempts to improve hit registration (i.e. the accuracy of
  22. // your shots) by optimizing network settings, improve the visibility
  23. // of the crosshair, and increase brightness so you can see enemies
  24. // better.
  25. //
  26. // Unfortunately, as was the case with the original L4D, L4D2
  27. // restricts most of the Source Engine's console commands. Many of the
  28. // best performance options can only accessed via the in game menu's.
  29. // Feel free to tweak any of the settings to your liking, descriptions
  30. // of what commands do are provided.
  31. //
  32. // If you have any suggestions, questions or other feedback please
  33. // visit www.nextlevelgamer.com and post on the forums.
  34. //
  35. //
  36. // Enjoy!
  37. // - Kaizen (kaizen@nextlevelgamer.com)
  38. //
  39. //
  40. //
  41. // INSTALLATION INSTRUCTIONS
  42. // *******************************************************************
  43. // Place this file (autoexec.cfg) into your Left 4 Dead 2 CFG folder,
  44. // similar to the path below:
  45. //
  46. // <install folder>\Steam\SteamApps\common\left 4 dead 2\left4dead2\cfg\
  47. //
  48. //
  49. //
  50. // STEAM LAUNCH OPTIONS
  51. // *******************************************************************
  52. //
  53. // For an additional performance boost, customize your command line
  54. // launch options for Left 4 Dead 2 in Steam before starting the game
  55. //
  56. // Setting Launch Options
  57. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  58. // 1. Go to "My Games" in Steam
  59. // 2. Right click "Left 4 Dead 2" and select "Properties"
  60. // 3. Select "Set launch options..." and enter the following:
  61. //
  62. // -w 1680 -console -refresh 120 -heapsize 1572864 -high -noforcemaccel -noforcemparms -noipx -nojoy
  63. //
  64. //
  65. // Customizing Launch Options
  66. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  67. // -w 1680 Sets resolution to 1680x1050; for 16:10 widescreen monitors - tweak as necessary
  68. // -console Enables developer console; so you can press ~ to enter commands
  69. // -novid Disables the intro movie, speeds up game on start-up (doesn't seem to work in L4D2 yet though)
  70. // -refresh 120 Forces 120hz/120fps refresh rate on monitor (if available)
  71. // -heapsize 1572864 Allocates RAM for the game; see table below for calculating optimal values
  72. // -high Forces high CPU priority
  73. // -noforcemaccel Forces desktop mouse acceleration settings
  74. // -noforcemparms Forces desktop mouse button configuration
  75. // -noipx Disables IPX network detection, local LAN (slight boot time improvement; you may need to remove this for LAN parties)
  76. // -nojoy Disables detection of 3rd party gamepads and controllers (slight boot time improvement)
  77. //
  78. // Heapsize Setting
  79. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  80. // Modify the heapsize command to allocate 50% of the RAM you have
  81. // in your computer (NOT video card memory!) in bytes.
  82. //
  83. // Formula = RAM (in GB) * 1024 * 1024 / 2
  84. // 1GB -heapsize 524288
  85. // 2GB -heapsize 1048576
  86. // 3GB+ -heapsize 1572864
  87. //
  88. // Since L4D2 is a 32-bit application it is believed to be capped at
  89. // a maximum of 3GB of RAM. Setting heapsize to a value beyond this
  90. // may crash the game.
  91. //
  92. //
  93. // For a detailed guide on Steam launch options, refer to:
  94. // http://www.nextlevelgamer.com/counter-strike-source-launch-options/
  95. //
  96. //
  97. //
  98. // Removal Instructions:
  99. // *******************************************************************
  100. // Don't like the config? Simply delete autoexec.cfg and config.cfg
  101. // from Steam\SteamApps\common\left 4 dead 2\left4dead2\cfg\
  102. // Depending on your Steam Cloud settings, you may need to redefine
  103. // your key bindings and personal preferences after this.
  104. //
  105. // Note: - Brightness too high? Set mat_monitorgamma_tv_enabled to 0
  106. // - Prefer default crosshair? Set cl_crosshair_dynamic 1
  107. //
  108. //
  109.  
  110. // Additional Performance Links
  111. // *******************************************************************
  112. //
  113. // Left 4 Dead 2 Performance Tweaking Guide
  114. // http://www.nextlevelgamer.com/left-4-dead/left-4-dead-2-performance-tweaking-guide
  115. //
  116. // General Performance Tweaking Articles
  117. // http://www.nextlevelgamer.com/tweaks
  118. //
  119. // Special Thanks Version 1.1
  120. // *******************************************************************
  121. // - To KeRupTion and mystrdat of the Steam forums for finding better
  122. // values of the network variables found in version 1.1
  123. // - To Fiszy, Kirisu, Jesse_lee, adsqew132 and anyone else I've missed
  124. // for their support and general interest in this config
  125. // - The entire Left 4 Dead 2 community
  126.  
  127.  
  128. // *******************************************************************
  129. // START OF KAIZEN'S LEFT 4 DEAD 2 PERFORMANCE CONFIG
  130. // *******************************************************************
  131.  
  132. // Startup Settings
  133. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  134. con_enable "1" // default 0; Enables Console
  135. sv_cheats "1" // Enable Cheats (relax, this enables some CVARS to load, we disable it at the end)
  136. cl_forcepreload "1" // default 0; Pre-load levels entirely into RAM (only use if you have 2GB of RAM or more)
  137. // This reduces in-game stuttering, but may make you wait longer to join servers
  138.  
  139. // Personal Preference (modify as desired)
  140. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  141. //sensitivity "7" // default 3; Set to personal preference (less than 10 is optimal)
  142. cl_downloadfilter "nosounds" // Disables downloading of annoying SFX
  143. cl_allowdownload "1" // Allows custom downloads from servers
  144. cl_autohelp "0" // default 1; Turns off in-game help tips
  145.  
  146.  
  147.  
  148. // Lighting & Material Settings
  149. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  150. r_dynamic "0" // default 1; Disables dynamic shadows (may have no effect in l4d2)
  151. r_PhysPropStaticLighting "0" // default 1;
  152. r_ambientfraction "0.2" // default 0.2;
  153. r_radiosity "4" //
  154.  
  155. mat_bloom_scalefactor_scalar ".5" // default 1;
  156. mat_monitorgamma_tv_enabled "1.6" // default 0; Increases brightness dramatically
  157.  
  158. // Crosshair
  159.  
  160. cl_crosshair_alpha 255
  161. cl_crosshair_blue 220
  162. cl_crosshair_dynamic 0
  163. cl_crosshair_green 182
  164. cl_crosshair_red 138
  165. cl_crosshair_thickness 2
  166.  
  167. // Sound Options
  168. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  169. dsp_enhance_stereo "1" // default 0;
  170.  
  171.  
  172. // Props
  173. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  174. func_break_max_pieces "0" // default 15; Removes debris
  175. cl_phys_timescale "1.0" //
  176.  
  177.  
  178. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  179.  
  180.  
  181. //net_graph "1" // default 0;
  182. //net_graphpos "3" // default 1;
  183. //net_graphheight "60" // default 60; 740 is good value for 1024x768
  184. //net_graphproportionalfont "0" // default 1;
  185. //budget_show_history "0" // default 1; Disables history graph
  186.  
  187.  
  188. // Player Model Tweaks
  189. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  190. r_eyemove "0" // default 1; Disables realistic eyeball movement
  191. r_eyesize "0" //
  192. r_eyeshift_z "0" //
  193. r_eyeshift_y "0" //
  194. r_eyeshift_x "0" //
  195.  
  196.  
  197. // Disable cheats (to disable you from taking advantage!)
  198. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  199. //
  200. sv_cheats "0"
  201.  
  202.  
  203. // Done loading
  204. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  205. clear
  206.  
  207. //
  208. // *******************************************************************
  209. // END OF KAIZEN'S LEFT 4 DEAD 2 PERFORMANCE CONFIG
  210. // *******************************************************************
  211. //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement