Func_tracktrain in Portal 2

Avatar
wrathofmobius
216 Posts
Posted Jun 21, 2011
I'm trying to create a scene after a long drop where the player tucks and rolls. My first thought was to have a point_viewcontrol follow a func_tracktrain but couldn't find a func_tracktrain in the entity list. Was it removed from the Portal 2 Authoring Tools?
Advertisement
Registered users don’t see ads! Register now!
Avatar
kwp21 pitts
260 Posts
Posted Jun 21, 2011
Replied 2 minutes later

This entity is brush based. It must be created from a brush.

http://developer.valvesoftware.com/wiki/Func_tracktrain

Avatar
Darkylight
81 Posts
Posted Jun 21, 2011
Replied 3 minutes later
use path_track and put it to path_corner, i never used it but its the same than tracktrain, if not works you can make a invisible brush and parent the camera to the brush (the brush needs to be tracktrain)
Advertisement
Registered users don’t see ads! Register now!
Avatar
wrathofmobius
216 Posts
Posted Jun 22, 2011
Replied 14 hours later
Thanks for the help! I'll see if I can get either of those working today.