forked from Cookies_Github_mirror/AquaDX
[chusan] Add override config for rom version
This commit is contained in:
@@ -24,10 +24,13 @@ server.port=80
|
||||
game.chunithm.team-name=
|
||||
|
||||
## Chusan
|
||||
## The version of your client. If this doesn't match with your game, you will not be able to play some game modes.
|
||||
## The version of your client data. If this doesn't match with your game, you will not be able to play some game modes.
|
||||
## Match this with data.conf file in latest option.
|
||||
## For example, if data.conf says "VerMajor = 2, VerMinor = 5, VerRelease = 4" then this need to be 2.05.04
|
||||
game.chusan.version=2.00.00
|
||||
## The version of your client rom. Same applies as above.
|
||||
## Match this with version in "Game system information" of test menu.
|
||||
game.chusan.rom-version=2.00.01
|
||||
## This enables team function if you set team name here. Leave this blank to disable it.
|
||||
game.chusan.team-name=
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ Only JP variant is supported.
|
||||
* 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.
|
||||
* Match `game.chusan.version` and `game.chusan.rom-version` key in `application.properties` same as your client. 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.
|
||||
|
||||
Reference in New Issue
Block a user