Jump to content

Home

Elevators Starting At Top, Going Down


SWS_Bossk

Recommended Posts

Hey guys,

 

I'm having a little trouble. I want to make an elevator that starts at the top and goes down when someone lands on it. It should go down at a slow pace, and, when it hits the bottom, come back up immediately.

 

The trouble is getting an elevator to start at the top. I know how to make one start at the bottom and do what I want, but, this eludes me. If you could help, I'd appreciate it. Thanks!

 

Bossk

Link to comment
Share on other sites

I think if you use a func_plat and give it a negative lip value, then it will go down that amount. You may or may not also have to set the direction as down on the entity options, I can't remember. I'm fairly sure that does it, but it was a while since I made an elevator so can't be certain :grnlaz:

Link to comment
Share on other sites

I have a downward lift in a level I'm working on now.. you have to do a few things.. first get the height for the func_plat and fill in the "height" key with that number, and then just put a - in front of it. (i.e., if the height was 450, then put in -450 as the value) Then, as odd as this will sound, put the func_plat in it's fully retracted position, in other words, if it lines up with the lower floor when it goes down, put it as if it was in the down position. Then.. well.. try it out.. :) If it doesn't work.. I'm out of clues..

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...