Script to build ARTEMiS with Python and MariaDB bundled
Go to file
beerpsi 80fa7f1072 update guide 2023-12-18 12:03:10 +07:00
assets remove cmd /k pause and let the batchfile handle it 2023-12-18 11:42:20 +07:00
scripts initial commit 2023-11-29 09:12:40 +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 guide 2023-12-18 12:03:10 +07:00
build.ps1 use git for updating artemis 2023-12-18 11:18:01 +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.

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.

Download

includes chunithm sun+ data, maimai fes+ data (G011-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