mm201 / GamestatsBase

Library for making custom GameSpy-compatible HTTP Gamestats servers in ASP.NET
Mozilla Public License 2.0
6 stars 7 forks source link

Pokémon Mystery Dungeon SOS/Thank-You/A-OK Mail not supported by server #4

Open InternalLoss opened 5 years ago

InternalLoss commented 5 years ago

In Pokémon Mystery Dungeon: Explorers of Sky/Time/Darkness, there exists the ability to upload SOS Mail to a server, which players can then download to complete, and send back as A-OK (to allow players to continue in areas in which they are stuck.) These are either able to be downloaded in either registration order, fewest undertakers (ie few players have downloaded), or by the specific registration number. AFAIK, no public dumps exist for this, but as this is a part of the Pokémon series (albeit a side-game), it'd be cool to see the functionality implemented. Currently I've taken a packet dump of the server's 98020 inducing response, which has been sent to you via Discord

mm201 commented 5 years ago

Since this is not about a main series Pokémon game, I'm transferring you to this repository where I'll do misc gamestats work.

I added a few dummy responses as per your pcaps, but we won't get much further without some proper RE work or captures from the official server.

InternalLoss commented 5 years ago

That's fine c:

The dummy responses now allows for the game to say that no SOS Mail is on the server, which is currently correct and is technically intended behaviour. At some point, if I die, i'll send an SOS Mail and try and packet dump it ^^

EDIT: Just to reiterate, side game issues should be then added here in the future, yes?

zurgeg commented 2 years ago

That's fine c:

The dummy responses now allows for the game to say that no SOS Mail is on the server, which is currently correct and is technically intended behaviour. At some point, if I die, i'll send an SOS Mail and try and packet dump it ^^

EDIT: Just to reiterate, side game issues should be then added here in the future, yes?

FYI, I stink at PMD Explorers, so I'm open to help with this anytime ^^)

mm201 commented 2 years ago

If you can, save files are always better than pcaps since I can replay them with different server responses.

zurgeg commented 2 years ago

If you can, save files are always better than pcaps since I can replay them with different server responses.

Ah yes, that would definitely be possible.