Balkath 10 Posted September 16, 2010 Hello everyone, I came across the "camera.sqs" script during my experimenting with ArmA 1 and have not used it since them and when I used it last I was able to do my intro without any issues but now that i've started to use it in ArmA 2 OA to try a do a little film just for fun but the damn thing don't want to work and every time I go into the init after I save my script using ArmA edit to my user/documents/ArmA 2/missions and save it as scene.sqs when I go back into the game and try to view it when I hit preview and change the init line this exec "scene.sqs"; here is my script titlecut [" ","BLACK IN",1] _camera = "camera" camcreate [0,0,0] _camera cameraeffect ["internal", "back"] ;=== 2:12:56 _camera camPrepareTarget [-95927.23,12004.11,-2308.49] _camera camPreparePos [3732.00,4050.23,16.36] _camera camPrepareFOV 0.700 _camera camCommitPrepared 0 @camCommitted _camera ~15 _camera cameraeffect ["terminate","back"] camdestroy _camera end1=true; exit; I don't know what I am doing wrong??? Share this post Link to post Share on other sites
kylania 546 Posted September 16, 2010 Save it to: user/documents/ArmA 2/missions/nameofyourmisson.takistan If you've changed your playername/profilename though it'll go under: user/documents/ArmA 2 Other Profiles/ArmAProfilename/missions/nameofyourmission.takistan Share this post Link to post Share on other sites
Balkath 10 Posted September 17, 2010 Thank you! I will give it a try! ---------- Post added at 08:15 AM ---------- Previous post was at 07:17 AM ---------- It still doesnt work when i try to "preview" it? It keeps on sayin nameofsavedfile.sqs not found?? Share this post Link to post Share on other sites
kylania 546 Posted September 17, 2010 Can you post the mission you're working on somewhere so we can see how it's all saved? Share this post Link to post Share on other sites
ProfTournesol 952 Posted September 17, 2010 Mmm... are you sure the extension of the scene.sqs file is actually "sqs" ? because the most common error is to create the script with a text editor, saving it as "scene.sqs" but in fact the extension remains as ".txt", so you've got a file named "scene.sqs.txt". If so, just check the option "show files extension". Share this post Link to post Share on other sites
Balkath 10 Posted September 17, 2010 HOLY SHIT IT WORKED!!!! I think i know what happen... I didn't have a mission saved and when I went abd acctually did a mission and did the camera script it frkn worked! Thanks for your help guys!!!! Share this post Link to post Share on other sites