Chat command that sends a waypoint to people within a radius
Go to file
whosit c4665b2eb6 remove get_objects_inside_radius call 2024-02-22 15:16:42 +03:00
test fix formatting, remove test code from main file 2023-06-20 10:38:40 +03:00
textures make color of the flag item configurable 2023-07-02 13:32:17 +03:00
LICENSE add MIT license 2023-05-05 18:53:40 +03:00
README.md add a readme 2023-06-04 10:54:25 +03:00
compass_arrow.svg add WaypointHUD object that shows an arrow pointing to the target 2021-05-26 18:00:43 +03:00
init.lua remove get_objects_inside_radius call 2024-02-22 15:16:42 +03:00
make_compass_textures.sh rename textures to avoid collisions 2021-05-27 16:03:50 +03:00
mod.conf craft colored flags from different colored wool if have `dye` mod 2023-07-02 16:28:19 +03:00
waypoint_lib.lua remove non-existing functions from waypoint_lib exports 2021-06-07 23:01:17 +03:00

README.md

This mod adds commands and items that allow you to bring attention of other players to a specific point in the game world. You do this by placing a temporary HUD waypoint that's visible to everyone within some radius.

Commands

To place the waypoint you can point your crosshair at something (can even be just terrain in the distance) and type:

/look! [your message here]

A waypoint will appear that will be shown to other players, together with an arrow pointing towards it.

If you can't point your crosshair beforehand (or it's too dangerous to stand in one place and type the message), you can "prepare" a command beforehand and then "place" it later. To do this, first type:

/look [your message]

Your message will be saved, and now you can run and look around, but when you punch the waypoint will be placed where you were pointing at during punch action. If you decide to not put the waypoint, you can press place to cancel.

Items

Craftable item that does same thing as commands, but allows you save some typing. Craft a flag tool from sticks and red wool.

You can then press place to place a waypoint where you're pointing at. You can also press sneak+place to open a window where you can edit the default message the flag will add to the waypoint. This way you can prepare multiple flags with specific messages and quickly command a group of people during battle.