Back
WUDD
by Maschell
|
Version | 1.2.2 |
Zip size | 1,584 KiB |
License | GPLv3 |
Updated | 30/01/2025 |
Downloads | 67,502 |
MD5 | 0535a681b9ef851e76c7557c77c2c4de |
App Details
WUDD - Wii U Disc Dumper
Inspired by wudump from FIX94.
Features:
Dump a Wii U Disc in WUD (uncompressed) or WUX (loseless compression) format (including the game.key)
Dump the GM Partitions (Game, Updates, DLCs) of an Wii U Disc as .app,.h3, .tmd, .tik, .cert files
Supports dumping to SD (FAT32) and USB (NTFS only). When dumping to SD the files get slitted in 2 GiB parts.
Files will be dumped to /wudump/[DISC-ID]/. The disc id of a game can be found on the disc (e.g. WUP-P-ARDP for the EUR version of Super Mario 3D World). If WUDD fails to determine the disc id, "DISC" with a timestamp will be used instead.
How to merge splitted files
When you dump a .wux or .wud to the SD card it gets splitted into 2 GiB parts (FAT32 limitation). To merge them you can use the copy cmd tool.
Example: copy /b game.wux.part1 + game.wux.part2 game.wux
Dependencies
Requires an Environment (e.g. Tiramisu or Aroma) with MochaPayload (Nightly-MochaPayload-20220725-155554 or newer)
Screenshots
Changelog
1.2.2
Fixed dumping incomplete h3 files (Fixes .app dumps of games with big .app files) by @Maschell in #23
Updated CI, audio stops now when launching WUDD by @Maschell in #24
1.2.1
Added an icon
WUDD is now also distributed as .wuhb
1.2.0
Fixed closing the disc drive handle on error. This fixes the issues where the Wii U failed to read any disc after using WUUD (disc may showed up as "Invalid Disc"
Fixed PARSE_ERROR_DISC_HEADER error that showed up while some disc as .app. This most likely happens to games which contained game updates or DLCs
1.1.0
Bug fixes:
Fixed dumping non-retail discs without a disc id
Fixed the write result handling to fix a potential softlock when the target device has no more free space while dumping a .wux
Other changes:
Added the WUDD version to the main menu
Improved logging to always log errors to the system log
Improved the displayed error messages
Built with the latest version of wut