- Aug 7, 2017
- 60
- 2
Okay, so, I realize it sounds like a joke, but I'm trying to make a multiplayer friendly elevator. I have how it works 100% in my head, but I have NO idea how to transfer that to hammer. Here's my process:
Because actual vertical moving platforms in Source are............... Problematic, for multiplayer anyway, I decided to ditch that notion entirely for my elevator. Specifically I'm making it like how a real elevator looks from the inside. Doors close, you don't see anything, and the doors open up to the destination. The reason I'm calling it the televeportalationalizer is because I'm just going to relatively teleport everyone inside to an identical room at a different elevation. People get in, after everyone is in and out of the way of the doors, they close, some quiet elevator music plays, some subtle env_shake to mask whatever jittering there is, and a quick teleport to the next elevator where the doors open and the sentry gun on the other side liquefies you instantly, because let's face it, that's what I'd do if I was an engie.
How.... how do I accomplish this in hammer? I obviously have the two rooms and the doors working, but boy is the teleporting giving me fits. I was planning to just to set the position of the teleportation trigger but things kept messing up and getting too complicated so I deleted it all and started from scratch. How do yall suggest I do this?
Because actual vertical moving platforms in Source are............... Problematic, for multiplayer anyway, I decided to ditch that notion entirely for my elevator. Specifically I'm making it like how a real elevator looks from the inside. Doors close, you don't see anything, and the doors open up to the destination. The reason I'm calling it the televeportalationalizer is because I'm just going to relatively teleport everyone inside to an identical room at a different elevation. People get in, after everyone is in and out of the way of the doors, they close, some quiet elevator music plays, some subtle env_shake to mask whatever jittering there is, and a quick teleport to the next elevator where the doors open and the sentry gun on the other side liquefies you instantly, because let's face it, that's what I'd do if I was an engie.
How.... how do I accomplish this in hammer? I obviously have the two rooms and the doors working, but boy is the teleporting giving me fits. I was planning to just to set the position of the teleportation trigger but things kept messing up and getting too complicated so I deleted it all and started from scratch. How do yall suggest I do this?