Color Modifier

Started by CosmoCortney, May 16, 2012, 02:28:12 PM

Previous topic - Next topic

CosmoCortney

Hi, i would like to try to hack a code to modify the color of an object, like it's possible on pikmin.
But how should i start to search the code?
should i search for 3F800000 values?

dcx2

Colors are 32-bit RGBA, each byte represents 0-255 for that color, just like HTML.

If you can do anything that changes a color between two choices, you can do an unknown search to look for it.

CosmoCortney

i know, also colors code like #RRGGBB
but what to do when the color does not change?
i seen a youtube video showing a code which changes the color of a pikmin in pikmin (1) allthrough the color is by the texture. as i seen the video i got really curiouse how it is possible and how to hack it.

Bully@Wiiplaza

:S
I never tried, but you could do a screen capture, use paint.net to grab the hex code from the object and then search for this hex code in the ram (do a multipoke and see if something has changed).
My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully

biolizard89

Quote from: Bully@Wiiplaza on May 16, 2012, 08:47:44 PM
:S
I never tried, but you could do a screen capture, use paint.net to grab the hex code from the object and then search for this hex code in the ram (do a multipoke and see if something has changed).
My guess is that the 3D rendering / shading would cause this to not work.  But I've never tried, so I could be wrong.