Left 4 Dead 2 - Kerry
An update has been released for Left 4 Dead 2.

- Improved dedicated server searches to return lower-ping servers closer to the lobby leader's local region.
Left 4 Dead 2 - Kerry
Changes in this update:

- Fixed some incorrect disconnect messages.
- Blocked an exploit that could be used to crash servers.
- Added a Mulitplayer Option to disable sprays to prevent other players' sprays from appearing on your client.
- Temp files are removed from disk after each session. Use "l4d_delete_temp_files 0" to disable this.
Left 4 Dead 2 - Kerry
An update next week will contain a change that clears temp directories when you exit the game. This will delete any spray files that have been downloaded from other players during the session. If you do not want your temp files to be deleted, you can set "l4d_delete_temp_files 0" to disable it. In the meantime, if you're really attached to your spray collection, you may want to copy them somewhere safe now in case you forget to set the convar next week.
Aug 20, 2021
Left 4 Dead 2 - Kerry
An update has been released for Left 4 Dead 2

- Fixed several more RCE exploits.
- Fixed a network exploit that could crash servers
- Fixed a networking error when using the defibrillator
- Fixed rendering errors when underwater
Left 4 Dead 2 - Kerry
An update has been released for Left 4 Dead 2

- Fixed splitscreen break. One of the RCE attack vectors fixed in the previous update crossed paths with splitscreen connections. The exploit is still fixed, but splitscreen connections are now allowed to proceed as usual.
Left 4 Dead 2 - Kerry
An update has been released for Left 4 Dead 2.

- Fixed a crash when skipping the intro movie with a controller
- Set FOV value as archived
- Inverted brightness slider to be more intuitive
- Fixed a crash caused by an out-of-bounds memory write in the common infected shader
- Improved performance of "IsL4D1Campaign" query, and exposed the call to script
- Water slowdown is disabled only when playing L4D1 Versus or L4D1 Coop mutations in original L4D1 maps. New script variable "WaterSlowsMovement" can manage the feature for other custom modes.
- Numerous security and exploit fixes
Jun 15, 2021
Left 4 Dead 2 - Kerry
An update has been released for Left 4 Dead 2.

Bug Fixes
- Fixed file path for CricketBat.Miss sound event.
- Fixed muzzle flash occurring if you melee immediately after shooting.
- Fixed a crash on zero-byte VPKs.
- Fixed a startup crash on Linux.
- Fixed some memory leaks in VGUI.
- Fixed text corruption when using emojis in player names or text.
- Fixed some text corruption related to UTF-8 conversion in some instances on Linux.
- Fixed some out-of-bounds reads with weapon indices.
- Fixed fps_max being reset when loading a new map.
- Fixed custom maps with no lights disabling lighting for the rest of the play session (mat_fullbright).
- Fixed addon info being truncated much earlier on Linux.
- Fixed selecting certain audio/video options via navigation via arrow keys or controller.
- Fixed Widowed (No Border) option on Linux.
- Fixed a crash if a script call to QueueSpeak() didn't pass any modifiers.
- Fixed a possible crash if a script-defined forbidden target is destroyed.
- Rebuilt gas can physics to fix an issue with falling through the world.
- Fixed an issue in Rocket Dude with a player getting moved to spectator after a level transition.
- Fixed two malformed player clips in c4m1 and c4m5.
- Fixed some incorrect place names in Cold Stream nav.
- Restored some missing commentary entities in c5m5.

Features and Updates
- Added a Vulkan render backend (currently accessible through the -vulkan command line parameter).
- Better support for ultrawide monitors in the UI and game (requires Vulkan if using Linux)
- Marked the game as DPI-aware for high DPI displays.
- Improved default settings for window size and type.
- Improved full-screen quad rendering performance.
- Made captions anti-aliased
- Marked fps_max and viewmodel_fov as FCVAR_RELEASE.
- Cvars 'survivor_incap_health' and 'survivor_incap_decay_rate' can now be changed after startup.
- New cvar 'charger_pz_claw_damage'; functions the same as equivalent melee cvars for other specials.
- New archived cvar "addons_hide_conflict_dialog" suppresses the warning dialog in the addons screen. Any conflicting addons will still be highlighted in red with conflicts printed to the console.
- Added an FOV slider to the Multiplayer settings.
- Added a +bench_demo [name] <stats output>  command line parameter which will run a demo, and quit after it is finished.
- Added a -bench_settings [name] command line parameter to load a cfg/video_bench_{name}.txt file containing settings to load. There are a set of defaults provided, very_high_4k, very_high, high, medium and low.
- Lobbies that connect via a forced server IP are not considered for "Official Only" Quick Match searches.
- Overhauled UI usability on controller
• Added controller button icons across the UI.
• Made confirmation prompts accessible on controller.
• Now able to select mutations on controller.
• Now able to fully manage lobbys on controller.
• Now able to manage addons on controller.
• Now able to browse achievement details on controller.
• The game instructor (in-game hints) now shows controller buttons and hints.
• Added a flashlight binding to the default controller config.
• Made the intro video skippable by any button on a Steam Controller.

