tibia-maps

5.3.0 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.3.02latest

Version History

VersionDownloads (Last 7 Days)Published
5.3.02
5.2.11
5.2.00
5.1.00
5.0.00
4.0.00
3.0.01
2.6.50
2.6.40
2.6.30
2.6.20
2.6.10
2.6.00
2.5.00
2.4.00
2.3.10
2.3.00
2.2.01
2.1.00
2.0.30
2.0.20
2.0.10
2.0.00
1.0.00
0.1.01

Package Sidebar

Install

npm i tibia-maps

Weekly Downloads

6

Version

5.3.0

License

MIT

Unpacked Size

33.2 kB

Total Files

19

Last publish

Collaborators

  • mathias
  • google-wombot