Downloads Wii U games in an installable format from the CDN.
This program will download the .app/.h3/.cert/.tmd files from the CDN.
It will then generate a .tik file in the same directory.
You can install the contents generated by this program with WUP Installer GX2.
First, download the latest uShop from here or Code -> Download ZIP.
You must have the Wii U common key in the file named ckey.txt.
Also, Python 3.5+ (?) and pycryptodome are requirements to use this program. Install it with:
$ python3 -m pip install pycryptodome
To download:
$ ./ushop.py (Title ID) [version]
Please do not use this tool to download games you do not own.
I, the creator of uShop, am not responsible for the activity of the user.
There's also a GUI now! Run this command to access it:
$ ./ushop_gui.py
- ihaveamac for his wiiu-things repository.
- dojafoja for his Kii-U-Generator.
- TimmSkiller for figuring out that the Wii U uses the same ticket structure as the 3DS, and making a utility to generate tickets for me.