mapserver/readme.md

46 lines
899 B
Markdown
Raw Normal View History

2019-01-18 17:25:45 +03:00
Minetest mapserver
=======
2019-02-05 18:33:10 +03:00
Realtime mapserver for [Minetest](https://minetest.net)
# Documentation
* [Installation](doc/install.md)
* [Mapserver mod](doc/mod.md)
* [Parameters](doc/params.md)
* [Configuration](doc/config.md)
* [Contribution](doc/contrib.md)
2019-01-18 17:25:45 +03:00
2019-01-27 21:08:11 +03:00
# Features
## Current features
* Initial and incremental map rendering
2019-02-05 18:33:10 +03:00
* Realtime player and world stats
2019-01-27 21:08:11 +03:00
* Configurable layers (default: "Base" from y -16 to 160)
## Planned Features
* POI markers / mod integration
2019-02-05 18:33:10 +03:00
* Player infos (HP, breath, etc)
* LCD Displays as markers
2019-01-27 21:08:11 +03:00
* Street names / Train stuff
2019-02-05 18:33:10 +03:00
* City borders
2019-01-27 21:08:11 +03:00
2019-01-18 17:25:45 +03:00
# Development state
2019-01-27 21:08:11 +03:00
* Working basic features (map rendering)
2019-01-18 17:25:45 +03:00
* Successor of http://github.com/thomasrudin-mt/minetest-tile-server
2019-01-27 21:08:11 +03:00
2019-02-05 18:33:10 +03:00
# Screenshots
2019-01-27 21:08:11 +03:00
2019-02-05 18:33:10 +03:00
## Web interface
<img src="./pics/web.png">
2019-01-27 21:08:11 +03:00
2019-02-05 18:33:10 +03:00
## Terminal
<img src="./pics/terminal.png">
# Bugs
2019-01-27 21:08:11 +03:00
2019-02-05 18:33:10 +03:00
There will be bugs, please file them in the [issues](./issues) page.