More actions
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title= | |title=loadMii | ||
|image= | |image=wii2.png | ||
|description= | |description=A lightweight fast and simple homebrew loader for Nintendo Wii. | ||
|author=The lemon man | |author=The lemon man | ||
|lastupdated=2010/07/26 | |lastupdated=2010/07/26 | ||
|type=Loader | |type=Loader | ||
|version=0. | |version=0.3 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/loadmiiwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/loadmiiwii.7z?k33p0fil35 | ||
|website= | |website=https://github.com/LemonBoy/loadMii | ||
|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. It was initially based on dhewg's [[Geckoloader Wii|geckoloader]]. | |||
==Features== | ==Features== | ||
* Very light, it wont take much space on your | * Very light, it wont take much space on your SD. | ||
* Can be booted | * Can be booted through any exploit. | ||
* Supports booting homebrew elf and dol | * Supports booting homebrew elf and dol. | ||
* Supports loading from | * Supports loading from SD card, USB stick, DVD and SD Gecko. | ||
==User guide== | |||
=== 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] | |||
Username = <Your username> | |||
Password = <Your password> | |||
Share = <Your share name> | |||
IP = <The SMB server IP address> | |||
==Controls== | |||
'''Wiimote & Nunchuck:''' | |||
D-Pad or Nunchuck Analog - Select file | |||
Plus/Minus - Go to next/previous page | |||
1 - Reload current folder | |||
'''Classic Controller:''' | |||
D-Pad - Select file | |||
L/R - Go to next/previous page | |||
'''GameCube Controller:''' | |||
D-Pad - Select file | |||
D-Pad Left/Right - Go to next/previous page | |||
== | == Changelog == | ||
'''Version 0.3 2009/01/30''' | |||
* Added smb support, code cleanup. | |||
'''Version 0.2 2009/01/21''' | |||
* | * initial release. | ||
== | ==Credits== | ||
Thanks luccax (for the error hunting), wiipower (for the idea), crediar (for base address hint), wiihelp chan for the help and various lol. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/LemonBoy/loadMii/ | ||
* | * WiiBrew - https://wiibrew.org/wiki/Loadmii |
Latest revision as of 10:36, 28 Ocak 2024
loadMii | |
---|---|
General | |
Author | The lemon man |
Type | Loader |
Version | 0.3 |
License | Mixed |
Last Updated | 2010/07/26 |
Links | |
Download | |
Website | |
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. It was initially based on dhewg's geckoloader.
Features
- Very light, it wont take much space on your SD.
- Can be booted through any exploit.
- Supports booting homebrew elf and dol.
- Supports loading from SD card, USB stick, DVD and SD Gecko.
User guide
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>
Controls
Wiimote & Nunchuck:
D-Pad or Nunchuck Analog - Select file
Plus/Minus - Go to next/previous page
1 - Reload current folder
Classic Controller:
D-Pad - Select file
L/R - Go to next/previous page
GameCube Controller:
D-Pad - Select file
D-Pad Left/Right - Go to next/previous page
Changelog
Version 0.3 2009/01/30
- Added smb support, code cleanup.
Version 0.2 2009/01/21
- initial release.
Credits
Thanks luccax (for the error hunting), wiipower (for the idea), crediar (for base address hint), wiihelp chan for the help and various lol.
External links
- GitHub - https://github.com/LemonBoy/loadMii/
- WiiBrew - https://wiibrew.org/wiki/Loadmii