Some YAWMM Mod Wii: Difference between revisions

From GameBrew
No edit summary
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Apps (Utilities) - GameBrew
|title_mode=append
|image=someyawmmmodwii.jpg
|image_alt=Some-YAWMM-Mod
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=Some-YAWMM-Mod
|title=Some Yet Another Wad Manager Mod
|image=someyawmmmodwii.jpg
|image=someyawmmmodwii2.png
|description= yet another mod of yet another mod manager mod
|description=Yet another mod of yet another wad manager mod.
|author=various people/FIX94
|author=various people/FIX94
|lastupdated=2017/10/16
|lastupdated=2017/10/16
|type=Utilities
|type=Title Managers
|version=1.0
|version=1.0
|license=Mixed
|license=GPL-2.0
|download=https://dlhb.gamebrew.org/wiihomebrews/someyawmmmodwii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/someyawmmmodwii.7z?k33p0fil35
|website=https://github.com/FIX94/Some-YAWMM-Mod
|website=https://github.com/FIX94/Some-YAWMM-Mod
|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.
Some Yet Another Wad Manager Mod (YAWMM) is an application that allows you to install and uninstall WADs. It displays a list of all available WADs on a storage device, allowing you to select which ones to install or uninstall.


It lists all the available WADs in a storage device so you can select which one to (un)install.
'''Disclaimer:''' This application comes with no warrant at all, neither expressed nor implied. No one but yourself is responsible for any damage to your Wii console because of improper usage of this software.
 
==Supported Devices==


==User guide==
===Supported devices===
* SDGecko.
* SDGecko.
* Internal SD slot (with SDHC support).
* Internal SD slot (with SDHC support).
* USB device (1.1 and 2.0).
* USB device (1.1 and 2.0).


==Usage==
===How to use===
* Copy the WAD(s) you wish to install to your storage device.
* Run the application using any method to load homebrew.


* Copy the WAD(s) you wish to insall to your storage device.
* The following 3 options can be skipped/pre-set, see the [[Some YAWMM Mod_Wii#Config File Usage|Config File Usage]] Section for details.
* Run the application with any method to load homebrew.
** 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).


* The following 3 options can be skipped/pre-set, see the CONFIG FILE USAGE ] Section for details
* Browse the device to locate the WADs (A to open folders, and B to go back).
# Select an IOS to use (must have proper patches), 2 commonly used IOSs are 249 and 36.
* Press A on an individual WAD to install or uninstall.
# Select the device where you have saved the WADs.
** If no file is marked, the normal single file install or uninstall menu will appear.
# Choose Nand Emulation Device (leave "disabled" to install to WADs to the Wii's real Nand)
** If at least one file is marked, the batch install or uninstall menu will appear.


* Browse device to locate WADs ("A" to open folders, and "B" to go back)
* Press the Plus button to mark the selected WAD for batch installation.
* Press the Minus button to mark the selected WAD for batch uninstallation.
* Hold Plus/Minus for 2 seconds to 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 1 to access the operations menu (currently, it only allows you to delete single WADs).


* Press the "A" Button on an individual WAD to (un)install.
'''Note:''' To use the NAND emulation is necessary to have a complete copy of the NAND filesystem in the root of the FAT device.
* 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
===Config file usage===
* Press the "-" Button to (un)mark the selected WAD for batch uninstallation
wm_config.txt resides in sd:/wad, and it is optional. You will get all the prompts if you don't have this file.
* Hold +/- for 2 seconds to (un)mark all items in a directory.
*If you are missing this file, copy and paste the entire [CONFIG FILE USAGE] Section in the readme to a new text file, rename it wm_config.txt, and Save it to sd:/wad.
* A "+" will appear in front of the name of marked WADs for installation
*To bypass any of the params, just comment out the line using a ";" at the beginning of the line*.
* A "-" will appear in front of the name of marked WADs for uninstallation
*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.


* Press the "1" Button to go to the operations menu (currently can only delete single WADs)
<pre>
;Config file format
;
;No spaces precedes the keyword on a line
;
Password=


==Media==
; StartupPath:
<youtube>EAdCh0Xa45s</youtube>
StartupPath=/wad


==Notes==
; cIOS: 249, 222, whatever
:cIOSVersion=249


To use the NAND emulation is necessary to have a COMPLETE copy of the NAND filesystem in the root of the FAT device.
; FatDevice: sd usb usb2 gcsda gcsdb
:FatDevice=sd


