Tanktrain help
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?
Registered users don’t see ads!
Register now!
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.
Posted Aug 25, 2011
Replied
14 minutes
later
What is tracktrain?
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.
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.
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".
Posted Aug 25, 2011
Replied
5 minutes
later
K im going to try that now. Is it possible to make the tracktrain trigger something?
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.
Registered users don’t see ads!
Register now!
Posted Aug 26, 2011
Replied
3 hours
later
Thanks!