dra6o0n wrote:Basically the game saves a "local" area of the map to the folder, and compares the image and continuously saves local maps until the region is completed?
No. It just dump minimaps (100x100) that was downloaded from server by game client to separated folder.
To make big map from different game sessions its another story.
I have PHP scripts for that but they don't do it by automatic. You need to manually compare and find one minimap that is shared by game session you want to add and map you already have. Then i rename session minimaps with PHP scripts and copy / overwrite those at big map. Each session starts to write at (0,0) and you log in in different places so you have different coordinates between sessions. To gather it in one place you have to pick one and make others to be relatively to this one.
Then also generate smaller ones so i can have other map magnifications.
I will try to rewrite those PHP scripts in Java since windows and mac users don't have PHP by default, and all have Java.