More actions
(Created page with "{{#seo: |title=Wii Homebrew Apps (Utilities) - GameBrew |title_mode=append |image=someyawmmmodwii.jpg |image_alt=Some-YAWMM-Mod }} {{Infobox Wii Homebrews |title=Some-YAWMM-Mo...") |
No edit summary |
||
Line 9: | Line 9: | ||
|image=someyawmmmodwii.jpg | |image=someyawmmmodwii.jpg | ||
|description= yet another mod of yet another mod manager mod | |description= yet another mod of yet another mod manager mod | ||
|author=FIX94 | |author=various people/FIX94 | ||
|lastupdated=2017/10/16 | |lastupdated=2017/10/16 | ||
|type=Utilities | |type=Utilities | ||
Line 18: | Line 18: | ||
|source=https://github.com/FIX94/Some-YAWMM-Mod | |source=https://github.com/FIX94/Some-YAWMM-Mod | ||
}} | }} | ||
This is an application that allows you to (un)install WADs. | |||
It lists all the available WADs in a storage device so you can select which one to (un)install. | |||
==Supported Devices== | |||
* SDGecko. | |||
* Internal SD slot (with SDHC support). | |||
* USB device (1.1 and 2.0). | |||
==Usage== | |||
* Copy the WAD(s) you wish to insall to your storage device. | |||
* Run the application with any method to load homebrew. | |||
* The following 3 options can be skipped/pre-set, see the CONFIG FILE USAGE ] Section for details | |||
# Select an IOS to use (must have proper patches), 2 commonly used IOSs are 249 and 36. | |||
# Select the device where you have saved the WADs. | |||
# Choose Nand Emulation Device (leave "disabled" to install to WADs to the Wii's real Nand) | |||
* Browse device to locate WADs ("A" to open folders, and "B" to go back) | |||
* Press the "A" Button on an individual WAD to (un)install. | |||
* If no file is marked, the normal single file (un)install menu will appear. | |||
* If at least one file is marked, the batch (un)install menu will appear. | |||
* Press the "+" Button to (un)mark the selected WAD for batch installation | |||
* Press the "-" Button to (un)mark the selected WAD for batch uninstallation | |||
* Hold +/- for 2 seconds to (un)mark all items in a directory. | |||
* A "+" will appear in front of the name of marked WADs for installation | |||
* A "-" will appear in front of the name of marked WADs for uninstallation | |||
* Press the "1" Button to go to the operations menu (currently can only delete single WADs) | |||
==Media== | ==Media== | ||
<youtube></youtube> | <youtube>EAdCh0Xa45s</youtube> | ||
==Notes== | |||
To use the NAND emulation is necessary to have a COMPLETE copy of the NAND filesystem in the root of the FAT device. | |||
==;Config File Usage== | |||
<syntaxhighlight> | |||
; wm_config.txt resides in sd:/wad, and it is optional. You will get all the prompts if you don't have this file. If you are missing this file, copy and paste the entire CONFIG FILE USAGE ] Section to a new text file, rename it wm_config.txt, and Save it to sd:/wad. | |||
*; To bypass any of the params, just comment out the line using a ";" at the beginning of the line* | |||
; If you don't have any of the other parameters, it will prompt you for it | |||
; The param keywords are case-sensitive at this point. | |||
; No spaces precede the keyword on a line | |||
; If you don't have a password in the config file, the default is no password | |||
; If you don't have a startupPath, the default is /wad | |||
; Blank lines are ignored. | |||
; Password=your_password ("LRUD" only, where L=left, R=right, U=up, D=down on the WiiMote or GC Controller, max 10 characters) | |||
; StartupPath=startupPath (starting at the root dir "/"). Be sure that the path exists, else you will get an error. | |||
*;Password=UDLR* | |||
*;StartupPath=/myWAD* | |||
; Example of StartupPath at the root of the SD card | |||
;StartupPath=/ | |||
; cIOS: 249, 222, whatever | |||
*;cIOSVersion=249* | |||
; FatDevice: sd usb usb2 gcsda gcsdb | |||
*;FatDevice=sd* | |||
; NANDDevice: Disable SD USB | |||
; Note that WM will prompt for NAND device only if you selected cIOS=249 | |||
*;NANDDevice=Disable* | |||
</syntaxhighlight> | |||
==Changelog== | |||
Based on YAWMM which itself is based on WAD Manager, modded up by various people. | |||
Changes from the last YAWMM googlecode version: | |||
*updated to be compiled in the latest devkitppc, libogc versions | |||
*added on-the-fly IOS patches when AHBPROT is disabled, so no cIOS is required in those cases | |||
*support for classic controller, wiiu pro controller (on both wii and vwii) and wiiu gamepad (in wii vc mode) | |||
*small corrections in how the root path is selected (having no "wad" folder now correctly displays on device root) | |||
* YAWMM (cwstjdenobs) | |||
* Hold +/- for 2 seconds to select all items in a directory. | |||
* Supports Hermes v4/v5 cIOS. Mainly useful if 202 works best for your HDD/SDHC card. | |||
* More detailed failed report after batch un/installs. | |||
* Will not uninstall The System Menu, the SM's region EULA or rgsel, or their IOSs. | |||
* Will not install the wrong regions SM. | |||
* Will not load stub IOS. | |||
* Will not install titles if they rely on a stub IOS. | |||
* Will not install stub SM, EULA and rgsel IOS. | |||
* Will not install a SM lower than 4.0 on a boot2v4 Wii. | |||
* Gives a warning when uninstalling the HBCs IOS. | |||
* Read config file from usb. | |||
* Can load an alternative background from /wad/background.png. | |||
* Won't load incompatible cIOS in SNEEK. | |||
* Wad Manager Multi-Mod (Leathl) v3: | |||
* Reassigned the buttons again (Read Usage section) | |||
* Shortened on-screen instructions down to 2 lines | |||
* Fixed bug when changing directory with marked WADs | |||
* Wad Manager Multi-Mod (Leathl) v2: | |||
* Reassigned the buttons (Read the Usage section) | |||
* Batch un- and installation is now possible in one turn | |||
* Added confirmation screen before (un-)installation | |||
* Added file operations (can yet only delete single files) | |||
* Wad Manager Multi-Mod (Leathl) v1: | |||
* Added batch (un)installation | |||
* Wad Manager Folder Mod (WiiNinja) v3: | |||
* Config file contains additional params to automate the selection of IOS, Storage Device, and NAND Emulation | |||
* WiiLight mod by mariomaniac33 | |||
* Wad Manager Folder Mod (WiiNinja) v2: | |||
* Config file in sd:/wad/wm_config.txt | |||
* Optional startup password. Very simple password using the D-Pads | |||
* Optional startup path | |||
* Wad Manager Folder Mod (WiiNinja) v1: | |||
* Folder support (10 levels deep) | |||
* GC Controller support | |||
* Removed disclaimer prompt | |||
* Sorg's enhancements are included | |||
* Wad Manager (Waninkoko) v1.5: | |||
* Allows NAND Emulation. | |||
* Wad Manager (Waninkoko) v1.4: | |||
* Allows user to choose which IOS to install WAD Manager. | |||
==THANKS== | |||
* X-Flak | |||
* Pepxl | |||
==KUDOS== | |||
* Leathl | |||
* WiiNinja | |||
* Sorg | |||
* Waninkoko | |||
* Team Twiizers/devkitPRO | |||
==Disclaimer== | |||
THIS APPLICATION COMES WITH NO WARRANTY AT ALL, NEITHER EXPRESSED NOR IMPLIED. | |||
NO ONE BUT YOURSELF IS RESPONSIBLE FOR ANY DAMAGE TO YOUR WII CONSOLE | |||
BECAUSE OF A IMPROPER USAGE OF THIS SOFTWARE. | |||
==External links== | |||
* GitHub - https://github.com/FIX94/Some-YAWMM-Mod |
Revision as of 03:49, 26 Haziran 2022
Some-YAWMM-Mod | |
---|---|
File:Someyawmmmodwii.jpg | |
General | |
Author | various people/FIX94 |
Type | Utilities |
Version | 1.0 |
License | Mixed |
Last Updated | 2017/10/16 |
Links | |
Download | |
Website | |
Source | |
This is an application that allows you to (un)install WADs.
It lists all the available WADs in a storage device so you can select which one to (un)install.
Supported Devices
- SDGecko.
- Internal SD slot (with SDHC support).
- USB device (1.1 and 2.0).
Usage
- Copy the WAD(s) you wish to insall to your storage device.
- Run the application with any method to load homebrew.
- The following 3 options can be skipped/pre-set, see the CONFIG FILE USAGE ] Section for details
- Select an IOS to use (must have proper patches), 2 commonly used IOSs are 249 and 36.
- Select the device where you have saved the WADs.
- Choose Nand Emulation Device (leave "disabled" to install to WADs to the Wii's real Nand)
- Browse device to locate WADs ("A" to open folders, and "B" to go back)
- Press the "A" Button on an individual WAD to (un)install.
- If no file is marked, the normal single file (un)install menu will appear.
- If at least one file is marked, the batch (un)install menu will appear.
- Press the "+" Button to (un)mark the selected WAD for batch installation
- Press the "-" Button to (un)mark the selected WAD for batch uninstallation
- Hold +/- for 2 seconds to (un)mark all items in a directory.
- A "+" will appear in front of the name of marked WADs for installation
- A "-" will appear in front of the name of marked WADs for uninstallation
- Press the "1" Button to go to the operations menu (currently can only delete single WADs)
Media
Notes
To use the NAND emulation is necessary to have a COMPLETE copy of the NAND filesystem in the root of the FAT device.
;Config File Usage
; wm_config.txt resides in sd:/wad, and it is optional. You will get all the prompts if you don't have this file. If you are missing this file, copy and paste the entire CONFIG FILE USAGE ] Section to a new text file, rename it wm_config.txt, and Save it to sd:/wad.
*; To bypass any of the params, just comment out the line using a ";" at the beginning of the line*
; If you don't have any of the other parameters, it will prompt you for it
; The param keywords are case-sensitive at this point.
; No spaces precede the keyword on a line
; If you don't have a password in the config file, the default is no password
; If you don't have a startupPath, the default is /wad
; Blank lines are ignored.
; Password=your_password ("LRUD" only, where L=left, R=right, U=up, D=down on the WiiMote or GC Controller, max 10 characters)
; StartupPath=startupPath (starting at the root dir "/"). Be sure that the path exists, else you will get an error.
*;Password=UDLR*
*;StartupPath=/myWAD*
; Example of StartupPath at the root of the SD card
;StartupPath=/
; cIOS: 249, 222, whatever
*;cIOSVersion=249*
; FatDevice: sd usb usb2 gcsda gcsdb
*;FatDevice=sd*
; NANDDevice: Disable SD USB
; Note that WM will prompt for NAND device only if you selected cIOS=249
*;NANDDevice=Disable*
Changelog
Based on YAWMM which itself is based on WAD Manager, modded up by various people. Changes from the last YAWMM googlecode version:
- updated to be compiled in the latest devkitppc, libogc versions
- added on-the-fly IOS patches when AHBPROT is disabled, so no cIOS is required in those cases
- support for classic controller, wiiu pro controller (on both wii and vwii) and wiiu gamepad (in wii vc mode)
- small corrections in how the root path is selected (having no "wad" folder now correctly displays on device root)
- YAWMM (cwstjdenobs)
- Hold +/- for 2 seconds to select all items in a directory.
- Supports Hermes v4/v5 cIOS. Mainly useful if 202 works best for your HDD/SDHC card.
- More detailed failed report after batch un/installs.
- Will not uninstall The System Menu, the SM's region EULA or rgsel, or their IOSs.
- Will not install the wrong regions SM.
- Will not load stub IOS.
- Will not install titles if they rely on a stub IOS.
- Will not install stub SM, EULA and rgsel IOS.
* Will not install a SM lower than 4.0 on a boot2v4 Wii.
- Gives a warning when uninstalling the HBCs IOS.
- Read config file from usb.
- Can load an alternative background from /wad/background.png.
- Won't load incompatible cIOS in SNEEK.
- Wad Manager Multi-Mod (Leathl) v3:
- Reassigned the buttons again (Read Usage section)
- Shortened on-screen instructions down to 2 lines
- Fixed bug when changing directory with marked WADs
- Wad Manager Multi-Mod (Leathl) v2:
- Reassigned the buttons (Read the Usage section)
- Batch un- and installation is now possible in one turn
- Added confirmation screen before (un-)installation
- Added file operations (can yet only delete single files)
- Wad Manager Multi-Mod (Leathl) v1:
- Added batch (un)installation
- Wad Manager Folder Mod (WiiNinja) v3:
- Config file contains additional params to automate the selection of IOS, Storage Device, and NAND Emulation
- WiiLight mod by mariomaniac33
- Wad Manager Folder Mod (WiiNinja) v2:
- Config file in sd:/wad/wm_config.txt
- Optional startup password. Very simple password using the D-Pads
- Optional startup path
- Wad Manager Folder Mod (WiiNinja) v1:
- Folder support (10 levels deep)
- GC Controller support
- Removed disclaimer prompt
- Sorg's enhancements are included
- Wad Manager (Waninkoko) v1.5:
- Allows NAND Emulation.
- Wad Manager (Waninkoko) v1.4:
- Allows user to choose which IOS to install WAD Manager.
THANKS
- X-Flak
- Pepxl
KUDOS
- Leathl
- WiiNinja
- Sorg
- Waninkoko
- Team Twiizers/devkitPRO
Disclaimer
THIS APPLICATION COMES WITH NO WARRANTY AT ALL, NEITHER EXPRESSED NOR IMPLIED. NO ONE BUT YOURSELF IS RESPONSIBLE FOR ANY DAMAGE TO YOUR WII CONSOLE BECAUSE OF A IMPROPER USAGE OF THIS SOFTWARE.