Coordinates: Difference between revisions

From Vintage Story Wiki
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
= Coordinates =
= Coordinates =
The coordinate system expects positive values on every axis. The world map is generated from the origin point of <code>x: 0, y: 0, z: 0</code>, extending to <code>x: world with in blocks, y: world height in blocks, z: world depth in blocks</code>.<br>
The coordinate system expects positive values on every axis. The world map is generated from the origin point of <code>x: 0, y: 0, z: 0</code>, extending to <code>x: world width in blocks, y: world height in blocks, z: world depth in blocks</code>.<br>
Some misconception can arise from the coordinate system, as the in-game HUD displays coordinates based on the center point of the x and z axis of the world, and the player's relation to them.<br>
Some misconception can arise from the coordinate system, as the in-game HUD displays coordinates based on the center point of the x and z axis of the world, and the player's relation to them.<br>
'''Example:''' For a world size of 1000000 blocks in width and depth, the absolute player position on spawn would be <code>x: 500000, z: 500000</code>. In the HUD, this would be displayed as <code>x: 0, z: 0</code>
'''Example:''' For a world size of 1000000 blocks in width and depth, the absolute player position on spawn would be <code>x: 500000, z: 500000</code>. In the HUD, this would be displayed as <code>x: 0, z: 0</code>
47

edits