mirror of https://github.com/Soyandroid/aqua
Update README.md
parent
189bb82232
commit
fcee3d70a2
20
README.md
20
README.md
|
@ -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:
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue