Skip to content

🔰 Fully explored Tibia maps in a human-readable format.

License

Notifications You must be signed in to change notification settings

BourbonCrow/tibia-map-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tibia map data

This repository hosts (almost) fully explored Tibia maps in a custom format that is more suitable for version control systems than the original, binary format.

The tibia-maps script can be used to convert from either format to the other.

The custom format consists of three files for each floor:

  1. a PNG image containing the entire map;
  2. a PNG image visualizing the pathfinding data;
  3. a JSON file containing the marker info, if any.

Set up

  1. Install io.js.

  2. Install the tibia-maps command-line utility:

    npm install -g tibia-maps
  3. Clone this repository and cd to it in your favorite terminal.

*.map*.png + *.json

If you’ve added new markers or explored new areas in-game, and you want to contribute them to our map data, then this is what you’re looking for. Copy the new map files to the Automap directory before continuing.

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

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

The output is saved in the data directory.

*.png + *.json*.map

If you’ve modified marker data by editing the JSON files, and you’re looking to contribute those changes back to our map data, then this is what you’re looking for.

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

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

The output is saved in the Automap-new directory.

Maintainer

twitter/mathias
Mathias Bynens

About

🔰 Fully explored Tibia maps in a human-readable format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 56.7%
  • Shell 43.3%