Teleporter

From Tremulous Wiki
Jump to: navigation, search

Teleporters allow players to instantly move from one location to another. When Teleporting a players screen will go white. (This is a hard coded effect and can not be changed without a mod)

Method One

  1. - Make a Brush and texture it with the shader "Common/Trigger" (When the player collides with this they will be teleported. Also note that this brush will be invisible ingame)
  2. - With the brush selected Right Click the 2D window and select 'Trigger' then 'Trigger_Teleport'.
  3. - De-Select it. Right click the 2D window and select 'Misc' then 'Misc_Teleporter_Dest'.
  4. - Link the two by selecting them both and hitting 'Ctrl' and 'K'.

Method Two

You may wish to use this if you want it to be tied with particle and sound effects.

  1. - Create the entity that you want to have cause the player to teleport. (This could be; 'Trigger_Multiple', 'Func_Button' etc)
  2. - De-Select it. Right click the 2D window and select 'Misc' then 'Misc_Teleporter_Dest'.
  3. - Link the two by selecting them both and hitting 'Ctrl' and 'K'. As well as linking the Trigger to anything else you want.
Tremulous
Personal tools