OK I need you guys to tell me everything you know about port

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
CLOUDspawn
Posts: 46
Joined: Fri Feb 12, 2016 3:03 am

OK I need you guys to tell me everything you know about port

Post by CLOUDspawn »

I'm going to make a portal to another point in the level. But it will be like a pit. People will fall in it and warp to another area of the map.
I need to know what are the different types of portals. I need to know how to link them via trigger objects and everything. Thanks.
CLOUDspawn
Posts: 46
Joined: Fri Feb 12, 2016 3:03 am

Re: OK I need you guys to tell me everything you know about port

Post by CLOUDspawn »

I tried using an example from a converted map. but it had too many layers. the top layer was a trigger but I couldn't tell where it was linked to.
AndyW
Posts: 848
Joined: Wed Mar 11, 2015 3:23 pm

Re: OK I need you guys to tell me everything you know about port

Post by AndyW »

Just put a brush in your pit, apply the texture: common/trigger on it.
Select the trigger brush and click RMB. Make it a trigger_teleport.
Place a target_position anywhere in the map you want to spawn from the teleporter-pit. Select your target_position and press N to check the direction you will spawn out from the teleporter.
Now select FIRST your trigger_teleport brush and next the target_position. Once you selected both just press ctrl&k to link your 2 brushes, a blue line should be drawn between if you did it right.
Here you go with your teleporter pit. ;)
Die Vitamine sind in der Dose gefangen!!!
cityy
Posts: 1020
Joined: Mon Aug 10, 2009 8:23 am

Re: OK I need you guys to tell me everything you know about port

Post by cityy »

www.ferdinandlist.de/leveldesign
dONKEY
Posts: 566
Joined: Mon Oct 15, 2001 7:00 am

Re: OK I need you guys to tell me everything you know about port

Post by dONKEY »

If you also mean that you want to see yourself flying through the portal Team Arena style, that's done by teleporting to a separate map area and back.
Post Reply