Multipurpose game server powered by Spring Boot, for ALL.Net-based games
This is an attempt to rebuild the original Aqua server
- AquaMai: A maimai DX mod that adds many features to the game.
- AquaNet: A new web frontend for the modern age.
Below is a list of games supported by this server.
Game | Ver | Codename | Thanks to |
---|---|---|---|
SDHD: CHUNITHM (Chusan) | 2.16 | SUN Plus | @rinsama |
SDEZ: MaiMai DX | 1.40 | BUDDiES | @肥宅虾哥 |
SDED: Card Maker | 1.34 | ||
SBZV: Project DIVA Arcade | 7.10 | Future Tone | |
SDDT: O.N.G.E.K.I. | 1.39 | bright MEMORY | @Gamer2097 |
Check out these docs for more information.
- Some games may require additional patches and these will not provided in this project and repository. You already found this, so you know where to find related resources too.
- This repository may contain untested, experimental implementations for a few games which I can't test properly. If you couldn't find your wanted game in the above list, do not expect support.
- This server also provides a simple API for viewing play records and editing settings for some games.
- Install Java 17 JDK
- Download the latest
aqua-nightly.zip
from Releases. - Extract the zip file to a folder.
- Run
java -jar aqua.jar
in the folder.
By default, Aqua will use SQLite and save user data in data/db.sqlite
.
If you want to use optional databases, please edit the configuration file then it will auto-create the table and import some initial data.
Configuration is saved in config/application.properties
, spring loads this file automatically.
- The host and port of game title servers can be overwritten in
allnet.server.host
andallnet.server.port
. By default it will send the same host and port the client used the request this information. This will be sent to the game at booting and being used by the following request. - You can switch to the MariaDB (or MySQL) database by commenting the Sqlite part.
- For some games, you might need to change some game-specific config entries.
You need to install JDK on your system. However, you don't need to install Gradle separately, as the gradlew
wrapper script is included.
gradlew clean build
The build/libs
folder will contain a jar file.
- samnyan: The creator and developer of the original Aqua server
- Akasaka Ryuunosuke: providing all the DIVA protocol information
- Dom Eori: Developer of forked Aqua server, from v0.0.17 and up
- All devs who contribute to the MiniMe server
- All contributors by merge requests, issues and other channels