Advertisement
Lt_Kitteh_Kat

L4D2: Kaizen's + CarnageHeart's performance config

Dec 31st, 2012
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 KB | None | 0 0
  1. // L4D2 MAX Performance Config by CarnageHeart
  2. // I don't include comments next to commands because
  3. // if you downloaded this, you need it, and therefor
  4. // there is no need for you to change a damned thing.
  5. //
  6. // This isn't just video tweaks, there is some server
  7. // tweaking as well, which includes you just playing
  8. // with bots. So the game runs as well as it possibly
  9. // can in that aspect as well.
  10. //
  11. // Note however, that cl_interp_ratio is included
  12. // and cl_intep is not. That is because they must be set
  13. // depending on your ping to a given server.
  14. //
  15. // cl_interp_ratio should be LEFT AT 2
  16. // cl_interp = your ping +/- 10 in a decimal format
  17. // Example:
  18. // Ping = 40 so cl_interp .04
  19. //
  20. // To determine if this is a good value, look at "lerp"
  21. // on your netgraph. This value should be as low as
  22. // you can set it with it still being white.
  23. // If it ocasionally turns yellow, thats ok.
  24. // But it should not be a steady yellow, or turn orange.
  25.  
  26. // These come first
  27. sv_cheats "1"
  28. cl_forcepreload "1"
  29. cl_cmdrate "66"
  30. cl_updaterate "66"
  31. rate "100000"
  32.  
  33.  
  34. // cl_ commands
  35. cl_allowdownload "1"
  36. cl_allowupload "1"
  37. cl_autohelp "0"
  38. cl_clearhinthistory "1"
  39. cl_crosshair_alpha "255"
  40. cl_crosshair_blue "0"
  41. cl_crosshair_dynamic "1"
  42. cl_crosshair_green "0"
  43. cl_crosshair_red "255"
  44. cl_crosshair_thickness "1.5"
  45. cl_detail_avoid_force "0"
  46. cl_detail_avoid_radius "0"
  47. cl_detail_avoid_recover_speed "0"
  48. cl_detail_max_sway "0"
  49. cl_interp_ratio "2"
  50. cl_lagcompensation "1"
  51. cl_observercrosshair "1"
  52. cl_phys_timescale "1.0"
  53. cl_playerspraydisable "0"
  54. cl_predictweapons "1"
  55. cl_resend "5"
  56. cl_timeout "20"
  57.  
  58. // mat_ commands
  59. mat_bloom_scalefactor_scalar "0"
  60. mat_monitorgamma "1.6"
  61. mat_monitorgamma_tv_enabled "1"
  62. mat_viewportscale "1"
  63.  
  64. // r_ commands
  65. r_ambientfraction "0.2"
  66. r_cheapwaterend "1"
  67. r_cheapwaterstart "1"
  68. r_dynamic "0"
  69. r_eyemove "0"
  70. r_eyesize "0"
  71. r_eyeshift_x "0"
  72. r_eyeshift_y "0"
  73. r_eyeshift_z "0"
  74. r_PhysPropStaticLighting "0"
  75. r_radiosity "4"
  76.  
  77. // Other commands
  78. adsp_debug "0"
  79. budget_averages_window "0"
  80. budget_background_alpha "0"
  81. budget_history_numsamplesvisible "0"
  82. budget_history_range_ms "5"
  83. budget_peaks_window "0"
  84. budget_show_averages "0"
  85. budget_show_history "0"
  86. budget_show_peaks "0"
  87. dsp_enhance_stereo "0"
  88. dsp_slow_cpu "0"
  89. dsp_volume "2.0"
  90. func_break_max_pieces "0"
  91. muzzleflash_light "1"
  92. net_graph "1"
  93. net_graphproportionalfont "0"
  94. overview_health "1"
  95. overview_names "1"
  96. snd_duckerattacktime "0.5"
  97. snd_duckerreleasetime "2.5"
  98. snd_duckerthreshold "0.15"
  99. snd_ducktovolume "0.55"
  100. snd_pitchquality "1"
  101. suitvolume "0"
  102. texture_budget_background_alpha "999"
  103. texture_budget_panel_height "0"
  104. texture_budget_panel_width "0"
  105. voice_enable "1"
  106. voice_forcemicrecord "1"
  107. voice_modenable "1"
  108.  
  109. // Server Commands
  110. // sv_region variables: 0 - US East / 1 - US West / 2 - South America / 3 - Europe
  111. // 4 - Asia / 5 - Australia / 6 - Middle East / 7 - Africa / 255 - World (Anywhere else)
  112. mp_disable_autokick "1"
  113. sv_allow_lobby_connect_only "0"
  114. sv_allow_wait_command 0
  115. sv_consistency "1"
  116. sv_lan "0"
  117. sv_minrate "25000"
  118. sv_mincmdrate "33"
  119. sv_maxcmdrate "66"
  120. sv_maxrate "100000"
  121. sv_pure "0"
  122. sv_pure_kick_clients "0"
  123. sv_rcon_banpenalty 60
  124. sv_rcon_maxfailures 10
  125. sv_rcon_minfailures 3
  126. sv_rcon_minfailuretime 120
  127. sv_region "1"
  128. exec banned_user.cfg
  129. exec banned_ip.cfg
  130. writeid
  131. writeip
  132.  
  133. // Saves most changes to config.cfg
  134. mat_savechanges
  135.  
  136. echo "L4D2 MAX Performance Config by CarnageHeart"
  137. echo "Please read the information in the .cfg file"
  138. echo "for information on properly setting"
  139. echo "your interp (lerp)"
  140. echo "--------------------------------------------"
  141. echo "If things look to bright change:"
  142. echo "mat_monitorgamma_tv_enabled 1 to 0"
  143. echo "or lower your in-game brightness setting"
  144.  
  145.  
  146. /////////////////////////////////////////////////
  147. // //
  148. // | | | KAIZEN'S L4D2 CONFIGS | | | //
  149. // //
  150. /////////////////////////////////////////////////
  151.  
  152. sv_cheats "1" //allows use of certain commands
  153.  
  154. /////////
  155. // CL_ //
  156. /////////
  157.  
  158. cl_downloadfilter "nosounds" // Disables downloading of annoying SFX
  159.  
  160.  
  161. ///////////////////
  162. // NETWORK TWEAKS//
  163. ///////////////////
  164.  
  165. net_graphpos "3" //position of the net graph
  166.  
  167. net_graphheight 740 //"740" is good for 1024 x 768. Change as per your resolution
  168.  
  169.  
  170. // Done loading
  171. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  172. clear
  173. echo "___________________________________________________________________"
  174. echo "Kaizen's Left 4 Dead 2 Performance Config (v1.1)"
  175. echo "http://www.nextlevelgamer.com"
  176. echo "___________________________________________________________________"
  177. echo "Kaizen's L4D2 performance config is designed to boost your frame"
  178. echo "rates (FPS) while maintaining the best possible graphics experience."
  179. echo "It also attempts to improve hit registration (i.e. the accuracy of "
  180. echo "your shots) by optimizing network settings, improve the visibility"
  181. echo "of the crosshair, and increase brightness so you can see enemies"
  182. echo "better."
  183. echo ""
  184. echo "Unfortunately, as was the case with the original L4D, L4D2"
  185. echo "restricts most of the Source Engine's console commands. Many of the"
  186. echo "best performance options can only be accessed via the in game menu's."
  187. echo "Feel free to tweak any of the settings to your liking, descriptions"
  188. echo "of what commands do are provided."
  189. echo ""
  190. echo "If you have any suggestions, questions or other feedback please"
  191. echo "visit www.nextlevelgamer.com and post on the forums."
  192. echo ""
  193. echo "Enjoy!"
  194. echo " - Kaizen ([email protected])"
  195. echo ""
  196. echo "P.S. Read the Left 4 Dead 2 performance guide @ www.nextlevelgamer.com"
  197. echo "___________________________________________________________________"
  198. echo ""
  199.  
  200. //
  201. // *******************************************************************
  202. // END OF KAIZEN'S LEFT 4 DEAD 2 PERFORMANCE CONFIG
  203. // *******************************************************************
  204. //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement