Path Corners: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added examples of use.)
 
(Added examples of use.)
Line 1: Line 1:
Generic path point
== Entity use ==
== Entity use ==
Path Corners can be used by many NPCs in Half-Life 2, such as helicopters, dropships, striders, and even Combine APCs.
Path Corners can be used by many NPCs in Half-Life 2, such as helicopters, dropships, striders, and even Combine APCs.

Revision as of 22:09, 15 November 2008

Generic path point

Entity use

Path Corners can be used by many NPCs in Half-Life 2, such as helicopters, dropships, striders, and even Combine APCs. Its main use is to direct an NPC from point A to B. More complicated paths may also be formed such as helping an APC get from point A to B then more slowly to C. The Image Below shows an example of Path Corners being used in the hammer editor to guide a APC around a simple corner.

Frame