Following video tutorial is a part 2 series. I go through all the steps required to create a function-able elevator in Left 4 Dead.
We will set up a button sequence to have our elevator travel to 2nd floor and back down on button press.
Part 2 of the tutorial can be found here.
Creating an Elevator:
Create an elevator out of brushes. Select all the brushes and turn them into an entity.
Entity: func_elevator
Name: elevator
You want to pay attention to the elevator's properties.
If your elevator is going up and down, then pay attention to the 3rd number in the sequence.
Top Floor Position / Bottom Floor Position
Make you know where you elevator is on bottom and on top.
Manually move your elevator to the top or to the bottom to find out the values.
Once you know that number, change it in the elevator properties.
Place 2 entities.
info_floor_position
One on the top of the floor, one on the bottom.
Name top one: top
Name bottom one: bottom
Insert logic_relay entity
name: elevator_down_relay
Create a second logic_relay entity
name: elevator_top_relay
Create a button.
Use an entity, prop_dynamic for the visual representation of a button.
Parent the prop_dynamic to the elevator.
Use brush tool and create a brush with invisible texture applied on the brush.
Brush will be tied into an entity func_button. We won't see it in game, but it will act as a button.
Duplicate the same brush for the bottom
Control+T on both of the brushes and turn them into func_button.
Under flags set both buttons to Don't Move and Use Activates
Parent both func_buttons to the elevator
Home Terms of Use/Trademarks/Disclaimers Privacy Policy Donate About Contact
All content on this website is copyrighted ©2008-2024 World of Level Design LLC. All rights reserved.
Duplication and distribution is illegal and strictly prohibited.
World of Level Design LLC is an independent company. World of Level Design website, its tutorials and products are not endorsed, sponsored or approved by any mentioned companies on this website in any way. All content is based on my own personal experimentation, experience and opinion. World of Level Design™ and 11 Day Level Design™ are trademarks of AlexG.
Template powered by w3.css