5.3.0 • Published 2 years ago

tibia-maps v5.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

tibia-maps CLI tibia-maps on npm

tibia-maps is a command-line utility to convert between binary Tibia maps and human-readable forms of the map data.

Installation

Note: Use the expected Node.js version!

npm install -g github:tibiamaps/tibia-maps-script

If you’re on macOS and you get an error about xcb-shm, try this instead:

export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/X11/lib/pkgconfig"; npm install -g tibia-maps

Usage

minimap/*data/*

To generate PNGs for the maps + pathfinding visualization and JSON for the marker data based on the map files in the minimap directory, run:

tibia-maps --from-minimap=./minimap --output-dir=./data

The output is saved in the data directory.

data/*minimap/*

To generate Tibia-compatible minimap/* files based on the PNGs and JSON files in the data directory, run:

tibia-maps --from-data=./data --output-dir=./minimap-new

The output is saved in the minimap-new directory.

Author

twitter/mathias
Mathias Bynens
5.3.0

2 years ago

5.2.1

3 years ago

5.2.0

5 years ago

5.1.0

7 years ago

5.0.0

8 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.6.5

9 years ago

2.6.4

9 years ago

2.6.3

9 years ago

2.6.2

9 years ago

2.6.1

9 years ago

2.6.0

9 years ago

2.5.0

9 years ago

2.4.0

9 years ago

2.3.1

10 years ago

2.3.0

10 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago