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.
- Open Terminal.
- Navigate to the patcher file:
Usecd /path/to/directory
(replace/path/to/directory
with your patcher's folder location). - Make the patcher executable:
- macOS:
chmod +x RC24_WiiLink_Patcher_macOS-x64_v2.0.1
(usemacOS-arm64
for M1/M2). - Linux:
chmod +x RC24_WiiLink_Patcher_Linux-<architecture>_v2.0.1
(replace<architecture>
witharm64
orx64
).
- macOS:
- Run the patcher:
- macOS:
./RC24_WiiLink_Patcher_macOS-x64_v2.0.1
(usemacOS-arm64
for M1/M2). - Linux:
./RC24_WiiLink_Patcher_Linux-<architecture>_v2.0.1
(replace<architecture>
witharm64
orx64
).
- macOS:
Ensure you're in the patcher's directory when executing these commands. You can also adjust file permissions via a graphical file manager.