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!
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!