Originope 2. jan. 2013 kl. 3:04
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?
< >
Viser 1-5 af 5 kommentarer
Wazanator 5. jan. 2013 kl. 14:30 
They use a point_viewcontrol on a path for the view
Originope 5. jan. 2013 kl. 19:37 
Oprindeligt skrevet af Wazanator:
They use a point_viewcontrol on a path for the view
Thanks!
Originope 5. jan. 2013 kl. 19:38 
But how?
Wazanator 6. jan. 2013 kl. 0:05 
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.
Sidst redigeret af Wazanator; 6. jan. 2013 kl. 0:05
shy 24. apr. 2013 kl. 7:41 
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.
< >
Viser 1-5 af 5 kommentarer
Per side: 1530 50