Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.22 KB

NUSspli

Install content directly from the Nintendo Update Servers to your Wii U.

build

Features

  • Download titles from Nintendos servers (NUS).
  • Install the downloaded titles to external or internal storage.
  • Includes a keygen!
  • Create fake tickets at will or if not found.
  • Shows the download speed.
  • On screen keyboard.
  • Can download anything available on the NUS.
  • Custom folder names for downloaded titles.
  • Auto update.

Install

To install the app, download and unzip the contents of the latest release and depending on how you will run the app, follow the next steps:

Aroma

  • Move NUSspli.wuhb to (SD:/wiiu/apps/).
  • Run it from the HOME Menu.

Channel

  • Move the folder to (SD:/install/) and install it with WUPInstaller.
  • Run it from the HOME Menu.

Building

  • Use docker build -t nussplibuilder . to build the container
  • Use docker run --rm -v ${PWD}:/project nussplibuilder python3 build.py to build NUSspli

Info

NUSspli is based on WUPDownloader by Pokes303.