Skip to content

Commit

Permalink
Update information on custom Pretendo patches
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewL246 committed Dec 16, 2023
1 parent 25ff8d1 commit 85b7d1e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ to mitmproxy.
[3DS](https://github.com/PretendoNetwork/nimbus/releases).
- Skip creating a PNID on the official Pretendo server if you will be
hosting your own server.
- You'll now need to recompile the patches with your custom certificate
- If you want to use Justaposition, you'll now need to recompile the patches
with your custom certificate
([see below](#compiling-custom-pretendo-patches)).
2. Configure your console to connect to the proxy using its system settings. Set
the console's proxy server to your computer's IP address and the port
Expand Down Expand Up @@ -111,14 +112,20 @@ Fortunately, it's pretty easy if you use Docker to compile the patches.
5. Run `docker run -it --rm -v $(pwd)/Inkay:/app -w /app inkay-build` to compile
the patches.
6. The compiled patch will be in `./Inkay/Inkay-pretendo.wps`. Copy this patch
to your SD card at `sd:/wiiu/environments/aroma/plugins`, replacing the
Pretendo patch that is already there.
to your SD card over FTPiiU by running
`ftp -u ftp://a:a@WIIU_IP/fs/vol/external01/wiiu/environments/aroma/plugins/Inkay-pretendo.wps ./Inkay/Inkay-pretendo.wps`,
replacing the `WIIU_IP` with your Wii U's IP address. This will replace the
Pretendo patch with your version with custom certificates.
7. Reboot your Wii U.

Due to Inkay's dependencies, it would be quite difficult to compile the patches
without using Docker. If you don't want to install Docker, you could try forking
the Inkay repository on GitHub, editing the `data/ca.pem` file in your fork, and
building it with GitHub Actions.

If you want to revert back to the regular Pretendo Network patches, redownload
them from the Inkay repository and upload them back to your Wii U.

#### 3DS

I don't think that the 3DS patches support custom certificates because they just
Expand Down

0 comments on commit 85b7d1e

Please sign in to comment.