Elevators
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 |
There is no single specific elevator entity. Elevators must be constructed from several entities.
However if your elevator is only Two-Stops consider the simplicity of using a vertically moving func_door
.
Developer 1
enabled.Articles
- Two-stop elevators
- Multi-stop elevators
- Advanced elevators — extra features for elevators, such as counterweights and multi-part sliding doors
Entities
func_movelinear
— moves along an axis between two points; mainly useful for two-stop elevatorsfunc_tracktrain
— moves between several points (see Trains); the easiest entity for multi-stop elevatorsfunc_door
— moves between two positions and can't stop mid-way; only useful for two-stop elevatorsfunc_elevator
- can move between multiple floors and is required to establish necessary navigation mesh flow.
Notes
- Doors can be attached to an elevator by parenting them to the elevator.
- Some logic entities may be required, especially for multi-stop elevators.
See also
External links
- Creating a Working Elevator Tutorial: Adding Sounds (Archived version retrieved on 24 April, 2008)
- Creating a Working Elevator Tutorial: Adding Doors (Archived version retrieved on 24 April, 2008)
- Creating a Working Elevator Tutorial: The Basics (Archived version retrieved on 24 April, 2008)
- HL2 4-floor Elevator Tutorial (sdknuts) (Archived version retrieved on 26 April 2009)
- [TUTORIAL] The Elevator Trifecta (TF2Maps.net)
- +2 stop elevator (VERC) (Archived version retrieved on 24 April, 2008)