In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "LoadMii"

From WiiBrew
Jump to navigation Jump to search
m (Some spelling corrections)
m (Fixed download link)
 
(23 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Lowercase title‎}}
 
+
{{Infobox homebrew
| image = [[Image:Loadmii.png]]
 
 
| title = loadMii
 
| title = loadMii
| desc= a loader for Wii homebrew
+
| image = [[File:Loadmii.png]]
| type = Utility
+
| type = utility
 
| author = [[User:The_Lemon_Man|The lemon man]]
 
| author = [[User:The_Lemon_Man|The lemon man]]
| download = [http://code.google.com/p/loadmii/ Download]
+
| version = 0.3
| version = 0.01
+
| download = Media:Loadmii.zip
| source = [http://code.google.com/p/loadmii/ Download]
+
| source = http://github.com/LemonBoy/loadMii/tree/master/source/
 
| peripherals = {{wiimote1}} {{SensorBar}} {{ClassicController}} {{Nunchuck}} {{GCNController}} {{FrontSD}} {{FrontSDHC}} {{USBMSD}} {{SDGecko}}  
 
| peripherals = {{wiimote1}} {{SensorBar}} {{ClassicController}} {{Nunchuck}} {{GCNController}} {{FrontSD}} {{FrontSDHC}} {{USBMSD}} {{SDGecko}}  
| hbc = 1
+
| hbb = yes
 
}}
 
}}
 +
'''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.
 +
 +
== 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>
 +
 +
== Controls ==
 +
{| class="wikitable"
 +
|-
 +
! {{Wiimote}} || {{Nunchuck}} || {{ClassicController}} || {{GCNController}} !! Action
 +
|-
 +
| {{WiimoteDPad}} || {{NunchuckControlStick‎}} || {{ClassicDPad}} || {{GCDPad}} || Select file
 +
|-
 +
| {{WiimotePlusButton}} || || {{ClassicLTrigger}} || {{GCDPadLeft}}  || Go to next page
 +
|-
 +
| {{WiimoteMinusButton}} || || {{ClassicRTrigger}} || {{GCDPadRight}}  || Go to previous page
 +
|-
 +
| {{Wiimote1Button}} || || || {{GCYButton}} || Reload current folder
 +
|}
  
'''loadMii''' is a small but powerful loader which can run executables from any source (wifi is in todo list) and run it. This is meant mainly for people who needs to run homebrew on a Wii but without any trace. It can be loaded via HBC or the Twilight Hack.
+
== Future plans ==
 +
*autoupdate feature
 +
*load files via wifi
  
==Release Notes==
+
== Release Notes ==
21/01/2009 Version 0.02: initial relase
+
* 30/01/2009 Version 0.3: Added smb support, code cleanup
 +
* 21/01/2009 Version 0.2: initial release
  
==NOTE==
+
== Contact me ==
I do some random SVN commits between one stable version and another...if you want to be updated, compile manually from SVN.
+
You can find me on {{Efnet|wiihelp}}

Latest revision as of 22:28, 24 September 2021

loadMii
Loadmii.png
General
Author(s)The lemon man
TypeUtility
Version0.3
Links
Download
Source
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg SensorBar.svg ClassicController.svg Nunchuck alternative.svg GameCube Controller Loads files from the Front SD slot Loads files from SDHC cards in the Front SD slot USB mass storage device SD Gecko

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.

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.svg Nunchuck alternative.svg ClassicController.svg GameCube Controller Action
Wiimote D-Pad Nunchuck Control Stick Classic D-Pad GameCube D-Pad Select file
Wiimote + Button Classic L Trigger Gamecube D-Pad Left Go to next page
Wiimote - Button Classic R Trigger Gamecube D-Pad Right Go to previous page
Wiimote 1 Button Gamecube 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

Contact me

You can find me on #wiihelp on EFnet