Coordinates

From Vintage Story Wiki
Revision as of 13:54, 14 April 2020 by Codemeister32 (talk | contribs) (Created page with "= Coordinates = The coordinate system expects positive values on every axis. The world map is generated from the origin point of <code>x: 0, z: 0, y: 0</code>, extending to <c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Coordinates

The coordinate system expects positive values on every axis. The world map is generated from the origin point of x: 0, z: 0, y: 0, extending to x: world with in blocks, z: world depth in blocks, y: world height in blocks.
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.
Example: For a world size of 2000 blocks in width and depth, the absolute player position on spawn would be x: 1000, z: 1000. In the HUD, this would be displayed as x: 0, z: 0

Notation

For use in commands, coordinates use the following notation.

Notation Explanation
x Relative to the center of the world.
=x Absolute. Relative to the world as a whole.
~x Relative to the player.