122e4e7bbefa627f53b075f706598ceff241af2c
DANCERUSH STARDOM to Dance Dash
Convert data of DANCERUSH STARDOM tracks into Dance Dash beat maps
Curious? @thomasasfk on discord
Download the tracks here:
- https://mega.nz/file/OSZWTSaT#ORVsxy-WNFJkhJFFD431bDxmFmkJK2eTyHsAKISFRvg (all songs)
- https://mega.nz/folder/eKYnUSwD#z1wwOJwr6O0aii13HWeSdw (individual songs)
Setup:
-
Install Python 3.10 (pyenv recommended)
-
Install the required Python packages
python -m venv .venv
. .venv/bin/activate # or .venv\Scripts\activate.bat on Windows
python -m pip install -r requirements.txt
- Install pre-commit hooks
pre-commit install
Usage:
Generate json files from xml files (needs xml files and a brave soul)
HAS_XML=1 .venv/Scripts/python drsxml2json.py
Generate full DD Beat Map from json files in repository (no --song-id does all)
.venv/Scripts/python drs2dd.py --song-id 187
Generate full DD Beat Map from Feet Saber directory (WIP)
.venv/Scripts/python fs2dd.py ... # WIP when I have time.