Move track: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Doesn't work. Use path_tracks instead.)
(deldronoloc4)
Line 1: Line 1:
eltcacoelc
{{wrongtitle|title=move_track}}
{{wrongtitle|title=move_track}}
{{stub}}
{{stub}}

Revision as of 11:23, 7 January 2009

eltcacoelc Template:Wrongtitle

Stub

This article or section is a stub. You can help by expanding it.

Entity Description

"Track Move Behavior" Doesn't work. Probably replaced by the path_track entity.

Keyvalues

  • Linear (simple transition)
  • Catmull-Rom Spline (smoothed transition)
  • NextKey <target_destination>
Name of the next keyframe along this keyframe path.
  • MoveSpeed <integer>
(units per second)
  • WheelBaseLength <integer>
Distance between the wheels
  • Damage <integer>
Damage done to blocking entities
  • NoRotate <choices>
Whether to turn to face down path

Inputs

Outputs

See also

  • path_track - Entity that has replaced this one.
  • keyframe_track - Entity probably connected to this entity. Also not working.