Jump to content
Sign in to follow this  

Recommended Posts

Hi,

Really noob question, how do i get exact coordinates in the editor?

Learning by stealing below code, it works beautifully when adapted... except the camera is on the other side of the map.

How do I find the coords for a specific position? I tried positioning it on an empty marker and it did not work.

Help appreciated

Code im stealing from clean_cut mission:

playMusic ["Track03_First_to_Fight",31.8]

~5

player sidechat "Alpha 1 to HQ, we are with Charlie 1 at the extraction point, wainting for new instructions. Over."

~3

_camera = "camera" camcreate [4326.53,5955.27,37.41] <---- these.

_camera cameraeffect ["internal","back"]

_camera camPrepareTarget player

_camera camPreparePos [7820.36,6877.42,3.63]

_camera camPrepareFOV 0.700

_camera camCommitPrepared 0

@camCommitted _camera

_camera camPrepareTarget player

_camera camPreparePos [7831.89,6871.87,17.90]

_camera camPrepareFOV 0.700

_camera camCommitPrepared 6

@camCommitted _camera

_camera camPrepareTarget player

_camera camPreparePos [7814.71,6912.91,48.93]

_camera camPrepareFOV 1.000

_camera camCommitPrepared 8

@camCommitted _camera

cutText ["", "BLACK OUT", 2]

~2

_camera CameraEffect ["Terminate", "Back"]

CamDestroy _camera

atextract=true

activateKey "clean_cut";

exit

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  

×