Skip to content

RiiConnect24 + WiiLink Patcher v2.0.1

Compare
Choose a tag to compare
@PablosCorner PablosCorner released this 13 Jan 00:34
· 36 commits to main since this release

Welcome to the RiiConnect24 + WiiLink Patcher! This patcher does everything you need to get RiiConnect24 and WiiLink installed automatically! Sit and watch :)

The patching process takes only a few moments depending on your CPU and connection speed.

Pushing this minor update out to fix Kirby TV Channel not being set to region free, so this should fix the issue of anyone encountering the "This channel can't be used" error message when launching the channel.

Changelog:

  • Ensures that Kirby TV Channel is marked to being region free.

Bugfixes:

  • Fixed Kirby TV Channel not being region free

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).
  3. Make the patcher executable:
    • macOS: chmod +x RC24_WiiLink_Patcher_macOS-x64_v2.0.1 (use macOS-arm64 for M1/M2).
    • Linux: chmod +x RC24_WiiLink_Patcher_Linux-<architecture>_v2.0.1 (replace <architecture> with arm64 or x64).
  4. Run the patcher:
    • macOS: ./RC24_WiiLink_Patcher_macOS-x64_v2.0.1 (use macOS-arm64 for M1/M2).
    • Linux: ./RC24_WiiLink_Patcher_Linux-<architecture>_v2.0.1 (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.