Jump to content
Sign in to follow this  
hypno toad

Camera tool?

Recommended Posts

Has somebody made a camera tool that works in mission editor?

I am not talking about the spectator script (it never works for me)

I am looking for something that I could film movies with, has it been made yet

I would like something that is like no clip, or like a freelook spectator.

Share this post


Link to post
Share on other sites

i just use

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this exec "camera.sqs"

If your looking for something maybe search the editing and scripting section. found Here

Share this post


Link to post
Share on other sites
i just use

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this exec "camera.sqs"

If your looking for something maybe search the editing and scripting section. found Here

Yep. Make a soldier, or vehicle, either or, and put that in it's INIT line. You can see the INIT line by double-clicking the soldier or unit(vehicle, chopper etc.) by double-clicking the unit. You would the in the data Stryda posted above: this exec "camera.sqs"; with the quotes around camera.sqs.

It's kind of a freelook camera in the sense that you can remap the keys via the "bulldozer" controls in the control options for the game.

Use FRAPS (program) to record the video to your hard drive.

Share this post


Link to post
Share on other sites

i do it this way, i place a unit and call it s1, then i add a trigger and choose "on activation" and then "radio alpha", in the initline below i type: s1 exec"camera.sqs";showcinemaborder false

Then when you preview the mission use the radio to call alpha and thena camera script will start at your position and it wont have the cinemaborders aswell.

To remove the crosshair press L

You then can move the cam around, also move it up like you move the helicopters up and you can also move it faster by pressign the key to give vehicles extra speed ( shift up key ).

Share this post


Link to post
Share on other sites

Any way to zoom in and out?

Essentially this is what I was looking for, But how do you look up and down? and turn left and right?

Share this post


Link to post
Share on other sites

Use + and - to zoom in/out

Rotate the camera by using the arrows on the numbers part (numpad) of your keyboard.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×