Left 4 Dead engine branch: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Water flow)
Line 19: Line 19:
; Split-screen
; Split-screen
: Up to four players can play on the same screen at once.
: Up to four players can play on the same screen at once.
; {{l4d2 add|Water flow}}
: Water can now [[Water (shader)#Flow|flow through a map]].
== Gallery ==
<gallery>
File:L4d2 flowmap user.jpg
</gallery>


== Availability ==
== Availability ==
Line 25: Line 33:
* [[Left 4 Dead 2]]
* [[Left 4 Dead 2]]


Gamecode for this branch is '''not''' included in the Source SDK. However, [[Left 4 Dead Plugins|server plugins are possible]].
Source code for this branch is '''not''' available. However, [[Left 4 Dead Plugins|server plugins are possible]].


[[Category:Engine branches]]
[[Category:Engine branches]]

Revision as of 09:16, 27 March 2011

The Left 4 Dead engine branch was released in 2008 with Left 4 Dead, and continued in 2009 with Left 4 Dead 2. It was maintained side-by-side with the Orange Box branch, but was ultimately discontinued with the release of Portal 2.

Unlike other branches, L4D does not require earlier versions of Source to be installed. It stands entirely alone.

Features

New since the Orange Box is:

"Counter-Strike bot" AI
Source's original AI routines appear to have been completely replaced by the successor to Mike Booth's Counter-Strike bot. As well as unknown changes to code structure, the old nodegraph system has been superseded by polygonal navigation meshes that are automatically generated by the engine.
AI director
A "dungeon master" for the entire game which controls NPC spawning, music, weather effects, map layout, and more.
Ambient occlusion
Used on the survivors' eyes.
VPK add-ons
An archive format for easy mod distribution.
Lag compensated props
prop_physics entities can be selectively lag compensated.
Split-screen
Up to four players can play on the same screen at once.
Template:L4d2 add
Water can now flow through a map.

Gallery

Availability

Source code for this branch is not available. However, server plugins are possible.