Revise documentation

This commit is contained in:
Dom Eori
2022-03-11 20:45:32 +09:00
parent 806c68e966
commit 00c3ca62e2
3 changed files with 83 additions and 15 deletions

View File

@@ -7,6 +7,7 @@ This document is for detailed game specific notes, if any.
| Name | Game ID | Latest supported version | Latest supported option | Actively supported | Requires patch |
| --- | --- | --- | --- | --- | --- |
|Chunithm (Chusan)|SDHD |New |A141 |Yes |Yes |
|Chunithm |SDBT |Paradise Lost |A032 |Yes |Yes (Paradise) |
|Maimai DX |SDEZ |Universe |D051 |Yes |Yes |
|O.N.G.E.K.I |SDDT |Bright |A016 |Yes |Yes |
@@ -18,6 +19,22 @@ This document is for detailed game specific notes, if any.
* 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.
## Chunithm (Chusan)
Only JP variant is supported.
### Required patches
* No encryption
### Non-working features
* Global matching
* Profile migration from Chunithm
### Additional notes
* Match `game.chusan.version` key in `application.properties` same as your client version. If not, class mode is disabled due to version mismatch.
* 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.
* User box customization requires Web UI, which is not added yet. The only option to do now is editing database.
## Chunithm
Only JP variant is supported.
@@ -28,6 +45,7 @@ This section only applies to Paradise and up.
### Additional notes
* Workaround for profile version mismatch is implemented, but not recommended.
* Team function can be enabled by changing `game.chunithm.team-name` value. Leave this blank to disable team function.
## Maimai DX
Only JP variant is supported.
@@ -46,6 +64,7 @@ Only JP variant is supported.
### Additional notes
* Previous versions of Aqua reported different endpoint URI for Maimai DX thus required compatible patches. Currently, it doesn't matter and both will work.
* Score cards are saved in the data folder.
## O.N.G.E.K.I
@@ -57,4 +76,7 @@ Only JP variant is supported.
### Non-working features
* KOP related
* Physical cards
* 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.