Quote:
Originally Posted by sergbuto
If I new that I would probably tweak it by now. Can files in the Map2 folder be related to grid squares?
|
I imagine that, silly question

, as for the files they are just rle compressed bitmaps used on the nav screen,the strange thing is that I've scanned all the data files for the strings of the grid AM,AN , etc and found nothing, then I give it a try to the exe and dll's to check if they are defined as constants and nothing either, the only thing that I can think about is that they are encoded as binary data and they make a loop to read them, somthing like this
from AA to AZ
read grid;
The only tip I have is in one of the executables where I find a string called something like big squares and another small squares, I can not remember exactly. I`ll give it another try.
Ref