How to make an imposter in any color
#Imposter Name
; patch 1.10
0xFFFFFFFF 0x004CEA78
0x00000060 0xYYXX6323
0x00000064 0x000000ZZ
0x00000068 0x00000000
0x0000006C 0x00000000
0x00000070 0x00000000
0x00000074 0x00000000
0x00000078 0x00000000
0x0000007C 0x00000000
6323 = #c : it tells the game that you want to use a color.
XXYYZZ = your hexadicmal color code, in fact it's a RGB color written in hexadecimal.
XX = amount of red (values: 0 - 255 in RGB and 0 - FF in hex)
YY = amount of green
ZZ = amount of blue
If you want to find the hexadecimal code corresponding to your color, you should use "La boite à couleurs", it's a very useful program : http://pourpre.com/colorbox/indexen.php.
For example, I have a blue color : 0224F9, XX = 02, YY = 24 and ZZ = F9 so :
#Blue Imposter Name
; patch 1.10
0xFFFFFFFF 0x004CEA78
0x00000060 0x24026323
0x00000064 0x000000F9
0x00000068 0x00000000
0x0000006C 0x00000000
0x00000070 0x00000000
0x00000074 0x00000000
0x00000078 0x00000000
0x0000007C 0x00000000
Re: How to make an imposter in any color
Ahh sweet Ill have to try this :)
This can get creative, I hope lol
~~~~~~~~~
Oh wait a 00 code wont make it work. It has to be 01. Niiiiice :D
Re: How to make an imposter in any color
do i edit the hexs or the decimals?
Re: How to make an imposter in any color
Indeed, 00 = forbidden.
What do you mean by editing hex or dec ?
Re: How to make an imposter in any color
Quote:
Originally Posted by
DIJZTY23
do i edit the hexs or the decimals?
The hex, why would you have to edit the dec?