This article relates to the game "Half-Life 2". Click here for more information.

Blob element: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-)
m (Classifying as model entity)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{langsp}}
{{LanguageBar}}
{{HL2 topicon}}
{{HL2 topicon}}
{{Ent not in fgd|nolink=1}}
{{Ent not in fgd|nolink=1}}
{{CD|CBlobElement|file1=npc_blob.cpp}}
{{CD|CBlobElement|file1=npc_blob.cpp}}
{{this is a|point entity|game=Half-Life 2|game1=Half-Life 2: Lost Coast|name=blob_element}}
{{this is a|model entity|game=Half-Life 2|game1=Half-Life 2: Lost Coast|name=blob_element}}
These are normally created and managed by an {{ent|npc_blob}}
These are normally created and managed by an {{ent|npc_blob}}



Latest revision as of 04:30, 19 May 2025

English (en)Translate (Translate)

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
CBlobElement
CBaseAnimating
CBaseEntity
C++ npc_blob.cpp

blob_element is a model entity available in Half-Life 2 Half-Life 2 and Half-Life 2: Lost Coast Half-Life 2: Lost Coast. These are normally created and managed by an npc_blob

This entity is only in Half-Life 2 and the 2013 SDK. Not even the Episodes have it.

ConVars/Commands

Cvar/Command Parameters or default value Descriptor Effect
npc_blob_use_model 2 Arbitrary number Chooses which model to show blob_elements as. Requires restart to take effect.
0. gibs/agibs.mdl (skull)
1. props_junk/watermelon01.mdl (watermelon)
2. w_squeak.mdl (snark (not in final game, shows error model))
3. baby_headcrab.mdl (baby headcrab (not in final game, shows error model))

See Also