Coordinates/ru: Difference between revisions

From Vintage Story Wiki
No edit summary
(Updating to match new version of source page)
Line 24: Line 24:


[[List of server commands/ru]]
[[List of server commands/ru]]
<div lang="en" dir="ltr" class="mw-content-ltr">
== Limits ==
The minimum value of an absolute coordinate is (0, 0, 0). The maximum value is set by the world size. The world size is set at world creation through the "MapSizeX", "MapSizeY", and "MapSizeZ" fields in the [Server_Config].
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
There is a limit to how large the world size can be set to at world creation. The limit for each dimension is defined as a [https://github.com/anegostudios/vsapi/blob/e78624b6eee6920e45edcd25ba94e8199b2193af/Config/GlobalConstants.cs#L27 global constant]. As of version [https://info.vintagestory.at/v1dot19#pre3 1.19.0-pre.3], the world size limits are:
* '''X''': 67108864
* '''Y''': 32768 (but player cannot go above 20,480)
* '''Z''': 67108864
</div>