Combat: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added the 'abstract mapping' template to the page, hidden the table of content)
No edit summary
Line 1: Line 1:
{{otherlang2
{{otherlang2
|ru=Combat:ru}}
|ru=Combat:ru
|zh-cn=Combat:zh-cn}}
{{Abstract Mapping}}
{{Abstract Mapping}}
<br />
<br />

Revision as of 21:13, 15 September 2019

Template:Otherlang2

Abstract Mapping series Discuss your thoughts - Help us develop the articles or ideas you want

Ammunition | List of HL2 Animals and Creatures | Mapping with Antlions | Beams and Lasers | Cables and Ropes | Moving Clouds | Color Theory in Level Design | Combat | Combine | Compression (Source 1) | Doors | Dust, Fog, & Smoke | Elevators | Level Transitions | Environmental Lighting, Sun, Weather, & Outdoors | Explosions | Fire | Half-Life 2 Foliage | Glass & Windows | Headcrab | Health | Ladders | Lighting | Optimization (level design) | Physics | Retinal scanners | Sound and Music | Special effects | Terrain | Trains | Turrets | Water | Weapons | Zombie


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