WiiRd forum

Wii & Gamecube Hacking => WiiRD Remote Debugger => Topic started by: Dr.Pepper on September 10, 2008, 10:02:41 AM

Title: Feature suggestion: floating point number search
Post by: Dr.Pepper on September 10, 2008, 10:02:41 AM
Some games, like Resident Evil Umbrella Chronicles has the health value in floating point number, it would be helpful for code searching, that there would be additional option in addition to 8,16 and 32 bit numbers, like "32bit float", and that you could do the searches "greater than", "different by" etc on that. As currently it is pretty slow to dig out the codes that are floats, since you have to only use equal and not equal searches, or to use some external tool to make desimal floating point to 32bit hex form transformations for exact searches.

And maybe add button next to convert to hex, like convert to float hex or that if  number has decimal point it would convert to float hex.

Great tool btw, easy to use for most of the debugging. :)
Title: Feature suggestion: floating point number search
Post by: sm98 on September 10, 2008, 10:43:10 AM
Quote from: Dr.Pepper;10999And maybe add button next to convert to hex, like convert to float hex or that if  number has decimal point it would convert to float hex.

when all else fails...right click :)

you want 2.0? type in 2.0 and right click the text entry
Title: Feature suggestion: floating point number search
Post by: Dr.Pepper on September 10, 2008, 12:51:34 PM
ah thanks, every day I learn something new, right click works for integers, but doesn't allow decimal points as it gives "not a valid floating point value".