Script to build ARTEMiS with Python and MariaDB bundled
Go to file
beerpsi 267ac62b37 idk 2024-03-23 18:13:23 +07:00
assets Fix ARTEMiS update script 2024-03-23 18:13:23 +07:00
scripts idk 2024-03-23 18:13:23 +07:00
.gitignore use git for updating artemis 2023-12-18 11:18:01 +07:00
LICENSE Initial commit 2023-11-29 02:04:48 +00:00
README.md Update README.md 2024-03-07 01:50:54 +00:00
build.ps1 Allow cloning ARTEMiS from other Git hosts 2024-03-23 18:13:23 +07:00

README.md

artemis-portable

Script to build ARTEMiS with Python and MariaDB bundled

Setup instructions

Initial setup has been done for you. To import game data, follow ARTEMiS' Games Documentation, but replace python dbutils.py with dbutils.bat, and python read.py with read.bat.

To migrate data from Aqua, use the aqua-importer.bat script in a command prompt:

aqua-importer.bat D:/PATH/TO/AQUA

Updating ARTEMiS

Run update-artemis.bat, which will download the latest version of ARTEMiS, update dependencies and do any migrations needed.

Running ARTEMiS

Double click start.bat. That's it.

Updating from a previous artemis-portable installation

Extract the new artemis-portable, then copy the mariadb folder over to keep your user data.

Remember to do migrations afterwards with:

dbutils.bat upgrade

Download

Built on Hay1tsme/artemis@c4deff9d1c

includes chunithm sun+ data (up to ASP9), maimai fes+ data (up to G031), ongeki bright memory data (up to A108)

download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download download

Build requirements

  • curl (should be bundled with Windows 10 since forever)
  • 7zip

Run

# maybe needed, maybe not
Set-ExecutionPolicy Unrestricted

.\build.ps1