Skip to content

WiiLink Patcher v2.0.3

Latest
Compare
Choose a tag to compare
@PablosCorner PablosCorner released this 06 Jul 16:02

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.

This release supports the newly released Wii Room v1.0 update! Featuring new translations, new original content, bug fixes, and QoL improvements!

Changes:

  • Wii Room v1.0 is now released and obtainable via this new patcher release!
    • Complete English translation and added French, Russian, and Portuguese (Brazil) language options.
    • Brought back the credits system for videos, DSi Video downloading (Wii Room Anywhere, an unfinished service, can be tested by donating on our website), and a fully functional search engine.
    • Partnered with Sudomemo and FamicomCD to bring their content to Wii Room.
    • Launched our first original show, "Homebrew Tea," where the latest Homebrew news is dished out!

Bug fixes:

  • The patcher should no longer error out when using the patcher executable in the root of your Wii SD card / USB drive, due to an oversight of trying to copy files to a location they're already in.

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_v203 (use macOS-ARM64 for M1/M2).
    • Linux: chmod +x WiiLinkPatcher_Linux-<architecture>_v203 (replace <architecture> with ARM64 or x64).
  4. Run the patcher:
    • macOS: ./WiiLinkPatcher_macOS-x64_v203 (use macOS-ARM64 for M1/M2).
    • Linux: ./WiiLinkPatcher_Linux-<architecture>_v203 (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.