New Scripting Hooks

Global
FindRescueAreaTrigger() - Returns the trigger entity for the rescue area
GetDifficulty() - Returns the current difficulty as a numeric value
GetDifficultyString() - Returns the current difficulty as a string
HasConfigurableDifficultySetting() - Returns true if the mode supports more than a single difficulty
IsMissionFinalMap()
GetScavengeItemsGoal()
GetScavengeItemsRemaining()
SetScavengeItemsGoal()
SetScavengeItemsRemaining()

TheDirector
AreAllSurvivorsInFinaleArea()
AreTeamsFlipped()
GetMapNumber()
IsAnySurvivorBypassingTank()
IsAnySurvivorInExitCheckpoint()
IsAnySurvivorInStartArea()
IsFinale()
IsFinaleEscapeInProgress()
IsFinaleVehicleReady()
IsFirstMapInScenario()
IsPlayingIntro()
IsSessionStartMap()
GetTotalElapsedMissionTime()
IsFinaleWon()
GetMissionWipes()
IsLocationFoggedToSurvivors( vLocation )
GetTimeSinceSpecialZombieKilled( iClass )
GetClosestActivePipeBomb( origin )
RegisterForbiddenTarget( entity ) - Bots avoid damaging forbidden targets.
UnregisterForbiddenTarget( entity )

CTerrorPlayer
IsIT()
IsAdrenalineActive()
IsGettingUp()
IsImmobilized()
IsInCombat()
IsOnThirdStrike()
IsFiringWeapon()
IsStaggering()
IsDominatedBySpecialInfected()
GetSpecialInfectedDominatingMe()
GetAliveDuration() - Returns the time the character has been alive (only valid when alive).
HasEverBeenInjured( team ) - Returns true if the character has ever been injured by a member of the given team.

CBaseEntity
GetCenter() - Get world space center of object - absolute coordinates
TakeDamageEx( hInflictor, hAttacker, hWeapon, vecDamageForce, vecDamagePosition, flDamage, nDamageType )

CBaseCombatCharacter
GetLastKnownArea() - Return the last nav area occupied - NULL if unknown.

NavMesh
GetNavAreaByID( areaID )
GetLadderByID( ladderID )
GetNavArea( origin, flBeneath ) - given a position in the world, return the nav area that is closest to or below that height.
GetNearestNavArea( origin, maxDist, checkLOS, checkGround ) - given a position in the world, return the nearest nav area that is closest to or below that height.
GetNavAreasInRadius( origin, radius, table ) - fills a passed in table of nav areas within the radius.
FindNavAreaAlongRay( startpos, endpos, ignoreAreaID )
GetNavAreaCount() - return total number of nav areas.
GetAllAreas( table ) - fills a passed in table of all nav areas.
GetObstructingEntities( table ) - fills a passed in table of all obstructing entities.
GetAreasWithAttributes( bits, table ) - fills a passed in table of all nav areas that have the specified attribute bits.
NavAreaBuildPath( area, area, goalPos, flMaxPathLength, teamID, ignoreNavBlockers ) - returns true if a path exists.
NavAreaTravelDistance( area, area, flMaxPathLength ) - compute distance between two areas. Return -1 if can't reach 'endArea' from 'startArea'.
GetLadderCount()
GetAllLadders( table ) - fills a passed in table of all nav ladders.
FindLadderAlongRay( startpos, endpos, ignoreArea )
GetNavAreasFromBuildPath( table ) - Fills table with areas from a path. Returns whether a path was found.
GetNavAreasOverlappingEntityExtent( entity, table ) - fills passed in table with areas overlapping entity's extent.
RegisterAvoidanceObstacle( entity )
UnregisterAvoidanceObstacle( entity )

CNavLadder
GetLadderEntity()
GetID()
ConnectTo( area, dir )
Disconnect( area )
IsConnected( area, dir )
GetBottomOrigin()
GetTopOrigin()
GetBottomArea()
GetTopArea()
GetLength()
GetWidth()
GetDir() - Return the direction the ladder faces (ie: surface normal of climbable side).
GetPosAtHeight() - Return 2D coordinate of the ladder at a given height.
IsInUse() - Return true if someone is on this ladder (other than 'ignore').
IsUsableByTeam( team )

