commentary_dummy
Jump to navigation
Jump to search
![]() |
---|
CCommentaryDummy |
commentary_dummy
is a point entity available in Left 4 Dead series. It is used in the Developer Commentary mode of both
Left 4 Dead and
Left 4 Dead 2 to display a model to the player, such as a Survivor model.
Keyvalues
- Dummy Model (model) <model path>
- Eye Height (EyeHeight) <integer>
- Eye height relative to origin. Only necessary when staring at players
- Starting Animation (StartingAnim) <string>
- The name of the starting animation that this dummy will play when it spawns.
- Starting Weapons (StartingWeapons) <string>
- The names of any weapons the dummy should have when it spawns. Separated by spaces, commas, or semicolons. Last specified weapon will be equipped

- Stare at players (LookAtPlayers) <boolean>
- Set to true if you want the dummy to attempt to stare at players all the time.

- Head Yaw Pose Parameter (HeadYawPoseParam) <string>
- The name of the head yaw pose parameter. Only necessary when staring at players
- Head Pitch Pose Parameter (HeadPitchPoseParam) <string>
- The name of the head yaw pose parameter. Only necessary when staring at players
- 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
Inputs
- SetAnimation <string >
- Force the dummy to play an animation. The parameter should be the name of the animation.