Fix location of unxwb known problems in README
This commit is contained in:
parent
f1d460cffe
commit
1803ba0092
18
README.md
18
README.md
|
@ -58,6 +58,15 @@ Basic Usage:
|
|||
brd unxwb 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 Auriemma’s
|
||||
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
|
||||
|
||||
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
|
||||
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 Auriemma’s
|
||||
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
|
||||
|
||||
This is my first rust project. Don’t expect too much from the code in terms of
|
||||
|
|
Reference in a new issue