Dust, Fog, & Smoke
From Valve Developer Community
(Redirected from Smoke)
| [edit (http://developer.valvesoftware.com/w/index.php?title=Template:Abstract_Mapping_Ideas&action=edit)]Abstract Mapping series Discuss your thoughts—Help us develop the articles or ideas you want
Animals | Animated Clouds | Animated Sky | Antlions | Beams | Bushes | Cables | Color | Combat | Creatures | Doors | Dust | Elevators | Environmental Lighting | Explosions | Fire | Fog | Foliage | Glass | Grass | Ladders | Lasers | Lighting | Moving Clouds | Music | Optimization | Outdoors | Physics | Retinal scanners | Ropes | Smoke | Sound | Special effects | Sun | Terrain | Trains | Trees | Turrets | Water | Weather | Windows |
This article is about adding smoke, dust, fog, etc, to a map. Due to their similarities, most of these effects can be achieved by variations of each other.
[edit]
Entities
- env_fog_controller — adds fog to the entire map
- env_smokestack — smoke emerges, is moved by wind, and dissipates
- func_dustcloud — a volume of dust
- env_steam — fast-moving version of env_smokestack, without wind
- env_dustpuff — emits puffs of dust
- env_smoketrail
- func_smokevolume
[edit]
Materials
effects/fog_d1_trainstation_02Used only in the distance. Fit to brush face. HL2-content derived source games only.shadertest/volumetricfog— Doesn't work.tools/toolsfog— Works only with func_smokevolume.tools/toolsskyfog(needs description)
[edit]
Notes
- env_smokestack and func_dustcloud use numerous sprites to achieve their effect, and can therefore be very expensive to render (some settings will slow your map, especially on low-end systems).
- CS:S has some cloud props.
- Shafts of light must be added by hand. There is a model for this (
Effects/vol_light.mdl) or you can create a non-solid brush with material (where did that material go?). - To get fog in a 3D skybox, adjust the fog settings in the sky_camera. For best results give it the same settings as the env_fog_controller.
[edit]
See also
[edit]
External links
- Creating Dust Motes (http://www.halflifestorm.com/?page=tutorials&tutorial=45) tutorial
- Fog prefab for Episode One and Two (http://www.fpsbanana.com/prefabs/1308) Realistic, non-fps killing fog - tutorial
