Combat: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (added metrics link)
m (otherlang2)
Line 1: Line 1:
{{otherlang2
|ru=Combat:ru}}
A hub for articles about creating fighting and combat in [[Source]] maps and mods.
A hub for articles about creating fighting and combat in [[Source]] maps and mods.



Revision as of 23:01, 18 October 2016

Template:Otherlang2 A hub for articles about creating fighting and combat in Source maps and mods.

Mapping

Entities

Most NPCs can fight, but some require special set-up:

Notes

  • NPCs will not move far, if at all, unless they have info_nodes. See Node graph.
  • All types of Combine soldier are placed with npc_combine_s entities; see the model property.
  • Human rebels are placed with npc_citizen entities.

Programming

See also

External links