Skip to content

WiiLink Patcher v1.2.3

Compare
Choose a tag to compare
@vmfunc vmfunc released this 21 Nov 21:18
· 42 commits to main since this release
e17d37a

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.

  1. Open the Terminal application on macOS or Linux.
  2. Navigate to the directory containing the patcher file using the cd command:
    cd /path/to/directory
  3. 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
  4. 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

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