teleports

Temp

L1: Registered
Jul 15, 2008
6
1
hi this mite seem like a noob question but how do i make teleports on hammer that leads from one place to another ive saw them alot in surf maps but ive never found away to do them. thank you for your help
 

Spike

L10: Glamorous Member
Feb 13, 2008
716
82
make an trigger_teleport entity brush with trigger texture, and place a info_teleport_destination on the teleport destination. Very easy :D
 

Temp

L1: Registered
Jul 15, 2008
6
1
info_teleport_destination is a entity right because ive tried and i cant get it to work
 

samn

L4: Comfortable Member
Mar 28, 2008
158
47
I read on SDK docs that info_teleport_destination was obselete, and that info_target should be used instead. Can't get that to work either though
 

Bonafide

L6: Sharp Member
Mar 18, 2008
313
25
make an trigger_teleport entity brush with trigger texture (spike said correctly) then Use and name an info_target for the destination and give the trigger teleport the name of the info_target as its destination.

Thats what I did. It works fine.
 

bob+M|M+

L6: Sharp Member
Mar 31, 2008
346
394
For the trigger_teleport entity, the important part is to checkmark the "clients" option under the Flags tab.

info_teleport_destination works just fine, and is better than info_target imo because it gives you a better sense of location of the player. Make sure to place it slightly above the ground, or else they will be stuck for 2 seconds upon teleport.
 

samn

L4: Comfortable Member
Mar 28, 2008
158
47
Doesn't work for me. Is there a prefab of it somewhere?