TerrorNavArea
GetID()
HasAttributes() - Nav area attribute bits
GetAttributes()
SetAttributes(
RemoveAttributes()
HasSpawnAttributes( attributes ) - Spawn attribute bits.
GetSpawnAttributes()
SetSpawnAttributes( attributes )
RemoveSpawnAttributes( attributes )
GetPlaceName()
SetPlaceName( name )

GetCenter()
GetCorner( cornerIndex ) - Get a corner position.
FindRandomSpot() - Get a random origin within the area extents.
GetSizeX() - Return the area size along the X axis.
GetSizeY() - Return the area size along the Y axis.
GetZ( pos ) - Return Z of area at (x,y) of 'pos'.
GetDistanceSquaredToPoint( pos ) - Return shortest distance between point and this area.
IsRoughlySquare() - Return true if this area is approximately square.
IsFlat() - Return true if this area is approximately flat.
IsDegenerate() - Return true if this area is badly formed.
IsVisible( point ) - Return true if area is visible from the given point.
IsUnderwater()
IsCoplanar( area ) - Return true if this area and given area are approximately co-planar.
IsEdge( dir ) - Return true if there are no bi-directional links on the given side.
Contains( area ) - Return true if other area is on or above this area, but no others.
ContainsOrigin( point ) - Return true if given point is on or above this area, but no others.
IsOverlapping( area ) - Return true if 'area' overlaps our 2D extents.
IsOverlappingOrigin( pos, tolerance ) - Return true if 'pos' is within 2D extents of area.

GetAdjacentCount( dir ) - Get the number of adjacent areas in the given direction.
GetAdjacentAreas( dir, table ) - Fills a passed in table with all adjacent areas in the given direction.
GetAdjacentArea( dir, n ) - Return the n'th adjacent area in the given direction.
GetRandomAdjacentArea( dir ) - Return a random adjacent area in the given direction.
IsConnected( area, dir )
ConnectTo( area, dir ) - Connect this area to given area in given direction.
Disconnect( area ) - Disconnect this area from given area.
GetIncomingConnections( dir, table ) - Fills a passed in table with areas connected TO this area by a ONE-WAY link (ie: we have no connection back to them).
AddIncomingConnection( area, dir ) - Add areas that connect TO this area by a ONE-WAY link.
RemoveOrthogonalConnections() - Removes all connections in directions to left and right of specified direction.
ComputeDirection( point ) - Return direction from this area to the given point.

GetParent() - Returns the area just prior to this one in the search path.
GetParentHow() - Returns how we get from parent to us.
GetLadders( table ) - Fills a passed in table of ladders in direction.
ConnectToLadder( ladder )
DisconnectLadder( ladder )
IsConnectedLadder( ladder, dir )
GetElevator() - Returns the elevator if in an elevator's path.
GetElevatorAreas( table ) - Fills a passed in table with a collection of areas reachable via elevator from this area.
GetDoor() - Returns the door entity above the area.

IsDamaging() - Return true if continuous damage (eg: fire) is in this area.
MarkAsDamaging( duration ) - Mark this area is damaging for the next 'duration' seconds.
IsBlocked( team ) - Return true if team is blocked in this area.
MarkAsBlocked( team ) - Mark this area as blocked for a team.
UnblockArea()
IsBottleneck()
IsCleared( player ) - Returns true if this area has been cleared for the player.
MarkAreaCleared( player ) - Mark this area as cleared for the player
MarkAreaNotCleared()
GetTimeSinceCleared()
IsValidForWanderingPopulation()
IsSpawningAllowed() - Returns true if spawning is allowed in this area.
IsPotentiallyVisibleToTeam( team ) - Return true if any portion of this area is visible to anyone on the given team.
IsCompletelyVisibleToTeam( team ) - Return true if given area is completely visible from somewhere in this area by someone on the team.
HasAvoidanceObstacle( maxheight ) - Returns true if there's a large, immobile object obstructing this area.
MarkObstacleToAvoid( height ) - Marks the obstructed status of the nav area.
GetAvoidanceObstacleHeight() - Returns the maximum height of the obstruction above the ground.
GetPlayerCount( team ) - Return number of players of given team currently within this area (team of zero means any/all).
DebugDrawFilled() - Draw area as a filled rectangle of the given color.

Defines
"LADDER_UP"
"LADDER_DOWN"
"NAV_NORTH"
"NAV_EAST"
"NAV_WEST"
"NAV_SOUTH"
Jan 28, 2021
Left 4 Dead 2 - TomG
Hello,
Valve recently requested that German authorities re-evaluate the game Left 4 Dead 2. We are happy to let you know that as a result the uncut international version of Left 4 Dead 2 is now available to our customers in Germany. Owners of the game in Germany can download this free DLC to update the game if you wish to do so.

Thanks,
The Steam Team
Sep 24, 2020
Left 4 Dead 2 - Jake

Take a Stand in This Massive Community-Made Update
Years in the making, The Last Stand is a massive Left 4 Dead 2 update created entirely by the L4D community. Find your friends, dust off your guns, and face the zombie horde one last time in over twenty new Survival Arenas, four Scavenge Arenas and a Campaign based on The Lighthouse Survival map.
New achievements, melee weapons, animations, dialog, competitive balance adjustments and other surprises await anyone brave enough to take a stand.


DEATH IS NO LONGER THE ONLY OPTION
The Last Stand Expanded Campaign
The Last Stand is a brand new campaign based on the original Survival map—it’s no longer impossible to escape. But it won’t be easy. Originally a no-win death trap, the lighthouse now offers a path to salvation. Unfortunately, it’s directly through hordes of bloodthirsty infected.



Try to Survive
26 New Survival Maps
How long can you withstand the onslaught of the undead in 26 all-new environments?



Fuel Crisis
Get Gassed in Four New Scavenge Arenas
When a generator is your lifeline, the gas prices can truly skyrocket. Outlast your opponents by scavenging for fuel, or be overwhelmed by the horde.



A Pitched Battle
Plus a Shoveled Battle
Introducing the shovel and pitchfork—these centuries-old farming technologies make their proud debut on the zombie killing fields as all-new melee weapons.

But it Doesn't Stop There…
We Told You This Update is Massive!
  • New Animations
  • Official implementation of Counter-Strike: Source weapons in all servers
  • Formerly unused dialogue now restored in game
  • PVP enhancements and fixes
  • Versus Survival added to the Main Menu
  • L4D1 Common Infected models with gore
  • New Mutations: Rocketdude and Tank Run
  • UI Improvements
  • A TON of bug and exploit fixes

To celebrate the release of The Last Stand, Left 4 Dead 2 is available to play for free this entire weekend, and is on sale for 80% off!
https://store.steampowered.com/app/550
Left 4 Dead 2 - Chet
<center><img src="http://media.steampowered.com/steam/news/12152/blog_image.jpg?t=1387852412"></center>
To celebrate the holidays in a special way this year, Left 4 Dead 2 will be free until 10AM PST 12/26.

It will be free as in, <a href="http://store.steampowered.com/app/550">grab it now</a>, pay no money, and it is yours to keep forever – FOR FREE!

To claim your L4D2 gift, all you need to do is install it.

If you don’t install, it goes back to its regular price and you miss out! The zombie apocalypse is more fun with friends so make sure to tell all your mates to install it as well.

To help spread the holiday cheer, all current players can earn the achievement – Ghost of Christmas Present – Spread cheer by helping a free holiday player survive a campaign.

Left 4 Dead 2 is filled with so much content where do you start?

To avoid any grinches, we suggest jumping into campaign mode and get the basics down before moving into the competitive modes.

You can also check out some <a href="http://steamcommunity.com/sharedfiles/filedetails/?id=203672426">guides</a>, read <a href="http://steamcommunity.com/app/550/discussions/">the forums</a> and ask questions, check out <a href="http://steamcommunity.com/app/550/images?p=1&browsefilter=toprated">some art</a>, read <a href="http://www.l4d.com/comic/">the comic</a>, watch <a href="http://steamcommunity.com/app/550/videos?p=1&browsefilter=toprated">some movies</a>, and most importantly have fun!

Some other quick tips:

Before the game: HOOK UP YOUR MICROPHONE! Communication is important in L4D2. Make sure you can keep in contact with your teammates.

In Game: stay with your teammates. L4D2 is all about teamwork and leaving your dentist friend behind to go off on your own will only get you killed. It doesn't matter that you glow!

Post Game: Make friends. If you are having fun with a group, send them friend invites or join a common group.

And there is more!

You can listen to the <a href="http://media.steampowered.com/steam/news/12152/All%20I%20Want%20For%20Christmas%20(is%20to%20kick%20your%20ass).mp3?t=1387670808">Midnight Riders</a>. Download and vote on <a href="http://steamcommunity.com/workshop/browse/?appid=550&browsesort=toprated&browsefilter=toprated&p=1">Workshop</a> items. Dive into the <a href="https://developer.valvesoftware.com/wiki/Left_4_Dead_2_Level_Creation">modding tools</a>,and create your own items for the workshop including the scripts for the <a href="https://developer.valvesoftware.com/wiki/L4D2_EMS/Intro">Extended Mutation System</a>.

Welcome to Left 4 Dead and Happy Holidays!
...

Search news
Archive
2024
Jul   Jun   May   Apr   Mar   Feb  
Jan  
Archives By Year
2024   2023   2022   2021   2020  
2019   2018   2017   2016   2015  
2014   2013   2012   2011   2010  
2009   2008   2007   2006   2005  
2004   2003   2002