Welcome to the WiiLink Patcher! This patcher does everything you need to get WiiLink installed automatically! Sit and watch :)
The patching process takes only a few moments depending on your CPU and connection speed.
Changelog:
- Everybody Votes Channel release!
- Our Everybody Votes Channel revival has been released! If you previously used the RiiConnect24 version, you will need to use EVC Transfer Tool to save your previous poll results.
- Wii Mod Lite has been replaced with YAWM ModMii Edition, since it's a simpler to use WAD installer.
Upcoming:
- Localizations will be made for the WiiLink Patcher so that it can be used with more languages! This will come in a future minor update. In the meantime, only English is supported.
Usage instructions 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 the Terminal application on macOS or Linux.
- Navigate to the directory containing the patcher file using the
cd
command:
cd /path/to/directory
- Make the patcher file executable based on your system:
- For macOS:
chmod +x WiiLink_Patcher_macOS_v1.2.1
- For Linux, replace
<arm64 or x64>
with your system's architecture:
chmod +x WiiLink_Patcher_Linux-<arm64 or x64>_v1.2.1
- For macOS:
- Run the patcher using the appropriate command:
- For macOS:
./WiiLink_Patcher_macOS_v1.2.1
- For Linux, replace
<arm64 or x64>
with your architecture:
./WiiLink_Patcher_Linux-<arm64 or x64>_v1.2.1
- For macOS:
Ensure you're in the same directory as the patcher file when executing these commands. If you prefer, you can also adjust file permissions through a graphical file manager.