More actions
(Created page with "{{#seo: |title=Wii Homebrew PC Tools (PC Utilities) - GameBrew |title_mode=append |image=wiiload.jpg |image_alt=Wiiload }} {{Infobox Wii Homebrews |title=Wiiload |image=wiiload.jpg |description=Wiiload is a method of loading .dol and .elf files over the network. |author=dhewg |lastupdated=2022/08/19 |type=PC Utilities |version=0.5.2.1 |license=Mixed |download=https://dlhb.gamebrew.org/wiihomebrews/wiiload.7z |website=https://wiidatabase.de/downloads/pc-tools/wiiload/ |s...") |
No edit summary |
||
Line 9: | Line 9: | ||
|image=wiiload.jpg | |image=wiiload.jpg | ||
|description=Wiiload is a method of loading .dol and .elf files over the network. | |description=Wiiload is a method of loading .dol and .elf files over the network. | ||
|author=dhewg | |author=dhewg, leseratte10 | ||
|lastupdated=2022/08/19 | |lastupdated=2022/08/19 | ||
|type=PC Utilities | |type=PC Utilities | ||
Line 16: | Line 16: | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/wiiload.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/wiiload.7z | ||
|website=https://wiidatabase.de/downloads/pc-tools/wiiload/ | |website=https://wiidatabase.de/downloads/pc-tools/wiiload/ | ||
|source=https:// | |source=https://wii.leseratte10.de/devkitPro/other-stuff/wiiload/ | ||
}} | }} | ||
'''Wiiload''' enables transferring .DOL and .ELF files to a Wii/Wii U (in Wii mode) via the local network, provided the console is connected to the internet and shares the same router with your PC on the same (W)LAN. The homebrew channel must be launched without accessing any submenus. | '''Wiiload''' enables transferring .DOL and .ELF files to a Wii/Wii U (in Wii mode) via the local network, provided the console is connected to the internet and shares the same router with your PC on the same (W)LAN. The homebrew channel must be launched without accessing any submenus. | ||
For loading entire apps on the SD card, create an app-named folder, put the relevant files (boot.dol, meta.xml, etc.) inside, zip the folder with the same name, and send the ZIP to the Wii as a normal boot.dol. | For loading entire apps on the SD card, create an app-named folder, put the relevant files (boot.dol, meta.xml, etc.) inside, zip the folder with the same name, and send the ZIP to the Wii as a normal boot.dol. | ||
==Usage== | |||
===Windows== | |||
To run Wiiload, just slide a DOL, ELF or a ZIP with the app onto the wiiload.exe. Of course you can also use the command prompt. | |||
===macOS=== | |||
Start the terminal and enter | |||
<code>touch .profile</code> | |||
if there is no .profile file in your home directory yet. then lead | |||
<code>vi .profile</code> | |||
and add the following to the file: | |||
<code>export WIILOAD=tcp:YOURIP</code> | |||
Then close the file and then use " cd PFAD" to go to the path of Wiiload. Then enter the following there: | |||
<code>chmod 755 wiiload</code> | |||
Close the terminal and reopen it. Place a boot.dol of any app in the same directory as Wiiload and see if it works. Go back to the path of Wiiload with " cd PFAD" and run Wiiload: | |||
<code>./wiiload boot.dol (or .elf, depending)</code> | |||
===Linux=== | |||
Open the .bashrc/.zshrc or other file your shell uses (usually in your home directory) and add the following to the end of the file: | |||
<code>export WIILOAD=tcp:YOURIP</code> | |||
Then, in the same directory as Wiiload, open a terminal and run Wiiload: | |||
<code>./wiiload boot.dol (or .elf, depending)</code> | |||
==Media== | ==Media== |
Revision as of 05:37, 14 February 2023
Wiiload | |
---|---|
File:Wiiload.jpg | |
General | |
Author | dhewg, leseratte10 |
Type | PC Utilities |
Version | 0.5.2.1 |
License | Mixed |
Last Updated | 2022/08/19 |
Links | |
Download | |
Website | |
Source | |
Wiiload enables transferring .DOL and .ELF files to a Wii/Wii U (in Wii mode) via the local network, provided the console is connected to the internet and shares the same router with your PC on the same (W)LAN. The homebrew channel must be launched without accessing any submenus.
For loading entire apps on the SD card, create an app-named folder, put the relevant files (boot.dol, meta.xml, etc.) inside, zip the folder with the same name, and send the ZIP to the Wii as a normal boot.dol.
Usage
=Windows
To run Wiiload, just slide a DOL, ELF or a ZIP with the app onto the wiiload.exe. Of course you can also use the command prompt.
macOS
Start the terminal and enter
touch .profile
if there is no .profile file in your home directory yet. then lead
vi .profile
and add the following to the file:
export WIILOAD=tcp:YOURIP
Then close the file and then use " cd PFAD" to go to the path of Wiiload. Then enter the following there:
chmod 755 wiiload
Close the terminal and reopen it. Place a boot.dol of any app in the same directory as Wiiload and see if it works. Go back to the path of Wiiload with " cd PFAD" and run Wiiload:
./wiiload boot.dol (or .elf, depending)
Linux
Open the .bashrc/.zshrc or other file your shell uses (usually in your home directory) and add the following to the end of the file:
export WIILOAD=tcp:YOURIP
Then, in the same directory as Wiiload, open a terminal and run Wiiload:
./wiiload boot.dol (or .elf, depending)
Media
How to use Wiiload in Linux and Mac OSX - (homestar92)
External Links
- WiiBrew - https://wiibrew.org/wiki/Wiiload
- Leseratte10 - https://wii.leseratte10.de/devkitPro/other-stuff/wiiload/