You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
<!--bin: github--> <!--date: github--> NUSPacker is an open-source tool written in Jave that can package files into an installable format for the Wii U. == User guide == ===Setup=== Set up a folder containing "code," "content," and "meta" folders. Make sure that the content folder is not empty. Optionally, create an "encryptKeyWith" text file and add the common key as a hexstring (32 characters) for encryption. ===Commands=== To pack files, use these arguments: * <code>-in</code> - Directory with decrypted data (root folder with code, content, and meta). * <code>-out</code> - Destination for the installable package. Optional, will be parsed from app.xml if missing: * <code>-tID</code> (optional) - Title ID for the package. * <code>-OSVersion</code> (optional) - Target OS version. * <code>-appType</code> (optional) - App type. * <code>-skipXMLParsing</code> - (optional) Disables app.xml parsing. Optional, defaults values will be used if missing (or loaded from external file): * <code>-encryptionKey</code> - Key used to encrypt the package. * <code>-encryptKeyWith</code> - Key used to encrypt the encryption key. Example command (make sure to have a valid app.xml): java -jar NUSPacker.jar -in "inputDir" -out "outputDir" Example command without common key stored in file: java -jar NUSPacker.jar -in "inputDir" -out "outputDir" -encryptKeyWith 12345678123456781234567812345678 ===Notes=== * To create a channel out of an .rpx you need valid .xml files and meta data. This tool is just packing everything together. * Don't use [[DDD Wii U|ddd]] dumps - The code folder is not working. Redump/get the code folder without ddd. * You need signature patches (ie. Mocha, Haxchi, CHBC or Signature Patcher) to be able to install the created packages. == Media == '''[Wii U] Dumping, Extracting & Repacking Wii U Disc Games [wudump, JWUDTool & NUSPacker Tutorial]''' ([https://www.youtube.com/watch?v=NWgvu618ydI BullyWiiPlaza]) <br> <youtube>NWgvu618ydI</youtube> == External links == * GitHub - https://github.com/ihaveamac/nuspacker * Bitbucket - https://bitbucket.org/timogus/nuspacker/src/master/ * GBAtemp - https://gbatemp.net/threads/nuspacker-pack-files-into-installable-packages.447689/ * GBAtemp - https://gbatemp.net/threads/nuspacker-pack-files-into-installable-packages.447689/page-5#post-6827262
Advertising: