Feodor0090 / nmania

Vertical Scrolling Rhythm Game for J2ME
GNU General Public License v3.0
18 stars 2 forks source link

Create our own replays format #46

Closed Feodor0090 closed 1 year ago

Feodor0090 commented 1 year ago

OSR don't work good with 9.3 devices. To have "at least anything", something must be done instead.

Feodor0090 commented 1 year ago
{
  "hash":"...",
  "player":"...",
  "time":123,
  "score": {
    "acc":123,
    "combo":123,
    "score":123,
    "mods":"...",
    ... judments stats ...
  },
  "replay":"osr text stream, just not encoded into lzma"
}