Func_tracktrain in Portal 2
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?
Registered users don’t see ads!
Register now!
Posted Jun 21, 2011
Replied
2 minutes
later
This entity is brush based. It must be created from a brush.
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)
Registered users don’t see ads!
Register now!
Posted Jun 22, 2011
Replied
14 hours
later
Thanks for the help! I'll see if I can get either of those working today.