34 lines
765 B
Markdown
Raw Normal View History

2019-03-18 12:24:11 +00:00
# Simple Waypoints
2019-03-18 11:54:49 +00:00
2019-03-18 12:24:11 +00:00
------
A minetest 0.4.17+ mod that lets you set waypoints/beacons at current position.
2020-05-20 01:37:47 +00:00
![beacon](img/screenie1.png) ![waypoints GUI](img/screenie2.png)
2019-03-18 12:24:11 +00:00
#### How it works
2020-04-24 02:34:42 +00:00
There's a text interface and a GUI. Use whichever suits you best.
2019-03-18 12:24:11 +00:00
2020-04-24 02:34:42 +00:00
TEXT INTERFACE:
2019-03-18 12:24:11 +00:00
- Just use the following commands
```
/wc "waypoint name" to create a waypoint at current position.
/wd "waypoint name" to delete a waypoint.
/wt "waypoint name" to teleport to a waypoint.
/wl list your waypoints in table format e.g. "1 Home (x,y,z)".
```
2020-04-24 02:34:42 +00:00
GUI:
2020-05-20 01:37:47 +00:00
/wf to bring up the waypoints formspec.
2019-03-18 12:24:11 +00:00
2020-04-24 02:34:42 +00:00
NOTE:
The GUI allows you to select a beacon color (out of 8); the text interface
selects one at random.
2019-04-26 23:58:07 +00:00
2020-04-24 02:34:42 +00:00
Works with Minetest 5.2.0
2019-04-26 23:58:07 +00:00
2020-04-24 02:34:42 +00:00
#### Installation
2019-04-26 23:58:07 +00:00
2020-04-24 02:34:42 +00:00
Extract zip to the mods folder.