Jump to content

In game Pixel color is different


Recommended Posts

There might be some palette levels in the game with logical ORing or XORing of the color byte because I remember that in Diablo 2 some mod makers made their new monsters or weapons a little purpler because of the palette color engine of the in-game mode... might be the reason.

when detecting colors in a game, dont forget about custom cursors.

in diablo 2 when detecting colors with the mouse coordinates being where the mouse is pointing, you get the same color no matter where you point the mouse. its because the cursor is bigger than normal, and autoit must detect colors on the mouse within the scope of that cursor.

i would select the coordinates with the mouse, and detect the colors slightly to the left of it.. and i would adjust accordingly.

you can also change the mouse cursor in some games, with certain types of editors.

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...