Explosions: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(moved Car Explosions here instead of being its own Abstract Mapping article)
(Added movieexplosion entity and description)
 
(16 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{lang|Explosions}}
{{Abstract Mapping}} __NOTOC__
{{Abstract Mapping}} __NOTOC__
==Mapping==
==Mapping==
===Entities===
===Entities===
*There are several different explosion entities.
There are several different explosion entities.
*[[env_ar2explosion]] — AR2 explosion '''visual''' effect
*{{ent|env_ar2explosion}} — AR2 explosion ''effect'' (No damage)
*[[env_explosion]] — Origin oriented explosion
*{{ent|env_explosion}} — Origin oriented explosion
*[[env_physexplosion]] — Explosion that affects [[Physics]] objects
*{{ent|env_physexplosion}} — Explosion that affects [[Physics]] objects
*[[env_physimpact]] — Specific [[Physics]] explosion
*{{ent|env_physimpact}} — Specific [[Physics]] explosion
*[[env_shake]] — Shakes screens of players in proximity
*{{ent|env_shake}} — Shakes screens of players in proximity
*[[env_shooter]] — Shoots [[Wikipedia:Gibs|gibs]]
*{{ent|env_shooter}} — Shoots [[Wikipedia:Gibs|gibs]]
*[[env_spark]] — Shoots sparks
*{{ent|env_spark}} — Shoots sparks
*[[env_splash]] — Splash effect
*{{ent|env_splash}} — Splash effect
*{{ent|env_movieexplosion}} — Slowly Expanding Smoke Explosion
 
===Implementations===
*[[Car Explosions]]
*[[Blowout Doors]]
 
==Modeling==
==Modeling==
Add movie explosion documentation here
{{TODO|Add movie explosion documentation here...the one from the last map}}
 
==Coding==
==Coding==
*[[Special Effects - Introduction]]
*[[Special Effects - Introduction]]
*[[Special Effects - Server Control]]
*[[Special Effects - Server Control]]
[[Category:Level Design]]
 
==See also==
== See also ==
*[[Car Explosions]]
* [[WiseElec|Electrified obstacles]]
 
[[Category:Hubs]]

Latest revision as of 20:51, 17 April 2025

English (en)Русский (ru)中文 (zh)Translate (Translate)
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

Mapping

Entities

There are several different explosion entities.

Implementations

Modeling

Todo: Add movie explosion documentation here...the one from the last map

Coding

See also