Hidden vehicle colors
#10

Quote:
Originally Posted by kc
Посмотреть сообщение
Unfortunately, all of the possible hidden vehicle colours have been found.



Vehicle colours are stored in one unsigned byte, so their values range from 0 to 255.

As Vince said above, values higher than 255 will simply wrap around (so 256 is 0, 257 is 1, 300 is 44 etc)

Using modulo (remainder of a division) on a number is a quick way to see what a value would be when it has been limited to 256 (0 to 255) values.

So, for example 3223 % 256 = 151 which upon checking on the image above shows 151 is the same red as you showed for 3223.

So in conclusion, yes - your colours will show up on vehicles fine, but they are not new or any different to the ones on the image above.
Okay, I was just trying to help. ;(
Reply


Messages In This Thread
Hidden Vehicle Colors - by Jay. - 24.07.2010, 10:58
Re: Hidden vehicle colors - by Jay. - 24.07.2010, 11:08
Re: Hidden vehicle colors - by Kitten - 24.07.2010, 11:09
Re: Hidden vehicle colors - by Jay. - 24.07.2010, 11:10
Re: Hidden vehicle colors - by bartje01 - 24.07.2010, 11:15
Re: Hidden vehicle colors - by Jay. - 24.07.2010, 11:18
Re: Hidden vehicle colors - by Vince - 24.07.2010, 11:28
Re: Hidden vehicle colors - by Jay. - 24.07.2010, 11:30
Re: Hidden vehicle colors - by kc - 24.07.2010, 11:33
Re: Hidden vehicle colors - by Jay. - 24.07.2010, 11:35

Forum Jump:


Users browsing this thread: 3 Guest(s)