Minetest mod
Go to file
2019-12-24 14:24:10 -07:00
textures Initial commit. 2019-10-28 11:21:52 -07:00
init.lua Add option to change placement of hud compass. 2019-12-24 14:24:10 -07:00
mod.conf Initial commit. 2019-10-28 11:21:52 -07:00
README.md Add option to change placement of hud compass. 2019-12-24 14:24:10 -07:00
screenshot.png Switch to screenshot.png. 2019-10-29 09:43:26 -07:00

HUD Compass [hud_compass]

A Minetest mod to optionally place a HUD compass on the screen.

By David G (kestral246)

HUD Compass Screenshot

How to enable

This mod defaults to not displaying compass. To enable, use the chat command:

"/compass" -> By default this places a compass in the bottom right corner of the screen.

Repeated use of this command will toggle the compass display off and on.

New: When given with an argument, the position of the compass can be changed. This is particularly useful with Android clients, where the bottom right corner of the screen has the jump button.

"/compass 1" -> top right corner
"/compass 2" -> bottom right corner
"/compass 3" -> bottom left corner
"/compass 4" -> top left corner

In addition:

"/compass 0" -> forces compass off.

Local mod storage is used to maintain the state and position of hud_compass display between sessions, per user.

Licenses

Source code

The MIT License (MIT)

Media (textures)

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)

(Textures were copied from my realcompass mod, which were originally based on the textures created by tacotexmex for the ccompass mod.)