Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.34 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. // Additional Performance Links
  110. // *******************************************************************
  111. //
  112. // Left 4 Dead 2 Performance Tweaking Guide
  113. // http://www.nextlevelgamer.com/left-4-dead/left-4-dead-2-performance-tweaking-guide
  114. //
  115. // General Performance Tweaking Articles
  116. // http://www.nextlevelgamer.com/tweaks
  117. //
  118. // Special Thanks Version 1.1
  119. // *******************************************************************
  120. // - To KeRupTion and mystrdat of the Steam forums for finding better
  121. // values of the network variables found in version 1.1
  122. // - To Fiszy, Kirisu, Jesse_lee, adsqew132 and anyone else I've missed
  123. // for their support and general interest in this config
  124. // - The entire Left 4 Dead 2 community
  125.  
  126.  
  127. // *******************************************************************
  128. // START OF KAIZEN'S LEFT 4 DEAD 2 PERFORMANCE CONFIG
  129. // *******************************************************************
  130.  
  131. // Startup Settings
  132. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  133. con_enable "1" // default 0; Enables Console
  134. sv_cheats "1" // Enable Cheats (relax, this enables some CVARS to load, we disable it at the end)
  135. cl_forcepreload "1" // default 0; Pre-load levels entirely into RAM (only use if you have 2GB of RAM or more)
  136. // This reduces in-game stuttering, but may make you wait longer to join servers
  137.  
  138. // Personal Preference (modify as desired)
  139. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  140. cl_downloadfilter "nosounds" // Disables downloading of annoying SFX
  141. cl_allowdownload "1" // Allows custom downloads from servers
  142. cl_autohelp "0" // default 1; Turns off in-game help tips
  143.  
  144.  
  145.  
  146. // Lighting & Material Settings
  147. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  148. r_dynamic "0" // default 1; Disables dynamic shadows (may have no effect in l4d2)
  149. r_PhysPropStaticLighting "0" // default 1;
  150. r_ambientfraction "0.2" // default 0.2;
  151. r_radiosity "4" //
  152. mat_bloom_scalefactor_scalar ".5" // default 1;
  153. mat_monitorgamma_tv_enabled "1.6" // default 0; Increases brightness dramatically
  154.  
  155.  
  156. // Sound Options
  157. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  158. dsp_enhance_stereo "1" // default 0;
  159.  
  160.  
  161. // Props
  162. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  163. func_break_max_pieces "0" // default 15; Removes debris
  164. cl_phys_timescale "1.0" //
  165.  
  166.  
  167. // Netcode Tweaks
  168. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  169.  
  170. rate 30000
  171. cl_cmdrate 100
  172. cl_updaterate 100
  173. cl_interp_ratio 0
  174. cl_intlerp 0.0167
  175.  
  176. //net_graph 1 // default 0;
  177. //net_graphpos "3" // default 1;
  178. //net_graphheight "60" // default 60; 740 is good value for 1024x768
  179. //net_graphproportionalfont "0" // default 1;
  180. //budget_show_history "0" // default 1; Disables history graph
  181.  
  182.  
  183. // Player Model Tweaks
  184. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  185. r_eyemove "0" // default 1; Disables realistic eyeball movement
  186. r_eyesize "0" //
  187. r_eyeshift_z "0" //
  188. r_eyeshift_y "0" //
  189. r_eyeshift_x "0"
  190. r_ambientfraction "0.2"
  191. r_cheapwaterend "1"
  192. r_cheapwaterstart "1"
  193.  
  194.  
  195.  
  196.  
  197.  
  198. // Done loading
  199. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  200. clear
  201. echo "___________________________________________________________________"
  202. echo "Kaizen's Left 4 Dead 2 Performance Config (v1.1)"
  203. echo "http://www.nextlevelgamer.com"
  204. echo "___________________________________________________________________"
  205. echo "Kaizen's L4D2 performance config is designed to boost your frame"
  206. echo "rates (FPS) while maintaining the best possible graphics experience."
  207. echo "It also attempts to improve hit registration (i.e. the accuracy of "
  208. echo "your shots) by optimizing network settings, improve the visibility"
  209. echo "of the crosshair, and increase brightness so you can see enemies"
  210. echo "better."
  211. echo ""
  212. echo "Unfortunately, as was the case with the original L4D, L4D2"
  213. echo "restricts most of the Source Engine's console commands. Many of the"
  214. echo "best performance options can only be accessed via the in game menu's."
  215. echo "Feel free to tweak any of the settings to your liking, descriptions"
  216. echo "of what commands do are provided."
  217. echo ""
  218. echo "If you have any suggestions, questions or other feedback please"
  219. echo "visit www.nextlevelgamer.com and post on the forums."
  220. echo ""
  221. echo "Enjoy!"
  222. echo " - Kaizen (kaizen@nextlevelgamer.com)"
  223. echo ""
  224. echo "P.S. Read the Left 4 Dead 2 performance guide @ www.nextlevelgamer.com"
  225. echo "___________________________________________________________________"
  226. echo ""
  227.  
  228. //
  229. // *******************************************************************
  230. // END OF KAIZEN'S LEFT 4 DEAD 2 PERFORMANCE CONFIG
  231. // *******************************************************************
  232. //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement