tibiamaps / tibia-maps-script

:wrench: A command-line utility to convert between binary Tibia maps and human-readable forms of the map data.
https://tibiamaps.io/
MIT License
17 stars 8 forks source link

Too little files #23

Closed TibiaBaker closed 3 years ago

TibiaBaker commented 3 years ago

I'm not sure this is working… I run this script on the data downloaded from tibia-map-data repo, and this is the list of files that the script generated:

27.09.2020  23:56           111 369 minimapmarkers.bin
27.09.2020  23:56             4 499 Minimap_Color_81152_113408_9.png
27.09.2020  23:56             9 019 Minimap_Color_81152_115968_9.png
27.09.2020  23:56            10 927 Minimap_Color_81152_118528_9.png
27.09.2020  23:56            11 091 Minimap_Color_81152_121088_9.png
27.09.2020  23:56            16 828 Minimap_Color_81152_123648_9.png
27.09.2020  23:56            15 591 Minimap_Color_81152_126208_9.png
27.09.2020  23:56             8 478 Minimap_Color_81152_128768_9.png
27.09.2020  23:56            11 068 Minimap_Color_81152_131328_9.png
27.09.2020  23:56             8 403 Minimap_Color_81152_133888_9.png
27.09.2020  23:56             1 365 Minimap_Color_81152_136448_9.png
27.09.2020  23:56             4 044 Minimap_WaypointCost_81152_113408_9.png
27.09.2020  23:56             8 799 Minimap_WaypointCost_81152_115968_9.png
27.09.2020  23:56            10 525 Minimap_WaypointCost_81152_118528_9.png
27.09.2020  23:56            10 640 Minimap_WaypointCost_81152_121088_9.png
27.09.2020  23:56            14 247 Minimap_WaypointCost_81152_123648_9.png
27.09.2020  23:56            10 517 Minimap_WaypointCost_81152_126208_9.png
27.09.2020  23:56             6 519 Minimap_WaypointCost_81152_128768_9.png
27.09.2020  23:56             9 362 Minimap_WaypointCost_81152_131328_9.png
27.09.2020  23:56             6 964 Minimap_WaypointCost_81152_133888_9.png
27.09.2020  23:56             1 367 Minimap_WaypointCost_81152_136448_9.png
mathiasbynens commented 3 years ago

Which Node.js version are you using? Make sure it's Node.js v12, as specified here: https://github.com/tibiamaps/tibia-maps-script/blob/main/.nvmrc

TibiaBaker commented 3 years ago

I was running v14, since 14 > 6, as specified here: https://github.com/tibiamaps/tibia-maps-script/blob/main/README.md

mathiasbynens commented 3 years ago

Good point. I've clarified this in 87582bcf4c2969a4e70c2aa8ec270091b229a9bf now. Thanks for pointing it out!