
Co-authored-by: Akkarinage <mike.langford@industrial-illusions.net> Co-authored-by: Aleos <aleos89@users.noreply.github.com>
27 lines
534 B
Markdown
27 lines
534 B
Markdown
# Map Server Generator
|
|
|
|
This is a tool to generate files that are hard to manually create.
|
|
|
|
Only navigation files can be generated at this time.
|
|
|
|
## How to run
|
|
### Linux
|
|
Run `make tools`.
|
|
This creates a new binary called `map-server-generator`.
|
|
|
|
It can be ran with: `./map-server-generator`
|
|
|
|
### Windows
|
|
It can be ran with `./map-server-generator.exe`, or with the provided `.bat` files.
|
|
|
|
## Available options
|
|
On Linux, prefix with `--`
|
|
|
|
On Windows, prefix with `/`
|
|
|
|
option | feature
|
|
---|---
|
|
generate-navi | create navigation files
|
|
|
|
|