LiveMap is a Google Maps-like map for Vintage Story that can be viewed in a browser. Easy to set up when making use of LiveMap's integrated webserver which works out-of-the-box, while also available to be integrated into existing websites running on Apache and the like.
- todo
All releases can be downloaded from the VintageStory ModDB site at:
https://mods.vintagestory.at/livemap
A live demo of LiveMap can be accessed at:
There is an extensive API that allows you to automate adding/updating your own layers and markers on the map.
https://billygalbreath.github.io/VS-LiveMap
More information about the API can be found on the wiki.
Prerequisites:
To build the project run the following command:
dotnet build
And the final zip will be located at bin/mods/livemap.zip
if there were no errors.