npc_strider

From Valve Developer Community
Jump to navigation Jump to search
English (en)Русский (ru)Translate (Translate)

npc_strider is a point entity available in Half-Life 2 Half-Life 2.

Combine strider.jpg

Striders are the largest known creatures in the Combine arsenal. Simply parading a Strider down a street can be enough to give players a sense of unease, but they are unwieldy and should be used only after great care and consideration. A Strider on every street corner is a great way to destroy their effect!

A Strider has three forms of attack: its Pulse turret, which will slowly strafe across targets, its Warpspace cannon that will evaporate all dynamic entities it touches (but needs to be triggered by the mapper), and its legs, which in the right circumstances can stomp down on NPCs and 'impale' or skewer them.

Tip.pngTip:Striders will only attack NPCs; to make them attack parts of their environment/other non-NPCs, use npc_bullseyes.

A Strider is a Flying NPC that uses info_node_air_hint of type "Strider Node" for navigation. It can only move in straight lines between these entities (though it can turn freely).

It is also very large, and requires plenty of space in order to move around. They need at least 300 units to fit on the ground and around 540 to stand upright. Striders do not require open terrain however: their long legs allow them to cross over nearly anything up to a certain height.

  • Scanners can be used to extend a Strider's line of sight when properly flagged. Every time they take a photo, the location of the target NPC/player is transmitted to nearby Striders through an entity called bullseye_strider_focus, which they will then hate.
  • In Episode One, Striders have a new attack. They're capable of firing much faster and accurately than they could in Half-Life 2. They are better at tracking the players movements as well.
Note.pngNote:Some keyvalues, spawnflags, effect flags, inputs, or outputs might not affect an NPC, based on the functionality and coding of the NPC.

Dedicated Console Variables

Dedicated Console Variables:
npc_strider_height_adj <int>
Adjust strider's z axis of its origin (Default: 0).
npc_strider_shake_ropes_magnitude <float>
Magnitude at which the strider's footsteps will shake ropes (Default: 150).
npc_strider_shake_ropes_radius <float>
Radius in which ropes will shake by the footsteps (Default: 1200).
sk_strider_health <int>
Strider spawn health (Default: 350).
sk_strider_num_missiles1 <float>
Rockets required to take down an easy strider (Default: 5).
sk_strider_num_missiles2 <float>
Rockets required to take down a medium strider (Default: 7).
sk_strider_num_missiles3 <float>
Rockets required to take down a hard strider (Default: 7).
strider_always_use_procedural_height <bool>
Uses calculated height if not set (Default: 0).
strider_ar2_altfire_dmg <float>
The amount of damage an AR2 grenade (combine ball) does to a strider. (Default: 25)
strider_distributed_fire <bool>
Switch targets once in a while. (Default: 1)
strider_eyepositions <bool>
Draw a 3D cross at the standing and crouched eye positions (Default: 0).
'strider_free_knowledge <float>
Todo: Add a description for this variable.
(Default: 0)
strider_free_pass_cover_dist <float>
Todo: Add a description for this variable.
(Default: 120)
strider_free_pass_duration <float>
Todo: Add a description for this variable.
(Default: 2)
strider_free_pass_move_tolerance <float>
Todo: Add a description for this variable.
(Default: 320)
strider_free_pass_refill_rate<float>
Todo: Add a description for this variable.
(Default: 0)
strider_free_pass_start_time<float>
Todo: Add a description for this variable.
(Default: 3)
strider_idle_test <bool>
Disables minigun and sets the schedule to standing idle (Default: 0).
strider_immolate <bool>
Unused: Strider immolation toggle(Default: 0).
strider_pct_height_no_crouch_move <float>
A percentage used while calculating ideal crouch height (Default: 90).
strider_peek_eye_dist<float>
Eye distance (Default: 1).
strider_peek_eye_dist_z<float>
Eye distance z (Default: 4).
strider_peek_time <float>
Gives players this much time before shooting at them (player in slot 1 only)(Default: 0).
strider_peek_time_after_damage <float>
Gives players this much time before shooting at them after being attacked (player in slot 1 only)(Default: 4).
strider_show_cannonlos <bool>
Draw cannon's line of sight (Default: 0).
strider_show_focus <bool>
Draw a 3d cross at the origin of the strider's target (Default: 0).
strider_show_weapon_los_condition <bool>
Draw weapon's line of sight (condition)(Default: 0).
strider_show_weapon_los_z <bool>
Draw weapon's line of sight (z)(Default: 0).
strider_test_height <float>
Sets the strider's ideal height to this if it's greater than .1 (Default: 0).
Only works with strider_always_use_procedural_height on.

Keyvalues

Disable physics (reduce CPU) (disablephysics) <boolean>
Model (model) <choices>
  • Standard Strider: models/combine_strider.mdl
  • The Strider that fights Dog: models/combine_strider_vsdog.mdl
BaseNPC keyvalues

CBaseCombatCharacter:

Relationship (Relationship) <string> !FGD
<string|targetname or classname> <string|disposition> <int|rank>
Changes whether this entity likes or dislikes certain other things. Used like the ai_relationship entity, with this entity as the subject.
Values for disposition are:
  • D_HT: Hate
  • D_FR: Fear
  • D_LI: Like
  • D_NU: Neutral
Physics Impact Damage Scale (physdamagescale) <float>
Multiplier for damage amount when this entity is hit by a physics object. With a value of 0 the entity will take no damage from physics.

CAI_BaseNPC:

