-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathREADME_YAWMM.txt
More file actions
172 lines (108 loc) · 5.44 KB
/
README_YAWMM.txt
File metadata and controls
172 lines (108 loc) · 5.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
=YET ANOTHER WAD MANAGER MOD (YAWMM)=
==[ 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.
==[ DESCRIPTION ]:==
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)
==[ 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 ]:==
* 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.
==[ SOURCE ]:==
* http://code.google.com/p/yawmm/source/checkout
==[ THANKS ]:==
* X-Flak
* Pepxl
==[ KUDOS ]:==
* Leathl
* WiiNinja
* Sorg
* Waninkoko
* Team Twiizers/devkitPRO