Position

From Bohemia Interactive Community
Revision as of 13:19, 8 August 2015 by Killzone Kid (talk | contribs) (picture wip)
Jump to navigation Jump to search

position.jpg

Format:

[x, y] (Position2D) or [x, y, z] (Position3D)


Description:

x coordinates are West-East.
y coordinates are South-North.
if x,y position is over sea, z coordinate is height above the sea.
if x,y position is over land, z coordinate is height above the land.
Default z is 0.

Note:

In mission.sqm file are coordinates of objects in format [x, z, y] and z is height above sea level