You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Enhance the map server to allow viewing of areas. Granted that the map server shows a 2d slice, and areas are 3d and can be quite tall (up to 128, or 512, depending on player's priv)
Create an offline tool (python or lua script) that one can run manually that would grab their areas and convert them into a SVG. However, doing this won't make it super easy to correlate the resulting 3d image with the map server.
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 pandorabox-io/in-game#53)
The text was updated successfully, but these errors were encountered: