Info zombie spawn: Difference between revisions
Jump to navigation
Jump to search
(Reformat) |
mNo edit summary |
||
Line 3: | Line 3: | ||
{{l4d series point|info_zombie_spawn}} It is used to spawn a zombie manually. | {{l4d series point|info_zombie_spawn}} It is used to spawn a zombie manually. | ||
== Keyvalues == | ==Keyvalues== | ||
{{KV|Population|string|Zombie population to choose among.}} | {{KV|Population|string|Zombie population to choose among.}} | ||
{{KV|Attack On Spawn|boolean|Whether this zombie should always attack on spawn. Note that this only affects | {{KV|Attack On Spawn|boolean|Whether this zombie should always attack on spawn. Note that this only affects Tanks and Witches at this time, all others always attack on spawn.}} | ||
{{KV|Offer Spawned Tank to PZs|boolean|since=L4D2}} | {{KV|Offer Spawned Tank to PZs|boolean|since=L4D2}} | ||
{{KV Targetname}} | {{KV Targetname}} | ||
Line 11: | Line 11: | ||
{{KV Parentname}} | {{KV Parentname}} | ||
== Inputs == | ==Inputs== | ||
{{IO|SpawnZombie|Spawn a zombie now.}} | {{IO|SpawnZombie|Spawn a zombie now.}} | ||
{{IO|StartleZombie|Startle the zombie (witches only).|since=L4D2}} | {{IO|StartleZombie|Startle the zombie (witches only).|since=L4D2}} | ||
Line 17: | Line 17: | ||
{{I Parentname}} | {{I Parentname}} | ||
== Outputs == | ==Outputs== | ||
{{IO|OnSpawnNormal|Fired when the spawner creates a | {{IO|OnSpawnNormal|Fired when the spawner creates a Common Infected.}} | ||
{{IO|OnSpawnSmoker|Fired when the spawner creates a Smoker.}} | {{IO|OnSpawnSmoker|Fired when the spawner creates a Smoker.}} | ||
{{IO|OnSpawnBoomer|Fired when the spawner creates a Boomer.}} | {{IO|OnSpawnBoomer|Fired when the spawner creates a Boomer.}} | ||
Line 29: | Line 29: | ||
{{O Targetname}} | {{O Targetname}} | ||
== See also == | ==See also== | ||
*[[commentary_zombie_spawner]] - An alternative entity for spawning common, special, and boss infected | *[[commentary_zombie_spawner]] - An alternative entity for spawning common, special, and boss infected | ||
*[[Left 4 Dead Infected Populations]] | *[[Left 4 Dead Infected Populations]] |
Revision as of 11:24, 1 February 2015
Template:L4d series point It is used to spawn a zombie manually.
Keyvalues
- Attack On Spawn ([todo internal name (i)]) <boolean>
- Whether this zombie should always attack on spawn. Note that this only affects Tanks and Witches at this time, all others always attack on spawn.
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- 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.
Inputs
- SpawnZombie
- Spawn a zombie now.
- StartleZombie (in all games since
)
- Startle the zombie (witches only).
Parentname:
- SetParent <string >
- Move with this entity. See Entity Hierarchy (parenting).
- SetParentAttachment <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 <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
- OnSpawnNormal
- Fired when the spawner creates a Common Infected.
- OnSpawnSmoker
- Fired when the spawner creates a Smoker.
- OnSpawnBoomer
- Fired when the spawner creates a Boomer.
- OnSpawnHunter
- Fired when the spawner creates a Hunter.
- OnSpawnSpitter
- Fired when the spawner creates a Spitter.
- OnSpawnJockey
- Fired when the spawner creates a Jockey.
- OnSpawnCharger
- Fired when the spawner creates a Charger.
- OnSpawnWitch
- Fired when the spawner creates a Witch.
- OnSpawnTank
- Fired when the spawner creates a Tank.
See also
- commentary_zombie_spawner - An alternative entity for spawning common, special, and boss infected
- Left 4 Dead Infected Populations