A recreation of the classic game LANDER.BAS. The goal is very simple: Land one one of the flat spots without crashing. That's it. Easy right? CONTROLS: left/right rotate lander, up/down change throttle.
advanced
filt
subframe
technology
lunar
lander
game
Comments
-
Lol, second page has barely changed for 8 years
-
this could deserve second page
-
lol ok got it
-
or just reinstall the game, ez
-
tpt.setdebug(0x0)
-
Ahhhh of course it's is a hex value. so then the question is how to unset that bit?
-
It's setting a bit that enables that particular the "subframe debugger" - 0x8 is 1000 in binary. I don't know if the other bits are used.
-
like pretty much i just dont know what the "0x8" is signifying so once i know that i can probably figure out how to undo it
-
I see, but i am hesitant to type that into my console until I know how to undo it, any clarification on that would be appreciated :)
-
oh i get it now