2022-03-10 20:48:20 +08:00
# Game specific notes
For best viewing experience, please use a markdown viewer that supports Github or Gitlab Flavored Markdown syntax.
This document is for detailed game specific notes, if any.
## Overview
2023-12-23 05:47:04 +08:00
| Name | Game ID | Latest supported version | Latest supported option | Actively supported | Requires patch |
|-------------------|---------|--------------------------|-------------------------|--------------------|----------------|
2024-06-27 10:24:02 +08:00
| Chunithm (Chusan) | SDHD | Luminous | A143 | Yes | Yes |
2023-12-23 05:47:04 +08:00
| Chunithm | SDBT | Paradise Lost | A032 | Yes | Yes (Paradise) |
2024-03-26 06:04:16 +08:00
| Maimai DX | SDEZ | Buddies | H061 | Yes | Yes |
2024-01-10 21:31:25 +08:00
| O.N.G.E.K.I | SDDT | Bright memory | A108 | Yes | Yes |
2023-12-23 05:47:04 +08:00
| Card Maker | SDED | 1.34 | A030 | Yes | Yes |
| Maimai | SDEY | Finale | ? | No | ? |
| Project DIVA AFT | SBZV | ? | ? | No | ? |
2022-03-10 20:48:20 +08:00
* Actively supported: if yes, it will likely receive future bug fixes and new version support.
* Requires patch: if yes, game needs to be patched in order to work with Aqua server.
* Latest supported option: this may or may not include all options up to latest.
2022-03-11 19:45:32 +08:00
## Chunithm (Chusan)
Only JP variant is supported.
### Required patches
* No encryption
2023-12-23 05:47:04 +08:00
* For SUN Plus: Please edit `A001/event/event00000015/Event.xml` and change `<alwaysOpen>false</alwaysOpen>` to `true` .
2022-03-11 19:45:32 +08:00
### Non-working features
* Global matching
* Profile migration from Chunithm
### Additional notes
2023-03-17 18:12:20 +08:00
* Match `game.chusan.version` and `game.chusan.rom-version` key in `application.properties` same as your client. If not, online connectivity kill switch will be triggered or some game modes will not work.
2022-03-11 19:45:32 +08:00
* Team function can be enabled by changing `game.chusan.team-name` value. Leave this blank to disable team function.
* Chusan and Chunithm uses different endpoints and tables. Your progress from Chunithm won't carry over to Chusan.
2022-04-06 00:00:18 +08:00
* For user box customization, use Web UI.
2022-04-06 00:06:34 +08:00
* (For New plus or up) Class mode disabled when game set to free play. This is not a server restriction.
2023-03-17 18:12:20 +08:00
* While you can enter global matching mode, actual multiplayer won't work.
2022-03-11 19:45:32 +08:00
2022-03-10 20:48:20 +08:00
## Chunithm
Only JP variant is supported.
### Required patches
This section only applies to Paradise and up.
* No TLS
* No encryption
### Additional notes
* Workaround for profile version mismatch is implemented, but not recommended.
2022-03-11 19:45:32 +08:00
* Team function can be enabled by changing `game.chunithm.team-name` value. Leave this blank to disable team function.
2022-03-10 20:48:20 +08:00
## Maimai DX
Only JP variant is supported.
### Required patches
* No TLS
* No certificate pinning
* No URI obfuscation
* No encryption
### Non-working features
* KOP related
* Tournament mode
2023-03-17 18:12:20 +08:00
* Chart recommendation (Festival)
2022-03-10 20:48:20 +08:00
### Additional notes
2022-03-11 03:05:06 +08:00
* Previous versions of Aqua reported different endpoint URI for Maimai DX thus required compatible patches. Currently, it doesn't matter and both will work.
2022-03-11 19:45:32 +08:00
* Score cards are saved in the data folder.
2022-03-10 20:48:20 +08:00
## O.N.G.E.K.I
### Required patches
* No TLS
* No certificate pinning
* No URI obfuscation
* No encryption
### Non-working features
* KOP related
2022-03-11 19:45:32 +08:00
* Physical cards
### Additional notes
2022-08-12 14:26:08 +08:00
* 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
2023-01-06 23:51:05 +08:00
### Support status
* Chunithm New: Yes, New (2.00)
* Maimai DX: Yes, Universe (1.20)
* O.N.G.E.K.I: No
2022-08-12 14:26:08 +08:00
### Additional notes
2023-01-06 23:51:05 +08:00
* Only stated version above are supported.
2022-08-12 14:26:08 +08:00
* 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.
2023-12-23 05:47:04 +08:00
* Due to its high correlation with every game endpoints, this may cease to work after major game version up.