More actions
(Created page with "{{#seo: |title=Wii Homebrew Loaders (Loader) - GameBrew |title_mode=append |image=loadmiiwii.jpg |image_alt=Loadmii }} {{Infobox Wii Homebrews |title=Loadmii |image=loadmiiwii...") |
No edit summary |
||
Line 11: | Line 11: | ||
|description=Small but powerful loader which can run executables from SD cards, USB sticks, SMB shares, USB Gecko and SD Gecko | |description=Small but powerful loader which can run executables from SD cards, USB sticks, SMB shares, USB Gecko and SD Gecko | ||
|author=The lemon man | |author=The lemon man | ||
|lastupdated= | |lastupdated=2010/07/26 | ||
|type=Loader | |type=Loader | ||
|version=0. | |version=0.4 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/loadmiiwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/loadmiiwii.7z | ||
|website= | |website= | ||
|source=http://github.com/LemonBoy/loadMii | |source=http://github.com/LemonBoy/loadMii/ | ||
}} | }} | ||
'''loadMii''' is a small but powerful loader which can run executables from SD cards, USB sticks, SMB shares, USB Gecko and SD Gecko. It's composed by 3 parts : the loader itself, the reloading stub and the bootstrapper. I want to say so many thanks to dhewg and his geckoloader because my stub is based on his work. | |||
==Features== | |||
* Very light, it wont take much space on your sd | |||
* Can be booted trough any exploit | |||
* Supports booting homebrew elf and dol | |||
* Supports loading from sd card, usb stick, dvd and sdgecko | |||
== Smb share configuration == | |||
In order to use the smb feature you need to create a share.ini file in the sd root with the following structure | |||
[Shares]<br> | |||
Username = <Your username><br> | |||
Password = <Your password><br> | |||
Share = <Your share name><br> | |||
IP = <The SMB server IP address><br> | |||
==Media== | ==Media== | ||
<youtube></youtube> | <youtube>h0keEHwhPuo</youtube> | ||
== Controls == | |||
{| class="wikitable" | |||
|- | |||
! Wiimote || Nunchuck || Classic Controller || GC N Controller !! Action | |||
|- | |||
| Wiimote DPad || Nunchuck Control Stick || Classic DPad || GC DPad || Select file | |||
|- | |||
| Wiimote Plus Button || || Classic L Trigger || GC DPad Left || Go to next page | |||
|- | |||
| Wiimote Minus Button || || Classic R Trigger || GC DPad Right || Go to previous page | |||
|- | |||
| Wiimote 1 Button || || || GC Y Button || Reload current folder | |||
|} | |||
== Future plans == | |||
*autoupdate feature | |||
*load files via wifi | |||
== Release Notes == | |||
* 30/01/2009 Version 0.3: Added smb support, code cleanup | |||
* 21/01/2009 Version 0.2: initial release | |||
== External links == | |||
* Wiibrew - https://wiibrew.org/wiki/Loadmii | |||
* Github - https://github.com/LemonBoy/loadMii/ |
Revision as of 06:03, 23 September 2022
Loadmii | |
---|---|
File:Loadmiiwii.jpg | |
General | |
Author | The lemon man |
Type | Loader |
Version | 0.4 |
License | Mixed |
Last Updated | 2010/07/26 |
Links | |
Download | |
Source | |
loadMii is a small but powerful loader which can run executables from SD cards, USB sticks, SMB shares, USB Gecko and SD Gecko. It's composed by 3 parts : the loader itself, the reloading stub and the bootstrapper. I want to say so many thanks to dhewg and his geckoloader because my stub is based on his work.
Features
- Very light, it wont take much space on your sd
- Can be booted trough any exploit
- Supports booting homebrew elf and dol
- Supports loading from sd card, usb stick, dvd and sdgecko
In order to use the smb feature you need to create a share.ini file in the sd root with the following structure
[Shares]
Username = <Your username>
Password = <Your password>
Share = <Your share name>
IP = <The SMB server IP address>
Media
Controls
Wiimote | Nunchuck | Classic Controller | GC N Controller | Action |
---|---|---|---|---|
Wiimote DPad | Nunchuck Control Stick | Classic DPad | GC DPad | Select file |
Wiimote Plus Button | Classic L Trigger | GC DPad Left | Go to next page | |
Wiimote Minus Button | Classic R Trigger | GC DPad Right | Go to previous page | |
Wiimote 1 Button | GC Y Button | Reload current folder |
Future plans
- autoupdate feature
- load files via wifi
Release Notes
- 30/01/2009 Version 0.3: Added smb support, code cleanup
- 21/01/2009 Version 0.2: initial release
External links
- Wiibrew - https://wiibrew.org/wiki/Loadmii
- Github - https://github.com/LemonBoy/loadMii/