1
0
forked from MTSR/mapserver
mapserver/readme.md
Thomas Rudin fcef7e2f83 fix #2
2019-01-27 19:08:11 +01:00

1.2 KiB

Minetest mapserver

Realtime mapserver for Minetest

Features

Current features

  • Initial and incremental map rendering
  • Configurable layers (default: "Base" from y -16 to 160)

Planned Features

  • POI markers / mod integration
  • Player markers and infos (HP, breath, etc)
  • Street names / Train stuff

Installation / Getting started

Please make a backup of your world in case something goes wrong

  • Download the binary from the releases for your architecture and platform
  • Drop the binary into your world folder (the one with the world.mt and map.sqlite files)
  • Start the mapserver via command-line: ./mapserver or ./mapserver.exe
  • Point your browser to http://127.0.0.1:8080

Configuration

All config options reside in the mapserver.json file with the default values Please stop the server if you make any changes there.

Development state

Bugs

There will be bugs, please file them in the issues page.

Contributions

Contributions are always welcome via pull/merge requests