WiiRd forum

Wii & Gamecube Hacking => WiiRD Remote Debugger => Topic started by: Mathew_Wi on May 15, 2010, 08:19:44 AM

Title: Moon jump
Post by: Mathew_Wi on May 15, 2010, 08:19:44 AM
I can't find that Moon jump tutorial anymore. Does anyone know where I can find it?
Title: Re: Moon jump
Post by: Deathwolf on May 15, 2010, 09:20:54 AM
if u stand on the ground, search for "unknown value" "equal".
don't remove and search again for "last value" "equal".
now jump and search for "greater than".
if you are back on the ground, search for "less than".
don't remove and search for equal again.

do this again and again.
[sorry for my bad english]
Title: Re: Moon jump
Post by: Romaap on May 15, 2010, 09:36:09 AM
I prefer to find a slope and stand on the lowest point and search for unknown value, then go up a little bit and search for greater than, go up another bit and search for greater than, etc.
And when I am on the top, go down and search for lower than, and repeat this.

This is because most games use floating point for the players coordinates, and I find floating points very unpredictable.
In some games I've seen the players Y coordinate go up and down a little bit while I was not moving.

Also keep in mind that the 0 point is not always the bottom of the map/stage, it might be somewhere in the middle. (but this is very unlikely)
So your position could also be -30, and when you go up the hex value of your Y coordinate will actually go down!
Title: Re: Moon jump
Post by: wiiztec on May 15, 2010, 09:11:38 PM
Gecko.NET has signed floating point searches
Title: Re: Moon jump
Post by: James0x57 on May 15, 2010, 09:52:15 PM
It does? ..maybe that's why.. *ponders*
Title: Re: Moon jump
Post by: James0x57 on May 16, 2010, 04:32:07 AM
Neat