You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is really impressive and seems to be a really good recreation of how Mario Kart DS works. I’m using it as a reference to see how I can try to make my own Mario Kart game and make the physics work properly. How did you get the information about how it works? Did you decompile the game? Also, since the DS has no FPU was it using fixed point originally? The platform I’m making my game on also has no FPU
The text was updated successfully, but these errors were encountered:
I noticed you said the physics engine is custom, does that mean it’s different to the one in the real game? Or is it an accurate reimplementation and you just mean you didn’t use existing libraries?
This is really impressive and seems to be a really good recreation of how Mario Kart DS works. I’m using it as a reference to see how I can try to make my own Mario Kart game and make the physics work properly. How did you get the information about how it works? Did you decompile the game? Also, since the DS has no FPU was it using fixed point originally? The platform I’m making my game on also has no FPU
The text was updated successfully, but these errors were encountered: