jeppelykke 0 Posted July 19, 2002 Hey Hey, I currently Learned, how to make camara "so WOHOOOO" and i can make it fix on people and how and where it should point at people.... but is it possible to make the camara fly, eg: i like to make it start from behind the player and fly over him and go infront of him and keep going for some time and then turn around and then have it point back at him coming over the hill.... IF you know the simple commands or have a script that already does this, that i can have a look at please feel free to reply Best Regards Jeppe Lykke, Denmark Share this post Link to post Share on other sites
Bosun 0 Posted July 19, 2002 hi. Well l am just playing with cutscenes as well, so this is very simple advice. You know how to fix it on people, then perhaps try fixing the camera 8 or 900 meters behind him; _cam camsettarget player _cam camsetrelpos [0,777,1.9] _cam camcommit 0 @camcommitted _cam ~2 cam camsettarget genb _cam camsetrelpos [0,0.5,1.6] _cam camcommit 11 @camcommitted _cam ~2 So l guess it's all in the three magic numbers [left-to-right, front-to-back, and height] and of course the camcommit for how long you want the camera roaming the hills looking for you. Hope this helps you. Laurythorn is around here somewhere - bit of a director he is. Share this post Link to post Share on other sites
Bosun 0 Posted July 19, 2002 hi.. Â Try this ; _cam = "camera" camcreate [0,0,0] _cam cameraeffect ["internal", "back"] _cam camsettarget player _cam camsetrelpos [0,599.5,1.6] _cam camcommit 0 _cam camsettarget player _cam camsetrelpos [0,-100.5,1.6] _cam camcommit 21 @camcommitted _cam ~0 _cam camsettarget player _cam camsetrelpos [0,0.5,1.6] _cam camcommit 5 @camcommitted _cam ~2 _cam camsettarget player _cam CamSetFOV 0.08 _cam camcommit 3 ~6 _cam camsettarget player _cam camsetrelpos [0,2.9,1.9] _cam camcommit 8 @camcommitted _cam ~2 _cam cameraeffect ["terminate", "back"] camdestroy _cam ~1 exit Just create mission with player , Â trigger; [player] exec "test.sqs" It's pretty simple but gives you a starting point, camera roaming the hills looking for you... ps. sorry forgot to add; put your weapon on your back when testing this script (camera height is set for player when standing tall) Share this post Link to post Share on other sites
jeppelykke 0 Posted July 19, 2002 Thanx Bosun, This is perfect, since i cannot pay you i make a nice Thank you in the game intro in your name Best Regards Jeppe Lykke, Share this post Link to post Share on other sites