Update README.md

master
samnyan 2020-12-17 13:01:12 +08:00
parent 189bb82232
commit fcee3d70a2
2 changed files with 12 additions and 10 deletions

View File

@ -2,7 +2,7 @@
An multipurpose game server power by Spring Boot. An multipurpose game server power by Spring Boot.
### Supported Game: ### Supported Game:
* CHUNITHM Amazon ( And below ) * CHUNITHM Amazon Plus ( And below )
* Project DIVA Arcade Future Tone * Project DIVA Arcade Future Tone
* O.N.G.E.K.I. SUMMER * O.N.G.E.K.I. SUMMER
* O.N.G.E.K.I. PLUS * O.N.G.E.K.I. PLUS
@ -35,14 +35,7 @@ And you can switch to MySQL(MariaDB) database by commenting the Sqlite part.
####Game specific setting: ####Game specific setting:
#####CHUNITHM: #####CHUNITHM:
Game version overwrite Support auto profile downgrade now. You can just run any legacy version, but works better if you set a different keychip serial.
```
game.chunithm.overwrite-version=false
game.chunithm.rom-version=1.30.00
game.chunithm.data-version=1.30.00
```
Enable version overwrite and set to the game version you currently running, will allow profile downgrade. As the game data format is supported by all the version.
### Other Information: ### Other Information:
This server provide a simple API for changing some DIVA's setting. This server provide a simple API for changing some DIVA's setting.
@ -55,6 +48,15 @@ And DIVA screenshot will be save in data folder.
### Changelog: ### Changelog:
v0.0.16: **[This will do database update]**
[chuni] Add support for CHUNITHM Amazon Plus
[chuni] Support auto profile downgrade now.
[ONGEKI] Fix jewel not being saved (bbs)
[ONGEKI] Better choKaika method (bbs)
v0.0.15: v0.0.15:

View File

@ -10,7 +10,7 @@
</parent> </parent>
<groupId>icu.samnya</groupId> <groupId>icu.samnya</groupId>
<artifactId>aqua</artifactId> <artifactId>aqua</artifactId>
<version>0.0.14-RELEASE</version> <version>0.0.16-RELEASE</version>
<name>Aqua Server</name> <name>Aqua Server</name>
<description>A multipurpose game server</description> <description>A multipurpose game server</description>