Target Path Corner (target) <targetname>
The path_corner that this NPC will move to after spawning.
Squad Name (squadname) <string>
NPCs that are in the same squad (i.e., have matching squad names) will share information about enemies and will take turns attacking and covering each other.
Hint Group (hintgroup) <string>
Hint groups are used by NPCs to restrict their hint-node searching to a subset of the map's hint nodes. Only hint nodes with matching hint group names will be considered by this NPC.
Hint Limit Nav (hintlimiting) <boolean>
Limits NPC to using specified hint group for navigation requests. Does not limit local navigation.
Sleep State (sleepstate) <choices>
Holds the NPC in stasis until specified condition. See also Wake Radius and Wake Squad.
  • 0: None
  • 1: Waiting for threat
  • 2: Waiting for PVS
  • 3: Waiting for input, ignore PVS
  • 4: Auto PVS
  • 5: Auto PVS after PVS
Wake Radius (wakeradius) <float>
Auto-wake if player comes within this distance.
Wake Squad (wakesquad) <boolean>
Wake all of the NPCs squadmates if the NPC is woken.
Enemy Filter (enemyfilter) <targetname>
Filter entity to test targets against.
Ignore unseen enemies (ignoreunseenenemies) <boolean>
Prefers visible enemies, regardless of distance or relationship priority.

DamageFilter:

Damage Filter (damagefilter) <targetname>
Name of the filter_damage_type entity that controls which entities can damage us.

Flags

BaseNPC flags 
  • 65536 : Can Stomp Player
    Note.pngNote:This doesn't mean the strider won't step on the player, it just means the strider will not try to stab the player.

Inputs

SetMinigunTime <float>
Time to shoot at any set minigun target.
SetMinigunTarget <targetname>
Strider will shoot minigun at this target.
SetCannonTarget <targetname>
Strider will shoot cannon at this target.
FlickRagdoll
Strider will flick anyone it's skewered.
StartPatrol
Start patrolling back and forth along the current track.
Icon-Bug.pngBug: non-functional, FGD error  [todo tested in ?]
StopPatrol
Stop patrolling back and forth along the track. This will cause the helicopter to come to rest at the track which he's currently flying toward.
Icon-Bug.pngBug: non-functional, FGD error  [todo tested in ?]
ChooseFarthestPathPoint
When tracking an enemy, choose the point on the path furthest from the enemy, but still in firing range.
Icon-Bug.pngBug: non-functional, FGD error  [todo tested in ?]
ChooseNearestPathPoint
When tracking an enemy, choose the point on the path nearest from the enemy.
Icon-Bug.pngBug: non-functional, FGD error  [todo tested in ?]
Crouch
Crouch down.
Stand
Stand up from crouch.
DisableCrouchWalk
Disables the ability of the Strider to Crouchwalk.
EnableCrouchWalk
Enables the ability of the Strider to Crouchwalk.
SetTargetPath <targetname>
Set a path for the Strider to move along. The Strider will first move to the closest point on the path.
Tip.pngTip:Striders will not deviate from this path by default (even in combat). The only way to make them deviate is through scout scanners or inputs.
ClearTargetPath
Clear the Strider patrol path.
CrouchInstantly
Crouch instantly. This makes the Strider pop to a crouch. Do not do this where players can observe.
EnableAggressiveBehavior
Enables Striders' new minigun attack (New with HL2 Episode One!). The Strider will fire more rapidly and with greater precision.
DisableAggressiveBehavior
Stop using aggressive behavior. (Revert to normal)
StopShootingMinigunForSeconds <float>
Stop shooting the minigun for a period of time (specify seconds as parameter).
DisableCrouch
Prevents the Strider from crouching.
DisableMoveToLOS
Prevents the Strider from seeking Line of Sight to target. Essentially, this prevents the Strider from switching between standing and crouching on its own. Use Crouch/CrouchInstantly or Stand to manually change its state.
BaseNPC inputs 

Outputs

BaseNPC Outputs
OnDamaged
Fired when this NPC takes damage (!activator is the damage inflictor).
OnDamagedByPlayer
Fired when this NPC is hurt by a player (!activator is the attacker or vehicle driver [if friendly fire]).
OnDamagedByPlayerSquad
Fired when this NPC is hurt by a player OR by one of the player's squadmates (!activator is the attacker or vehicle driver [if friendly fire]).
OnDeath
Fired when this NPC is killed (!activator is the killer).
OnDenyCommanderUse
Fired when this NPC has refused to join the player's squad.
OnForcedInteractionAborted
Fired when the NPC aborts a forced interaction for some reason (target NPC died, couldn't be pathed to, etc.).
OnForcedInteractionStarted
Fired when the NPC starts a forced interaction.
OnForcedInteractionFinished
"NPCs in actbusies can no longer perform dynamic interactions."
Todo: What does this mean?
OnHalfHealth
Fired when this NPC reaches half of its maximum health.
OnHearCombat
Fired when this NPC hears combat sounds.
OnHearPlayer
Fired when this NPC hears the player.
OnHearWorld
Fired when this NPC hears a sound (other than combat or the player).
OnFoundEnemy <targetname>
Fired when this NPC establishes line of sight to its enemy.
OnLostEnemy
Fired when this NPC loses its enemy. Usually due to the enemy being killed/removed, or because this NPC has selected a newer, more dangerous enemy.
OnLostEnemyLOS
Fired when this NPC loses line of sight to its enemy.
OnFoundPlayer <targetname>
Fired when this NPC establishes line of sight to its enemy, and that enemy is a player.
OnLostPlayer
Fired when this NPC loses its enemy, and that enemy was a player. Usually due to the enemy being killed/removed, or because this NPC has selected a newer, more dangerous enemy.
OnLostPlayerLOS
Fired when this NPC loses line of sight to its enemy, and that enemy is a player.
OnSleep
Fired when this NPC enters a sleep state.
OnWake
Fired when this NPC comes out of a sleep state.
Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality because:
1. Proper sortable tables should greatly improve the page.
2. Smaller headers or visible anchors should greatly improve the page.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.