Skip to content

BillyGalbreath/VS-LiveMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveMap

Build Status Downloads Join us on Discord

MIT License CodeFactor Grade Lines of Code

Stargazers Forks Watchers


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.

Features

  • todo

Downloads and Releases

All releases can be downloaded from the VintageStory ModDB site at:

https://mods.vintagestory.at/livemap

Demo

A live demo of LiveMap can be accessed at:

https://vs.pl3x.net/map

Screenshot of markers on map

For Developers

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.

Building from Source

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.

Special Thanks