tibiamaps / tibia-map-data

:beginner: Fully explored Tibia maps in a human-readable format.
https://tibiamaps.io/downloads
MIT License
82 stars 20 forks source link

Cannot make minimap/* -> data/* #111

Closed ErikasKontenis closed 3 years ago

ErikasKontenis commented 3 years ago

Hello,

I have downloaded the LTS of the NodeJs: $ node --version v14.15.1 And installed the npm packages as written in the setup instructions however once I run "tibia-maps --from-minimap=./minimap --output-dir=./data" It successfully runs without any errors and creates a data folder however it contains only single file of: bounds.json which has in its content only this nulls everywhere { "xMin": null, "xMax": null, "yMin": null, "yMax": null, "zMin": null, "zMax": null, "width": null, "height": null, "floorIDs": [] }

Maybe I am missing something and such experience is a pretty much known issue for newcomer to experience? Thank you I am looking forward your reply!

mathiasbynens commented 3 years ago

What does ls ./minimap tell you?

mathiasbynens commented 3 years ago

I'll close this issue since it's not an issue with the map data, but feel free to continue replying here and I'll try to help you out!