asw_alien_goo
(Redirected from Swarm Biomass)
Jump to navigation
Jump to search
![]() |
---|
CASW_Alien_Goo |
![]() |
asw_alien_goo
is a model entity available in Alien Swarm. This entity creates an animated object which behaves like the biomass in Alien Swarm.
When the player touches it, he will be hurt and it can be destroyed using fire. This entity will constantly play its worldmodels
idle
animation.

models\aliens\biomass\
folder, which are designed for this purpose and have an appropriate idle
animation
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
- World Model (model) <model path>[ Edit ]
- In-game 3D representation of the entity to display. This is the path to a MDL relative to the game's root directory. (128 character limit)
Warning:It is strongly recommended to use the models from models/aliens/biomass/ folder to avoid confusion.
- Pulse Strength (PulseStrength) <float>
- Controls the amplitude of the pulsating goo (ranges from 0 to 1.0).
Warning:Will only work with models mentioned above.
- Pulse Speed (PulseSpeed) <float>
- Controls how quickly the goo pulsates (1.0 is normal, can be set higher or lower).
Warning:Will only work with models mentioned above.
- Burning Link Name (BurningLinkName) <string>
- Alien goo/Grub sacs that share the same Burning Link Name will all be set on fire when one of those alien goo's is set on fire.
Tip:Useful for creating large numbers of biomass on a single spot, which should interact when being bunt.
- Has Ambient Sound (HasAmbientSound) <choices>
- Whether the goo has a slimey ambient sound effect loop or not.
Tip:Whe using large amounts of biomass their ambient sounds may dominate the levels ambience too much, so you might only want one or two biomass entities play a loop.
- Required By Objective (RequiredByObjective) <choices>
- Whether the goo must be destroyed for an objective. (supresses burn hint if no).
Note:Does not mean goo must be destroyed to complete mission - to achive that effect use asw_objective_destroy_goo entity.
Outputs
- OnIgnite
- Fired when the biomass is set on fire.
Tip:Useful for calling spawners while marines have to wait for biomass to be destroyed.
- OnGooDestroyed
- Fired when the biomass is fully destroyed.
Tip:Useful for firing a completion input on an asw_objective_destroy_goo.