PDA

View Full Version : How do I add teleporter?


$$*midnight*$$
18th Jan 2000, 11:16 PM
I want to add some teleporter to my level, like one for getting on top of a tall building and one to get to a speprate room. But I have no idea how to this. I'm trying tho do this Unreal Tournament. Thanks for any help!

GCENAdmin
18th Jan 2000, 11:33 PM
should be a simple answer.. what you want to do is go to actor, navigation point, teleporter.. setup the teleporters in the areas you want..

$$*midnight*$$
19th Jan 2000, 12:11 AM
I got that far but how to I set the teleporter to go from point a to point b? I saw Target Velocity in the teleporter properties but I don't how to check the X,Y,Z.Once again, thanks for any help!

Wanderer
19th Jan 2000, 10:38 AM
You'll want to use the Teleporters not the Transporters. Here's the recipe for a 2-way teleporter system.

1 "BLAM and next thing I know he's behind me!" Teleporter
Ingredients:
2 Teleporters in different spots

Teleporter(1) Properties:
Events=>Tag=Bob
Teleporter=>URL=Dick

Teleporter(2) Properties:
Events=>Tag=Dick
Teleporter=>URL=Bob

There ya go a teleporter that works both ways. If you want you can use a VisibleTeleporter instead since they're easier to see.

If you want to make a Teleporter one way only just don't put in a URL for destination Teleporter.

$$*midnight*$$
19th Jan 2000, 11:46 PM
Thanks! THat did the trick