Welcome to the WiiLink Patcher! This patcher does everything you need to get WiiLink services installed automatically! Sit and watch :)
The patching process takes only a few moments depending on your CPU and connection speed.
Changelog:
- Localization support added to the patcher with the following languages now available:
- English
- Italian (Italiano)
- Dutch (Nederlands)
- Hungarian (Magyar)
- Japanese (日本語)
- Upgraded to .NET 9 for improved stability and to help reduce false-positive antivirus detections
- Now compatible with Windows ARM64 systems
- Wii Speak Channel is now patched for Wiimmfi
- The Extra channel setup flow has been reworked around System Channel Restorer for easier channel installation on console
- WADs and apps are now downloaded to a
WiiLink
subdirectory to reduce conflicts with existing files
Bugfixes:
- Fixed a crash that occurred when navigating between the Extra and Custom setup flows
- The previously broken Photo Channel 1.1 WAD is now fixed (TMD is now properly patched
Terminal Usage Guide for macOS and Linux Users:
This requires the use of your OS's Terminal! If you've never used it before, please search for how to use commands like
cd
,chmod
, etc. so you understand how they work.
- Open Terminal.
- Navigate to the patcher file:
Usecd /path/to/directory
(replace/path/to/directory
with your patcher's folder location, likeDownloads
if you saved the patcher executable there) - Make the patcher executable:
- macOS:
chmod +x WiiLinkPatcher_macOS-x64_v210
(usemacOS-ARM64
for M1 and above). - Linux:
chmod +x WiiLinkPatcher_Linux-<architecture>_v210
(replace<architecture>
withARM64
orx64
).
- macOS:
- Run the patcher:
- macOS:
./WiiLinkPatcher_macOS-x64_v210
(usemacOS-ARM64
for M1 and above). - Linux:
./WiiLinkPatcher_Linux-<architecture>_v210
(replace<architecture>
withARM64
orx64
).
Ensure you're in the patcher's directory when executing these commands. You can also adjust file permissions via a graphical file manager.
- macOS:
Technical Changelog
- Restructure patcher by @Isla-Walker in #140
- (ci) Add workflow to build .NET Native AOT for all platforms by @NinjaCheetah in #144
New Contributors
- @NinjaCheetah made their first contribution in #144
Full Changelog: v2.0.5...v2.1.0