Results 1 to 6 of 6

Thread: Attach camera to plane (iron front 44)

  1. #1

    Attach camera to plane (iron front 44)

    Hey. I created a mission with a soldier, with this exec "camera.sqs" in init, and placed a plane, which I named stuka1 in its name field. Ran the mission and pressed CTRL+V to copy the cam info or whatever, like I assume it's done according to this video: http://www.youtube.com/watch?v=-cKqjROWYxM

    After following the video, here's my script:

    PHP Code:
    showcinemaborder false;

    titlecut [" ","BLACK IN",1]
    _camera "camera" camcreate [0,0,0]
    _camera cameraeffect ["internal""back"}

    showcinemaborder false;


    #loop
    ;comment "8:45:54";
    _camera camSetTarget stuka1
    _camera camsetrelPos 
    [2,2,2]
    _camera camPrepareFOV 0.100
    _camera camCommitPrepared 0
    @camComitted_camera
    goto 
    "loop"


    player cameraeffect ["terminate",""back"]
    camdestroy _camera
    end1=true;
    exit; 
    I then named my soldier this exec "cameratest1.sqs" which is the name of my script file above. But nothing happens when running the mission, I just spawn.
    There's 2 files in my mission folder, mission.sqm which I haven't touched, and then the cameratest1.sqs

    Thanks.
    Last edited by GoreZiad; Jun 1 2012 at 08:39.

  2. #2
    Moving to I44 missions editing and scripting.

    Make sure you're posting in the right forum, please.


    Please use the CWR2 CBT to help us provide a better experience.

  3. #3
    Corporal
    Join Date
    Jun 26 2007
    Location
    Europe
    Posts
    82
    Author of the Thread
    Sorry, thanks.

  4. #4
    Corporal
    Join Date
    Jun 26 2007
    Location
    Europe
    Posts
    82
    Author of the Thread
    bump...

  5. #5
    Quote Originally Posted by GoreZiad View Post
    I then named my soldier this exec "cameratest1.sqs" which is the name of my script file above.
    Code:
    this exec "cameratest1.sqs"
    this must be written in INIT field, non at name field.
    Yep, I'm one of those very bad and blood-thirsty Russians



  6. #6
    Quote Originally Posted by GoreZiad View Post
    bump...
    GoreZiad

    Please do not bump your threads. It is spamming. If you want your thread bumped, contact a moderator. Thank you.

Similar Threads

  1. Iron Front fails to launch
    By Best2nd in forum IRON FRONT: LIBERATION 1944 - TROUBLESHOOTING
    Replies: 7
    Last Post: Jul 17 2012, 23:25
  2. Iron Front Sub Forums
    By Placebo in forum IRON FRONT: LIBERATION 1944 - GENERAL
    Replies: 3
    Last Post: Jul 10 2012, 11:33
  3. [SP/COOP Iron Front] Where The Iron Crosses Grow
    By laggy in forum IRON FRONT: LIBERATION 1944 - USER MISSIONS
    Replies: 14
    Last Post: Jun 7 2012, 10:22
  4. Iron Front: Steal the Car
    By Nicholas in forum IRON FRONT: LIBERATION 1944 - USER MISSIONS
    Replies: 24
    Last Post: Jun 1 2012, 08:44
  5. Question about Iron Front: Liberation
    By xxbbcc in forum IRON FRONT: LIBERATION 1944 - GENERAL
    Replies: 3
    Last Post: May 24 2012, 15:16

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •