Ass 2 S
Ass 2 S
// Some commands I use and prefer in mine are not used here for the sake of
simplicity.
// The '//' in front of anything means that the following text will not be read as
a command input.
// For anyone who has never messed with files before, this is known as commenting.
�����������������������������������������������������������������������������������
����������������
con_enable "1" // default 0; Enables
Console
// Mouse Settings
// Resolution Commands (Remove the '//' from the start each of these lines if you
are using custom fonts)
// Mouse Settings
// Resolution Commands (Remove the '//' from the start each of these lines if you
are using custom fonts)
// Ingame Utility Binds (Remove the '//' from the start of each of these lines to
use these)
// Crosshair Settings
�����������������������������������������������������������������������������������
����������������
crosshair "1" // default 1; Enables
crosshair
cl_crosshair_alpha "255" // default 255; Change this
value to 0 if you are using mumble crosshair.
cl_crosshair_thickness "2" // default 2; Sets
crosshair thickness (I recommend values '2' and '4')
cl_observercrosshair "1" // Enables crosshair in
spectator mode
cl_crosshair_dynamic "0" // default 1; Disables
dynamic crosshair.
cl_colorblind 1 // The value "1" forces a
white/black outline crosshair. Change to '0' if you want a colored crosshair.
// Crosshair Colors
// Sound Options
�����������������������������������������������������������������������������������
����������������
closecaption 1 // Turns on subtitles,
which are very important for visual queues of spawns when sounds fail.
// *******************************************************************
// START OF KAIZEN'S LEFT 4 DEAD 2 PERFORMANCE CONFIG
// *******************************************************************
// Startup Settings
// ���������������������������������������
con_enable "1" // default 0; Enables Console
sv_cheats "1" // Enable Cheats (relax,
this enables some CVARS to load, we disable it at the end)
cl_forcepreload "1" // default 0; Pre-load levels entirely
into RAM (only use if you have 2GB of RAM or more)
// This reduces in-game
stuttering, but may make you wait longer to join servers
// Crosshair Settings
// ���������������������������������������
crosshair "1" // Enable crosshair
cl_crosshair_alpha "255" // default 255; Sets crosshair
transparency (0-255; 255 = No Transparency)
// Sound Options
// ���������������������������������������
dsp_enhance_stereo "1" // default 0;
// Props
// ���������������������������������������
func_break_max_pieces "0" // default 15; Removes debris
cl_phys_timescale "1.0" //
// Netcode Tweaks
// ���������������������������������������
cl_updaterate "30" // default 20;
cl_cmdrate "30" // default 30;
rate "30000" // default 10000;
cl_resend "1.5" // default 6; How many seconds to
wait before retrying to connect to a server
cl_interp "0.067" // default 0.1; Improves hit
registration
cl_lagcompensation "1" // default 1; Improves hit
registration
// Done loading
// ���������������������������������������
clear
echo "___________________________________________________________________"
echo "Kaizen's Left 4 Dead 2 Performance Config (v1.1)"
echo "http://www.nextlevelgamer.com"
echo "___________________________________________________________________"
echo "Kaizen's L4D2 performance config is designed to boost your frame"
echo "rates (FPS) while maintaining the best possible graphics experience."
echo "It also attempts to improve hit registration (i.e. the accuracy of "
echo "your shots) by optimizing network settings, improve the visibility"
echo "of the crosshair, and increase brightness so you can see enemies"
echo "better."
echo ""
echo "Unfortunately, as was the case with the original L4D, L4D2"
echo "restricts most of the Source Engine's console commands. Many of the"
echo "best performance options can only be accessed via the in game menu's."
echo "Feel free to tweak any of the settings to your liking, descriptions"
echo "of what commands do are provided."
echo ""
echo "If you have any suggestions, questions or other feedback please"
echo "visit www.nextlevelgamer.com and post on the forums."
echo ""
echo "Enjoy!"
echo " - Kaizen ([email protected])"
echo ""
echo "P.S. Read the Left 4 Dead 2 performance guide @ www.nextlevelgamer.com"
echo "___________________________________________________________________"
echo ""
//
// *******************************************************************
// END OF KAIZEN'S LEFT 4 DEAD 2 PERFORMANCE CONFIG
// *******************************************************************
//
// Ingame Utility Binds (Remove the '//' from the start of each of these lines to
use these)
// Crosshair Settings
�����������������������������������������������������������������������������������
����������������
crosshair "1" // default 1; Enables
crosshair
cl_crosshair_alpha "255" // default 255; Change this
value to 0 if you are using mumble crosshair.
cl_crosshair_thickness "2" // default 2; Sets
crosshair thickness (I recommend values '2' and '4')
cl_observercrosshair "1" // Enables crosshair in
spectator mode
cl_crosshair_dynamic "0" // default 1; Disables
dynamic crosshair.
cl_colorblind 1 // The value "1" forces a
white/black outline crosshair. Change to '0' if you want a colored crosshair.
// Crosshair Colors
// Sound Options
�����������������������������������������������������������������������������������
����������������
closecaption 1 // Turns on subtitles,
which are very important for visual queues of spawns when sounds fail.