Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Left 4 Dead"

From PCGamingWiki, the wiki about fixing PC games
m (Added cleanup tag)
(→‎Cleanup: Put launch parameters into a table, removed autoexec and its table (the only thing related to performance in there were network settings), added video settings, game data.)
Line 24: Line 24:
 
}}
 
}}
 
{{ii}} Note that [[Left 4 Dead 2]] contains most of the same content and DLC, although it is missing some of the less popular survival mode maps; Where possible, it is advised to buy [[Left 4 Dead 2]] as it has a larger multiplayer community.
 
{{ii}} Note that [[Left 4 Dead 2]] contains most of the same content and DLC, although it is missing some of the less popular survival mode maps; Where possible, it is advised to buy [[Left 4 Dead 2]] as it has a larger multiplayer community.
{{ii}} All versions require [[Steam]].
 
  
== Launch Options ==
+
==Game data==
*These can be used by adding each command to "Left 4 Dead" -> "Properties" -> "Launch Options"
+
{{Game Location Table|
*Include a space between each command and value where necessary
+
{{Game Location Table/row|Configuration files location|C:\Program Files (x86)\Steam\steamapps\common\left 4 dead\left4dead\cfg\config.cfg}}
<pre>-optionA -optionB 1 -optionC -optionD 2</pre>
+
}}
  
=== Skip intro videos ===
+
==Video settings==
*Skips the Valve logos and cinematic videos
+
[[File:Left 4 dead video settings.jpg|290px|right|thumb|General settings.]]
<pre>-novid</pre>
+
{{Video Settings
 +
|wsgf_link                  =http://www.wsgf.org/node/262
 +
|widescreen_wsgf_award      =gold
 +
|multimonitor_wsgf_award    =silver
 +
|widescreen_resolution      =true
 +
|widescreen_resolution_notes=
 +
|multimonitor              =true
 +
|multimonitor_notes        =
 +
|fov                        =false
 +
|fov_notes                  =
 +
|windowed                  =true
 +
|windowed_notes            =Window mode disables brightness settings.
 +
|fullscreen                =true
 +
|fullscreen_notes          =
 +
|anisotropic                =true
 +
|anisotropic_notes          =
 +
|antialiasing              =true
 +
|antialiasing_notes        =
 +
|vsync                      =true
 +
|vsync_notes                =
 +
}}
  
=== Borderless Window ===
+
==Input settings==
*Launches the game in a window with no title or borders
+
{{Input Settings
<pre>-noborder -window</pre>
+
|key_remap                  =true
 +
|key_remap_notes            =
 +
|acceleration_option        =true
 +
|acceleration_option_notes  =Disabled by default.
 +
|controller_support        =true
 +
|controller_support_notes  =
 +
}}
  
=== Resolution ===
+
== General Information ==
*Sets screen resolution (or window resolution if using -window)
+
=== Launch parameters ===
<pre>-w <width> -h <height></pre>
+
To add launch parameters:
<pre>Example: -w 1920 -h 1080</pre>
+
# Right click ''Left 4 Dead'' within [[Steam]] and select ''Properties''
 
