Difference between revisions of "Teleporter"

From DoomWiki.org

[unchecked revision][unchecked revision]
m ("appears in" inconsistency)
Line 15: Line 15:
 
|}
 
|}
 
</div>
 
</div>
[[Image:E2m1_teleport.png|thumb|A teleporter in use on [[E2M1]]]]
+
[[Image:E2m1_teleport.png|thumb|A teleporter in use on [[E2M1: Deimos Anomaly]]]]
 
A '''teleporter''' moves [[player]]s and [[monsters]] from one location on the map to another, almost instantly, with a flash of green fog and a whoosh noise (DSTELEPT).
 
A '''teleporter''' moves [[player]]s and [[monsters]] from one location on the map to another, almost instantly, with a flash of green fog and a whoosh noise (DSTELEPT).
  

Revision as of 18:13, 2 October 2005

Teleport landing data
Thing type 14 (decimal), E (hex)
Appears in Shareware Doom
Registered Doom
Ultimate Doom
Doom II/Final Doom
Radius 20 units
Sprite TFOG (only while in operation;
also drawn at departure point)
Class none
A teleporter in use on E2M1: Deimos Anomaly

A teleporter moves players and monsters from one location on the map to another, almost instantly, with a flash of green fog and a whoosh noise (DSTELEPT).

In vanilla Doom, there are four linedef types for teleporting. These implement the combinations of one-time versus repeating and players plus monsters versus monsters only. All of them are of the walk-over variety.

The tag field of the teleporter linedef specifies the destination sector (the lowest-numbered sector with the same tag value). Within that sector, there must be a teleport landing Thing, which specifies the specific coordinates and angle the player or monster will have after teleporting.

If a monster or player is on the landing spot at the time of teleporting, monsters will not teleport but players will, killing whatever was on the landing spot. This is known as a telefrag. A player will self-telefrag if a voodoo doll is at the teleport landing spot. In vanilla implementations, moreover, monsters can telefrag each other or the player on MAP30 of any WAD (some source ports allow the player to disable this exception or apply it to every map).

Teleporter linedefs are direction sensitive. This is necessary for when the landing spot is another teleporter, so that the player can walk off the landing spot without teleporting again.

Normally, teleporters are constructed as a 64-unit square with a distinctive floor texture; however, this is not a technical requirement. All sides of a teleporter usually teleport to the same place, but again this is not required: some tricky levels have teleporters which take players to different places depending on which side the teleporter is entered from.

Teleporters figure prominently in Doom's background story: it was an unexpected side effect of UAC's experiments with teleportation that opened the gates of Hell.

Boom introduced some extended teleporter line types, including switch-activated teleporters and silent teleporters. The latter preserve player orientation, position, momentum and height so that the teleport may not be noticed; this can be used to simulate rooms over rooms and for other special effects.