Originope 2 Jan, 2013 @ 3:04am
Help with starting map with "Getting up" camera animation
Hello! You know that in some HL2 levels there is like an animation where Gordon is facing up but the camera moves to simulate him getting up off the floor? How do I put that into my map?
< >
Showing 1-5 of 5 comments
Wazanator 5 Jan, 2013 @ 2:30pm 
They use a point_viewcontrol on a path for the view
Originope 5 Jan, 2013 @ 7:37pm 
Originally posted by Wazanator:
They use a point_viewcontrol on a path for the view
Thanks!
Originope 5 Jan, 2013 @ 7:38pm 
But how?
Wazanator 6 Jan, 2013 @ 12:05am 
Decompile the HL2 map that has this if you want the best answer but off hand I would guess they start the screen black at the start of the map with a logic_auto and env_fade and have it fade out while the camera moves along a path_track all while player movement is disabled using an entity I forget the name of.
Last edited by Wazanator; 6 Jan, 2013 @ 12:05am
shy 24 Apr, 2013 @ 7:41am 
This is probably a bit late but:
It's a point_viewcontrol parented to an attachment on a model, which is animated for getting up. Point_viewcontrol has the ability to freeze the player. And info_teleport_destination is at the spot the player will be once stood up, and they are teleported there at the start of the waking up sequence.
There are tutorials on Interlopers.net and Half-Wit2.
< >
Showing 1-5 of 5 comments
Per page: 1530 50