View Single Post
Old 02-04-21, 06:25 AM   #5
Rosomaha
Loader
 
Join Date: Nov 2012
Location: Russia
Posts: 83
Downloads: 72
Uploads: 1
Default

Now clear. In principle, all the necessary instructions have already been given there, I have little idea what can be added.
You need to change the 4 bytes (XX XX XX XX) responsible for the color in the specified address lines. (# FF222222, BB444444, FE111188, EE000000, …). If change on black : on FF000000, or FE000000, or 00000000, … or your other version of black.

For example:

Quote:
Description: Marks
Address: 0x103F95
Code currently displayed in the Hex editor: 33 C0 C7 41 3C BB 44 44 44 89 41 2C 89 41 28 C2
The value I should add:
33 C0 C7 41 3C FF 00 00 00 89 41 2C 89 41 28 C2

Quote:
Description: Protractor Placed Mark
Address: 0x1055FF
Code currently displayed in the Hex editor: 3B D0 74 0A 3B 53 48 74 05 8B 5B 3C EB 05 BB FE 11 11 88 (?)
111188
The value I should add:
3B D0 74 0A 3B 53 48 74 05 8B 5B 3C EB 05 BB FF 00 00 00

Quote:
Description: Compass Placed Mark
Address: 0x105945
Code currently displayed in the Hex editor: 33 C0 C7 41 3C BB 44 44 44 89 41 2C 89 41 28 89
The value I should add:
33 C0 C7 41 3C FF 00 00 00 89 41 2C 89 41 28 89

...etc
Rosomaha is offline   Reply With Quote