User:Rustiznotch/TF2 Teleportation: Difference between revisions
Jump to navigation
Jump to search
Rustiznotch (talk | contribs) No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
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.]] |
Latest revision as of 14:37, 2 September 2023
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 where you want the teleport zone to teleport to.
- Set the 'Name' attribute to the arbitrary name we set in the previous step.
- File:Rustiznotch teleportation.jpgAn example teleportation room.