Tanktrain help

Avatar
jordenjames88
47 Posts
Posted Aug 25, 2011
I keep having trouble with tank trains. When i try to make them, the block im moving is all black and facing the wrong direction. Can i have some help and maybe some likns to tutorials on how to use tanktrains properly?
Advertisement
Registered users don’t see ads! Register now!
Avatar
Will T.
163 Posts
Posted Aug 25, 2011
Replied 30 minutes later
Try using func_tracktrain instead of tanktrain. I'm not sure what tanktrain is really meant for, but tracktrain is far less buggy and probably what you want to use.
Avatar
jordenjames88
47 Posts
Posted Aug 25, 2011
Replied 14 minutes later
What is tracktrain?
Avatar
iWork925
1,080 Posts
Posted Aug 25, 2011
Replied 25 minutes later
func_tracktrain is a brush entity available in all Source games. It functions as a moving platform that the player can ride. It follows a path of path_track entities.

Protip: Check the fixed orientation flag on the tracktrain itself.

Avatar
jordenjames88
47 Posts
Posted Aug 25, 2011
Replied 3 hours later
Hoe do i make it follow a path? I only see an option for the starting point.
Avatar
Vordwann
767 Posts
Posted Aug 25, 2011
Replied 19 minutes later
Say you make 2 of 'em. Naming one <point A> and one <point b> in the keyvalues of point A you should see something to the effect of "destination".
Avatar
jordenjames88
47 Posts
Posted Aug 25, 2011
Replied 5 minutes later
K im going to try that now. Is it possible to make the tracktrain trigger something?
Avatar
ChickenMobile
2,460 Posts
Posted Aug 26, 2011
Replied 6 hours later

jordenjames88 wrote:
K im going to try that now. Is it possible to make the tracktrain trigger something?

'OnPass' output from a path_track.

Advertisement
Registered users don’t see ads! Register now!
Avatar
jordenjames88
47 Posts
Posted Aug 26, 2011
Replied 3 hours later
Thanks!