We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tool "WudCompress" converts .wud files to .wux files, eliminating duplicate sectors: https://gbatemp.net/threads/wii-u-image-wud-compression-tool.397901/
The download contains C source for reading .wux files (as well as .wud files, but that functionality is obviously already in wud2app).
It might be useful to have .wux read support in addition to the wudparts-like read ability that already exists.
The text was updated successfully, but these errors were encountered:
A workaround for the time being is to just use WudCompress to decompress the WUX into a WUD file again and thereafter use wud2app.
Sorry, something went wrong.
No branches or pull requests
The tool "WudCompress" converts .wud files to .wux files, eliminating duplicate sectors:
https://gbatemp.net/threads/wii-u-image-wud-compression-tool.397901/
The download contains C source for reading .wux files (as well as .wud files, but that functionality is obviously already in wud2app).
It might be useful to have .wux read support in addition to the wudparts-like read ability that already exists.
The text was updated successfully, but these errors were encountered: