(Start on NUSPacker section) |
(Create framework page for making homebrew channels) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== What You Need == | == What You Need == | ||
* The latest release of {{GitHub|phacoxcll/cdecrypt/releases|phacoxcll's CDecrypt fork}} ( | * 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 | ** Using NUSPacker requires that you have [https://www.java.com/en/download/ Java] installed on your system. | ||
** 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 | |||
* The <code>.rpx</code> file of whichever homebrew program you are making a channel for | * The <code>.rpx</code> file of whichever homebrew program you are making a channel for | ||
* The Wii U Common Key | * The Wii U Common Key | ||
** This is in the <code>otp.bin</code> file from your console's NAND dump. | ** This is in the <code>otp.bin</code> 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 <code>0x000000E0</code> to <code>0x000000EF</code>. If extracted correctly, it should be a 32-character long hexadecimal number starting with <code>D7B0</code>. | ||
== Section I - CDecrypt == | == Section I - Extracting with CDecrypt == | ||
== Section II - Editing code files == | == Section II - Editing code files == | ||
Line 29: | Line 17: | ||
== Section III - Editing meta files == | == Section III - Editing meta files == | ||
== Section IV - NUSPacker == | == Section IV - Repacking with NUSPacker == | ||
Revision as of 00:19, 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.- These instructions will use paint.net
- 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 offsets0x000000E0
to0x000000EF
. If extracted correctly, it should be a 32-character long hexadecimal number starting withD7B0
.
- This is in the