install-tibia-maps
is a Bash script that downloads the latest version of the minimap
data provided by the tibia-map-data project and extracts it to the ~/Library/Application Support/CipSoft GmbH/Tibia/packages/Tibia.app/Contents/Resources
folder.
Store this script locally and run it again every now and then to update your maps to the latest version.
curl https://raw.githubusercontent.com/tibiamaps/tibia-maps-installer-macos/main/install-tibia-maps > ~/bin/install-tibia-maps; chmod +x ~/bin/install-tibia-maps
By default, install-tibia-maps
installs the Tibia maps files with markers included:
$ ./install-tibia-maps
Downloading & extracting `minimap-with-markers.zip`…
######################################################################## 100.0%
Use the --no-markers
option if you want the maps without markers:
$ ./install-tibia-maps --no-markers
Downloading & extracting `minimap-without-markers.zip`…
######################################################################## 100.0%
Example cron job to update the maps daily at midnight:
0 0 * * * /path/to/install-tibia-maps > /var/log/tibia-maps.log 2>&1
Mathias Bynens |