Fix location of unxwb known problems in README

master
Simon Bruder 2020-07-23 16:47:18 +02:00
parent f1d460cffe
commit 1803ba0092
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 9 additions and 9 deletions

View File

@ -58,6 +58,15 @@ Basic Usage:
brd unxwb file.xwb brd unxwb file.xwb
brd unxwb -l file.xwb brd unxwb -l file.xwb
#### Known Problems
* It only supports sounds in [ADPCM][ADPCM] format. If you want to extract
sounds that are stored in other formats, you can use [Luigi Auriemmas
unxwb][unxwb] (<kbd>Ctrl</kbd>+<kbd>F</kbd> unxwb).
* For wave banks without name entries it does not yet offer the option to read
the names from [XSB files][multimedia.cx-XSB] and currently generates the
names from the index in the file (starting from 0).
### unarc ### unarc
This can list and extract files from DDR A ARC archives. It extracts the This can list and extract files from DDR A ARC archives. It extracts the
@ -73,15 +82,6 @@ Basic Usage:
This lists all entries from `musicdb.xml` or `startup.arc` files (only DDR A is This lists all entries from `musicdb.xml` or `startup.arc` files (only DDR A is
supported). supported).
#### Known Problems
* It only supports sounds in [ADPCM][ADPCM] format. If you want to extract
sounds that are stored in other formats, you can use [Luigi Auriemmas
unxwb][unxwb] (<kbd>Ctrl</kbd>+<kbd>F</kbd> unxwb).
* For wave banks without name entries it does not yet offer the option to read
the names from [XSB files][multimedia.cx-XSB] and currently generates the
names from the index in the file (starting from 0).
## About this project ## About this project
This is my first rust project. Dont expect too much from the code in terms of This is my first rust project. Dont expect too much from the code in terms of