Assault assaultpoint

From Valve Developer Community
Revision as of 08:25, 28 June 2011 by Artfunkel (talk | contribs) (cleanup)
Jump to navigation Jump to search
Assault assaultpoint.png

Template:Hl2 point These entities form the body of an assault chain, specifying where the assault should go once it has begun. There can be any number of them in each chain.

Note.pngNote:Assault points only affect the journey to them, not from them.
Icon-Bug.pngBug:Specifying an assault_rallypoint as the next assault point will crash the game.  [todo tested in ?]

Limitations

  • When moving to an assault point partway through a chain, the NPC will go to the standing posture for a moment before continuing. This looks unnatural.
  • NPCs will always turn to face in the direction the entity is set to when arriving at an assault point. This might again look unnatural in some cases.
  • NPCs must stand directly on an assaultpoint to clear it without timeout if the clearoncontact keyvalue is not set and triggered. This can result in illogical backtracking and means that groups of NPCs moving together will each need their own assaultpoint to maintain the illusion.

See Also

Keyvalues

Assault Hint Group ([todo internal name (i)]) <string>
Constrain the movement of the NPC(s) participating in the assault to this hint group once assault has begun.
Next assault point (optional) ([todo internal name (i)]) <targetname>
The assault_assaultpoint to move to next.
Assault time out ([todo internal name (i)]) <float>
This point is cleared when no enemies are seen for this long (specified in seconds). The NPC(s) at this assault point will scout for enemies this long before moving on.
Clear on contact with enemies ([todo internal name (i)]) <boolean>
If the assault meets enemies on its way to this point, it will consider the assault point cleared and target the next assault point in the chain.
Allow diversion ([todo internal name (i)]) <boolean>
If the assault comes into contact with hostiles on the way to this assault point, divert to kill them and resume once the area appears clear.
  • If it set to Yes, NPCs will chase any hostiles until they are dead or out of sight for the period set in the Assault time out.
  • If this is set to No, assaulting NPCs will run non-stop to the next point, attacking enemies they can see but not chasing them.
Diversion Proximity ([todo internal name (i)]) <float>
If is set, NPC will only divert from assault to attack an enemy that is within this distance of the assault point. 0 means no limit.
Never Timeout ([todo internal name (i)]) <boolean>
If set, the assault never ends for NPCs assaulting this point. Useful for forcing NPCs back to a point.
Strict? ([todo internal name (i)]) <boolean>
If set, NPCs may not move to attack.
Force Crouch ([todo internal name (i)]) <boolean>
NPCs using this assault point are forced into crouching while holding it.
Urgent ([todo internal name (i)]) <boolean>
If set, NPCs will consider movement to this rally point as Urgent Navigation.
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.
Parentname:
Parent (parentname) <targetname>
Specifies a movement parent. An entity will maintain its initial offset from its parent. An attachment point can be added to the end of the name, separated by a comma.
Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Flags

  • Clear this point upon arrival, UNCONDITIONALLY
Move on to the next point once reaching this one, regardless of any other influences.

Inputs

SetClearOnContact <booleanRedirectInput/boolean>
Sets the Clear on Contact with enemies keyvalue. Accepts 1/0 or Yes/No as parameters.
SetAllowDiversion <booleanRedirectInput/boolean>
Sets the Allow Diversion keyvalue. Accepts 1/0 or Yes/No as parameters.
SetForceClear <booleanRedirectInput/boolean>
Set the Force Clear flag. NPCs who are currently running to the assault point will Clear it immediately. NPCs who acquire it in the future will Clear it automatically.
Parentname:
SetParent <stringRedirectInput/string>
Move with this entity. See Entity Hierarchy (parenting).
SetParentAttachment <stringRedirectInput/string>
Change this entity to attach to a specific attachment point on its parent. The entity will teleport so that the position of its root bone matches that of the attachment. Entities must be parented before being sent this input.
SetParentAttachmentMaintainOffset <stringRedirectInput/string>
As above, but without teleporting. The entity retains its position relative to the attachment at the time of the input being received.
ClearParent
Removes this entity from the the movement hierarchy, leaving it free to move independently.

Outputs

OnArrival
Fires when a NPC arrives. (!activator is the NPC)
OnAssaultClear
Fires when the point is cleared.