Add batch convert usage

master
Simon Bruder 2020-06-30 12:52:29 +02:00
parent d0d33de51e
commit c5ee64e37d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 13 additions and 3 deletions

View File

@ -27,9 +27,6 @@ brd ddr2osu -s file.ssq -x file.xwb -o file.osz -m startup.arc
To learn more about supported options run `brd ddr2osu --help`
Batch conversion is possible with the included shell script `batch_convert.sh`
(usage guide at the top of the script).
#### Known Problems
* Since *osu!mania* does not support shock arrows, it either ignores them or
@ -39,6 +36,19 @@ Batch conversion is possible with the included shell script `batch_convert.sh`
2 entries, which often are preview and full song, the longest one is used by
default).
### ddr2osu-batch
This batch converts songs from a musicdb (and therefore currently only supports
DDR A).
Basic usage (the `ssq` directory includes step charts and the `xwb` directory
includes wave banks):
brd ddr2osu-batch -m startup.arc -o out -s ssq -x xwb --source "Dance Dance Revolution A"
Batch conversion for older versions is possible with the included shell script
`batch_convert.sh` (usage guide at the top of the script).
### unxwb
This can list and extract sounds from XWB wave banks.