Npc bullsquid (Half-Life 2): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Removed deletion request and added some info from ts2do.)
No edit summary
Line 1: Line 1:
{{wrongtitle|title=npc_bullsquid}}
{{wrongtitle|title=npc_bullsquid}}
{{ent not in fgd}}


==Entity Description==
==Entity Description==
Though this entity is not available, and there is no bullsquid model, the code for this entity exists and completely works. All it seems to need is a model.
Although there is no bullsquid model provided in [[Half-Life 2]], the '''npc_bullsquid''' entity is fully supported in code.


{{npcnote}}
{{npcnote}}
 
===Missing Models===
*models/bullsquid.mdl
*models/spitball_large.mdl
*models/spitball_medium.mdl
*models/spitball_small.mdl
===Missing Sounds===
*NPC_Bullsquid.Idle
*NPC_Bullsquid.Pain
*NPC_Bullsquid.Death
*NPC_Bullsquid.Attack1
*NPC_Bullsquid.Growl
*NPC_Bullsquid.TailWhip
*GrenadeSpit.Acid
*GrenadeSpit.Hit
==Dedicated Console variables==
* '''sk_bullsquid_health'''
* '''sk_bullsquid_dmg_bite'''
* '''sk_bullsquid_dmg_whip'''
==Keyvalues==
==Keyvalues==
*{{kv basenpc}}
*{{kv basenpc}}

Revision as of 18:20, 18 April 2006

Template:Wrongtitle

Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.

Entity Description

Although there is no bullsquid model provided in Half-Life 2, the npc_bullsquid entity is fully supported in code.

Note.pngNote:Some keyvalues, spawnflags, effect flags, inputs, or outputs might not affect an NPC, based on the functionality and coding of the NPC.

Missing Models

  • models/bullsquid.mdl
  • models/spitball_large.mdl
  • models/spitball_medium.mdl
  • models/spitball_small.mdl

Missing Sounds

  • NPC_Bullsquid.Idle
  • NPC_Bullsquid.Pain
  • NPC_Bullsquid.Death
  • NPC_Bullsquid.Attack1
  • NPC_Bullsquid.Growl
  • NPC_Bullsquid.TailWhip
  • GrenadeSpit.Acid
  • GrenadeSpit.Hit

Dedicated Console variables

  • sk_bullsquid_health
  • sk_bullsquid_dmg_bite
  • sk_bullsquid_dmg_whip

Keyvalues

Flags

Inputs

Outputs