diff --git a/README.md b/README.md index 7e9cf035..05b0c9bc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ This is a forked maintaining attempt of the [original Aqua server](https://dev.s ### Supported Games * CHUNITHM NEW Plus (and below) * CHUNITHM Paradise Lost (and below) -* Maimai DX Universe (and below) +* Maimai DX Universe Plus (and below) +* Card Maker (1.34) * Project DIVA Arcade Future Tone * O.N.G.E.K.I. bright memory (and below) diff --git a/docs/game_specific_notes.md b/docs/game_specific_notes.md index a68b50b2..45bdb34a 100644 --- a/docs/game_specific_notes.md +++ b/docs/game_specific_notes.md @@ -9,8 +9,9 @@ This document is for detailed game specific notes, if any. | --- | --- | --- | --- | --- | --- | |Chunithm (Chusan)|SDHD |New Plus |- |Yes |Yes | |Chunithm |SDBT |Paradise Lost |A032 |Yes |Yes (Paradise) | -|Maimai DX |SDEZ |Universe |D061 |Yes |Yes | +|Maimai DX |SDEZ |Universe Plus |E041 |Yes |Yes | |O.N.G.E.K.I |SDDT |Bright memory |A044 |Yes |Yes | +|Card Maker |SDED |1.34 |A030 |Yes |Yes | |Maimai |SDEY |Finale |? |No |? | |Project DIVA AFT |SBZV |? |? |No |? | @@ -79,4 +80,20 @@ Only JP variant is supported. * Physical cards ### Additional notes -* Match `game.ongeki.version` key in `application.properties` same as your client version. This applies to Bright Memory version and up. \ No newline at end of file +* Match `game.ongeki.version` key in `application.properties` same as your client version. This applies to Bright Memory version and up. + +## Card Maker + +### Required patches +* No TLS +* No encryption + +### Non-working features +* Maimai DX +* O.N.G.E.K.I + +### Additional notes +* Currently, It only supports Chusan character gacha. More support will be added later. +* Server does not consider gacha rarity and probability weight during card draw. +* Server returns same hard-coded serial for each cards. This is intentional behavior. +* Due to its high correlation with every game endpoints, this may cease to work after major game version up. \ No newline at end of file