View Single Post
Old 02-24-12, 02:55 AM   #6
Krabb
Navy Dude
 
Join Date: Apr 2009
Posts: 172
Downloads: 32
Uploads: 0
Default

There are two other offsets in SonarDemon.dll: 0x00011064 and 0x0001106C. The first should be for the font color, and others for the background color and the signal color.

You can find them yourself, in NON_NUKE_SUB there are two color versions for each sonar station: standard and with '_b" in the name. Just binary compare them. I used standard fc utility, it gives the following:
Code:
>fc /b SonarDemon.dll SonarDemon_b.dll

000027A1: FF 00
000027A2: 7D AF
000027A3: 00 FF
00011064: FF 00
00011065: 7D AF
00011066: 00 FF
0001106C: 00 FF
0001106D: FF 00
See all offsets I mentioned? Just compare the files and try the offsets found.
Krabb is offline   Reply With Quote