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.
Changes:
- Added proper Dolphin Emulator support (thanks to @AyeItsHarry!)
- Patcher now downloads EULA channels and extended Region Select channel again
Bug fixes:
- Connection time out has been extended, hopefully reducing the changes of getting task errors.
- [Linux] Channel downloading for translations more reliable. (thanks to @AyeItsHarry!)
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_v204
(usemacOS-ARM64
for M1 and above). - Linux:
chmod +x WiiLinkPatcher_Linux-<architecture>_v204
(replace<architecture>
withARM64
orx64
).
- macOS:
- Run the patcher:
- macOS:
./WiiLinkPatcher_macOS-x64_v204
(usemacOS-ARM64
for M1 and above). - Linux:
./WiiLinkPatcher_Linux-<architecture>_v204
(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: