From 1803ba00929ab2e239c4492f147b759747d7ae1e Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 23 Jul 2020 16:47:18 +0200 Subject: [PATCH] Fix location of unxwb known problems in README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c528acb..16dfd2c 100644 --- a/README.md +++ b/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] (Ctrl+F 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] (Ctrl+F 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