User:Rustiznotch/TF2 Teleportation: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
== TF2 Teleportation Tutorial ==
== TF2 Teleportation Tutorial ==
* Create a [[trigger_teleport]] as a [[brush_entity]] and place it over where you want the teleport zone to be.
:* Set the 'Remote Destination' to an arbitrary name to be set later.
:* Change to the 'Flags' tab and check the 'Clients' box.
* Create an [[info_teleport_destination]] as an [[Entity_Creation|entity]] where you want the teleport zone to teleport to.
:* Set the 'Name' attribute to the arbitrary name we set in the previous step.
:[[image:Rustiznotch_teleportation.jpg|thumb|none|200px|An example teleportation room.]]

Revision as of 00:07, 25 November 2007

TF2 Teleportation Tutorial

  • Set the 'Remote Destination' to an arbitrary name to be set later.
  • Change to the 'Flags' tab and check the 'Clients' box.
  • Set the 'Name' attribute to the arbitrary name we set in the previous step.
File:Rustiznotch teleportation.jpg
An example teleportation room.