+
# Select ''Set Launch Options''
=== Refresh Rate ===
+
# Add your launch parameters and click ''OK''
*Sets your screen refresh-rate (Hz)
+
# Close the properties window and launch the game with the specified launch parameters.
<pre>-refresh <rate></pre>
+
==== Useful launch parameters ====
<pre>Example: -refresh 60</pre>
+
{| class="wikitable grid"
 
+
! Parameter || Description
=== Restore Default Settings ===
 
*Use this for reverting to default settings and ignore custom configs (until removed).
 
<pre>-autoconfig</pre>
 
 
 
== Console Commands ==
 
*Games running on the source engine can utilize [https://developer.valvesoftware.com/wiki/Console_Command_List Source Engine Console Commands] for various tasks.
 
*'''''Note:''''' ''Many commands are locked or flagged as cheats in Left 4 Dead.''
 
 
 
=== autoexec.cfg ===
 
*Below are useful commands, binds and aliases available to add to your '''autoexec.cfg'''
 
**'''autoexec.cfg''' will be automatically loaded by the game if found in "steamapps/common/left 4 dead/left4dead/cfg/"
 
**''Based on the popular [http://pastebin.com/mcz3RByZ Jerkstore CFG].''
 
 
 
{| class="wikitable"
 
! Commands
 
! Description
 
 
|-
 
|-
|
+
| <code>-w X -h Y</code>|| Sets screen resolution (or window resolution if using -window). Example: <code>-w 1920 -h 1080</code>.
: bind "TAB" "+ng";
 
: alias "+ng" "+showscores; net_graph 1;";
 
: alias "-ng" "net_graph 0; -showscores;";
 
|Shows net_graph with ping, framerate and other info when you press Tab for scores
 
 
|-
 
|-
|
+
| <code>-refresh X</code>|| Sets your screen refresh-rate (Hz). Example: <code>-refresh 60</code>.
: mat_monitorgamma "2.5";
 
: mat_monitorgamma_tv_enabled "1.5";
 
|Increases gamma for better visibility
 
 
|-
 
|-
|
+
| <code>-noborder -window</code> || Launches the game in a borderless fullscreen window (i.e. very alt-tab friendly). This may result in a minor performance loss. If you experience stuttering, disable Windows Aero.
: cl_showhelp "0";
 
|Disables in-game tutorial messages
 
 
|-
 
|-
|
+
| <code>-novid</code> || Skips the Valve logos and cinematic videos
: rate "30000";
 
: cl_cmdrate "30";
 
: cl_updaterate "30";
 
: cl_lagcompensation "1.0";
 
: cl_interp "0.067";
 
: cl_interp_ratio "2.0";
 
|'''Network:''' Settings for best compromise between smooth animation and network performance
 
 
|-
 
|-
|
+
| <code>-autoconfig</code> || Restores video and performance settings to default for the current hardware detected. Ignores settings inside any .cfg files until this parameter is removed.
: cl_crosshair_alpha "200";
 
: cl_crosshair_red "50";
 
: cl_crosshair_green "255";
 
: cl_crosshair_blue "0";
 
: cl_crosshair_dynamic "0";
 
: cl_crosshair_thickness "0";
 
|'''Crosshair:''' Thin, green, similar to [[Counter-Strike]]
 
|-
 
|
 
: cl_glow_ghost_infected_r "0.8";
 
: cl_glow_ghost_infected_g "0.8";
 
: cl_glow_ghost_infected_b "0.8";
 
| '''Glow:''' White Infected (Unspawned)
 
|-
 
|
 
: cl_glow_infected_r "0.0";
 
: cl_glow_infected_g "0.5";
 
: cl_glow_infected_b "1.0";
 
| '''Glow:''' Sea-Blue Infected (Spawned)
 
|-
 
|
 
: cl_glow_survivor_vomit_r "0.9";
 
: cl_glow_survivor_vomit_g "0.0";
 
: cl_glow_survivor_vomit_b "0.8";
 
| '''Glow:''' Purple Survivors when Boomed Biled
 
|-
 
|
 
: cl_glow_item_r "0.60";
 
: cl_glow_item_g "0.46";
 
: cl_glow_item_b "1.00";
 
| '''Glow:''' Light-Purple Items (Close)
 
|-
 
|
 
: cl_glow_item_far_r "0.35";
 
: cl_glow_item_far_g "1.00";
 
: cl_glow_item_far_b "0.63";
 
| '''Glow:''' Mint-Green Items (Far)
 
 
|}
 
|}
  
== Local splitscreen Co-Op ==
+
=== Console Commands ===
 +
Games running on the source engine can utilize [https://developer.valvesoftware.com/wiki/Console_Command_List Source Engine Console Commands] for various tasks. To use the Console you need to enable it first by going to options -> Keyboard/Mouse -> Allow Developer Console and change it to enabled. To open the console command window press the tilde key in the upper left hand corner of your keyboard (`~).
 +
 
 +
{{ii}} '''Note:''' Many commands are locked or flagged as cheats in Left 4 Dead.
 +
 
 +
=== Local splitscreen Co-Op ===
 
Local splitscreen co-op is possible using a combination of gamepad and keyboard/mouse.
 
Local splitscreen co-op is possible using a combination of gamepad and keyboard/mouse.
 
*[http://forums.steampowered.com/forums/showthread.php?t=745113 Steam thread about local splitscreen co-op].
 
*[http://forums.steampowered.com/forums/showthread.php?t=745113 Steam thread about local splitscreen co-op].
 
*[http://www.wsgf.org/blog/blevar/2012/01/13/howto-left-4-dead-split-screen-eyefinity Widescreen gaming blog post] about playing with more than a monitor
 
*[http://www.wsgf.org/blog/blevar/2012/01/13/howto-left-4-dead-split-screen-eyefinity Widescreen gaming blog post] about playing with more than a monitor
  
== LAN Play ==
+
=== LAN Play ===
You can play Left 4 Dead in a local area network by opening the developer console and issuing the following commands on the server:
+
You can play Left 4 Dead in a local area network.
<pre>sv lan 1</pre> to enable the lan server
+
{{Fixbox|1=
<pre>map <mapname></pre> where <mapname> is the name of the map (for example, to play on "No Mercy", write "map l4d_hospital01_apartment")
+
{{Fixbox/fix|Description}}
 +
# Open the developer console and type in: <code>sv_lan 1</code>.
 +
# After that, type in: <code>map %mapname%</code>, %mapname% is the name of the map (for example, to play on "No Mercy", write "map l4d_hospital01_apartment")
 
Maplist:
 
Maplist:
 
* '''No Mercy:''' l4d_hospital01_apartment
 
* '''No Mercy:''' l4d_hospital01_apartment
 +
* '''Crash Course:'''  l4d_garage01_alleys
 +
* '''Death Toll:''' l4d_smalltown01_caves
 
* '''Dead Air:''' l4d_airport01_greenhouse
 
* '''Dead Air:''' l4d_airport01_greenhouse
 
* '''Blood Harvest:''' l4d_farm01_hilltop
 
* '''Blood Harvest:''' l4d_farm01_hilltop
* '''Death Tool:''' l4d_smalltown01_caves
+
* '''The Sacrifice:''' l4d_river01_docks
 +
 
 +
To clients to join a server, use: <code>connect <ip>:<port></code> (for example, <code>connect 192.168.1.1</code>).
  
Then, everyone else can join by using <pre>connect <ip>[:<port>]</pre> (for example, "connect 192.168.1.1" or "connect 192.168.1.1:255")
+
'''Notes'''
You can check your ip by writing "net_start".
+
{{ii}} You can check your ip by writing <code>net_start</code>.
 +
}}
  
==System requirements==
+
== System requirements ==
 
{{System Requirements
 
{{System Requirements
 
|OSfamily = Windows
 
|OSfamily = Windows

Revision as of 12:18, 23 April 2013

This page may require cleanup to meet basic quality standards. You can help by modifying the article. The discussion page may contain useful suggestions.

Template:Infobox Left 4 Dead (series)

Key points

Runs on low-end hardware

General information

Official Left 4 Dead Blog
Unofficial Left 4 Dead Wiki
Steam Users' Forums
Steam Community Discussions

Availability

Template:Availability Table

Note that Left 4 Dead 2 contains most of the same content and DLC, although it is missing some of the less popular survival mode maps; Where possible, it is advised to buy Left 4 Dead 2 as it has a larger multiplayer community.

Game data

Template:Game Location Table

Video settings

Template:Video Settings

Input settings

Template:Input Settings

General Information

Launch parameters

To add launch parameters:

  1. Right click Left 4 Dead within Steam and select Properties
  2. Select Set Launch Options
  3. Add your launch parameters and click OK
  4. Close the properties window and launch the game with the specified launch parameters.

Useful launch parameters

Parameter Description
-w X -h Y Sets screen resolution (or window resolution if using -window). Example: -w 1920 -h 1080.
-refresh X Sets your screen refresh-rate (Hz). Example: -refresh 60.
-noborder -window Launches the game in a borderless fullscreen window (i.e. very alt-tab friendly). This may result in a minor performance loss. If you experience stuttering, disable Windows Aero.
-novid Skips the Valve logos and cinematic videos
-autoconfig Restores video and performance settings to default for the current hardware detected. Ignores settings inside any .cfg files until this parameter is removed.

Console Commands

Games running on the source engine can utilize Source Engine Console Commands for various tasks. To use the Console you need to enable it first by going to options -> Keyboard/Mouse -> Allow Developer Console and change it to enabled. To open the console command window press the tilde key in the upper left hand corner of your keyboard (`~).

Note: Many commands are locked or flagged as cheats in Left 4 Dead.

Local splitscreen Co-Op

Local splitscreen co-op is possible using a combination of gamepad and keyboard/mouse.

LAN Play

You can play Left 4 Dead in a local area network.

Instructions

System requirements

Template:System Requirements

Template:System Requirements