Allows to download encrypted wiiu files from nintendo's official servers
Find a file
Xpl0itU 28581f79a0 Revert "Switch to fasthttp"
This reverts commit 461d6f4a84.
2024-04-08 14:35:20 +02:00
.github Add cache to CI 2024-04-03 20:17:12 +02:00
cmd/WiiUDownloader Revert "Switch to fasthttp" 2024-04-08 14:35:20 +02:00
data Bump Info.plist 2024-04-03 20:02:24 +02:00
.gitignore Port title database and cdecrypt to Go (#87) 2024-03-31 19:38:13 +02:00
certificate.go Revert "Switch to fasthttp" 2024-04-08 14:35:20 +02:00
decryption.go Fix non-hashed file decryption and extraction 2024-04-01 20:35:33 +02:00
default.pgo Update Go version in Dockerfile and profile file for optimizations 2023-12-21 17:12:28 +01:00
Dockerfile.linux Fix database fetching 2024-04-03 18:38:09 +02:00
downloader.go Revert "Switch to fasthttp" 2024-04-08 14:35:20 +02:00
go.mod Revert "Switch to fasthttp" 2024-04-08 14:35:20 +02:00
go.sum Revert "Switch to fasthttp" 2024-04-08 14:35:20 +02:00
grabTitles.py Revert grabTitles.py 2024-04-03 18:42:43 +02:00
gtitles.go Fix GetTitleEntries 2024-03-31 22:13:22 +02:00
keygen.go Gocritic changes 2023-09-08 17:30:57 +02:00
LICENSE Create LICENSE 2023-07-22 12:22:34 +02:00
logger.go Gocritic changes 2023-09-08 17:30:57 +02:00
README.md Add README.md 2023-07-22 12:29:55 +02:00
ticket.go Add fake ticket and cert generation 2023-07-23 17:28:20 +02:00
utils.go Revert "Switch to fasthttp" 2024-04-08 14:35:20 +02:00

WiiUDownloader

WiiUDownloader is a Golang program that allows you to download Wii U games from Nintendo's servers. It provides a user-friendly GUI built using GTK to browse and download Wii U titles directly to your local storage. Additionally, it supports decryption of downloaded contents for use on your Wii U console.

Features

  • Browse and search for Wii U games, updates, DLC, demos, and more.
  • Download selected titles or queue multiple titles for batch download.
  • Decrypt downloaded contents for use on your Wii U console.
  • Delete encrypted contents after decryption (optional).
  • Filter titles based on name or title ID.
  • Select regions (Japan, USA, and Europe) to filter available titles.

Installation

To install WiiUDownloader, download the appropriate binary for your operating system from the links below:

For Linux, you may need to give execution permission to the downloaded binary:

chmod +x WiiUDownloader-Linux-x86_64.AppImage   # For Linux

Usage

  1. Double-click the downloaded binary to launch WiiUDownloader.
  2. The WiiUDownloader GUI window will appear, showing a list of available Wii U titles.
  3. Use the search bar to filter titles by name or title ID.
  4. Click on the category buttons to filter titles by type (Game, Update, DLC, Demo, All).
  5. Click on the checkboxes to select the desired region(s) for filtering (Japan, USA, Europe).
  6. Click on the "Add to queue" button to add selected titles to the download queue. The button label will change to "Remove from queue" if titles are already in the queue.
  7. Click on the "Download queue" button to choose a location to save the downloaded games. The program will start downloading the queued titles.
  8. If you enable "Decrypt contents," the program will decrypt the downloaded files. You can also choose to delete encrypted contents after decryption (optional).
  9. If you already have downloaded files that aren't decrypted, you can go to Tools > Decrypt Contents and select the folder to decrypt.

Important Notes

  • WiiUDownloader provides access to Nintendo's servers for downloading titles. Please make sure to follow all legal and ethical guidelines when using this program.
  • Downloading and using copyrighted material without proper authorization may violate copyright laws in your country.

License

This program is distributed under the GPLv3 License. For more information, see the LICENSE file.

Acknowledgments

WiiUDownloader uses several open-source libraries and dependencies to provide its functionality: