Got a new tutorial? Mail the Portal Team!

UnrealEd Tutorial - Creating Teleports - by Panic
 
This tutorial will Show you how to create the awesome Teleports in Unreal. This tutorial also assumes that you already know the basics of UnrealED.

*Important things to remember* - Teleports that are linked together MUST have the same Width and Height to work correct.

Download the map for this Tutorial and install it in your C:\UNREAL\MAPS directory.

 
 

 

Building the Base Geometry
 

Start with building two rooms, the size of the rooms doesn't have to be the same. Build two Teleports, one in each room. It doesn't make any difference how the opening in the teleport is facing, it can be facing in different directions for each room. Add a light in each room if you want to. Now you should have something looking like this:


Click image to enlarge

 
 

 

Start working on the Teleports
 

Create a Sheet-brush that are covering the whole Teleport opening. Add it to the world about one grid unit (normal grid) into the Teleport opening. Now add the sheet in the same position in the other Teleport.


Click image to enlarge

!NOTE! - If you are building two Teleports that are facing the SAME direction you will have to rotate ONE of the sheets 180 degrees so that it is facing the other way. Keep this in mind. Two teleports facing in different directions must have the Portal sheets in the SAME direction.Two teleports facing in the same direction must have the Portal sheets in DIFFERENT directions.
Don't ask me why.

Now turn off grid and vertex snapping and add one more sheet in each Teleport just a bit outside the first Sheet. Rotate the sheets so BOTH of them are facing outwards. Also add a light in each of the Teleports.


Click image to enlarge

Now select the inner sheets and change their surface properties to act like a Portal. They will now be visible in both directions, ignore that.

Now add a cool looking texture for the outer sheets. One of the water textures for example. Edit their Surface Properties like this:


Click image to enlarge

 
 

 

Creating the Teleport Effect
 

In the browser select Classes.

Go to Info->ZoneInfo->

Select WarpZoneInfo and add one in each Teleport. Edit the Properties for one of the WarpZoneInfo like this:

WarpZoneInfo->
+Destinations ...
OtherSideURL T2
ThisTag T1

Descriptions:
+Destinations = Have not figured it out yet.
OtherSideURL = ThisTag on the other WarpZoneInfo.
ThisTag = OtherSideURL on the other WarpZoneInfo.

This means that the other WarpZoneInfo Properties should look like this:

WarpZoneInfo->
+Destinations ...
OtherSideURL T1
ThisTag T2

If you want a one-way teleport you just set the OtherSideURL on one WarpZoneInfo and leave the one on the other blank.

 
 

 

Finishing Up and Troubleshooting
 

Well, Add a playerstart and you are ready to go! Here's some troubleshooting tips:

? When I'm looking into the teleport it is all blurred and messed up
! The portal sheet doesn't cover the whole Teleport opening.

? When I'm looking into the teleport it flickers and I see fragments of  the player model.
! The Portal sheets are facing the same direction, rotate one of them 180.

? The teleport doesn't work.
! Go through this Tutorial one more time.

 
 

Back to Tutorials

.