WiiLink Patcher GUI
WiiLink Patcher GUI is a Python program built around the excellent libWiiPy to make WiiLink patching a simple process, with a streamlined graphical user interface.
Downloading
You can download the latest release from the Releases Page.
System Requirements
Operating System | Required Version |
---|
Windows | Windows 10 1809 or later |
macOS | macOS Monterey or later |
Linux | glibc 2.35 or later |
> NOTE: In Windows, your antivirus may flag the patcher as malware. This is a false positive, and you can safely ignore it. If you are still unsure, you can inspect the source code, and/or compile it yourself for extra verification. You can also temporarily disable your antivirus to download the patcher, or add an exception for it if you put it in a dedicated folder.
Troubleshooting
Linux
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
:
> - This is a common issue on Debian, Ubuntu and their derivatives (i.e. Linux Mint). To resolve this issue, install the libxcb-cursor-dev
package on your system.
Translating
To contribute translations, refer to this.
Contributing
We appreciate all contributions to this repository, big and small! If you're contributing to code, make sure to run black before submitting a pull request:
python -m black .
Compiling
To compile the patcher, you will first need to install a few dependencies:
> - Python (the patcher has only been tested on Python 3.12+)
> - Git (optional but highly recommended)
- Clone the repository to your computer
git clone https://github.com/WiiLink24/WiiLink-Patcher-GUI
cd WiiLink-Patcher-GUI/
python -m venv .venv