Combat: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (removing abstract mapping header)
(Category:Hubs)
Line 1: Line 1:
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.


== Mapping ==
== Mapping ==
Line 37: Line 37:
== External links ==
== External links ==
* [http://type3studios.com/civilization/tutorials/sdknuts/npc Collection of NPC tutorials]
* [http://type3studios.com/civilization/tutorials/sdknuts/npc Collection of NPC tutorials]
[[Category:Hubs]]

Revision as of 18:11, 14 March 2011

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