==;Config File Usage==
; NANDDevice: Disable SD USB
<syntaxhighlight>
; Note that WM will prompt for NAND device only if you selected cIOS=249
; 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.
:NANDDevice=Disable


*; To bypass any of the params, just comment out the line using a ";" at the beginning of the line*
: Settings for SMB shares


; If you don't have any of the other parameters, it will prompt you for it
:SMBUser=
:SMBPassword=
:SMBShare=
:SMBhostIP=
</pre>


; The param keywords are case-sensitive at this point.
==Screenshots==
https://dlhb.gamebrew.org/wiihomebrews/someyawmmmodwii2.png


; No spaces precede the keyword on a line
==Media==
 
'''How to install Wads on the Wii''' ([https://www.youtube.com/watch?v=EAdCh0Xa45s Below Average Gaming]) <br>
; If you don't have a password in the config file, the default is no password
<youtube>EAdCh0Xa45s</youtube>
 
; 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==
==Changelog==
Based on YAWMM which itself is based on WAD Manager, modded up by various people.


Based on YAWMM which itself is based on WAD Manager, modded up by various people.
'''Changes from the last YAWMM googlecode version'''
Changes from the last YAWMM googlecode version:
*Updated to be compiled in the latest devkitppc, libogc versions.
*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.
*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).
*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).
*small corrections in how the root path is selected (having no "wad" folder now correctly displays on device root)


'''Changelogs by various people'''
'''Changelogs by various people'''
 
* YAWMM (cwstjdenobs).
* YAWMM (cwstjdenobs)
* Hold +/- for 2 seconds to select all items in a directory.
* 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.
* Supports Hermes v4/v5 cIOS. Mainly useful if 202 works best for your HDD/SDHC card.
Line 125: Line 112:
* Will not install titles if they rely on a 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 stub SM, EULA and rgsel IOS.
* Will not install a SM lower than 4.0 on a boot2v4 Wii.
** Will not install a SM lower than 4.0 on a boot2v4 Wii.
* Gives a warning when uninstalling the HBCs IOS.
* Gives a warning when uninstalling the HBCs IOS.
* Read config file from usb.
* Read config file from usb.
Line 131: Line 118:
* Won't load incompatible cIOS in SNEEK.
* Won't load incompatible cIOS in SNEEK.


* Wad Manager Multi-Mod (Leathl) v3:
'''Wad Manager Multi-Mod v3 (Leathl)'''
* Reassigned the buttons again (Read Usage section)
* Reassigned the buttons again (Read Usage section).
* Shortened on-screen instructions down to 2 lines
* Shortened on-screen instructions down to 2 lines.
* Fixed bug when changing directory with marked WADs
* Fixed bug when changing directory with marked WADs.


* Wad Manager Multi-Mod (Leathl) v2:
'''Wad Manager Multi-Mod v2 (Leathl)'''
* Reassigned the buttons (Read the Usage section)
* Reassigned the buttons (Read the Usage section).
* Batch un- and installation is now possible in one turn
* Batch un- and installation is now possible in one turn.
* Added confirmation screen before (un-)installation
* Added confirmation screen before (un-)installation.
* Added file operations (can yet only delete single files)
* Added file operations (can yet only delete single files).


* Wad Manager Multi-Mod (Leathl) v1:
'''Wad Manager Multi-Mod v1 (Leathl) '''
* Added batch (un)installation
* Added batch (un)installation.


* Wad Manager Folder Mod (WiiNinja) v3:
'''Wad Manager Folder Mod v3 (WiiNinja)'''
* Config file contains additional params to automate the selection of IOS, Storage Device, and NAND Emulation
* Config file contains additional params to automate the selection of IOS, Storage Device, and NAND Emulation.
* WiiLight mod by mariomaniac33
* WiiLight mod by mariomaniac33.


* Wad Manager Folder Mod (WiiNinja) v2:
'''Wad Manager Folder Mod v2 (WiiNinja)'''
* Config file in sd:/wad/wm_config.txt
* Config file in sd:/wad/wm_config.txt.
* Optional startup password. Very simple password using the D-Pads
* Optional startup password. Very simple password using the D-Pads.
* Optional startup path
* Optional startup path.


* Wad Manager Folder Mod (WiiNinja) v1:
'''Wad Manager Folder Mod v1 (WiiNinja) '''
* Folder support (10 levels deep)
* Folder support (10 levels deep).
* GC Controller support
* GC Controller support.
* Removed disclaimer prompt
* Removed disclaimer prompt.
* Sorg's enhancements are included
* Sorg's enhancements are included.


* Wad Manager (Waninkoko) v1.5:
'''Wad Manager v1.5 (Waninkoko) '''
* Allows NAND Emulation.
* Allows NAND Emulation.


* Wad Manager (Waninkoko) v1.4:
'''Wad Manager v1.4 (Waninkoko) '''
* Allows user to choose which IOS to install WAD Manager.
* Allows user to choose which IOS to install WAD Manager.


==THANKS==
==Credits==
* X-Flak
THANKS:
* Pepxl
* X-Flak.
 
* Pepxl.
==KUDOS==
* Leathl
* WiiNinja
* Sorg
* Waninkoko
* Team Twiizers/devkitPRO
 
==Disclaimer==


THIS APPLICATION COMES WITH NO WARRANTY AT ALL, NEITHER EXPRESSED NOR IMPLIED.
KUDOS:
NO ONE BUT YOURSELF IS RESPONSIBLE FOR ANY DAMAGE TO YOUR WII CONSOLE
* Leathl.
BECAUSE OF A IMPROPER USAGE OF THIS SOFTWARE.
* WiiNinja.
* Sorg.
* Waninkoko.
* Team Twiizers/devkitPRO.


==External links==
==External links==
* GitHub - https://github.com/FIX94/Some-YAWMM-Mod
* GitHub - https://github.com/FIX94/Some-YAWMM-Mod
* Google Code - https://code.google.com/archive/p/yawmm/

Latest revision as of 10:34, 28 January 2024

Some Yet Another Wad Manager Mod
Someyawmmmodwii2.png
General
Authorvarious people/FIX94
TypeTitle Managers
Version1.0
LicenseGPL-2.0
Last Updated2017/10/16
Links
Download
Website
Source

Some Yet Another Wad Manager Mod (YAWMM) is an application that allows you to install and uninstall WADs. It displays a list of all available WADs on a storage device, allowing you to select which ones to install or uninstall.

Disclaimer: This application comes with no warrant at all, neither expressed nor implied. No one but yourself is responsible for any damage to your Wii console because of improper usage of this software.

User guide

Supported devices

  • SDGecko.
  • Internal SD slot (with SDHC support).
  • USB device (1.1 and 2.0).

How to use

  • Copy the WAD(s) you wish to install to your storage device.
  • Run the application using 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 the device to locate the WADs (A to open folders, and B to go back).
  • Press A on an individual WAD to install or uninstall.
    • If no file is marked, the normal single file install or uninstall menu will appear.
    • If at least one file is marked, the batch install or uninstall menu will appear.
  • Press the Plus button to mark the selected WAD for batch installation.
  • Press the Minus button to mark the selected WAD for batch uninstallation.
  • Hold Plus/Minus for 2 seconds to 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 1 to access the operations menu (currently, it only allows you to delete single WADs).

Note: 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 in the readme 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.
;Config file format
;
;No spaces precedes the keyword on a line
;
Password=

; StartupPath: 
StartupPath=/wad

; 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

: Settings for SMB shares

:SMBUser=
:SMBPassword=
:SMBShare=
:SMBhostIP=

Screenshots

someyawmmmodwii2.png

Media

How to install Wads on the Wii (Below Average Gaming)

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).

Changelogs by various people

  • 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 v3 (Leathl)

  • 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 v2 (Leathl)

  • 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 v1 (Leathl)

  • Added batch (un)installation.

Wad Manager Folder Mod v3 (WiiNinja)

  • Config file contains additional params to automate the selection of IOS, Storage Device, and NAND Emulation.
  • WiiLight mod by mariomaniac33.

Wad Manager Folder Mod v2 (WiiNinja)

  • 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 v1 (WiiNinja)

  • Folder support (10 levels deep).
  • GC Controller support.
  • Removed disclaimer prompt.
  • Sorg's enhancements are included.

Wad Manager v1.5 (Waninkoko)

  • Allows NAND Emulation.

Wad Manager v1.4 (Waninkoko)

  • Allows user to choose which IOS to install WAD Manager.

Credits

THANKS:

  • X-Flak.
  • Pepxl.

KUDOS:

  • Leathl.
  • WiiNinja.
  • Sorg.
  • Waninkoko.
  • Team Twiizers/devkitPRO.

External links

Advertising: