Skip to content

WiiLink Patcher v2.1.0

Latest
Compare
Choose a tag to compare
@PablosCorner PablosCorner released this 13 Apr 19:13
· 4 commits to main since this release
5ab6aed

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.

  1. Open Terminal.
  2. Navigate to the patcher file:
    Use cd /path/to/directory (replace /path/to/directory with your patcher's folder location, like Downloads if you saved the patcher executable there)
  3. Make the patcher executable:
    • macOS: chmod +x WiiLinkPatcher_macOS-x64_v210 (use macOS-ARM64 for M1 and above).
    • Linux: chmod +x WiiLinkPatcher_Linux-<architecture>_v210 (replace <architecture> with ARM64 or x64).
  4. Run the patcher:
    • macOS: ./WiiLinkPatcher_macOS-x64_v210 (use macOS-ARM64 for M1 and above).
    • Linux: ./WiiLinkPatcher_Linux-<architecture>_v210 (replace <architecture> with ARM64 or x64).
      Ensure you're in the patcher's directory when executing these commands. You can also adjust file permissions via a graphical file manager.

Technical Changelog

New Contributors

Full Changelog: v2.0.5...v2.1.0