path_track (Half-Life)
Last edited 16 years ago2008-06-11 08:13:41 UTC
- Wiki
- View Page
-
You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date.
Click here to see the current revision of this page.
This article was converted from a previous version of TWHL and may need to be reviewed
- The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
- Some information may be out of date
- After the article is re-formatted and updated, remove this notice and the Review Required category.
- Some older articles are no longer useful, or they duplicate information from other pages. In this case, delete the page after merging any relevant information into other pages. Contact an admin to delete a page.
Point EntitySimilar to path_corner, but specifically for func_tracktrains.
Attributes
- Name (targetname) - Property used to identify entities.
- Pitch Yaw Roll (angles) - Sets the pitch (up / down), yaw (left / right) and roll (bank) respectively. The compass in WorldCraft / Hammer corresponds to Yaw. The settings are not always (or not all) used.
- Next stop target (target) - The name of the next path_track in the path.
- Fire on pass (message) - When a train passes this path_track it will trigger this event.
- Branch path (altpath) - The name of a secondary path_track (see notes).
- Fire on dead-end (netname) - If this path_track is a dead-end (see notes), activate this event on reaching.
New Train Speed (speed) - As the train passes this point, this speed will be assigned to it.
Flags
- Disabled (1)
- Fire once (2)
- Branch reverse (4)
- Disable train (8)
Inputs
Outputs
Notes
- When a path_track is triggered, its Next Stop Target is replaced by its Branch Path value.
- If a path_track's Next Stop target is not defined, or if it has been triggered but has no branch path, it is considered a dead end.
Comments
You must log in to post a comment.
You can login or register a new account.