A GUI for Boot2vWii written in Java. I do not take credit for the original program, just this GUI.
- Download Boot2vWii
- Download the lastest release of Boot2vWiiGUI
- Put Boot2vWiiGUI.jar into the root folder of Boot2vWii
- Set 'path.txt' to the path of your Msys2 installation. It should be formatted as
[Drive:]/path_to_installation/msys2.exe
Fill in the fields as required, if left blank the field will be omitted and will fall back on the default instead.
Enter in the Title ID into the field, and the program will automatically convert it into hexadecimal
- Example #1: Entering in
OHBC
will take you to The Homebrew Channel - Example #2: Entering
UNEO
will take you to USB Loader GX
For assets, make a sub folder in the assets
folder, and name it whatever.
Within that subfolder, you can put icon.png
, tv.png
, and drc.png
for the gui to recognize and package.
You do not need to have all 3 in there, you can have whatever combination you want (or none) and the program will omit the assets not included accordingly.
After adding assets, open the program and choose from the drop down list which Image Pack you want to use.
Click the drop down to select which Display and ForceRes you want to set the app to
To be honest I rewrote this entire program on like 2 hours of sleep so most of it's pretty hacky code-wise