Jump to content

Balkath

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Posts posted by Balkath


  1. 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???

×