Combat

From Valve Developer Community
Revision as of 07:59, 30 May 2018 by Dr. Orange (talk | contribs) (→‎External links: Added archived link)
Jump to navigation Jump to search

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