Go to file
Dom Eori 041e4f11f6 [general] Update CI for Gradle 2023-01-30 21:46:31 +09:00
config [ongeki,api] support ongeki rival 2022-12-17 11:50:36 +00:00
data Fix hostname for power on request. Add chuni event data 2020-01-16 17:02:32 +09:00
docs Bump version to 0.0.42a 2023-01-30 19:35:14 +09:00
gradle/wrapper [general] Use Grade instead of Maven 2023-01-30 21:46:31 +09:00
src [general] Use Grade instead of Maven 2023-01-30 21:46:31 +09:00
.gitignore [general] Use Grade instead of Maven 2023-01-30 21:46:31 +09:00
.gitlab-ci.yml [general] Update CI for Gradle 2023-01-30 21:46:31 +09:00
CHANGELOG.md Bump version to 0.0.42a 2023-01-30 19:35:14 +09:00
CONTRIBUTING.md [docs] Add CONTRIBUTING.md 2022-04-03 15:27:48 +09:00
README.md [docs] Add faq documentation 2022-11-13 20:51:08 +09:00
build.gradle.kts [general] Use Grade instead of Maven 2023-01-30 21:46:31 +09:00
gradlew [general] Use Grade instead of Maven 2023-01-30 21:46:31 +09:00
gradlew.bat [general] Use Grade instead of Maven 2023-01-30 21:46:31 +09:00
settings.gradle.kts [general] Use Grade instead of Maven 2023-01-30 21:46:31 +09:00
start.bat Add flyway database migration tool. Read diva news from database 2020-01-17 01:03:14 +09:00

README.md

Aqua Server

Multipurpose game server powered by Spring Boot, for ALL.Net based games

This is a forked maintaining attempt of the original Aqua server

Supported Games

  • CHUNITHM NEW Plus (and below)
  • CHUNITHM Paradise Lost (and below)
  • Maimai DX Universe Plus (and below)
  • Card Maker (1.34)
  • Project DIVA Arcade Future Tone
  • O.N.G.E.K.I. bright memory (and below)

Check out these docs for more information.

Notes

  • Some game 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 implementation for 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 edit settings for some games.

Usage

Requirements:

  • Java 11 or above (for running JAR)
  • Optional databases: MariaDB 10.6.x (recommended) or MySQL 8.0.x

Run java -jar aqua-x.x.xx-RELEASE.jar or aqua-x.x.xx-RELEASE.exe (on Windows)

By default, Aqua will use sqlite and save user data in data/db.sqlite.

If you want to use optional databases, edit configuration file then it will auto create the table and import some initial data.

Configuration

Configuration is saved in config/application.properties, spring loads this file automatically.

  • The host and port of game title servers can be overritten in allnet.server.host and allnet.server.port. By default it will send the same host and port the client used the request this information. This will be send to the game at booting and being used by following request.
  • You can switch to MariaDB (or MySQL) database by commenting the Sqlite part.
  • For some game, you might need to change some game specific config entries.

Building

You need to install JDK on your system. However, you don't need to care about Maven, as wrapper script is included.

mvnw package

The target folder will contain an uberjar and standalone distribution package with JRE included.

Credit

  • 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 request, issues and other channels