544146 48f93de564 Clean up code a little
- Move duck blocks down, they were too high
- Change timing on jump notes, 1/8th to allow user to jump over
- Change timing on duck blocks, 1/16h to allow user to duck under on beat
- Move jump note blocks down into the ground, so they're easy to jump over
- Shorten song duration by 10 seconds, so you don't wait at the end for 10 seconds
- Add more metadata to the files
2023-09-19 21:32:01 +01:00
2023-09-19 21:32:01 +01:00
2023-09-19 21:32:01 +01:00
2023-09-17 15:57:27 +01:00
2023-09-19 21:32:01 +01:00
2023-09-18 20:14:13 +01:00
2023-09-17 02:33:39 +01:00
2023-09-19 21:32:01 +01:00
2023-09-18 20:17:06 +01:00
2023-09-16 18:00:46 +01:00
2023-09-19 21:32:01 +01:00

DANCERUSH STARDOM to Dance Dash

Convert data of DANCERUSH STARDOM tracks into Dance Dash beat maps

Curious? @thomasasfk on discord

Download the tracks here:


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
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%