2023-09-18 00:13:28 +01:00
2023-09-17 15:57:27 +01:00
2023-09-18 00:13:28 +01:00
2023-09-17 02:33:39 +01:00
2023-09-18 00:13:28 +01:00
2023-09-18 00:13:28 +01:00
2023-09-16 18:00:46 +01:00
2023-09-17 17:45:43 +01:00

DANCERUSH STARDOM to Dance Dash

Convert data of DANCERUSH STARDOM tracks into Dance Dash beat maps

Curious? @thomasasfk on discord or join drs2dd and ask!

https://github.com/thomasasfk/drs2dd/assets/22506439/8e2953c5-3c39-423f-971a-47bc1f6a717d

Stuff

Completed:

  • Parse XML files into JSON files
  • Parse JSON files into DD info metadata
  • Create DD beat map folder structure with song & cover
  • Parse notes & lines into DD beat map
  • Parse shuffles into DD beat map
  • Parse down and jump notes into DD beat map

To-Do:

  • Test folder structure, sort bmp, note speed, order, etc.
  • Create album specifically for these tracks (does DD support this yet?)

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 all DD Beat Maps from json files in repository

S
Description
dance rush stardom chart -> dance dash beat map
Readme
88 MiB
drs2dd_3.0.0
Latest
2023-10-01 02:02:43 +03:00
Languages
Python 100%