MegaMech

Results 36 comments of MegaMech

It's possible that some users might not want to use docker. As such, I suggest allowing either compile option, and rename the PR to say something like "Add Docker support...

The random function being changed effects the podium ceremony. I thought this PR altered how the players spawn in grand prix mode. Please clarify what the intentions are. The best...

Regarding the enhancement button. Try to reword it in a way that explains to users what the button does. Users won't understand the technical jargon like "The game resets gRandomSeed...

I suggest we create a new standard, and place app data in My Documents\Games. Either that, or in some archaic location that the user can't access such as %appdata%\local\roaming\games\program_name\stuff or...

Could you explain more about what PRNG is?

race_logic.c func_8028EF28 This three here ends the race. `if (gPlayers[i].lapCount == 3) {` The three should be a course property so custom tracks can set it. Course.h Props struct add...