Results 1 to 4 of 4

Thread: [OGL] Identifying bank symbol on minimap

  1. #1
    Join Date
    Aug 2012
    Posts
    188
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default [OGL] Identifying bank symbol on minimap

    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!

  2. #2
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by Swag Bag View Post
    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.

  3. #3
    Join Date
    Aug 2012
    Posts
    188
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by Ross View Post
    Use its ColourID in conjunction with its ID.
    Oh. Wow. Brilliant and simple, thanks a ton
    Another question, do you know the difference between color ID and the fullcolorID?

  4. #4
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by Swag Bag View Post
    Oh. Wow. Brilliant and simple, thanks a ton
    Another question, do you know the difference between color ID and the fullcolorID?
    fullColourID is nothing you need to worry about

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •