Wii U Pretendo Network patches (Aroma)
Go to file
Dimitri A. 6c78a95872 fix(account_settings): Avoid mixing up FSReadFile / FSCloseFile patches
This copy-and-paste error was a culprit of the bug described in issue #55.
It made the Account Settings applet on Wii U softlock during its initialisation, forcing the user to power off the system.

The applet now works again. However, trying to access it a second time without rebooting still freezes the Wii U, which is another regression listed in issue #55.
2024-12-15 00:29:27 +01:00
.github/workflows feat!: Split Inkay into a module and a plugin 2024-11-21 12:49:16 +11:00
common fix(p2p): Fix compilation error in multiplayer port text 2024-11-21 20:39:51 +00:00
data certs: Add GTS Root R1/R2, ISRG Root X1 2023-04-25 08:40:41 +10:00
plugin feat: Compile flags for binary size 2024-11-29 21:40:21 +11:00
src fix(account_settings): Avoid mixing up FSReadFile / FSCloseFile patches 2024-12-15 00:29:27 +01:00
.editorconfig Add .editorconfig 2021-09-12 13:51:17 +10:00
.gitignore feat!: Split Inkay into a module and a plugin 2024-11-21 12:49:16 +11:00
Dockerfile feat!: Split Inkay into a module and a plugin 2024-11-21 12:49:16 +11:00
LICENSE Added GPLv3 license 2023-04-30 20:43:29 -04:00
Makefile feat: Compile flags for binary size 2024-11-29 21:40:21 +11:00
README.md Update README.md 2024-11-25 18:24:29 +11:00

Inkay - Aroma patches for Pretendo

Pretendo network logo

Inkay is an Aroma/WUPS plugin that patches various Nintendo Network URLs on a Wii U to use Pretendo Network instead. It also (for the time being) bypasses SSL verification in most cases. It redirects Nintendo Network in:

  • IOSU-side connections (Friends, SpotPass, accounts etc.)
  • Account Settings
  • NNCS
  • Nintendo eShop
  • Miiverse (in-game)
  • Miiverse applet

Inkay also includes game-specific patches to add extra features:

  • Modpack-specific matchmaking for global, regional rooms (by simulating extra DLC) - Mario Kart 8
  • P2P port override for better connection stability (if you port forward) - Minecraft: Wii U Edition

Dependencies

Inkay is only supported on the release version of Aroma configured for autoboot/coldboot. Other configurations (specifically lacking coldboot) may cause issues with SpotPass.

Safety

Inkay's patches are all temporary, and only applied in-memory without modifying your console. The SSL patch, while also temporary, could reduce the overall security of your console while active - this is because it no longer checks if a server is verified. However, this does not apply to the Internet Browser, where SSL still works as expected.

TODO

See Issues.