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

Menu Loader Clone: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Raven (talk | contribs)
No edit summary
m added download link
 
(15 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
{{Infobox homebrew
| title      = Menu Loader Clone
| title      = Menu Loader (clone)
| image      =  
| image      =  
| desc        = Loads the menu
| type        = utility
| type        = Utility
| author      = [[User:Raven|Raven]]
| author      = [[User:Raven|Raven]]
| download    = [http://www.file-pasta.com/file/menuloader.7z Download]
| source      = http://bitbucket.org/ink/menuloader/src
| source      = Included
| license    = GPL
| download    = https://wii.brewology.com/downloads/download.php?id=2312&mcid=3
| peripherals = {{Wiimote1}}
| peripherals = {{Wiimote1}}
}}
}}


= Readme =
= Readme =
menu loader (c) 2008 by raven
menu loader (c) 2008 by raven - This is Free Software released under the GNU/GPL License.
This is Free Software released under the GNU/GPL License.


== Description: ==
== Description ==
This is a clone of the original menu loader.
The patches included are:
* Menu IOS version:
: Under what IOS version the menu will run.
* Game IOS version:
: Boot the game with this IOS version.
* No health check
* No background music
* No sound.bin
* Product area:
: JP, US or EU
* Product game area:
: JP, US or EU
* No copy flag:
: Copy "no copy" saves to your SD card. (from Gecko OS)
* Move DVD channel (from Gecko OS)
* Move a channel for reboot (this is still experimental)


This is a clone of the original menu loader, but it has not all of it's patches,
== Controls ==
because I have no import games to test region free.
{| class="wikitable" style="left;text-align:center;"
(But I've included a patch to override the region setting to JP, US or EU.)
|-
I've tested it with version 3.2E Systemmenu.
! {{Wiimote}} || Action
The patches are all discovered by me, no reversing of the original menu loader
|-
was done (only "No sound.bin" is from sadmenu :p).
| {{WiimoteDPadUp}} '''/''' {{WiimoteDPadDown}} || scroll the list
(But I don't know if my patching methods are the best, so critique is welcome.)
|-
| {{WiimoteDPadLeft}} '''/''' {{WiimoteDPadRight}} || enable/disable/change settings
|-
| {{WiimoteAButton}} || launch the menu
|-
| {{WiimoteBButton}} || exit
|}


== Controls: ==
== Developer notice ==
 
Source is (as always) included. If you want to compile it yourself you have to provide menu_certs.bin, menu_tik.bin and menu_tmd.bin in the data folder.
[Up/Down] to scroll the list, [Left/Right] to change settings.
[A] to launch the menu, [B] to exit.
 
== Developer notice: ==
 
Source is (as always) included.
If you want compile it yourself you have to provide menu_certs.bin,  
menu_tik.bin and menu_tmd.bin in the data folder.
 
== Credits: ==
 
It's based on sadmenu's menu loading code.
Patches discovered by me.

Latest revision as of 18:50, 23 October 2022

Menu Loader (clone)
General
Author(s)Raven
TypeUtility
LicenseGPL
Links
Download
Source
Peripherals

Readme

menu loader (c) 2008 by raven - This is Free Software released under the GNU/GPL License.

Description

This is a clone of the original menu loader. The patches included are:

  • Menu IOS version:
Under what IOS version the menu will run.
  • Game IOS version:
Boot the game with this IOS version.
  • No health check
  • No background music
  • No sound.bin
  • Product area:
JP, US or EU
  • Product game area:
JP, US or EU
  • No copy flag:
Copy "no copy" saves to your SD card. (from Gecko OS)
  • Move DVD channel (from Gecko OS)
  • Move a channel for reboot (this is still experimental)

Controls

Action
Wiimote D-Pad Up / Wiimote D-Pad Down scroll the list
Wiimote D-Pad Left / Wiimote D-Pad Right enable/disable/change settings
Wiimote A Button launch the menu
Wiimote B Button exit

Developer notice

Source is (as always) included. If you want to compile it yourself you have to provide menu_certs.bin, menu_tik.bin and menu_tmd.bin in the data folder.