A library and CLI tools for parsing Nintendo Wii file formats.
Currently supported file formats are:
| File format | Extension | Supported |
|---|---|---|
| U8 | .app | yes |
| WAD | .wad | Partially, only Installable WADs |
Two tools are provided, u8tool and wadtool.
Library and CLI tools for working with Nintendo Wii file formats
Usage: u8tool <SOURCE> [DESTINATION]
Arguments:
<SOURCE> The file to parse
[DESTINATION] The directory to extract all files too
Options:
-h, --help Print help
-V, --version Print version
Library and CLI tools for working with Nintendo Wii file formats
Usage: wadtool <SOURCE> [DESTINATION]
Arguments:
<SOURCE> The file to parse
[DESTINATION] The directory to extract all files too
Options:
-h, --help Print help
-V, --version Print version