Allows to download encrypted wiiu files from nintendo's official servers
Find a file
2024-03-29 16:32:19 +01:00
.github Revert aria2go changes 2024-03-29 16:04:39 +01:00
cdecrypt Improve decryption code and remove cdecrypt logs 2023-08-26 15:53:17 +02:00
cmd/WiiUDownloader Revert aria2go changes 2024-03-29 16:04:39 +01:00
data Revert aria2go changes 2024-03-29 16:04:39 +01:00
gtitles Unfinished work 2023-07-18 12:27:23 +02:00
.gitignore Revert aria2go changes 2024-03-29 16:04:39 +01:00
certificate.go Revert aria2go changes 2024-03-29 16:04:39 +01:00
decryption.go Make backend and frontend independent 2023-08-29 20:55:43 +02:00
default.pgo Update Go version in Dockerfile and profile file for optimizations 2023-12-21 17:12:28 +01:00
Dockerfile.linux Upgrade Golang and deps 2024-03-29 16:12:55 +01:00
downloader.go Optimize download logic 2024-03-29 16:32:19 +01:00
go.mod Upgrade Golang and deps 2024-03-29 16:12:55 +01:00
go.sum Upgrade Golang and deps 2024-03-29 16:12:55 +01:00
grabTitles.py Update title database URL 2024-03-29 16:07:14 +01:00
gtitles.go Use iota for consts 2023-07-21 15:43:05 +02:00
hash.go Gocritic changes 2023-09-08 17:30:57 +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 Improve code 2023-08-26 16:19:21 +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: