Imports AQUAs db.sqlite database into ARTEMiS database, currently WIP
Go to file
2024-06-16 11:30:07 +02:00
.gitignore Initial commit 2023-04-16 21:22:27 +00:00
aqua_importer.py Updated aqua_importer.py for ARTEMiS develop branch 2024-06-16 11:30:07 +02:00
README.md Updated aqua_importer.py for ARTEMiS develop branch 2024-06-16 11:30:07 +02:00

AQUA-to-ARTEMiS (for develop branch only)

Imports AQUAs db.sqlite or MySQL database into ARTEMiS develop branch, currently WIP

Requirements

Already have the develop version of ARTEMiS installed and created the database with

python dbutils.py create

The aqua_importer.py script will read the settings from your specified ARTEMiS config/ folder!

Instructions

Place aqua_importer.py in your ARTEMiS directory and execute it:

python aqua_importer.py "C:\path\to\aqua"

CAN OVERWRITE ALREADY EXISTING GAMES DATA! BE WARNED!!

How to use

usage: aqua_importer.py [-h] [--config CONFIG] aqua_data_path

AQUA to ARTEMiS

positional arguments:
  aqua_data_path      Absolute folder path to AQUA folder, where application.properties is located in.

options:
  -h, --help            show this help message and exit
  --config CONFIG, -c CONFIG
                        Config directory to use

TODO

  • CHUNITHM SUN
  • O.N.G.E.K.I. Bright Memory
  • maimai DX FESTiVAL
  • Change the game version to import using arguments
  • Code clean up/optimizations