Orange Box (engine branch): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
#REDIRECT [[Package: The Orange Box]]
The '''Orange Box engine branch''' was released in 2007 with the Orange Box (Ep2, Portal, TF2). It is currently being maintained side-by-side with the [[Left 4 Dead (engine branch)|Left 4 Dead branch]]; the two branches share technology, but it is unclear if they will ever be merged or if one will come to be favoured.
 
The OB builds on the original HL2 branch, requiring its content installed to work.
 
== Features ==
 
New since the [[Episode One (engine branch)|Episode One branch]] is:
 
; Threading
: Logic and rendering have been threaded for performance gains in multi-core environments.
; Soft particles
: An all-new, artist-driven [[:Category:Particle System|particle system]].
; Shadow mapping
: A modern dynamic lighting and shadowing technology. See [[env_projectedtexture]].
; Alpha to coverage
: Vector-like edges to raster images, fast. See [[$distancealpha]].
; Automatic displacement texturing
: Avoids ugly stretching. See [[$seamless_scale]].
; DirectX 9.8
: DX9 running on DX10 hardware. Benefits are unclear.
; Xbox 360 support
: Of no use to modders, needless to say!
 
== Availability ==
 
* [[Half-Life 2: Episode Two]]
* [[Portal]]
* [[Team Fortress 2]]
* [[Day of Defeat: Source]]
* [[Source SDK Base - Orange Box]]
 
Gamecode for this branch is included in the Source SDK.
 
[[Category:Engine branches]]

Revision as of 07:07, 3 January 2010

The Orange Box engine branch was released in 2007 with the Orange Box (Ep2, Portal, TF2). It is currently being maintained side-by-side with the Left 4 Dead branch; the two branches share technology, but it is unclear if they will ever be merged or if one will come to be favoured.

The OB builds on the original HL2 branch, requiring its content installed to work.

Features

New since the Episode One branch is:

Threading
Logic and rendering have been threaded for performance gains in multi-core environments.
Soft particles
An all-new, artist-driven particle system.
Shadow mapping
A modern dynamic lighting and shadowing technology. See env_projectedtexture.
Alpha to coverage
Vector-like edges to raster images, fast. See $distancealpha.
Automatic displacement texturing
Avoids ugly stretching. See $seamless_scale.
DirectX 9.8
DX9 running on DX10 hardware. Benefits are unclear.
Xbox 360 support
Of no use to modders, needless to say!

Availability

Gamecode for this branch is included in the Source SDK.