advmarkers/README.md

35 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2021-02-26 22:50:55 -08:00
# advmarkers
2018-12-29 15:09:58 -08:00
2020-11-22 21:06:34 -08:00
A marker/waypoint mod for Minetest. Requires Minetest 5.0.0+, if you use Minetest 0.4 please try [this older version from June 2020](https://git.minetest.land/luk3yx/advmarkers/commit/25d7079069a53f2cece76ee2050bcdf690b4ea30).
2019-01-07 14:08:42 -08:00
2019-06-10 17:42:48 -07:00
Unlike the [CSM], this mod is standalone, and conflicts with the marker mod.
2018-12-29 15:09:58 -08:00
## How to use
2020-11-22 21:06:34 -08:00
This mod introduces the following chatcommands:
2018-12-29 15:09:58 -08:00
- `/wp`, `/mrkr`: Opens a formspec allowing you to display or delete waypoints. If you give this command a parameter (`h`/`here`, `t`/`there` or co-ordinates), it will set your HUD position to those co-ordinates.
- `/add_wp`, `/add_mrkr`: Adds markers. You can use `.add_mrkr x,y,z Marker name` to add markers. Adding a marker with (exactly) the same name as another will overwrite the original marker.
2020-11-22 21:06:34 -08:00
- `/clrwp`, `/clrmrkr`: Hides the currently displayed waypoint.
2019-01-07 14:17:27 -08:00
- `/mrkr_export`: Exports your markers to an advmarkers string. Remember to not modify the text before copying it. You can use `/mrkr_export old` if you want an export string compatible with older versions of the advmarkers CSM (it should start with `M` instead of `J`). This old format does **not** work with this mod, so only use it if you know what you are doing!
2020-11-22 21:06:34 -08:00
- `/mrkr_import`: Imports your markers from an advmarkers string (`/mrkr_import <advmarkers string>`). Any markers with the same name will not be overwritten, and if they do not have the same co-ordinates, `_` will be appended to the imported one.
2019-01-07 14:08:42 -08:00
- `/mrkrthere`: Alias for `/mrkr there`.
2018-12-29 15:09:58 -08:00
2020-11-22 21:06:34 -08:00
If you die, a waypoint is automatically added at your death position, and will
update the "there" position.
2020-11-22 21:06:34 -08:00
## "Here" and "there" positions
Both /wp and /add_wp accept "here"/"h" and "there"/"t" in place of
co-ordinates. Using "here" will set the waypoint to your current position, and
"there" will set it to the most recent co-ordinates that appear in chat (or
your last death position).
2018-12-29 15:09:58 -08:00
2019-07-13 15:20:04 -07:00
## SSCSM support
With my [SSCSM] mod installed, advmarkers will register a server-sent CSM to
reduce visible lag in the markers GUI.
2019-06-10 17:42:48 -07:00
[CSM]: https://git.minetest.land/luk3yx/advmarkers-csm
2020-11-22 21:06:34 -08:00
[SSCSM]: https://content.minetest.net/packages/luk3yx/sscsm