-
Notifications
You must be signed in to change notification settings - Fork 7
Description
With Tibia 11 getting newer updates and some features not being implemented on the flash client, I suspect more people will make the switch and want to bring along their map files.
That's the case for me, only I'm not familiar enough with Node / JS to attempt it myself and the byte handling went over my head.
I did workout a quick shell command to extract the coordinates from the .exp
file and copy over the corresponding .png
files from a full map download and for the most part that worked okay, but I lost the data on areas explored. The whole section is uncovered even though I might have only explored a small part of it.
One thing I do like about having everything uncovered is the ability to see the water between islands instead of it being blanked out. I'm wondering if it'd be possible to detect the large bodies of water in a given map file and configure it so water gets shown.