Open dennisjenkins75 opened 3 years ago
I support this idea :) perhaps as an overlay? I'll try to get a stub on that and submit a PR; suggestions on where to start are welcome!
I support this idea :) perhaps as an overlay? I'll try to get a stub on that and submit a PR; suggestions on where to start are welcome!
There is currently an api endpoint at /api/areas
that would expose all areas (https://github.com/minetest-mapserver/mapserver/blob/master/web/areas.go)
... but: the recent change from lua-based to json-based area-store essentially bricked that :P
Feel free to try to whip up a PR if you want. Also: i'm planning a frontend-rewrite but that should not bother anyone, i think i can copy most of the map-code over...
The mapserver shows "prot-blocks" when zoomed way in. This is nice. Would be really nice if one could also see an overlay of the "areas" as well. This would make it easier to see unclaimed territory (for yourself, or for helping a new player find a "good spot" for their own use).
The areas are currently exposed via a json API and can be scraped out-of-game:
I have multiple ideas, and they are not necessarily mutually exclusive:
(Moved form https://github.com/pandorabox-io/in-game/issues/53)