PDA

View Full Version : [OGL] Identifying bank symbol on minimap



Swag Bag
08-02-2015, 12:01 AM
I'm trying to figure out a way to identify the bank symbol on the minimap using OpenGL. Right now I'm using relative icons that are unique, but I'd really like a better method. The bank symbol has the same texture as many other icons because it is the same shape, so I cannot just look for that. Help please!

Ross
08-02-2015, 12:04 AM
I'm trying to figure out a way to identify the bank symbol on the minimap using OpenGL. Right now I'm using relative icons that are unique, but I'd really like a better method. The bank symbol has the same texture as many other icons because it is the same shape, so I cannot just look for that. Help please!

Use its ColourID in conjunction with its ID.

Swag Bag
08-02-2015, 12:10 AM
Use its ColourID in conjunction with its ID.

Oh. Wow. Brilliant and simple, thanks a ton :D
Another question, do you know the difference between color ID and the fullcolorID?

Ross
08-02-2015, 07:05 AM
Oh. Wow. Brilliant and simple, thanks a ton :D
Another question, do you know the difference between color ID and the fullcolorID?

fullColourID is nothing you need to worry about :)