More actions
(Created page with "{{#seo: |title=Wii Homebrew Apps (Title Managers) - GameBrew |title_mode=append |image=yawmmodmiieditionwii.png |image_alt=YAWM ModMii Edition }} {{Infobox Wii Homebrews |title=YAWM ModMii Edition |image=yawmmodmiieditionwii.png |description=Yet another mod of yet another mod manager mod. |author=XFlak |lastupdated=2023/03/10 |type=Title Managers |version=1.0 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/wiihomebrews/yawmmodmiieditionwii.7z |website=https://gbatem...") |
No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=YAWM ModMii Edition | |title=YAWM ModMii Edition | ||
Line 10: | Line 4: | ||
|description=Yet another mod of yet another mod manager mod. | |description=Yet another mod of yet another mod manager mod. | ||
|author=XFlak | |author=XFlak | ||
|lastupdated= | |lastupdated=2024/05/26 | ||
|type=Title Managers | |type=Title Managers | ||
|version=1. | |version=1.1 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/yawmmodmiieditionwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/yawmmodmiieditionwii.7z | ||
|website=https://gbatemp.net/threads/yawm-modmii-edition-v1-0-released.628012/ | |website=https://gbatemp.net/threads/yawm-modmii-edition-v1-0-released.628012/ | ||
|source=https://github.com/modmii/YAWM-ModMii-Edition | |source=https://github.com/modmii/YAWM-ModMii-Edition | ||
|donation=https://github.com/sponsors/xflak | |||
}} | |||
{{#seo: | |||
|title=Wii Homebrew Apps (Title Managers) - GameBrew | |||
|title_mode=append | |||
|image=yawmmodmiieditionwii.png | |||
|image_alt=YAWM ModMii Edition | |||
}} | }} | ||
YawmME, which stands for "Yet Another Wad Manager ModMii Edition," is a homebrew application for Wii/vWii. It is based on [[Some YAWMM Mod Wii|Some-YAWMM-Mod]], which is based on YAWMM, which in turn is based on the WAD Manager that has been modified by various people. | YawmME, which stands for "Yet Another Wad Manager ModMii Edition," is a homebrew application for Wii/vWii. It is based on [[Some YAWMM Mod Wii|Some-YAWMM-Mod]], which is based on YAWMM, which in turn is based on the WAD Manager that has been modified by various people. | ||
Line 37: | Line 38: | ||
==Changelog== | ==Changelog== | ||
'''v1.1''' | |||
* Fix unknown AREA codes in setting.txt leading to a broken device select screen. ([https://github.com/modmii/YAWM-ModMii-Edition/pull/10 #10] - Credit: [https://github.com/MikeIsAStar @MikeIsAStar]). | |||
* Added Korean Key detection ([https://github.com/modmii/YAWM-ModMii-Edition/pull/11 #11]). | |||
* Precautions have been added for installing vWii wads on Wii (and vice versa). | |||
* the LEFT and RIGHT buttons on the WAD list behave much more natural now. | |||
* Fixed System menu version being displayed as <code>(null)U</code> on vWii 5.2.0 (USA). | |||
'''v.1.0.2''' | |||
* (Hopefully) fix unsuspecting crashes occurring when retaining Priiloader. Thanks, memalign(). | |||
* Added USB Keyboard support. | |||
* Tickets using the vWii common key will have their title keys re-encrypted in order to work properly. | |||
* Pro tip: Go and download 0001000248435641 v0 from NUS and install it. Trust me | |||
* Shared contents already installed to the console will be skipped when installing a WAD. | |||
* The wadBuffer[] size has been increased from 1KB to 16KB. | |||
* Fix ES_EALIGN (-4353) when uninstalling a WAD that has multiple tickets installed. | |||
* Tickets belonging to the Wii console will no longer be deleted. | |||
'''v.1.0.1''' | |||
*Fixes issues when detecting system version/region on vWii. | |||
'''v.1.0''' | '''v.1.0''' | ||
First Release. | *First Release. | ||
==External Links== | ==External Links== | ||
* | * GitHub - https://github.com/modmii/YAWM-ModMii-Edition | ||
* | * GBAtemp - https://gbatemp.net/threads/yawm-modmii-edition-v1-0-released.628012/ | ||
[[Category:Support the author]] |
Latest revision as of 05:25, 26 Mayıs 2024
YAWM ModMii Edition | |
---|---|
General | |
Author | XFlak |
Type | Title Managers |
Version | 1.1 |
License | GPL-2.0 |
Last Updated | 2024/05/26 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
YawmME, which stands for "Yet Another Wad Manager ModMii Edition," is a homebrew application for Wii/vWii. It is based on Some-YAWMM-Mod, which is based on YAWMM, which in turn is based on the WAD Manager that has been modified by various people.
YawmME has made several improvements since Some YAWMM Mod:
- Can now also launch apps (both dols and elfs).
- Priiloader can be retained when installing a new System Menu.
- Temporarily disable region checks/protection by entering the Konami code instead A when selecting a device, allowing installation of WADs to permit region changing.
- Improved region detection to allow those with custom system menu versions installed to install a different system menu without requiring the Konami code.
- System information added to device selection screen (i.e. loaded IOS, System Menu, Region, AHB access & Priiloader installed).
- The device select screen will now only let you choose between available devices.
- Added an option to remount the source devices to the device selection menu.
- Counter added to onscreen progress (i.e. Processing WAD: X/X)
- Power and reset buttons are now inactive when installing WADs.
- Fixed some ticket handling that was preventing a stock IOS from installing other stock IOSs with version numbers equal to or greater than those already installed.
- Pressing 1 on a folder no longer gives to option to "delete a wad".
- Improved error handling\codes and messaging.
- Updated name and graphics.
- yawmME is brought to you by OverjoY, blackb0x, scooby74029, Peter0x44 and XFlak; graphics by AuroraNemoia.
Changelog
v1.1
- Fix unknown AREA codes in setting.txt leading to a broken device select screen. (#10 - Credit: @MikeIsAStar).
- Added Korean Key detection (#11).
- Precautions have been added for installing vWii wads on Wii (and vice versa).
- the LEFT and RIGHT buttons on the WAD list behave much more natural now.
- Fixed System menu version being displayed as
(null)U
on vWii 5.2.0 (USA).
v.1.0.2
- (Hopefully) fix unsuspecting crashes occurring when retaining Priiloader. Thanks, memalign().
- Added USB Keyboard support.
- Tickets using the vWii common key will have their title keys re-encrypted in order to work properly.
- Pro tip: Go and download 0001000248435641 v0 from NUS and install it. Trust me
- Shared contents already installed to the console will be skipped when installing a WAD.
- The wadBuffer[] size has been increased from 1KB to 16KB.
- Fix ES_EALIGN (-4353) when uninstalling a WAD that has multiple tickets installed.
- Tickets belonging to the Wii console will no longer be deleted.
v.1.0.1
- Fixes issues when detecting system version/region on vWii.
v.1.0
- First Release.