Gibshooter: Difference between revisions
Jump to navigation
Jump to search


Note:This entity is fairly outdated. New games use Env_shooter instead.
Note:In
Black Mesa differs from other games in that this entity shoots out giblets of a male scientist. The best example is the scene in bm_c1a2b.
MyGamepedia (talk | contribs) No edit summary |
(-added class hierarchy, cleanup) |
||
Line 1: | Line 1: | ||
{{Underlinked|date=January 2024}} | |||
{{LanguageBar}} | |||
{{Tabs|goldsrc=1|source=1|main=source|gibshooter}} | {{Tabs|goldsrc=1|source=1|main=source|gibshooter}} | ||
{{ | {{CD|CGibShooter|file1=effects.cpp}} | ||
{{this is a|point entity|name=gibshooter|sprite=1}} It shoots out giblets. Style of body part depends on language type.{{clarify}}<!--Is this referring to HL1's German censorship???--> | {{this is a|point entity|name=gibshooter|sprite=1}} It shoots out giblets. Style of body part depends on language type.{{clarify}}<!--Is this referring to HL1's German censorship???--> | ||
{{note|This entity is fairly outdated. New games use [[Env_shooter]] instead.}} | {{note|This entity is fairly outdated. New games use [[Env_shooter]] instead.}} | ||
{{note|In {{bms|4}} differs from other games in that this entity shoots out giblets of a [[npc_human_scientist|male scientist]]. The best example is the scene in [[bm_c1a2b]].}} | {{note|In {{bms|4}} differs from other games in that this entity shoots out giblets of a [[npc_human_scientist|male scientist]]. The best example is the scene in [[bm_c1a2b]].}} | ||
{{clr}} | {{clr}} | ||
Line 14: | Line 14: | ||
==Keyvalues== | ==Keyvalues== | ||
{{KV Targetname}} | |||
{{KV GibshooterBase}} | {{KV GibshooterBase}} | ||
==Inputs== | ==Inputs== | ||
{{I GibshooterBase}} | {{I GibshooterBase}} | ||
Revision as of 17:59, 30 July 2024

This article needs more
links to other articles to help
integrate it into the encyclopedia. Please help improve this article by adding links
that are relevant to the context within the existing text.
January 2024



January 2024


![]() |
---|
CGibShooter |
![]() |

gibshooter
is a point entity available in all Source games. It shoots out giblets. Style of body part depends on language type.[Clarify]



Flags
- Repeatable : [1]
Keyvalues
- 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
GibShooter:
- Number of Gibs (m_iGibs) <integer>
- Total number of
gibs
to shoot each time the entity should shoot.
- Delay between shots (delay) <float>
- Delay (in seconds) between shooting each
gib
. If 0, allgibs
shoot at once.
- Gib Angles (Pitch Yaw Roll) (gibangles) <vector3>
- The orientation of the spawned
gibs
.
- Max angular velocity (gibanglevelocity) <float>
- How fast (degrees/sec) the
gibs
should spin. They will spin on the x and y axes between 10% and 100% of this speed.
- Gib Velocity (m_flVelocity) <float>
- Speed of the fired
gibs
.
- Course Variance (m_flVariance) <float>
- How much variance in the direction
gibs
are fired.
- Gib Life (m_flGibLife) <float>
- Time in seconds for
gibs
to live +/- 5%.
- Lighting Origin (lightingorigin) <targetname>
- Select an entity (not info_lighting!) to specify a location to sample lighting from for all
gib
s spawned by this shooter, instead of their own origins.
- Physics (simulation) <choices>
- How the
gibs
will be physically simulated.
Inputs
GibShooter:
- Shoot
- Force the gibshooter to create and shoot a
gib
.