Moon jump

Started by Mathew_Wi, May 15, 2010, 08:19:44 AM

Previous topic - Next topic

Mathew_Wi

I can't find that Moon jump tutorial anymore. Does anyone know where I can find it?

Deathwolf

#1
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]
lolz

Romaap

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!

wiiztec

Gecko.NET has signed floating point searches
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

James0x57

It does? ..maybe that's why.. *ponders*


James0x57