Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:CM360/sandbox/Wii U Creating homebrew channels: Difference between revisions

User page
(Create framework page for making homebrew channels)
 
m (Cleanup text)
Line 1: Line 1:
== What You Need ==
== What You Need ==
* The latest release of {{GitHub|phacoxcll/cdecrypt/releases|phacoxcll's CDecrypt fork}} (The <code>CDecrypt.zip</code> file)
* The latest release of {{GitHub|phacoxcll/cdecrypt/releases|phacoxcll's CDecrypt fork}} (the <code>CDecrypt.zip</code> file)
* The latest release of {{GitHub|ihaveamac/nuspacker/blob/master/NUSPacker.jar|NUSPacker}} (direct download)
* The latest release of {{GitHub|ihaveamac/nuspacker/blob/master/NUSPacker.jar|NUSPacker}} (direct download)
** Using NUSPacker requires that you have [https://www.java.com/en/download/ Java] installed on your system.
** Using NUSPacker requires that you have [https://www.java.com/en/download/ Java] installed on your system.
* An image editor that supports the <code>.tga</code> image format.
* An image editor that supports the <code>.tga</code> image format
** These instructions will use [https://getpaint.net/download.html paint.net]
** These instructions will use [https://getpaint.net/download.html paint.net].
* The {{GitHub|dimok789/homebrew_launcher/releases/download/v2.1/homebrew_launcher_channel.v2.1.zip|Homebrew Launcher Channel v2.1}} (direct download)
* The {{GitHub|dimok789/homebrew_launcher/releases/download/v2.1/homebrew_launcher_channel.v2.1.zip|Homebrew Launcher Channel v2.1}} (direct download)
* tga_verify
* tga_verify

Revision as of 01:23, 13 October 2022

What You Need

  • The latest release of phacoxcll's CDecrypt fork (the CDecrypt.zip file)
  • The latest release of NUSPacker (direct download)
    • Using NUSPacker requires that you have Java installed on your system.
  • An image editor that supports the .tga image format
  • The Homebrew Launcher Channel v2.1 (direct download)
  • tga_verify
  • The .rpx file of whichever homebrew program you are making a channel for
  • The Wii U Common Key
    • This is in the otp.bin file from your console's NAND dump. The key can be obtained by opening this file in a hex editor, and is located at offsets 0x000000E0 to 0x000000EF. If extracted correctly, it should be a 32-character long hexadecimal number starting with D7B0.

Section I - Extracting with CDecrypt

Section II - Editing code files

Section III - Editing meta files

Section IV - Repacking with NUSPacker