2016-07-29 00:55:11 +02:00
|
|
|
# Orienteering
|
|
|
|
This mod adds several tools which mostly aid in orientation. When carrying them,
|
|
|
|
this will enhance the HUD by adding several interesting information such as the
|
|
|
|
coordinates or the viewing angles or enabling the use of the minimap.
|
|
|
|
|
2019-09-14 22:54:35 +02:00
|
|
|
Current version: 1.5
|
2016-07-29 00:55:11 +02:00
|
|
|
|
2016-11-19 02:02:55 +01:00
|
|
|
## Mod support
|
|
|
|
All dependencies are optional.
|
|
|
|
|
2016-07-29 00:55:11 +02:00
|
|
|
There is an optional dependency on default from Minetest Game.
|
|
|
|
It enables the use of crafting recipes.
|
|
|
|
|
2016-11-19 02:02:55 +01:00
|
|
|
There is an optional dependency on Achievements [`awards`] by rubenwardy. If
|
2016-08-01 15:26:33 +02:00
|
|
|
both this mod and the default mod are enabled, the achievement “Master of
|
|
|
|
Orienteering” will be added.
|
|
|
|
|
2016-11-19 02:02:55 +01:00
|
|
|
This mod includes item help texts for `doc_items` of the Documentation System
|
|
|
|
modpack.
|
|
|
|
|
2016-07-29 00:55:11 +02:00
|
|
|
## Tools
|
|
|
|
The orienteering tools are used automatically. To use them, you only need to
|
2016-10-28 16:47:27 +02:00
|
|
|
have them somewhere in your hotbar. Most tools add information at the top
|
|
|
|
section of your screen. The minimap is disabled by default, in this mod
|
|
|
|
you have to acquire the proper tool first.
|
2016-07-29 00:55:11 +02:00
|
|
|
|
|
|
|
The following tools are available:
|
|
|
|
|
|
|
|
* Altimeter: Shows height (Y)
|
|
|
|
* Triangulator: Shows X and Z coordinates
|
|
|
|
* Compass: Shows yaw (horizontal angle)
|
|
|
|
* Sextant: Shows pitch (vertical angle)
|
2016-07-29 11:50:12 +02:00
|
|
|
* Watch: Shows the time (hours and minutes)
|
2016-07-29 00:55:11 +02:00
|
|
|
* Speedometer: Shows speed in m/s (1 m = side length of a single cube)
|
2019-09-14 22:50:53 +02:00
|
|
|
* Map: Enables usage of the minimap (only surface mode)
|
2019-03-28 15:57:46 +01:00
|
|
|
* Radar Mapper: Enables the usage of the minimap (surface and radar mode)
|
2016-07-29 00:55:11 +02:00
|
|
|
* GPS device: Shows X, Y, Z coordinates, yaw and time
|
2016-10-29 18:14:30 +02:00
|
|
|
* Quadcorder: Combination of everything above: Shows X, Y, Z coordinates, pitch,
|
|
|
|
yaw, time, speed and enables minimap/radar
|
2016-07-29 00:55:11 +02:00
|
|
|
|
2019-09-14 22:54:35 +02:00
|
|
|
Note: The map will only be available if the game does not include the “map” mod
|
|
|
|
(found in Minetest Game), which already includes a mapping kit item.
|
|
|
|
|
2016-07-29 11:50:12 +02:00
|
|
|
To toggle between 12h and 24h mode for the displayed time, wield any device
|
|
|
|
which is capable of displaying the time and press the left mouse button.
|
|
|
|
|
2016-10-28 15:03:54 +02:00
|
|
|
## Configuration
|
|
|
|
### Recommendations
|
2016-07-29 00:55:11 +02:00
|
|
|
Note that in Minetest, it is also possible to access the coordinates, angles,
|
|
|
|
etc. through the debug menu, but this would be generally considered cheating as
|
|
|
|
this defeats the purpose of this mod. Try to resist this urge.
|
|
|
|
|
2016-11-19 02:02:55 +01:00
|
|
|
To avoid accidentally enabling debug display with a key press, you can add the
|
2016-07-29 00:55:11 +02:00
|
|
|
following line into your `minetest.conf`:
|
|
|
|
|
|
|
|
keymap_toggle_debug =
|
|
|
|
|
2016-10-28 15:03:54 +02:00
|
|
|
### HUD text position
|
|
|
|
The text position can be configured by using Minetest's settings system. See
|
|
|
|
the advanced settings menu for more information.
|
2016-07-29 00:55:11 +02:00
|
|
|
|
|
|
|
## Crafting recipes
|
2017-06-08 00:19:25 +02:00
|
|
|
Crafting recipes are only available when the default mod (from Minetest Game) is used.
|
2016-07-29 00:55:11 +02:00
|
|
|
|
2019-03-28 16:28:21 +01:00
|
|
|
Use a crafting guide to see crafting recipes.
|
2016-07-29 00:55:11 +02:00
|
|
|
|
|
|
|
## License
|
2019-03-28 16:28:36 +01:00
|
|
|
Everything is licensed under MIT License.
|
2016-07-29 00:55:11 +02:00
|
|
|
|