Jump to content
Sign in to follow this  
calo_mir

Switch camera/Teleport?

Recommended Posts

Hi.

How exactly do you switch to an enemy 'camera' in the map editor?

Also, how do you teleport to a new position?

This video (by a member of this forum, I believe) shows it:

Y6mI410K_ZU

Share this post


Link to post
Share on other sites

Hi,

To teleport, put this

onmapsingleclick "player setpos _pos"

in your units init line.

For camera, place a unit (I use a civilian) and place

 this exec "camera.sqs"

in the unit's init line. Once your in camera mode,whenever you press the LMB, or fire button, numbers are now stored for that shot location. Alt/tab out of Arma2 and open a text editor, aka, Notepad, and Paste the numbers there. Thats a start, use one of the guides to help you with the rest of camScripting.

Share this post


Link to post
Share on other sites

unitname switchcamera "external" is what there using in that video..

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  

×