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:
- Added a
--debug
flag for easier troubleshooting - Various optimizations and tweaks to code
Full Changelog: v1.2.2...v1.2.3
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.
- A fix for the OSX build of the Patcher will be coming in regards to setting up SD cards.
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.3
- For Linux, replace
<arm64 or x64>
with your system's architecture:
chmod +x WiiLink_Patcher_Linux-<arm64 or x64>_v1.2.3
- For macOS:
- Run the patcher using the appropriate command:
- For macOS:
./WiiLink_Patcher_macOS_v1.2.3
- For Linux, replace
<arm64 or x64>
with your architecture:
./WiiLink_Patcher_Linux-<arm64 or x64>_v1.2.3
- 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.
NOTE: For OSX/MacOS users, you need Rosetta installed on your system if your Mac is using an M1 or newer chip. Rosetta can be installed with:
/usr/sbin/softwareupdate --install-rosetta --agree-to-license