Phys thruster: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
m (Robot: fixing template case.)
Line 5: Line 5:


==Keyvalues==
==Keyvalues==
* {{kv angles}}
* {{KV Angles}}
* {{kv forcecontroller}}
* {{kv forcecontroller}}
*'''force'''
*'''force'''

Revision as of 19:42, 19 January 2009

Template:Wrongtitle

Entity Description

An entity used to apply constant acceleration to a physics object. The force and torque is calculated using the position and direction of the thruster as an impulse. So moving those off the object's center will cause torque as well. Torque can be removed by unchecking the Apply Torque flag. The position of the thruster can be forced to be at the object's center by checking the Ignore Pos flag.

Keyvalues

Pitch Yaw Roll (Y Z X) (angles) <QAngle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
<float> Force, in kg·in/s2. Will be integrated over time.

Flags

  • 1 : Start On
Thrust is on by default. (Will turn off after the time specified in forcetime.)
  • 2 : Apply Force
Apply linear force (if off, torque only)
  • 4 : Apply Torque
Apply rotational force (torque—if off, linear only)
  • 8 : Orient Locally
Maintain local relationship with the attached object
  • 16 : Ignore Mass
Impulse is independent of object's mass (impulse is acceleration, not force)
  • 32 : Ignore Pos

Inputs

  • Activate
Turn the force on
  • Deactivate
Turn the force off
  • Scale <string>
Set Force Scale

Outputs