WiiRd forum

Wii & Gamecube Hacking => Wii Game hacking help => Topic started by: CosmoCortney on May 16, 2012, 02:28:12 PM

Title: Color Modifier
Post by: CosmoCortney on May 16, 2012, 02:28:12 PM
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?
Title: Re: Color Modifier
Post by: dcx2 on May 16, 2012, 03:35:31 PM
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.
Title: Re: Color Modifier
Post by: CosmoCortney on May 16, 2012, 04:09:37 PM
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.
Title: Re: Color Modifier
Post by: 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).
Title: Re: Color Modifier
Post by: biolizard89 on May 26, 2012, 01:43:24 AM
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.