[Solved] How to teleport func_tanktrains

Simon.R.K

L1: Registered
Jan 3, 2019
30
6
I want to recycle my func_tanktrains via teleport.
I've allready tried trigger_teleport and teleport to THIS path track but i don't even know where THIS is so a explanation how that Flag works would be nice.
 
Oct 6, 2008
1,947
445
you can also pathtract output onpass - teleport to - type in new path name < you need to have it go to another path node for it to work assuming that you're wanting the cart to move along another path or just disappear from view, it needs to go to another node

edit: ha Ficool2 just beat me to it!
 

henke37

aa
Sep 23, 2011
2,075
515
Any entity class. The I/O system does not care which entity sends the event. You need to specify the target name of the path_track that the train should teleport to as the argument anyway.

Or set the next node of the last node to the first. Then set the teleport to this node flag on the first node.

Btw, func_tanktrain is leftover garbage. You should be using func_tracktrain.
 

Simon.R.K

L1: Registered
Jan 3, 2019
30
6
Check that flag on where you want func tracktrain to teleport destination rather than the teleport place
Lets say you have two entities named path track one of them is name is path1 next one is path2 you want your func tracktrain to teleport path2 when it reaches path1, first you need to set the next path of the path1 to path2, then go into the flags of path2 entity check teleport to this path track, and it should work
upload_2019-3-13_19-22-20.png
ive set them like you said and it deosnt work, sadly. Thx though
 

Attachments

  • upload_2019-3-13_19-21-20.png
    upload_2019-3-13_19-21-20.png
    164.9 KB · Views: 244

Simon.R.K

L1: Registered
Jan 3, 2019
30
6
I can set in path_track that on pass my func_tracktrain can teleport but this doesnt work with func_tanktrain. So thats why tanktrain is garbage. Thx to everyone who was so nice to help me.