Difference between revisions of "Coordinates/de"

From Luanti Wiki
Jump to navigation Jump to search
(Created page with "{{Languages/de}} = '''Koordinaten''' = In Minetest ist die Welt ein großer Würfel. Deshalb kann eine Position in der Welt einfach durch kartesische '''Koord...")
 
(Replaced content with "[https://dev.luanti.org/coordinates/ This page has been moved to the Luanti Developer Wiki]")
Tag: Replaced
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Languages/de}}
+
[https://dev.luanti.org/coordinates/ This page has been moved to the Luanti Developer Wiki]
= '''Koordinaten''' =
 
 
 
In [[Minetest/de|Minetest]] ist die Welt ein großer Würfel. Deshalb kann eine Position in der Welt einfach durch kartesische '''Koordinaten''' ausgedrückt werden. Das heiſt, jede Position in der Welt lässt sich durch die drei Werte X, Y und Z angeben.
 
 
 
== Notation ==
 
 
 
Coordinates are expressed like this: (5, 45, -12)
 
 
 
This refers to the position where X=5, Y=45 and Z=-12. The 3 letters are called “axes”: Y is for the height. X and Z are for the horizontal position.
 
 
 
== Orientation ==
 
 
 
The values for X, Y and Z work like this:
 
 
 
* If you go up, Y increases
 
* If you go down, Y decreases
 
* If you follow the sun, X increases
 
* If you go to the reverse direction, X decreases
 
* Look to the sun's direction, then turn 90° to the right and go forwards: Z increases
 
* Look to the sun's direction, then turn 90° to the left and go forwards: Z decreases
 
* The side length of a full cube is 1
 
 
 
== Finding your coordinates ==
 
 
 
=== Debug screen ===
 
 
 
The easiest way to view your coordinates is by using the [[debug]] screen (open with <kbd>F5</kbd>). This may be considered cheating in some [[Subgames|games]] (you decide).
 
 
 
=== Mods ===
 
There are also mods which add tools which, when you carry then, show you the coordinates:
 
 
 
* [https://forum.minetest.net/viewtopic.php?t=15247 Orienteering] [orienteering]
 
* [https://forum.minetest.net/viewtopic.php?t=9373 Compass GPS] [compassgps]
 
 
 
While the debug screen is still available to you, note that the appeal of these mods is that you have to ''earn'' the ability to view your coordinates through gameplay first.
 
You can manually disable the disable the debug screen (to avoid accidentally showing the coordinates) with this line in [[minetest.conf]]:
 
 
 
keymap_toggle_debug =
 
 
 
This disables the key for the debug screen entirely. If you need to enable this key again, just remove this line.
 

Latest revision as of 19:26, 22 December 2024