7.0.2 Update

This commit is contained in:
XFlak 2024-01-22 16:23:21 +02:00
parent 7cf27a4e08
commit 3ee89e8ddd
29 changed files with 12639 additions and 68 deletions

View File

@ -60,6 +60,16 @@ self.parent.location="http://modmii.zzl.org/changelog.html";
<ul style=align="left" type="disc">
<h2 id="7.0.2"><a href="#7.0.2">7.0.2 Changelog - 2024:01-22:</a></h2>
<li>Removed prompt to retain patched IOS31 if detected in SysChecks as it is no longer required for RiiConnect24.
<li>SysCheck updater now also checks to make sure BC is v6.
<li>Removed the following whitelisted slots from suggesting they optionally be stubbed in the SysCheck updater wizard (236,240,241,242,243,244,245,246,247).
<li>Fix for IOSs that were skipped by SysCheck. Previously if "IOS249: Skipped" (for example) was contained in a SysCheck, ModMii suggested installing both the recommended cIOS249 as well as a stub IOS249, but ModMii appropriately never actually constructed a stub IOS249.
<li>Fixed SysCheck updater MIOS issue where a stock MIOS v10 was not installed when "MIOS v10 (DIOS MIOS Lite)" was listed in syschecks (and cMIOS option disabled).
<li>Other minor changes, including references to Fakemote as well as updating wii.guide links to wii.hacks.guide (or archived links where no replacement exists yet).
<br>
<h2 id="7.0.1"><a href="#7.0.1">7.0.1 Changelog - 2023:08-09:</a></h2>
<li>SysCheck Updater will now also suggest stubbing\removing IOS 252 and higher if detected (except IOS254 Bootmii). This is to ensure the recommended IOS248-251 are selected by USB Loader GX's Auto IOS setting, which prefers higher IOS slots all else being equal. Users wishing to use unique cIOS configurations should install them to slots 240-247 to avoid being nagged, or simply ignore optional recommendations to stub\remove cIOSs that you want to keep.

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,625 @@
<html>
<head>
<title>ModMii HackMii Solutions Guide</title>
<link rel="icon" type="image/ico" href="https://raw.githubusercontent.com/modmii/modmii.github.io/master/Support/icon.ico"></link>
<style type="text/css">
body:before{
content: 'SAMPLE!';
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
color: #0d745e;
font-size: 130px;
font-weight: 500px;
display: grid;
justify-content: center;
align-content: center;
opacity: 0.2;
transform: rotate(-45deg);
}
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
ol > li::marker {font-weight: bold;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii HackMii Solutions Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:08</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
visibility: hidden;
display: none;
}
@media print {
img {
display: none !important;
}
* {
background-image: none !important;
}
}
</style>
<!----------Print button disabled--------
<script>
document.write("<input type='button' " +
"onClick='window.print()' " +
"class='printbutton' " +
"value='Print without images'/>");
</script>
---------Custom Print button above------->
<!--------------Title, pic and scam warning below------------------>
<p style="text-align:center">
<font face="Arial Black" size="10">ModMii for Windows</font><br><font size="6">by XFlak</font><br>
<a href="https://modmii.github.io" target="_blank"><img src="https://modmii.github.io/Images/modmiibanner.png" border="0"/></a><br>
This software is not for sale. If you paid for this software or a "bundle" you have been scammed.<br><br>
<b>THIS PACKAGE COMES WITH ABSOLUTELY NO WARRANTY, NEITHER STATED NOR IMPLIED.<br>
NO ONE BUT YOURSELF IS TO BE HELD RESPONSIBLE FOR ANY DAMAGE THIS MAY CAUSE TO YOUR NINTENDO WII CONSOLE!<br>
USE THIS AT YOUR OWN RISK!</b>
</p>
<br><br>
<!--------------Title, pic and scam warning above------------------>
<ol type="I"> <!------------This start the list of chapters in Roman Numberals, THIS HAS TO BE IN ALL GUIDES-------------->
<!-------------------------Chosen options chapter below--------------------->
<font size="6"><li>Your chosen options</li></font><br>
This guide was generated using the following parameters:<br>
<ul style=align="left" type="disc">
<li>Current System Menu is 3.X</li>
</ul><br>
<font size="6"><li><a name="Notes">Important Notes</a></li></font><br><ul style=align="left" type="disc">
<li>This guide does not require a WiFi connection on your Wii.</li>
<!---------------------------------SOFTMOD NOTES BELOW----------------------------------->
<li>An SD Card is recommended, but not necessary, to <u>fully</u> softmod your console.
<li>Check if your SD Card has a lock switch and make sure it's disabled.</li>
<li>If you get errors during any of the steps try reformatting your SD Card (or HDD) as FAT32.</li>
<li>If your Wii ever freezes, hold the power button on the Wii for 5 seconds to power it off then try again.</li>
<li>Never uninstall a System Menu or IOS.</li>
<li>When updating your softmod you should always overwrite old mods by installing new ones, do <u>not</u> try to "Delete everything" or "Start from scratch".</li>
<ul style=align="left" type="square">
<li>To update your mods in the future you can use the ModMii Wizard as if it was your first time, or even better, update only what's outdated using ModMii's Syscheck Updater Wizard and reduce the number of steps!</li>
</ul>
<li>If you accept an official Nintendo update after modding the Wii, you may lose some of your modifications and have to reinstall them.</li>
<li>Do not install untested WADs/themes without Priiloader, Bootmii and a nand backup.</li>
<li>It's probably unnecessary, but you should disconnect all peripherals from the Wii during the modding procedure unless instructed otherwise. This includes gamecube memory cards, gamecube controllers, Wii Speak, etc.</li>
<!---------------------------------SOFTMOD NOTES ABOVE----------------------------------->
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Resolving HackMii Installer Issues</a></li></font><br><ol>
<font size=5><li>Format the SD Card as FAT32 (if applicable)</li></font><br>
Partition style\format information for devices that were connected when this guide was created has been saved to the spoiler below.<br><br>
<div style><div class="spoilerfont" style="text-align:left;"><input value=" Click to see Connected Drive Information " style="margin: 0px; padding: 0px; font-size: x-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Connected Drive Information '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click to see Connected Drive Information '; }" type="button"></div><div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<pre>
DeviceID FileSystem
H: NTFS
X: NTFS
</pre></div></div></div>
<i>Note: If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup). Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii. If you don't have an SD Card or Hard Drive, you can launch apps and install WADs over WiFi to your Wii from your PC. Just open apps (boot.dol\elf files) or WADs with ModMii. Note that some apps may not work properly or support all features if they require an SD or HDD and you should never attempt to change the region of a console via WiFi.</i><br>
<br>
<ol type="A">
<li>First, insert your SD Card into your PC and determine if it needs to be formatted by checking the current Format\File-System of the SD Card.</li>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/KwoLWwUmswE?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/format.gif" border="0"/></a><br>
<ul style=align="left" type="square">
<li>Open "This PC" or "My Computer", right-click the SD Card you want to use, then select "Properties".
<ul style=align="left" type="square">
<li>If "This PC" or "My Computer" is not on the desktop it can be accessed using the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">⊞ Win</kbd>+<kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">E</kbd> keyboard combination.
</ul>
<li>Make note of the Drive Letter of the SD Card as this will be important later.
<li>If the "File-System" is already FAT32, you can skip this step.
</ul>
<br>
<li><b>If you have anything saved to the SD Card, you should back it up now as all the data will be lost once you format it.</b></li>
<br>
<li>Launch FAT32 GUI Formatter from shortcuts on your Start Menu or Desktop or directly from C:\ModMii\Program Files
</li>
<!--formatwarning<ul style=align="left" type="square">
<li>If you need to format the drive that the application is saved to, copy it to a different drive and launch it from there.
</ul>formatwarning-->
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/oLA47xjGPVQ?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/fat32sd.gif" border="0"/></a><br>
<ul style=align="left" type="disc">
<li>Carefully select the correct drive letter corresponding to your SD Card.
<li>You may optionally uncheck the "Quick Format" box, then click "Start".
<ul style=align="left" type="square">
<li>When completed it should display "Done".
<li>If you get an error indicating the device is in use, try again after first closing all of your file explorer windows, even the ones that weren't browsing the device.<br>
</ul>
<li>Click the "Close" button.
</ul>
<br>
<li>Copy the files ModMii downloaded to your SD Card.
<ul style=align="left" type="disc">
<li>The files should be saved here: "C:\ModMii\COPY_TO_SD"
<li>When the files are finished copying to the SD card, you should safely remove your SD Card from your computer and reinsert it into your Wii and proceed to the next step.</ul></ol><br>
<font size="5"><li>Launch YAWM ModMii Edition (yawmME)</li></font><br>
<ul style=align="left" type="disc">
<li>Start the Homebrew Channel (HBC) and load YAWM ModMii Edition (Yet Another Wad Manager ModMii Edition). Once you've loaded it, move onto the next step.
<br>
<li>If you are missing the HBC or it is failing to load any apps, you will need to launch yawmME using another method.
</ul>
<br>
<b>Note:</b> if this Wii was previously modified, and it still has a Forwarder Channel installed, you can use that to launch yawmME instead of an exploit. Just save the boot.dol\elf from the app you want to load (ie. SD:\apps\yawmME\boot.dol) to the location used by your <u>specific</u> Forwarder Channel (ie. SD:\apps\usbloader_gx\boot.dol). Then start the channel and the app will load.<br>
<br>
If this is truly your first time modding your Wii, please continue with this step to launch an exploit. An exploit is a vulnerability in the Wii's software that gives us access to launch the tools we'll need to complete this guide.<br>
<br><font size="5"><b>Launch an Exploit</b></font><br>
You only need to perform ONE of the these exploits to complete this guide.<br><br>Note that if you're missing an SD Card or your SD Card reader is broken, you cannot readily use the str2hax exploit to launch YAWM ModMii Edition.<br><br>
<div style>
<button class="tablinks btn btn--large btn--primary" id="defaultOpen" style="font-size: x-large;" onclick="openTab('ExploitTab', 'Bannerbomb v1')">Bannerbomb v1</button>
<button class="tablinks btn btn--large btn--info" style="font-size: x-large;" onclick="openTab('ExploitTab', 'str2hax')">str2hax</button>
<br><br>
<div id="str2hax" class="ExploitTab">
<b>str2hax</b><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/U9ZY-oyEoZ0?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/str2hax.gif" border="0"/></a><br>
Requirements: a WiFi connection on your Wii, but does not require an SD card to launch the HackMii Installer. Will prioritize launching SD:\boot.elf if found. Cannot launch dols.<br>
<br>
<ol type="A">
<li>Connect your Wii to the internet if you have not done so already.<br>
<li>Go to the "Wii Options" Menu, then select "Wii Settings", then go to Page 2 and select "Internet", select "Connection Settings", then choose your active connection.<br>
<li>Select "Change settings" and scroll 3 times to the right to select "Auto-Obtain DNS" (Not IP Address)<br>
<li>Select "No" then select "Advanced Settings".<br>
<li><b>Change both the Primary DNS and Secondary DNS to <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">18.188.135.9</kbd></b><br>
<ul style=align="left" type="disc">
<li>If you later have connection test issues or other problems google str2hax DNS to see if it has recently changed as it does from time to time.
</ul>
<li>Select "Confirm", then "Save", and then select "OK" to run a connection test.
<li>If the connection test was successful, select "No" to skip the Wii System Update.</li>
<ul style=align="left" type="disc">
<li>If the connection test does not work, make sure you have a working internet connection and DNS was enterred correctly, then try again. If it still fails you should choose a different exploit.
</ul>
<li>Select "Back" two times to return to the "Internet panel", <b>then select <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">User Agreements</kbd> or <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Agreement/Contact</kbd></b>.
<li>Select "Yes" to the using the Wii Shop Channel and WiiConnect24.
<li>Click "Next" to review User Agreements.
<ul style=align="left" type="disc">
<li>If you see a heart-shaped pony on your screen then you have done everything correctly.
</ul>
<li>Select "I Accept" to continue.
<ul style=align="left" type="disc">
<li>After clicking "I Accept" it is normal for your Wii remote not to respond for 1-2 minutes before launching your homebrew application.
<li>If it takes longer than 2 minutes then turn off your Wii by holding the power button for 5 seconds and try again.
<li>If it keeps failing you should choose a different exploit.
</ul>
</ol>
<br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.hacks.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
</div>
<div id="Bannerbomb v1" class="ExploitTab">
<b>Bannerbomb v1</b><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/eUvr89U-l9s?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/BannerbombV1.gif" border="0"/></a><br>
Requirements: SD Card; SDHC and SDXC also work if on System Menu 4.0 or 4.1. Works on System Menus 3.0 to 4.1. Can launch both dols and elfs.<br>
<br>
<ul style=align="left" type="disc">
<li>Run Bannerbomb v1 by going to Wii Options, Data Management, Channels, SD Card and choosing yes to load boot.dol/elf.<br>
<ul style=align="left" type="square">
<li>Note: If it doesn't work for you, visit <a href="http://bannerbomb.qoid.us/" target="_blank">http://bannerbomb.qoid.us/</a> for more variations of Bannerbomb v1 (ignore the suggestion to update and use LetterBomb).
<li>In order to use the SD Card Menu normally again after following this guide, you can remove Bannerbomb from your SD card with ModMii's File Cleanup feature, or by manually deleting the "aktn" folder where bannerbomb is saved (SD:\private\wii\title).
</ul>
</ul>
</div>
<script>
function openTab(tabGroup, tabName) {
let tabcontent = document.getElementsByClassName(tabGroup);
let tablinks = document.getElementsByClassName("tablinks");
let element;
for (element of tabcontent) {
element.style.display = "none";
}
for (element of tablinks) {
element.className = element.className.replace("btn--primary", "btn--info");
if (!element.className.includes('btn--info'))
element.className += " btn--info";
}
document.getElementById(tabName).style.display = "block";
event.currentTarget.className = event.currentTarget.className.replace("btn--info", "btn--primary");
}
// Get the element with id="defaultOpen" and click on it
//document.getElementById("defaultOpen2").click();
document.getElementById("defaultOpen").click();
</script>
<br>This will launch YAWM ModMii Edition.<br><br>
<!-------------------------Installing WADs section below--------------------------->
<font size="5"><li>Install WADs</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/eTODLzI_Hsk?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/yawmME.gif" border="0"/></a><br>
<i>YAWM ModMii Edition stands for Yet Another Wad Manager ModMii Edition (aka yawmME). A WAD Manager will allow you to install "WADs" containing things like updates and other content for your console, like IOSs, custom IOSs (or cIOSs), or other downloadable content, which can be all packed into WADs and installed to your Wii. Think of a WAD like a zip file but for the Wii.</i><br>
<br>
WARNING: WADs can also be <u>un</u>installed, and if you're not careful you can brick your console by uninstalling or even installing the wrong WAD. The WAD Manager you're using, YAWM ModMii Edition, has some extra brick protection built in to restrict someone from doing catastrophic things like uninstalling any System Menu WAD, or required System Menu IOS, or a dozen other things which could potentially result in a brick if you don't know what you're doing. Stick to your ModMii guide and you'll be fine.<br>
<br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click here to learn what IOSs and cIOSs are! " style="margin: 0px; padding: 0px; font-size: x-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Fun Fact '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click here to learn what IOSs and cIOSs are! '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<p style="border:3px; border-style:solid; padding: 1em;">
<i>Fun Fact! I mentioned IOSs and cIOSs before, "the Wii console uses the 'IOS' system to communicate with the hardware, it's like a driver (compared to Windows). It contains information and communication tools (like how to access the Disc drive, how to access USB, read the savegames data stored on internal memory, etc.)" ~Cyan. If you're curious to learn more about IOSs or cIOSs, a thorough explanation can be found in <a href="https://gbatemp.net/threads/d2xl-cios-a-fork-of-davebaols-d2x-cios.558581/#post-8968173" target="_blank">Cyan's IOS Explanation post</a>.</i><br>
</p>
</div></div></div>
<ol type="A">
<li><b>From YAWM ModMii Edition's main menu choose your source device using left and right, most likely "Wii SD Slot", and Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd></b>.
<li><b>Install the <u>6 WADs</u> listed below</b>.<br>
<ul style=align="left" type="disc">
<li>Be careful not to install any additional WADs that may have been previously saved in this folder (they may be safe, but I cannot say for sure).
<li><i>Fun Fact! Installing a clean/unpatched version of IOS58 should be enough to make the HackMii Installer happy, but we're (re)installing a few extra IOSs that the HackMii Installer is known to play nicely with just in case.</i>
</ul>
<br>
<ol>
<li>IOS31-64-v3608</li>
<li>IOS33-64-v3608</li>
<li>IOS34-64-v3608</li>
<li>IOS35-64-v3608</li>
<li>IOS36-64-v3608</li>
<li>IOS58-64-v6176</li>
</ol><br>
<li><b>Hold <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd> for 2 seconds</b> to select all the WADs in the folder.
<ul style=align="left" type="disc">
<li>Alternatively, you can select or deselect your WADs individually by navigating to each one and hitting <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd><br>
</ul>
<li>After you've marked all the WADs listed below, <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd></b>.<li>Double check the total number selected for installation matches your list above, then <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> again to install</b>.<br>
<ul style=align="left" type="disc">
<li>If any WADs fail to install properly please retry installing them.<br>
</ul>
<li><b>After successfully installing all the WADs, press any button to continue.</b>
<li>Then <b>press the "B" button</b> to go back to the root of your device.
<li><b>Choose "apps"</b> then press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd>.
<li>Navigate to "HackMii_Installer" and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd>.
<li>Scroll to "boot.elf" and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> again.
<li>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to <b>launch the HackMii Installer's boot.elf</b>.
</ol>
<br>
<font size="5"><li>Installing the Homebrew Channel (HBC) And Bootmii</li></font><br>
<i>After you have completed this step and successfully (re)installed the HBC and Bootmii, you are finished with this guide and should continue with the main ModMii Wizard to update the rest of your softmods, starting with making a NAND backup.</i><br>
<!-----------------------Hackmii installer below----------------------------------->
<br>
<font size="5"><b>Use the HackMii Installer to install the HBC and Bootmii</b></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/gR4zcvFnfbE?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/HackMii.gif" border="0"/></a><br>
<i>The HackMii installer will enable you to install the Homebrew Channel and Bootmii.<br>
The Homebrew Channel allows you to launch homebrew applications off your SD card or Hard Drive.<br>
Bootmii is a piece of software that can backup and restore your Wii's NAND storage and provides brick protection.</i><br>
<br>
<ul style=align="left" type="disc">
<li>Upon launching the HackMii Installer, you will be greeted by a scam warning screen.
<li>After waiting 30 seconds the message "Press 1 to continue" should appear.
</ul>
<br>
<ol type="i">
<li><b>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">1</kbd> to continue.</b>
<ul style=align="left" type="disc">
<li>Or if you are using a Gamecube controller, press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to continue.
</ul>
<li>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to continue, then press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;"></kbd> until "<b>Install the Homebrew Channel</b>" is selected and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd>, then select "Yes, continue" to install it.
<ul style=align="left" type="disc">
<li>When completed the installer should display "SUCCESS".
</ul>
<li>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to continue to the main menu.
<li>From the main menu, press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;"></kbd> twice to select "Bootmii...", then press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd>.
<li>From the Bootmii menu, navigate to "<b>Install Bootmii as IOS</b>" and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd>, then select "Yes, continue" to write runtime files to the SD Card, then "Yes, continue" again to install Bootmii as IOS.
<ul style=align="left" type="disc">
<li>When completed the installer should display "SUCCESS".
</ul>
<li>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to continue to the Bootmii menu.
<li>From the Bootmii menu, check to see if "Install Bootmii as boot2" is an option.
<ul style=align="left" type="disc">
<li>Navigate to <b>"Install Bootmii as boot2" if it's listed as an option</b> and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd>. Then install it following the same procedure to install Bootmii as IOS described above.
</ul>
<li>After installing Bootmii as IOS and as boot2 (if possible), navigate to "Return to the main menu" and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd>, then go down to "Exit" and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to <b>exit to the Homebrew Channel</b>.
</ol>
<br>
<b><u>Some notes about Bootmii as IOS and Bootmii as boot2</u></b><br>
<ul style=align="left" type="disc">
<li>It is recommended to have Bootmii installed as both IOS and as boot2, if possible.
<li>Installing Bootmii as boot2 is only an option available on older Wii's and it provides the greatest level of brick protection.
<ul style=align="left" type="square">
<li>Do not worry if your Wii is not capable of installing Bootmii as boot2, all Wii's can still install Priiloader; and with Priiloader installed you can recover from the majority of bricks. So long as you do not uninstall Priiloader, your System Menu, or System Menu IOS you will be able to recover even without Bootmii installed as boot2.
<li>If Bootmii is installed to boot2, you can access Bootmii and the Homebrew Channel before the system menu (or Priiloader) is loaded, this will allow you to launch homebrew as needed to fix bricks or restore NAND backups. If Bootmii is installed to boot2, it will load the Bootmii menu each time the Wii starts up <u>only if</u> a Bootmii folder is detected on your SD card. If you move or rename this folder, the Wii will continue to boot the system menu (or Priiloader if installed).
</ul>
<li>All Wii's are able to install Bootmii as IOS.
<ul style=align="left" type="square">
<li>While Bootmii as IOS does not by itself provide much brick protection, it will allow you to make a NAND backup. When combined with Priiloader, a NAND backup may help you recover from potential semi-bricks in the future.
</ul>
</ul>
<br>
<!--------------------------hackmii installer above-------------------------------->
</ol><br>
<!---------------------------------------Credits, apps, and sources are below---------------------------------------------->
<font size="6"><li><a name="Credits">Credits, Supporting Apps, and Sources</a></li></font><br>
ModMii was written entirely by yours truly, XFlak. Trust me, no one else is crazy enough to try to maintain a batch file that has grown so large and 'all over the place'. But without the help of many other very talented people ModMii would not exist. Some people have contributed supporting files or programs, others have shared their knowledge, some have provided ideas and others have given their time.<br>
<br>
I have tried my best to recognize everyone's contribution to ModMii regardless of how big or small it is. If I've forgotten someone, please notify me and I'll add them to the credits as quickly as possible.<br><br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click for Credits, Supporting Apps and Sources " style="margin: 0px; padding: 0px; font-size: xx-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Credits, Supporting Apps and Sources '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click for Credits, Supporting Apps and Sources '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<ul style=align="left" type="disc">
<li><font size="4"><b>Team Twiizers</b></font><br>
Thanks to Team Twiizers for creating the revolutionary HackMii Installer. Without their hard work, the Wii might never have been unlocked. Many Team Twiizer Members went on to join Team Fail Overflow; a team that played a vital role in unlocking the PS3.<br><br>
I especially want to thank Bushing (may he rest in peace), who before his untimely passing gave ModMii his blessing to download and use the HackMii Installer.</li><br>
<li><b><font size="4">Giantpune</font></b><br>
Giantpune is a legend in the Wii Scene and I consider him to be a good friend of mine. He created many exploits, including the Smash Stack exploit for PAL and KOR Wii's (which is maybe still the only method to fix 003 bricked Wii's), the Channel Forwarder dol, USB Loader GX, and many other computer programs to repair or virginize Wii's.<br><br>
He's contributed code to more projects than I even know about, so its impossible for me to truly convey his impact on the scene. He even took the time to explain a few things to me about cIOSs when ModMii was in its early stages and still known as NUS Auto Downloader.</li><br>
<li><b><font size="4">DeadlyFoez</font></b><br>
DeadlyFoez is legendary for his Wii Repairs and infectus tutorial. Anyone who's broken their Wii can email <a href="mailto:deadlyfoez@yahoo.com ">deadlyfoez@yahoo.com </a> to have it fixed.<br><br>
DeadlyFoez played a key role in the ModMii v5.0.0 update not only by helping come up with the idea for using html guides but also creating the template for ModMii's custom html guides and recording almost all of the videos and images they use. Within 1.5 weeks since our initial conversation we were able to collaborate and bring the idea to life in time to release it for Christmas. Working with him on this was a truly rewarding and fun experience. DeadlyFoez also single-handedly built the first official ModMii website.<br><br>
What can I say about THE "DeadlyFoez" on a personal level. He's always getting me into trouble but his friendship is worth every fiasco! It's unreal how he became one of my best friends. Just goes to show you not everyone you meet online is totally crazy; in his case... just a little crazy. But seriously, thanks to DeadlyFoez for always being there for me to bounce ModMii ideas off of, for hosting our Team Your Mom meetings and for introducing me to his awesome family and friends. There's no one else I'd rather geek out with and I'll always have your back.</li><br>
<li><b><font size="4">Violator</font></b><br>
He's my bro, my cuz, my best man and the reason I ever bought or modded a Wii. "XFlak" would have died many years ago if not for him. Thanks Violator, for getting me interested in this stuff, and for all the awesome music you recorded for ModMii and my <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a>.</li><br>
<li><b><font size="4">JoostinOnline</font></b><br>
Thanks for his work developing KoreanKii (with tueidj), Syscheck HD Edition, sharing his webhosting space with me, and for all his jokes; I'll never get tired of our endless patriotic "debates".</li><br>
<li><b><font size="4">Crediar, Daco Taco and Phpgeek</font></b><br>
The above people all had a hand in creating Priiloader. This was another revolutionary tool mainly because it was the first to offer some level of protection to newer Wii's that were unable to install Bootmii at boot2. Crediar developed the original preloader as well as s/uneek, Nintendont, NMM, DML, etc. Special thanks to Daco Taco for being the last man standing in terms of actively improving/maintaining Priiloader.</li><br>
<li><b><font size="4">Comex</font></b><br>
In addition to being a member of Team Twiizers and contributing to the HackMii Installer, Comex created the heavily utilized bannerbomb exploit. This exploit is what allows Wii's on firmwares 3.0-4.2 to be softmodded with only an SD Card instead of needing one of a few specific Wii Games.</li><br>
<li><b><font size="4">Waninkoko</font></b><br>
Waninkoko was the first to publicly release a cIOS and other excellent apps like WAD manager, Save Game Manager, USB loader, etc. I also want to thank him for giving ModMii permission to recreate his cIOSs in WAD form.<br><br>
<li><b><font size="4">Hermes</font></b><br>
Hermes is well known for his cIOS 222/223/224 and for his usbloader "uloader". For a time his cIOSs were the only ones to work with RockBand type games and they are still highly utilized today.</li><br>
<li><b><font size="4">davebaol and XFlak</font></b><br>
These developers worked together to modify Waninkoko's rev21 cIOS and created a new "d2x" cIOS. This cIOS is currently considered the ultimate cIOS because it corrected many bugs and added features that were previously thought to be impossible (ie. Support for IOS Reloading Games). WiiPower was also heavily influential in achieving IOS Reload Support.</li><br>
<li><b><font size="4">Fullmetal5</font></b><br>
Thanks for his work developing the str2hax and bluebomb exploits. Fullmetal5 may have arrived a bit late to the Wii scene, but he's probably one of the most talented developers still active in the scene today. I can't wait to see what he comes out with next!</li><br>
<li><b><font size="4">Rodries</font></b><br>
Thanks to Rodries for improving upon Hermes v5.1 cIOSs.</li><br>
<li><b><font size="4">WiiGator</font></b><br>
WiiGator created a cMIOS and Gamecube Backup Launcher. Any GameCube fans owe a big thank you to WiiGator for his work.</li><br>
<li><b><font size="4">cwstjdenobs</font></b><br>
cwstjdenobs is one of the few people I've encountered in the Wii scene that I would love to treat to a beer. He was always very supportive of me and encouraged me to ask him as many questions as I'd like. He is probably most well known for YAWMM (Yet Another Wad Manager Mod) which was the first Wad Manager to add brick protection by restricting users from making silly mistakes like uninstalling or stubbing a crucial file. He's also made and modified apps specifically for ModMii. For example, he modified WadMii so it doesn't timestamp WADs and he also made a setting.txt builder for ModMii's NAND builder.</li><br>
<li><b><font size="4">Leathl</font></b><br>
Leathl is another awesome developer who supported me before I became well known by expanding upon his apps to further support ModMii. Leathl has created many Wii apps including ShowMiiWads, CustomizeMii, libWiiSharp, patchios, nusfilegrabber, etc. Despite his recent inactivity, his apps are still highly used today... just goes to show you that quality work never gets old. I also want to thank RetroHead for him Mod of ShowMiiWads which ModMii uses to build emulated nands without requiring any input from the user. libWiiSharp.dll is based on wii.py, the wii.py devs are Megazig, Omega, Xuzz, SquidMan, Matt_P and The Lemon Man. Also thanks to Daeken for writing Struct.py and marcan for his LZ77 code.</li><br>
<li><b><font size="4">scooby74029</font></b><br>
scooby74029's most well known for sneeky compiler, which is able to build multiple different versions of s\uneek. ModMii will always construct the latest version of s\uneek available on his sneeky compiler google code webpage. This means he has total control over what version of s\uneek ModMii will construct. He also created modifications of Leathl's libWiiSharp.dll and patchios.exe to further support ModMii. Additionally, he's modified other apps like Any Region Changer ModMii Edition, JoyFlow, JoyLoader GX, JoyLoader CFG, etc. On top of all that, he's an all around awesome person and I'm proud to be on his friends list.</li><br>
<li><b><font size="4">person66</font></b><br>
person66 has had a hand in many projects, but most noteworthy are his sharpii cmd line tool and his Universal Forwarder Creator. He also wrote an autoit script that is used to launch ModMii with an icon, arguments and other useful functions.<br><br>
Thanks for trading little bits of batch coding knowledge with me. It's great having a fellow batch coder for a friend; we are a dying breed, so keep up the great work with Universal Forwarder Creator and all your other projects.</li><br>
<li><b><font size="4">WiiPower</font></b><br>
WiiPower created Neogamma, hands down the best backup disc loader for the Wii. He also modified WiiGators cMIOS and created what is today considered the ultimate cMIOS. Furthermore he's contributed code to many other popular usb-loaders and had a hand in adding IOS Reloading support to the d2x cIOSs.</li><br>
<li><b><font size="4">OverjoY and obcd</font></b><br>
OverjoY created JoyFlow, a modification of WiiFlow that runs on s\uneek. He then teamed up with obcd to accomplish some seriously amazing things, like building their mod of s\uneek, NEEK2O, that allows it to load games in wbfs format and select from multiple emulated NANDs.</li><br>
<li><b><font size="4">Arikado and the Dop-Mii Team</font></b><br>
They created Dop-Mii; a lot of apps borrow code from Dop-Mii, so even if you have never used Dop-Mii but used MMM or WiiMod then you owe a thank you to these people.</li><br>
<li><b><font size="4">WiiWu</font></b><br>
He made Multi-Mod Manager (MMM) which has the functions of many different Wii modding tools all in one user friendly app.</li><br>
<li><b><font size="4">WB3000 and WiiNinja</font></b><br>
Thanks to WB3000 for creating NUS Downloader and to WiiNinja for making a cmd line version of NUS Downloader. NUS Downloader is one of ModMii's vital supporting apps.</li><br>
<li><b><font size="4">TheShadowEevee</font></b><br>
TheShadowEevee helped update many tools with a new NUS endpoint. He also helped implement some fixes and improvements to Any Region Changer ModMii Edition.</li><br>
<li><b><font size="4">WiiCrazy</font></b><br>
WiiCrazy is most famous for "Wii Game Shortcut Creator" (formerly known as "Crap"), Crazy Intro and Crazy Intro Video. He also contributed to usb-loaders by bypassing some game specific security. WiiCrazy is another person who's always been willing to do everything in his power to help me, or anyone else for that matter.</li><br>
<li><b><font size="4">oggzee, usptactical, gannon and Dr.Clipper</font></b><br>
Together the above people compose the Configurable USB Loader Team. Back in the day, this usb-loader was always the first to add new features and in my opinion it's one of the top three best usb-loader out there.</li><br>
<li><b><font size="4">Cyan, dimok, blackb0x and the USBLoaderGX team</font></b><br>
Thanks for their work on USBLoaderGX. It is one of the most feature-rich usb-loaders and has quickly become a favourite among the community. I also want to thank Cyan specifically for his excellent support of users on gbatemp for many years; he has probably explained what an IOS is more times than I can count!</li><br>
<li><b><font size="4">OverjoY, blackb0x, Peter0x44 and scooby74029</font></b><br>
This dream team of developers brought my vision to life when they created YAWM ModMii Edition.</li><br>
<li><b><font size="4">Hibernatus, Fledge68 and the WiiFlow team</font></b><br>
Thanks for their work on WiiFlow. It was always beautiful, but now it's got all sorts of bells and whistles, you should check it out.</li><br>
<li><b><font size="4">Wiimm</font></b><br>
For Wiimmfi Thanks to Wiimm for creating Wiimmfi and Wiimms ISO Tools, including wit.exe which ModMii uses to convert Wii Games to s/uneek format as well as build forwarder ISOs.</li><br>
<li><b><font size="4">Leseratte</font></b><br>
For his work on Wiimmfi, as well as d2xl and other amazing projects.</li><br>
<li><b><font size="4">diddy81 and symular syn of the Wii Theme Team</font></b><br>
The Wii Theme Team has created some of the best Wii Themes ever made! All of the alternative themes available in ModMii were created by them. I want to thank diddy81 in particular for working with me to ensure that all his themes worked perfectly for all regions.</li><br>
<li><b><font size="4">FIX94, Narolez and the WiiXplorer Team</font></b><br>
Thanks to all these people for their contributions in making the best SD/USB forwarder. I want to thank FIX94 in particular who not only worked on Nintendont, Some YAWMM Mod, WiiFlow and literally every other big Wii application, but he also spent a lot of time testing ModMii's Forwarder Builder.</li><br>
<li><b><font size="4">jskyboo</font></b><br>
Thanks to jskyboo for creating WiiMod. His app can do a lot of different things, and it was the first ahbprot enabled WAD Manager to incorporate davebaol's ahbprot bugfix.</li><br>
<li><b><font size="4">ModMii's Translators</font></b><br>
Tranlating ModMii is an enormous amount of work. It's very challenging to get special characters to display correctly in a cmd window, not to mention keeping everything formatted properly. But probably the most difficult part of translating ModMii is keeping up with the updates. If you use a translated version of ModMii, I encourage you to thank your translator because it truly is a LOT of work to do.<br><br>
French Translators: <b>mamule, xav91 and ketufe</b><br>
Dutch Translator: <b>Hielkenator</b><br>
Italian Translators: <b>Wasabi, Step and Robilyn</b><br>
Spanish Translators: <b>ledebene and Burton</b></li><br>
<li><b><font size="4">Fig2k4</font></b><br>
Thanks Fig2k4 for WiiBackupManager. It was a pleasure beta testing it for you and sharing my ideas with you. I hope to see you around the forums again and that you continue working on your amazing program.</li><br>
<li><b><font size="4">Gabubu, sthetix, Foxlet, Alexander1970 and Vila</font></b><br>
Thanks for recording, editing or upscaling many of the Youtube videos used by ModMii. Special thanks to Gabubu who single-handedly created all the new\updated videos in the 7.0.0 update, and also updated GFX for a bunch of ModMii's Wii channels.</li><br>
<li><b><font size="4">WiiShizzza, pepxl, RobGee789, M3RK and AuroraNemoia</font></b><br>
Thanks to WiiShizzza for creating ModMii's new icon and to pepxl for creating ModMii's original icon. I want to thank everyone who created a ModMii icon and submitted it into ModMii's new icon competition. <a href="https://gbatemp.net/threads/new-modmii-icon-logo-candidates.296772/" target="_blank">https://gbatemp.net/threads/new-modmii-icon-logo-candidates.296772/</a><br><br>
RobGee789 and M3RK made ModMii Skin's original graphics. AuroraNemoia made ModMii Skin's new (2022) default\Nebula theme. It was a pleasure working with them, they were all very open to feedback and willing to "go back to the drawing board", so to speak, as many times as it took to get it perfect. Thanks guys!</li><br>
<li><b><font size="4">dhtdht020</font></b><br>
Thanks for maintaining oscwii.org and for refreshing the ModMii icons in 2022; now I have a rainbow of icons to choose from should the need arise.</li><br>
<li><b><font size="4">My Fellow Guide Writers</font></b><br>
Thanks to tj_cool, xzxero, burritoboy9984, ChokeD and mauifrog for their awesome guides. I especially want to thank tj_cool and xzxero for inviting me to join "The Crew" at the Complete Softmod Guide. I'll never forget how great it felt to be relatively new to the scene and to be invited to join you all as equals.</li><br>
<li><b><font size="4">RiiConnect24 and Wii.Guide team</font></b><br>
Thanks in particular go out to Peter0x44, Larsenv and KcrPL. Brainstorming and collaborating with you guys made the 2020 lockdowns feel somewhat bearable. Special thanks to Peter0x44 for helping me set up the ModMii discord server to a much higher standard than I could have ever hoped to do on my own.</li><br>
<li><b><font size="4">DaMysteryMan</font></b><br>
Thanks for helping me understand the structure of a cIOS so I could better recreate it in WAD form. For those of you who don't know him, DaMysteryMan is most well known for his ever controversial app - DarkCorp (formerly known as cIOSCorp).</li><br>
<li><b><font size="4">Gannon</font></b><br>
Thanks to Gannon for bootopera, which I was able to mod to create the URL loader base dol.</li><br>
<li><b><font size="4">Devnol</font></b><br>
Thanks to Devnol for properly modifying the Open HBC to use the same title ID as the official HBC (LULZ).</li><br>
<li><b><font size="4">ca032769</font></b><br>
ca032769 is best known for his tutorial on how to use a larger than 2TB Hard Drive on a Wii as a Single FAT32 Partition, thanks!</li><br>
<li><b><font size="4">All My Beta Testers!</font></b><br>
It's because of you guys that ModMii is as stable as it is. Considering that ModMii is developed entirely in notepad without any kind of debugger or developer tools; it's pretty remarkable that ModMii has always been bug-free (albeit with a couple minor exceptions). Thanks for your never-ending devotion to quality control!<br>
Here's a list of some of ModMii's beta testers (in no particular order): scooby74029, DeadlyFoez, redia, Etheboss, JoostinOnline, person66, brausm08, geovalley, undeadsquirrel, mauifrog, FIX94, wolf, Larsenv, Peter0x44, Alexander1970, Cyan, Damaj301damaj, Function, forseenink, jeannotte, saulfabreg, Vila, ca032769, godreborn, KleinesSinchen, RunningSnakes, Scooty and last but certainly not least, Clutz450. @Clutz450, you're the man, I really enjoyed your ModMii tutorial videos and hearing your ideas on the little ways ModMii could be made even better.</li><br>
<li><b><font size="4">You!</font></b><br>
Without you, there would be no reason for ModMii to exist. Thanks for using ModMii for all your Wii softmodding needs!</li>
</ul>
<br>
<font size="5"><u>Supporting Apps and Sources</u></font><br>
<br>
Below is a list of the supporting apps bundled with ModMii and their sources. If a link is missing or broken, you can still get it from <a href="https://mega.nz/folder/YsphyYBQ#UOe3xmXPwldtKo6WF-sfXA" target="_blank">ModMii's Supporting Files Archive</a>.<br>
Source code for ModMii itself is available is available at <a href="https://github.com/modmii/modmii.github.io" target="_blank">github</a>, but you can just open the bat files from it's support folder in notepad or similar text editor.<br>
<br>
<ul style=align="left" type="disc">
<li>NusFileGrabber.exe by Leathl, Mod by XFlak and TheShadowEevee - requires libWiiSharp.dll</li>
<li>patchIOS.exe by Leathl, Mod by scooby74029 - requires libWiiSharp.dll</li>
<li><a href="http://www.mediafire.com/?bogjind5oe3" target="_blank">WadMii.exe (aka WadMiiIsh)</a> by cwstjdenobs - requires libWiiSharp.dll</li>
<li>TMDedit.exe by person66 - requires libWiiSharp.dll
<li><a href="http://code.google.com/p/libWiiSharp/source/browse/" target="_blank">libWiiSharp.dll</a> by Leathl, Mod by scooby74029 and TheShadowEevee</li>
<li><a href="https://github.com/wiiNinja/NUS.downloader.command.line/tree/dotnet3.5" target="_blank">nusd.exe</a> by WiiNinja (original GUI code by WB3000)</li>
<li><a href="http://wit.wiimm.de/" target="_blank">wit.exe</a> by Wiimm</li>
<li>ShowMiiWads_Sneek_Mod.exe by Leathl, Mod by RetroHead</li>
<li>settings.exe v1.0 by cwstjdenobs and v1.1 mod by obcd</li>
<li> <a href="http://ftp.gnu.org/gnu/wget/" target="_blank">wget.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/sevenzip/" target="_blank">7za.exe</a> (freeware)</li>
<li><a href="http://www.nirsoft.net/utils/nircmd.html" target="_blank">nircmd.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/" target="_blank">sfk.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/jojodiff/" target="_blank">jptch.exe</a> (freeware)</li>
<li><a href="http://github.com/waninkoko" target="_blank">Waninkoko's cIOS</a></li>
<li><a href="http://mods.elotrolado.net/~hermes/wii/cios_mload_source_install_3.6.rar" target="_blank">Hermes v4 cIOS</a></li>
<li><a href="http://mods.elotrolado.net/~hermes/wii/cios_mload_source_install_4.0.rar" target="_blank">Hermes v5 cIOS</a></li>
<li><a href="https://github.com/davebaol/d2x-cios/releases" target="_blank">d2x cIOS</a>, <a href="https://github.com/wiidev/d2x-cios" target="_blank">v11+ source</a></li>
<li><a href="https://gbatemp.net/threads/homebrew-forwarder-isos.181011/" target="_blank">ISO template</a> (by spayrosam)</li>
<li><a href="http://www.thedubber.altervista.org/other/batch_prog/index.html" target="_blank">Ascii2All.bat</a> (freeware)</li>
<li><a href="http://wizapp.sourceforge.net/" target="_blank">WizApp.exe</a> by Dion Nicolaas</li>
<li><a href="https://github.com/mogzol/sharpii" target="_blank">Sharpii.exe</a> by person66</li>
<li><a href="http://www.rarlab.com/rar_add.htm" target="_blank">UnRAR.exe</a> (freeware): No Longer Bundled with ModMii since v4.7.0</li>
<li><a href="http://www.autoitscript.com/site/autoit/" target="_blank">AutoIt3.exe</a> (freeware): No Longer Bundled With ModMii since v4.5.7</li>
<li><a href="http://www.dunyazad-library.net/software/hypatia/index.htm" target="_blank">hy.exe</a> (freeware): No Longer Bundled with ModMii since v4.7.0</li>
<li><a href="http://sourceforge.net/projects/fileverifier/files/fileverifier/0.6.3.5830" target="_blank">fvc.exe</a> (freeware): Not used since v7.0.0</li>
</ul>
</div></div></div>
<br>
<!-------------------------------------Support ModMii / XFlak is below------------------------------------------->
<font size="6"><li><a name="Support">Support ModMii</a></li></font><br>
ModMii started out as a small side-project back in 2010 as a simple NUS Auto Downloader script, and now the changelog is taller than me! I started this project in my 20s in my spare time and since then I've gotten married and had not 1, not 2, not 3, but FOUR boys, all ~2 years apart. I love being able to share my love for gaming and for the Wii with them, and with all of you! This is a passion project that has easily taken over 8000-9000 hours of just my time alone, and that's not counting all the hours spent from the legions of devs and testers who've supported ModMii over the years.<br>
<br>
Not knowing that much about computers other than some excel tricks, I slowly built more advanced features on top of my original less efficient code that I'd love to rewrite if it wasn't such a daunting task. Throughout the journey I learned a lot from not just those in the credits list, but the incredibly supportive Wii community as a whole. I've gone from just being a "numbers guy" to my family's go to "tech guy", and I have this project, community and followers to thank for it.<br>
<br>
ModMii is entirely free to use and ad free. Donations can optionally be made to the author using the button below, or pick your favourite contributor from the credits and check if they have a donations page.<br>
<p style="text-align:center">
<a href="https://modmii.github.io/donations.html" target="_blank"><img src="https://modmii.github.io/Images/donate.png" height="95" width="109" border="0"></a></p>
If you're like me and it's difficult to show support with donations, consider taking a minute to vote or share your feedback at the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126" target="_blank">official ModMii page on gbatemp</a>. I always enjoy hearing feedback about your ModMii experience.<br>
<br>
<img src="https://modmii.github.io/Images/FN2187.gif" alt="XFlak" height="95" width="94"><br>
- XFlak
</ol> <!------------This ends the list of chapters in Roman Numberals, THIS HAS TO BE IN ALL GUIDES-------------->
</body>
</html>

View File

@ -0,0 +1,730 @@
<html>
<head>
<title>ModMii Region Change Guide</title>
<link rel="icon" type="image/ico" href="https://raw.githubusercontent.com/modmii/modmii.github.io/master/Support/icon.ico"></link>
<style type="text/css">
body:before{
content: 'SAMPLE!';
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
color: #0d745e;
font-size: 130px;
font-weight: 500px;
display: grid;
justify-content: center;
align-content: center;
opacity: 0.2;
transform: rotate(-45deg);
}
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
ol > li::marker {font-weight: bold;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii Region Change Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:08</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
visibility: hidden;
display: none;
}
@media print {
img {
display: none !important;
}
* {
background-image: none !important;
}
}
</style>
<!----------Print button disabled--------
<script>
document.write("<input type='button' " +
"onClick='window.print()' " +
"class='printbutton' " +
"value='Print without images'/>");
</script>
---------Custom Print button above------->
<!--------------Title, pic and scam warning below------------------>
<p style="text-align:center">
<font face="Arial Black" size="10">ModMii for Windows</font><br><font size="6">by XFlak</font><br>
<a href="https://modmii.github.io" target="_blank"><img src="https://modmii.github.io/Images/modmiibanner.png" border="0"/></a><br>
This software is not for sale. If you paid for this software or a "bundle" you have been scammed.<br><br>
<b>THIS PACKAGE COMES WITH ABSOLUTELY NO WARRANTY, NEITHER STATED NOR IMPLIED.<br>
NO ONE BUT YOURSELF IS TO BE HELD RESPONSIBLE FOR ANY DAMAGE THIS MAY CAUSE TO YOUR NINTENDO WII CONSOLE!<br>
USE THIS AT YOUR OWN RISK!</b>
</p>
<br><br>
<!--------------Title, pic and scam warning above------------------>
<ol type="I"> <!------------This start the list of chapters in Roman Numberals, THIS HAS TO BE IN ALL GUIDES-------------->
<!-------------------------Chosen options chapter below--------------------->
<font size="6"><li>Your chosen options</li></font><br>
This guide was generated using the following parameters:<br>
<ul style=align="left" type="disc">
<li>Desired System Menu is 4.3K</li>
<li>Install Dark Wii Red Theme</li>
</ul><br>
<font size="6"><li><a name="Notes">Important Notes</a></li></font><br><ul style=align="left" type="disc">
<!---------------------------------REGION CHANGE NOTES BELOW----------------------------------->
<li>Region Changing is not necessary to play other region games.</li>
<li>An alternative to region changing is to use SNEEK\UNEEK to emulate a different region System Menu.</li>
<li>If you use the Wii Shopping Channel, you must start the channel and delete your account <u>before</u> starting this guide. If you don't the Wii Shop Channel will error.</li>
<li>Do NOT restart the Wii or exit the Homebrew Channel until you have completed this guide.</li>
<li>This guide assumes your Wii has already been softmodded and SD Card (or USB) properly formatted by following the ModMii Wizard or SysCheck Updater Wizard. If this is not the case please do so before going any further with this Region Change guide.</li>
<!---------------------------------REGION CHANGE NOTES ABOVE----------------------------------->
<li>This guide does not require a WiFi connection on your Wii.</li>
<li>Make sure the files ModMii downloaded are on your SD Card, and your SD Card is inserted in the Wii.</li>
<ul style=align="left" type="square">
<li>If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup).</li>
<ul style=align="left" type="square">
<li>Use ModMii's USB-Loader Setup feature if you need help formatting your HDD as FAT32.</li>
<li>Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii.</li>
</ul>
</ul>
<!---------------------------------SOFTMOD NOTES BELOW----------------------------------->
<li>An SD Card is recommended, but not necessary, to <u>fully</u> softmod your console.
<li>Check if your SD Card has a lock switch and make sure it's disabled.</li>
<li>If you get errors during any of the steps try reformatting your SD Card (or HDD) as FAT32.</li>
<li>If your Wii ever freezes, hold the power button on the Wii for 5 seconds to power it off then try again.</li>
<li>Never uninstall a System Menu or IOS.</li>
<li>When updating your softmod you should always overwrite old mods by installing new ones, do <u>not</u> try to "Delete everything" or "Start from scratch".</li>
<ul style=align="left" type="square">
<li>To update your mods in the future you can use the ModMii Wizard as if it was your first time, or even better, update only what's outdated using ModMii's Syscheck Updater Wizard and reduce the number of steps!</li>
</ul>
<li>If you accept an official Nintendo update after modding the Wii, you may lose some of your modifications and have to reinstall them.</li>
<li>Do not install untested WADs/themes without Priiloader, Bootmii and a nand backup.</li>
<li>It's probably unnecessary, but you should disconnect all peripherals from the Wii during the modding procedure unless instructed otherwise. This includes gamecube memory cards, gamecube controllers, Wii Speak, etc.</li>
<!---------------------------------SOFTMOD NOTES ABOVE----------------------------------->
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Region Changing your Wii</a></li></font><br><ol>
<!------------------------------Nand backup section below-------------------------->
<font size="5"><li>Make a NAND backup</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/dRfaFIxTlTU?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/NANDBackup.gif" border="0"/></a><br>
<i>Creating a NAND backup is similar to creating a system restore point in Windows. Should you ever semi-brick your Wii but can still access Bootmii, restoring a NAND backup is like taking your Wii back in time to before the problem occurred. NAND backups are console specific, so you generally cannot restore a backup from a different Wii.</i><br>
<br>
<ul style=align="left" type="disc">
<li>Bootmii does not work with Wiimotes, the steps below will direct you to use the front buttons on the Wii console itself.
<ul style=align="left" type="square">
<li><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Power</kbd> button = Advance to next item
<li><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> button = Select highlighted item
</ul>
<li>Bootmii also works with gamecube controllers; in fact, one is required to <i>restore</i> NAND backups on consoles that could not install Bootmii to boot2.
</ul>
<br>
<ol type="A">
<li><b>From inside the Homebrew Channel press the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Home</kbd> button and select "Launch Bootmii"</b>.
<li><b>Press the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Power</kbd> button on the Wii console 3 times</b> to get to the last option to access the Settings (the button with gears), <b>then press the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> button</b> to select it.
<li><b>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd></b> to select the first backup option (the button with the green arrow)
<li><b>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> again</b> to make your NAND backup.
<ul style=align="left" type="disc">
<li>Do not power off your Wii when making your NAND backup.
<li>This process takes about 8 minutes to complete; your mileage may vary.
<li>Having some black "Bad Blocks" is normal and nothing to worry about.
<li>After backing up the NAND, Bootmii will begin verifying it. While this is recommended, it can be skipped by pressing the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Eject</kbd> button on your console.
</ul>
<li><b>Press any button on the console</b> to exit the NAND backup screen.
<li><b>Exit Bootmii and launch the HBC</b> by pressing the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Power</kbd> button on the Wii console 3 times to advance to the last option (the one with the back arrow), then press the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> button to select it. Then press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Power</kbd> 1 time to advance to the Homebrew Channel, then press the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> button to launch it.
</ol>
<br>
At this point, or immediately following the completion of this guide, you should remove the SD card from the Wii (it is safe to do so while inside the HBC), backup the Bootmii folder, nand.bin, and keys.bin from your SD to a hard drive, or the cloud, or anywhere safe. You might need these in case of emergencies, so don't lose them. Optionally erase them from the SD card after backing them up, or rename the Bootmii folder to avoid autobooting into Bootmii at startup for consoles with Bootmii installed to boot2. When done, safely remove your SD Card from your computer and reinsert it into your Wii and proceed to the next step.<br>
<br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click for some Fun Facts about NAND Backups! " style="margin: 0px; padding: 0px; font-size: x-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Fun Facts '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click for some Fun Facts about NAND Backups! '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<p style="border:3px; border-style:solid; padding: 1em;">
<i>Fun Fact! If you ever need to restore a NAND backup, you can do so by launching Bootmii with an SD card containing the appropriately named Bootmii folder, nand.bin, and keys.bin, and follow the procedure described above except this time select the option with the red arrow going the other direction.<br>
<br>
Another Fun Fact! You can extract the contents of your nand.bin by opening it with ModMii or other tools like ShowMiiWads (see ModMii Classic's Download Page 2), then save it to a hard drive or SD Card to act as an Emulated NAND (or virtual NAND), allowing you switch between the Wii's real NAND and one or more Emulated NANDs. Emulated NANDs can provide much more storage space than the Wii's 500MB. ModMii can help generate brand new Emulated NANDs free of any game saves or other settings if you prefer a fresh start. For more help on this, after completing this guide, check out ModMii's SNEEK Installation and EmuNAND features.</i><br>
</p>
</div></div></div>
<br>
<!------------------------------Nand backup section above-------------------------->
<!---------------------------Install Priiloader below------------------------------>
<font size="5"><li>Install and Configure Priiloader</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/ecUTd0Tiim4?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/Priiloader.gif" border="0"/></a><br>
<i>Priiloader loads just before the System Menu and is invisible unless holding down the reset button while powering on the console. Not only is Priiloader a great form of brick protection, it can be customized to automatically boot straight to the System Menu (default behavior) with patched features (aka "System Menu Hacks"), or directly to the HBC or a user defined homebrew (e.g. a USB-Loader, <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a>, etc). <a href="https://sites.google.com/site/completesg/system-hacks/priiloader" target="_blank">Click here</a> for directions on "Installing a file" (aka "dol" file) in Priiloader to launch user defined homebrew. Custom forwarder dols that are compatible with Priiloader can be built from ModMii's Advanced Downloads menu.</i><br>
<br>
<ul style=align="left" type="disc">
<li>If you already have Priiloader installed by following the ModMii Wizard or SysCheck Updater Wizard you can skip this step. If you are not sure either check if you can load Priiloader or just reinstall it.<br><br>
<li>You can navigate the Priiloader menu using a Wiimote, GameCube controller, USB Keyboard, or the Power/Reset buttons on the front of the console itself similar to Bootmii (if using the front buttons you will not be able to access the system menu hacks, file/dol & password menus).
</ul>
<br>
<ol type="A">
<li><b>Launch the "Priiloader Installer"</b> from the Homebrew Channel.
<li>After the Priiloader Installer loads, <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd></b> to install it.
<ul style=align="left" type="disc">
<li>When successful the installer should display "Install done!"
</ul>
<li><b>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd></b> to exit back to the Homebrew Channel.
<li><b>If Priiloader failed to install, do NOT power off your Wii or exit the HBC</b>, try the installer again. If still unsuccessful, proceed immediately to the Any Region Changer step to fix your AREA/SysMenu mismatch otherwise you will semi-brick once you exit a homebrew environment (unless you have Bootmii boot2).<li>Access Priiloader by powering off the Wii, then <b>hold down the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> button while powering on your Wii</b> until you see the Priiloader menu.
<br>
You can also start Priiloader by loading the "Priiloader Launcher" via the HBC, or by holding escape on a USB connected keyboard while turning on your Wii.
<li>From the Priiloader menu, <b>select "System Menu Hacks"</b> and enable some system menu hacks.
<br>
<br>
Be careful not to haphazardly enable just any hack, for example do not enable "Lock System Menu with Black Screen".<br>
<br>
<b>RECOMMENDED HACKS*</b>
<ul style=align="left" type="square">
<li>Block Disc Updates</li>
<li>Block Online Updates</li>
<li>Region Free EVERYTHING</li>
<li>480p graphics fix in system menu</li>
<li>Remove Deflicker</li>
<li>Wiimmfi Patch v4</li>
<li>Remove NoCopy Save File Protection</li>
</ul>
*Your available System Menu hacks may vary.<br>
<br>
<li>Scroll down to "save settings" and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd>, then press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">B</kbd> to go back to Priiloader's main menu.
<li>Optional: Autoboot a USB-Loader Channel instead of the System Menu.
<ul style=align="left" type="square">
<li>Select to "Load/Install File". Select your forwarder dol (e.g. USBLoader_IDCL_Channel_Forwarder.dol) and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to install it. Wait for it to install and return to the main menu.</li>
<ul style=align="left" type="square">
<li><i>Did you know that custom forwarder dols can be built from ModMii's Advanced Downloads menu?</i></li>
</ul>
<li>Navigate to "Settings" and change "Autoboot" to "Installed File".</li>
</ul>
<li>Navigate to "Homebrew Channel" and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to launch it.<br>
</ol>
<br>
<i>Pro tip! If you update or (re)install any System Menu it generally <u>REMOVES</u> Priiloader and you should reinstall it immediately to stay protected. Only YAWM ModMii Edition allows you to safely retain Priiloader while (re)installing a System Menu.<br>
<br>
Another Pro tip! If you keep a hard drive plugged into your Wii at all times you can enable "Ignore standby" in Priiloader's settings so your Wii turns off completely by default. This will stop the hard drive from spinning 24/7 when it's not being used.</i><br>
<br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click for complete list of Priiloader Hacks " style="margin: 0px; padding: 0px; font-size: xx-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Priiloader Hacks '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click for complete list of Priiloader Hacks '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<p style="border:3px; border-style:solid; padding: 1em;">
<table>
<thead>
<tr>
<th>Hack</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Block Disc Updates</td>
<td>Removes the "Wii System Update" screen that is included on some games forcing you to update them to play the game.</td>
</tr>
<tr>
<td>Block Online Updates</td>
<td>Disables updating your Wii. Updates will fail with error 32007.</td>
</tr>
<tr>
<td>Auto-Press A at Health Screen</td>
<td>Automatically presses the A Button to get past the "Health and Safety" screen.</td>
</tr>
<tr>
<td>Replace Health Screen with Backmenu</td>
<td>Changes the "Health and Safety" screen to the animation played when returning to the Wii menu.</td>
</tr>
<tr>
<td>Move Disc Channel</td>
<td>Enables moving the Disc Channel anywhere on the Wii Menu. It's normally stuck in the top left of the first page.</td>
</tr>
<tr>
<td>Wiimmfi Patch v4</td>
<td>Automatically patches all games you run from the Disc Channel for use with Wiimmfi</td>
</tr>
<tr>
<td>480p graphics fix in system menu</td>
<td>Fixes a small issue with 480p on the Wii Menu.</td>
</tr>
<tr>
<td>Remove NoCopy Save File Protection</td>
<td>Allows you to copy normally disallowed save files to your SD card from data management</td>
</tr>
<tr>
<td>Region Free EVERYTHING</td>
<td>Disables region locking for any Wii application, including downloaded ones.</td>
</tr>
<tr>
<td>Region Free GC Games (No VM Patch)</td>
<td>Disables region locking for GameCube disks.</td>
</tr>
<tr>
<td>Region Free Wii Games</td>
<td>Disables region locking for Wii disks.</td>
</tr>
<tr>
<td>Region Free Channels</td>
<td>Disables region locking for installed channels</td>
</tr>
<tr>
<td>No System Menu Sounds AT ALL</td>
<td>Disables all the Wii Menu sound effects.</td>
</tr>
<tr>
<td>No System Menu Background Music</td>
<td>Disables the Wii Menu background music.</td>
</tr>
<tr>
<td>Re-Enable Bannerbomb v2</td>
<td>Enables the "Bannerbomb" exploit on the latest Wii version. Not needed when the Homebrew Channel is already installed.</td>
</tr>
<tr>
<td>OSReport to UsbGecko(slot B)</td>
<td>Sends Wii Menu logs to a debugging device in memory card slot B.</td>
</tr>
<tr>
<td>OSReport to UsbGecko(GeckoOS,B)</td>
<td>Sends Wii Menu logs to a debugging device in memory card slot B, if the Wii Menu is launched by Gecko OS.</td>
</tr>
<tr>
<td>Force Standard Recovery Mode</td>
<td>Automatically launches the console in recovery mode. Used to launch recovery discs, letting users unbrick their Wii systems.</td>
</tr>
<tr>
<td>Remove Diagnostic Disc Check</td>
<td>Removes a check in the Wii to see if an inserted game is the "Wii Startup Disc".</td>
</tr>
<tr>
<td>Lock System Menu with Black Screen</td>
<td>Makes your Wii Menu load to a black screen, making you unable to use it. (Do not enable this)</td>
</tr>
<tr>
<td>No-Delete HAXX,JODI,DVDX,DISC,DISK,RZDx</td>
<td>Re-enable channels with these title IDs (originally blocked in system updates due to them being exploits).</td>
</tr>
<tr>
<td>Force Disc Games to run under IOS249</td>
<td>Make discs use cIOS 249 as the game's IOS. Can be used to enable older model (pre 2010) Wii's outfitted with DVD-R compatible Disc readers to play backup discs from the Disc Channel.</td>
</tr>
<tr>
<td>Remove Deflicker</td>
<td>Disables the blurring filter on 480i and 480p originally meant to prevent "flickering" on CRTs in interlaced modes.</td>
</tr>
</tbody>
</table>
</p>
</div></div></div>
<br>
<!---------------------------Install Priiloader above------------------------------>
<!-------------------------Installing WADs section below--------------------------->
<font size="5"><li>Install WADs using the Konami Code</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/0P0Db76S7X4?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/yawmMEkonami.gif" border="0"/></a><br>
<i>YAWM ModMii Edition stands for Yet Another Wad Manager ModMii Edition (aka yawmME). A WAD Manager will allow you to install "WADs" containing things like updates and other content for your console, like IOSs, custom IOSs (or cIOSs), or other downloadable content, which can be all packed into WADs and installed to your Wii. Think of a WAD like a zip file but for the Wii.</i><br>
<br>
WARNING: WADs can also be <u>un</u>installed, and if you're not careful you can brick your console by uninstalling or even installing the wrong WAD. The WAD Manager you're using, YAWM ModMii Edition, has some extra brick protection built in to restrict someone from doing catastrophic things like uninstalling any System Menu WAD, or required System Menu IOS, or a dozen other things which could potentially result in a brick if you don't know what you're doing. Stick to your ModMii guide and you'll be fine.<br>
<br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click here to learn what IOSs and cIOSs are! " style="margin: 0px; padding: 0px; font-size: x-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Fun Fact '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click here to learn what IOSs and cIOSs are! '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<p style="border:3px; border-style:solid; padding: 1em;">
<i>Fun Fact! I mentioned IOSs and cIOSs before, "the Wii console uses the 'IOS' system to communicate with the hardware, it's like a driver (compared to Windows). It contains information and communication tools (like how to access the Disc drive, how to access USB, read the savegames data stored on internal memory, etc.)" ~Cyan. If you're curious to learn more about IOSs or cIOSs, a thorough explanation can be found in <a href="https://gbatemp.net/threads/d2xl-cios-a-fork-of-davebaols-d2x-cios.558581/#post-8968173" target="_blank">Cyan's IOS Explanation post</a>.</i><br>
</p>
</div></div></div>
<ol type="A">
<li><b>On your Wii, load "YAWM ModMii Edition" from the HomeBrew Channel</b>.
<li>Choose your source device using left and right, most likely "Wii SD Slot", and <b>Enter the Konami Code: <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8593;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8593;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8595;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8595;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8592;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8594;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8592;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8594;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">B</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd></b>
<li><b>Install your custom list of <u>13 WADs</u> found in the spoiler below</b>.<br>
<ul style=align="left" type="disc">
<li>Be careful not to install any additional WADs that may have been previously saved in this folder (they may be safe, but I cannot say for sure).
</ul>
<li><b>Hold <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd> for 2 seconds</b> to select all the WADs in the folder.
<ul style=align="left" type="disc">
<li>Alternatively, you can select or deselect your WADs individually by navigating to each one and hitting <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd><br>
</ul>
<li>After you've marked all the WADs listed below, <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> on any marked WAD to install them all</b>.
<li>Confirm the total number selected for installation is 13, then <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> again to install</b>.<br>
<ul style=align="left" type="disc">
<li>If any WADs fail to install properly please retry installing them.<br>
<li>When asked whether to retain or remove Priiloader, <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to retain Priiloader</b>.<br>
</ul>
<li><b>After successfully installing all the WADs, press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to launch Priiloader and re-enable your preferred System Menu Hacks before proceeding to the next step. It's also safe to re-enable them at a later time.</b><br>
</ol>
<br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click to See Your Unique List of 13 WADs to Install " style="margin: 0px; padding: 0px; font-size: xx-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide your list of WADs '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click to See Your Unique List of 13 WADs to Install '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<b>Here's your unique list of 13 WADs to install:</b>
<ol>
<li>cIOS249[56]-d2x-v11-beta1</li>
<li>EULA-NUS-v3[K]</li>
<li>IOS11v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS20v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS30v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS40v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS50v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS52v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS60v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS70v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS80v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>Region-Select-NUS-v2[K]</li>
<li>SystemMenu_4.3K_v518_DarkWiiRed_No-Spin</li>
</ol><br>
</div></div></div>
<b>NOTE:</b> YAWMM ModMii Edition will only allow you to install a different region System Menu WAD if you enter the Konami Code.<br><br>
<font color="red"><b>WARNING: Do NOT power off your Wii or exit the HBC or you may semi-brick.</b></font> At this critical stage you are halfway through a region change, unless you have Bootmii installed to boot2 or you used yawmME and were prompted and chose to retain Priiloader you will semi-brick <u>if</u> you exit the HBC before installing Priiloader or fixing your AREA/SysMenu mismatch using Any Region Changer.<br><br>
<b>WARNING:</b> Whenever you install a new System Menu, like you just did, Priiloader will get uninstalled unless you used yawmME and were prompted and chose to retain it. If you accidentally removed Priiloader (re)install it immediately.<br>
<br>
<!---------------------------ANY REGION CHANGER SECTION BELOW------------------------------>
<font size="5"><li>Use Any Region Changer ModMii Edition</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/A9BB9WQZDPU?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/ARCME.gif" border="0"/></a><br>
<ol type="A">
<li>Launch "Any Region Changer ModMii Edition" via the Homebrew Channel
<li>After reading the warning, press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to continue.
<ul style=align="left" type="disc"><li>You will see this error at the top of the screen: "WARNING: AREA/SysMenu MISMATCH!"</ul>
<li>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to select the "Auto Fix Settings" option.
<li>Press any key to continue, and the "WARNING: AREA/SysMenu MISMATCH!" error should disappear.
<li>Now return to the HBC by pressing the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Home</kbd> button or by navigating to "Exit to the Homebrew Channel" and pressing <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd>.
</ol>
<br>
<!---------------------------ANY REGION CHANGER SECTION ABOVE------------------------------>
<br>
<!---------------------------ANY REGION CHANGER SECTION BELOW------------------------------>
<font size="5"><li>Optional: Add the Korean Key</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/03xX0WAb4lo?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/KKadd.gif" border="0"/></a><br>
<i>With KoreanKii, you can add or remove the Korean key from your SEEPROM. This eliminates the need for patching IOS60 into system menu IOS slots if you have a region changed Korean Wii. This program comes with no warranty. You, and you alone are responsible if this damages your Wii in any way. Nothing, not even Bootmii installed to boot2, will save your Wii if this corrupts your SEEPROM.<br>
<br>
The Korean Key is required to play Korean games from the disc channel, although there are some other ways to accomplish the same thing, a stock Korean Wii would have the Korean Key so perhaps you want to install it for a more complete region change.<br></i>
<br>
<b>WARNING:</b> if you have a non-Korean system menu (4.2+) (which you shouldn't if you followed the steps above) adding the Korean Key will cause a 003 brick unless you have IOS60 installed to your System Menu IOS slot (which you should if you followed the steps above).<br>
<br>
<ol type="A">
<li>Launch "KoreanKii" using the Homebrew Channel.
<li>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd> or <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">R</kbd> using a GameCube controller to add the Korean Key, then press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to confirm.
</ol>
<br></ol><br>
<font size="6"><li><a name="Done">After modding your Wii</a></li></font><br><ul style=align="left" type="disc">
<li>Some of your currently installed Nintendo channels (e.g. News, Internet, etc.) may not work on your new region. To fix this, download and install the channels for your new K Region (see RiiConnect24 note below). Duplicate channels can optionally be removed by googling for Any Title Deleter, but be careful, you can easily brick your Wii with this tool if you delete the wrong thing!
<li>To play Wii (and Gamecube) games off a USB hard drive, run the USB-Loader Setup wizard from ModMii's Main Menu.
<li>Optionally remove unnecessary files using ModMii's "File Cleanup & App Updater" feature to prevent amateurs from using potentially dangerous apps.
<li>Consider making another NAND backup so that if you ever need restore it you won't need to repeat the entire softmod process.
<li>At any point you can run SysCheck on your Wii to get a sysCheck.csv log of your installed softmods; in the future you can check if any of your mods are outdated by opening your log with the latest version of ModMii.
<li>Periodically check for updates to the apps on your SD card or USB Hard drive by using ModMii's "File Cleanup & App Updater" feature. It will scan your device for ModMii's auto-updating apps and offer to check for updates.
<li>Download the latest Homebrew apps to your SD Card or FAT32 USB Hard Drive so they can be launched via the HBC or forwarder channels.
<ul style=align="left" type="square">
<li>Download some Wii related PC tools or Just for Fun Wii apps like emulators or cheat codes from ModMii Classic's Download Page 2.
<li>Grab the <a href="https://web.archive.org/web/20231213215727/wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Some other great libraries of Homebrew applications can be found at <a href="http://wiibrew.org/wiki/List_of_all_homebrew" target="_blank">wiibrew.org</a>, <a href="https://translate.google.com/translate?hl=en&sl=en&tl=en&u=https%3A%2F%2Fwiidatabase.de%2Fdownloads%2F" target="_blank">wiidatabase.de</a>, <a href="https://oscwii.org/library" target="_blank">oscwii.org</a> and of course <a href="https://gbatemp.net/forums/nintendo-wii.105/" target="_blank">gbatemp</a>.
<ul style=align="left" type="disc">
<li>To manually "install" apps, download your homebrew and you should find a boot.dol (or boot.elf) file and possibly an icon.png and meta.xml.
<li>For the HBC to read your SD/USB correctly, your card must be structured SD:/apps/application name/boot.dol\elf
<li>Some apps require a meta.xml be saved in the same place as the boot.dol\elf to work properly (icon.png is always optional).
<li>If you have a dol or elf file not named "boot", rename it boot.dol\elf, otherwise it will not be recognized by the HBC (not required if using Priiloader to install a file).
</ul>
</ul>
<li>Check out some of my custom <a href="https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/" target="_blank">Forwarder Channels</a> to launch your favourite homebrew straight from the System Menu.
<li>Get a new <a href="https://wii.hacks.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>"Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started.
<ul style=align="left" type="square">
<li>You can also use your Wii's nand.bin backup as an Emulated NAND instead of having ModMii build one from scratch. To extract the files from a nand.bin backup to use as an Emulated NAND, simply open the nand.bin file using ModMii.
</ul>
<li>Install <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
<li>Check out some <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a> to customize how your Wii starts up (SD Card required).
<li>Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2.
<ul style=align="left" type="square">
<li>Note: if you used ModMii 6.6.0 or higher to install your System Menu IOS, you can use all of RiiConnect24's features without having to be on System Menu version 4.3 or (re)install a different IOS80. ModMii's RC24 compatible System Menu IOSs can be identified by their "ModMii" tag in SysCheck reports.
</ul>
</ul>
<br>
<!----------------------------After Modding section above----------------------------->
<!---------------------------------------Credits, apps, and sources are below---------------------------------------------->
<font size="6"><li><a name="Credits">Credits, Supporting Apps, and Sources</a></li></font><br>
ModMii was written entirely by yours truly, XFlak. Trust me, no one else is crazy enough to try to maintain a batch file that has grown so large and 'all over the place'. But without the help of many other very talented people ModMii would not exist. Some people have contributed supporting files or programs, others have shared their knowledge, some have provided ideas and others have given their time.<br>
<br>
I have tried my best to recognize everyone's contribution to ModMii regardless of how big or small it is. If I've forgotten someone, please notify me and I'll add them to the credits as quickly as possible.<br><br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click for Credits, Supporting Apps and Sources " style="margin: 0px; padding: 0px; font-size: xx-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Credits, Supporting Apps and Sources '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click for Credits, Supporting Apps and Sources '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<ul style=align="left" type="disc">
<li><font size="4"><b>Team Twiizers</b></font><br>
Thanks to Team Twiizers for creating the revolutionary HackMii Installer. Without their hard work, the Wii might never have been unlocked. Many Team Twiizer Members went on to join Team Fail Overflow; a team that played a vital role in unlocking the PS3.<br><br>
I especially want to thank Bushing (may he rest in peace), who before his untimely passing gave ModMii his blessing to download and use the HackMii Installer.</li><br>
<li><b><font size="4">Giantpune</font></b><br>
Giantpune is a legend in the Wii Scene and I consider him to be a good friend of mine. He created many exploits, including the Smash Stack exploit for PAL and KOR Wii's (which is maybe still the only method to fix 003 bricked Wii's), the Channel Forwarder dol, USB Loader GX, and many other computer programs to repair or virginize Wii's.<br><br>
He's contributed code to more projects than I even know about, so its impossible for me to truly convey his impact on the scene. He even took the time to explain a few things to me about cIOSs when ModMii was in its early stages and still known as NUS Auto Downloader.</li><br>
<li><b><font size="4">DeadlyFoez</font></b><br>
DeadlyFoez is legendary for his Wii Repairs and infectus tutorial. Anyone who's broken their Wii can email <a href="mailto:deadlyfoez@yahoo.com ">deadlyfoez@yahoo.com </a> to have it fixed.<br><br>
DeadlyFoez played a key role in the ModMii v5.0.0 update not only by helping come up with the idea for using html guides but also creating the template for ModMii's custom html guides and recording almost all of the videos and images they use. Within 1.5 weeks since our initial conversation we were able to collaborate and bring the idea to life in time to release it for Christmas. Working with him on this was a truly rewarding and fun experience. DeadlyFoez also single-handedly built the first official ModMii website.<br><br>
What can I say about THE "DeadlyFoez" on a personal level. He's always getting me into trouble but his friendship is worth every fiasco! It's unreal how he became one of my best friends. Just goes to show you not everyone you meet online is totally crazy; in his case... just a little crazy. But seriously, thanks to DeadlyFoez for always being there for me to bounce ModMii ideas off of, for hosting our Team Your Mom meetings and for introducing me to his awesome family and friends. There's no one else I'd rather geek out with and I'll always have your back.</li><br>
<li><b><font size="4">Violator</font></b><br>
He's my bro, my cuz, my best man and the reason I ever bought or modded a Wii. "XFlak" would have died many years ago if not for him. Thanks Violator, for getting me interested in this stuff, and for all the awesome music you recorded for ModMii and my <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a>.</li><br>
<li><b><font size="4">JoostinOnline</font></b><br>
Thanks for his work developing KoreanKii (with tueidj), Syscheck HD Edition, sharing his webhosting space with me, and for all his jokes; I'll never get tired of our endless patriotic "debates".</li><br>
<li><b><font size="4">Crediar, Daco Taco and Phpgeek</font></b><br>
The above people all had a hand in creating Priiloader. This was another revolutionary tool mainly because it was the first to offer some level of protection to newer Wii's that were unable to install Bootmii at boot2. Crediar developed the original preloader as well as s/uneek, Nintendont, NMM, DML, etc. Special thanks to Daco Taco for being the last man standing in terms of actively improving/maintaining Priiloader.</li><br>
<li><b><font size="4">Comex</font></b><br>
In addition to being a member of Team Twiizers and contributing to the HackMii Installer, Comex created the heavily utilized bannerbomb exploit. This exploit is what allows Wii's on firmwares 3.0-4.2 to be softmodded with only an SD Card instead of needing one of a few specific Wii Games.</li><br>
<li><b><font size="4">Waninkoko</font></b><br>
Waninkoko was the first to publicly release a cIOS and other excellent apps like WAD manager, Save Game Manager, USB loader, etc. I also want to thank him for giving ModMii permission to recreate his cIOSs in WAD form.<br><br>
<li><b><font size="4">Hermes</font></b><br>
Hermes is well known for his cIOS 222/223/224 and for his usbloader "uloader". For a time his cIOSs were the only ones to work with RockBand type games and they are still highly utilized today.</li><br>
<li><b><font size="4">davebaol and XFlak</font></b><br>
These developers worked together to modify Waninkoko's rev21 cIOS and created a new "d2x" cIOS. This cIOS is currently considered the ultimate cIOS because it corrected many bugs and added features that were previously thought to be impossible (ie. Support for IOS Reloading Games). WiiPower was also heavily influential in achieving IOS Reload Support.</li><br>
<li><b><font size="4">Fullmetal5</font></b><br>
Thanks for his work developing the str2hax and bluebomb exploits. Fullmetal5 may have arrived a bit late to the Wii scene, but he's probably one of the most talented developers still active in the scene today. I can't wait to see what he comes out with next!</li><br>
<li><b><font size="4">Rodries</font></b><br>
Thanks to Rodries for improving upon Hermes v5.1 cIOSs.</li><br>
<li><b><font size="4">WiiGator</font></b><br>
WiiGator created a cMIOS and Gamecube Backup Launcher. Any GameCube fans owe a big thank you to WiiGator for his work.</li><br>
<li><b><font size="4">cwstjdenobs</font></b><br>
cwstjdenobs is one of the few people I've encountered in the Wii scene that I would love to treat to a beer. He was always very supportive of me and encouraged me to ask him as many questions as I'd like. He is probably most well known for YAWMM (Yet Another Wad Manager Mod) which was the first Wad Manager to add brick protection by restricting users from making silly mistakes like uninstalling or stubbing a crucial file. He's also made and modified apps specifically for ModMii. For example, he modified WadMii so it doesn't timestamp WADs and he also made a setting.txt builder for ModMii's NAND builder.</li><br>
<li><b><font size="4">Leathl</font></b><br>
Leathl is another awesome developer who supported me before I became well known by expanding upon his apps to further support ModMii. Leathl has created many Wii apps including ShowMiiWads, CustomizeMii, libWiiSharp, patchios, nusfilegrabber, etc. Despite his recent inactivity, his apps are still highly used today... just goes to show you that quality work never gets old. I also want to thank RetroHead for him Mod of ShowMiiWads which ModMii uses to build emulated nands without requiring any input from the user. libWiiSharp.dll is based on wii.py, the wii.py devs are Megazig, Omega, Xuzz, SquidMan, Matt_P and The Lemon Man. Also thanks to Daeken for writing Struct.py and marcan for his LZ77 code.</li><br>
<li><b><font size="4">scooby74029</font></b><br>
scooby74029's most well known for sneeky compiler, which is able to build multiple different versions of s\uneek. ModMii will always construct the latest version of s\uneek available on his sneeky compiler google code webpage. This means he has total control over what version of s\uneek ModMii will construct. He also created modifications of Leathl's libWiiSharp.dll and patchios.exe to further support ModMii. Additionally, he's modified other apps like Any Region Changer ModMii Edition, JoyFlow, JoyLoader GX, JoyLoader CFG, etc. On top of all that, he's an all around awesome person and I'm proud to be on his friends list.</li><br>
<li><b><font size="4">person66</font></b><br>
person66 has had a hand in many projects, but most noteworthy are his sharpii cmd line tool and his Universal Forwarder Creator. He also wrote an autoit script that is used to launch ModMii with an icon, arguments and other useful functions.<br><br>
Thanks for trading little bits of batch coding knowledge with me. It's great having a fellow batch coder for a friend; we are a dying breed, so keep up the great work with Universal Forwarder Creator and all your other projects.</li><br>
<li><b><font size="4">WiiPower</font></b><br>
WiiPower created Neogamma, hands down the best backup disc loader for the Wii. He also modified WiiGators cMIOS and created what is today considered the ultimate cMIOS. Furthermore he's contributed code to many other popular usb-loaders and had a hand in adding IOS Reloading support to the d2x cIOSs.</li><br>
<li><b><font size="4">OverjoY and obcd</font></b><br>
OverjoY created JoyFlow, a modification of WiiFlow that runs on s\uneek. He then teamed up with obcd to accomplish some seriously amazing things, like building their mod of s\uneek, NEEK2O, that allows it to load games in wbfs format and select from multiple emulated NANDs.</li><br>
<li><b><font size="4">Arikado and the Dop-Mii Team</font></b><br>
They created Dop-Mii; a lot of apps borrow code from Dop-Mii, so even if you have never used Dop-Mii but used MMM or WiiMod then you owe a thank you to these people.</li><br>
<li><b><font size="4">WiiWu</font></b><br>
He made Multi-Mod Manager (MMM) which has the functions of many different Wii modding tools all in one user friendly app.</li><br>
<li><b><font size="4">WB3000 and WiiNinja</font></b><br>
Thanks to WB3000 for creating NUS Downloader and to WiiNinja for making a cmd line version of NUS Downloader. NUS Downloader is one of ModMii's vital supporting apps.</li><br>
<li><b><font size="4">TheShadowEevee</font></b><br>
TheShadowEevee helped update many tools with a new NUS endpoint. He also helped implement some fixes and improvements to Any Region Changer ModMii Edition.</li><br>
<li><b><font size="4">WiiCrazy</font></b><br>
WiiCrazy is most famous for "Wii Game Shortcut Creator" (formerly known as "Crap"), Crazy Intro and Crazy Intro Video. He also contributed to usb-loaders by bypassing some game specific security. WiiCrazy is another person who's always been willing to do everything in his power to help me, or anyone else for that matter.</li><br>
<li><b><font size="4">oggzee, usptactical, gannon and Dr.Clipper</font></b><br>
Together the above people compose the Configurable USB Loader Team. Back in the day, this usb-loader was always the first to add new features and in my opinion it's one of the top three best usb-loader out there.</li><br>
<li><b><font size="4">Cyan, dimok, blackb0x and the USBLoaderGX team</font></b><br>
Thanks for their work on USBLoaderGX. It is one of the most feature-rich usb-loaders and has quickly become a favourite among the community. I also want to thank Cyan specifically for his excellent support of users on gbatemp for many years; he has probably explained what an IOS is more times than I can count!</li><br>
<li><b><font size="4">OverjoY, blackb0x, Peter0x44 and scooby74029</font></b><br>
This dream team of developers brought my vision to life when they created YAWM ModMii Edition.</li><br>
<li><b><font size="4">Hibernatus, Fledge68 and the WiiFlow team</font></b><br>
Thanks for their work on WiiFlow. It was always beautiful, but now it's got all sorts of bells and whistles, you should check it out.</li><br>
<li><b><font size="4">Wiimm</font></b><br>
For Wiimmfi Thanks to Wiimm for creating Wiimmfi and Wiimms ISO Tools, including wit.exe which ModMii uses to convert Wii Games to s/uneek format as well as build forwarder ISOs.</li><br>
<li><b><font size="4">Leseratte</font></b><br>
For his work on Wiimmfi, as well as d2xl and other amazing projects.</li><br>
<li><b><font size="4">diddy81 and symular syn of the Wii Theme Team</font></b><br>
The Wii Theme Team has created some of the best Wii Themes ever made! All of the alternative themes available in ModMii were created by them. I want to thank diddy81 in particular for working with me to ensure that all his themes worked perfectly for all regions.</li><br>
<li><b><font size="4">FIX94, Narolez and the WiiXplorer Team</font></b><br>
Thanks to all these people for their contributions in making the best SD/USB forwarder. I want to thank FIX94 in particular who not only worked on Nintendont, Some YAWMM Mod, WiiFlow and literally every other big Wii application, but he also spent a lot of time testing ModMii's Forwarder Builder.</li><br>
<li><b><font size="4">jskyboo</font></b><br>
Thanks to jskyboo for creating WiiMod. His app can do a lot of different things, and it was the first ahbprot enabled WAD Manager to incorporate davebaol's ahbprot bugfix.</li><br>
<li><b><font size="4">ModMii's Translators</font></b><br>
Tranlating ModMii is an enormous amount of work. It's very challenging to get special characters to display correctly in a cmd window, not to mention keeping everything formatted properly. But probably the most difficult part of translating ModMii is keeping up with the updates. If you use a translated version of ModMii, I encourage you to thank your translator because it truly is a LOT of work to do.<br><br>
French Translators: <b>mamule, xav91 and ketufe</b><br>
Dutch Translator: <b>Hielkenator</b><br>
Italian Translators: <b>Wasabi, Step and Robilyn</b><br>
Spanish Translators: <b>ledebene and Burton</b></li><br>
<li><b><font size="4">Fig2k4</font></b><br>
Thanks Fig2k4 for WiiBackupManager. It was a pleasure beta testing it for you and sharing my ideas with you. I hope to see you around the forums again and that you continue working on your amazing program.</li><br>
<li><b><font size="4">Gabubu, sthetix, Foxlet, Alexander1970 and Vila</font></b><br>
Thanks for recording, editing or upscaling many of the Youtube videos used by ModMii. Special thanks to Gabubu who single-handedly created all the new\updated videos in the 7.0.0 update, and also updated GFX for a bunch of ModMii's Wii channels.</li><br>
<li><b><font size="4">WiiShizzza, pepxl, RobGee789, M3RK and AuroraNemoia</font></b><br>
Thanks to WiiShizzza for creating ModMii's new icon and to pepxl for creating ModMii's original icon. I want to thank everyone who created a ModMii icon and submitted it into ModMii's new icon competition. <a href="https://gbatemp.net/threads/new-modmii-icon-logo-candidates.296772/" target="_blank">https://gbatemp.net/threads/new-modmii-icon-logo-candidates.296772/</a><br><br>
RobGee789 and M3RK made ModMii Skin's original graphics. AuroraNemoia made ModMii Skin's new (2022) default\Nebula theme. It was a pleasure working with them, they were all very open to feedback and willing to "go back to the drawing board", so to speak, as many times as it took to get it perfect. Thanks guys!</li><br>
<li><b><font size="4">dhtdht020</font></b><br>
Thanks for maintaining oscwii.org and for refreshing the ModMii icons in 2022; now I have a rainbow of icons to choose from should the need arise.</li><br>
<li><b><font size="4">My Fellow Guide Writers</font></b><br>
Thanks to tj_cool, xzxero, burritoboy9984, ChokeD and mauifrog for their awesome guides. I especially want to thank tj_cool and xzxero for inviting me to join "The Crew" at the Complete Softmod Guide. I'll never forget how great it felt to be relatively new to the scene and to be invited to join you all as equals.</li><br>
<li><b><font size="4">RiiConnect24 and Wii.Guide team</font></b><br>
Thanks in particular go out to Peter0x44, Larsenv and KcrPL. Brainstorming and collaborating with you guys made the 2020 lockdowns feel somewhat bearable. Special thanks to Peter0x44 for helping me set up the ModMii discord server to a much higher standard than I could have ever hoped to do on my own.</li><br>
<li><b><font size="4">DaMysteryMan</font></b><br>
Thanks for helping me understand the structure of a cIOS so I could better recreate it in WAD form. For those of you who don't know him, DaMysteryMan is most well known for his ever controversial app - DarkCorp (formerly known as cIOSCorp).</li><br>
<li><b><font size="4">Gannon</font></b><br>
Thanks to Gannon for bootopera, which I was able to mod to create the URL loader base dol.</li><br>
<li><b><font size="4">Devnol</font></b><br>
Thanks to Devnol for properly modifying the Open HBC to use the same title ID as the official HBC (LULZ).</li><br>
<li><b><font size="4">ca032769</font></b><br>
ca032769 is best known for his tutorial on how to use a larger than 2TB Hard Drive on a Wii as a Single FAT32 Partition, thanks!</li><br>
<li><b><font size="4">All My Beta Testers!</font></b><br>
It's because of you guys that ModMii is as stable as it is. Considering that ModMii is developed entirely in notepad without any kind of debugger or developer tools; it's pretty remarkable that ModMii has always been bug-free (albeit with a couple minor exceptions). Thanks for your never-ending devotion to quality control!<br>
Here's a list of some of ModMii's beta testers (in no particular order): scooby74029, DeadlyFoez, redia, Etheboss, JoostinOnline, person66, brausm08, geovalley, undeadsquirrel, mauifrog, FIX94, wolf, Larsenv, Peter0x44, Alexander1970, Cyan, Damaj301damaj, Function, forseenink, jeannotte, saulfabreg, Vila, ca032769, godreborn, KleinesSinchen, RunningSnakes, Scooty and last but certainly not least, Clutz450. @Clutz450, you're the man, I really enjoyed your ModMii tutorial videos and hearing your ideas on the little ways ModMii could be made even better.</li><br>
<li><b><font size="4">You!</font></b><br>
Without you, there would be no reason for ModMii to exist. Thanks for using ModMii for all your Wii softmodding needs!</li>
</ul>
<br>
<font size="5"><u>Supporting Apps and Sources</u></font><br>
<br>
Below is a list of the supporting apps bundled with ModMii and their sources. If a link is missing or broken, you can still get it from <a href="https://mega.nz/folder/YsphyYBQ#UOe3xmXPwldtKo6WF-sfXA" target="_blank">ModMii's Supporting Files Archive</a>.<br>
Source code for ModMii itself is available is available at <a href="https://github.com/modmii/modmii.github.io" target="_blank">github</a>, but you can just open the bat files from it's support folder in notepad or similar text editor.<br>
<br>
<ul style=align="left" type="disc">
<li>NusFileGrabber.exe by Leathl, Mod by XFlak and TheShadowEevee - requires libWiiSharp.dll</li>
<li>patchIOS.exe by Leathl, Mod by scooby74029 - requires libWiiSharp.dll</li>
<li><a href="http://www.mediafire.com/?bogjind5oe3" target="_blank">WadMii.exe (aka WadMiiIsh)</a> by cwstjdenobs - requires libWiiSharp.dll</li>
<li>TMDedit.exe by person66 - requires libWiiSharp.dll
<li><a href="http://code.google.com/p/libWiiSharp/source/browse/" target="_blank">libWiiSharp.dll</a> by Leathl, Mod by scooby74029 and TheShadowEevee</li>
<li><a href="https://github.com/wiiNinja/NUS.downloader.command.line/tree/dotnet3.5" target="_blank">nusd.exe</a> by WiiNinja (original GUI code by WB3000)</li>
<li><a href="http://wit.wiimm.de/" target="_blank">wit.exe</a> by Wiimm</li>
<li>ShowMiiWads_Sneek_Mod.exe by Leathl, Mod by RetroHead</li>
<li>settings.exe v1.0 by cwstjdenobs and v1.1 mod by obcd</li>
<li> <a href="http://ftp.gnu.org/gnu/wget/" target="_blank">wget.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/sevenzip/" target="_blank">7za.exe</a> (freeware)</li>
<li><a href="http://www.nirsoft.net/utils/nircmd.html" target="_blank">nircmd.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/" target="_blank">sfk.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/jojodiff/" target="_blank">jptch.exe</a> (freeware)</li>
<li><a href="http://github.com/waninkoko" target="_blank">Waninkoko's cIOS</a></li>
<li><a href="http://mods.elotrolado.net/~hermes/wii/cios_mload_source_install_3.6.rar" target="_blank">Hermes v4 cIOS</a></li>
<li><a href="http://mods.elotrolado.net/~hermes/wii/cios_mload_source_install_4.0.rar" target="_blank">Hermes v5 cIOS</a></li>
<li><a href="https://github.com/davebaol/d2x-cios/releases" target="_blank">d2x cIOS</a>, <a href="https://github.com/wiidev/d2x-cios" target="_blank">v11+ source</a></li>
<li><a href="https://gbatemp.net/threads/homebrew-forwarder-isos.181011/" target="_blank">ISO template</a> (by spayrosam)</li>
<li><a href="http://www.thedubber.altervista.org/other/batch_prog/index.html" target="_blank">Ascii2All.bat</a> (freeware)</li>
<li><a href="http://wizapp.sourceforge.net/" target="_blank">WizApp.exe</a> by Dion Nicolaas</li>
<li><a href="https://github.com/mogzol/sharpii" target="_blank">Sharpii.exe</a> by person66</li>
<li><a href="http://www.rarlab.com/rar_add.htm" target="_blank">UnRAR.exe</a> (freeware): No Longer Bundled with ModMii since v4.7.0</li>
<li><a href="http://www.autoitscript.com/site/autoit/" target="_blank">AutoIt3.exe</a> (freeware): No Longer Bundled With ModMii since v4.5.7</li>
<li><a href="http://www.dunyazad-library.net/software/hypatia/index.htm" target="_blank">hy.exe</a> (freeware): No Longer Bundled with ModMii since v4.7.0</li>
<li><a href="http://sourceforge.net/projects/fileverifier/files/fileverifier/0.6.3.5830" target="_blank">fvc.exe</a> (freeware): Not used since v7.0.0</li>
</ul>
</div></div></div>
<br>
<!-------------------------------------Support ModMii / XFlak is below------------------------------------------->
<font size="6"><li><a name="Support">Support ModMii</a></li></font><br>
ModMii started out as a small side-project back in 2010 as a simple NUS Auto Downloader script, and now the changelog is taller than me! I started this project in my 20s in my spare time and since then I've gotten married and had not 1, not 2, not 3, but FOUR boys, all ~2 years apart. I love being able to share my love for gaming and for the Wii with them, and with all of you! This is a passion project that has easily taken over 8000-9000 hours of just my time alone, and that's not counting all the hours spent from the legions of devs and testers who've supported ModMii over the years.<br>
<br>
Not knowing that much about computers other than some excel tricks, I slowly built more advanced features on top of my original less efficient code that I'd love to rewrite if it wasn't such a daunting task. Throughout the journey I learned a lot from not just those in the credits list, but the incredibly supportive Wii community as a whole. I've gone from just being a "numbers guy" to my family's go to "tech guy", and I have this project, community and followers to thank for it.<br>
<br>
ModMii is entirely free to use and ad free. Donations can optionally be made to the author using the button below, or pick your favourite contributor from the credits and check if they have a donations page.<br>
<p style="text-align:center">
<a href="https://modmii.github.io/donations.html" target="_blank"><img src="https://modmii.github.io/Images/donate.png" height="95" width="109" border="0"></a></p>
If you're like me and it's difficult to show support with donations, consider taking a minute to vote or share your feedback at the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126" target="_blank">official ModMii page on gbatemp</a>. I always enjoy hearing feedback about your ModMii experience.<br>
<br>
<img src="https://modmii.github.io/Images/FN2187.gif" alt="XFlak" height="95" width="94"><br>
- XFlak
</ol> <!------------This ends the list of chapters in Roman Numberals, THIS HAS TO BE IN ALL GUIDES-------------->
</body>
</html>

View File

@ -0,0 +1,730 @@
<html>
<head>
<title>ModMii Region Change Guide</title>
<link rel="icon" type="image/ico" href="https://raw.githubusercontent.com/modmii/modmii.github.io/master/Support/icon.ico"></link>
<style type="text/css">
body:before{
content: 'SAMPLE!';
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
color: #0d745e;
font-size: 130px;
font-weight: 500px;
display: grid;
justify-content: center;
align-content: center;
opacity: 0.2;
transform: rotate(-45deg);
}
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
ol > li::marker {font-weight: bold;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii Region Change Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:08</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
visibility: hidden;
display: none;
}
@media print {
img {
display: none !important;
}
* {
background-image: none !important;
}
}
</style>
<!----------Print button disabled--------
<script>
document.write("<input type='button' " +
"onClick='window.print()' " +
"class='printbutton' " +
"value='Print without images'/>");
</script>
---------Custom Print button above------->
<!--------------Title, pic and scam warning below------------------>
<p style="text-align:center">
<font face="Arial Black" size="10">ModMii for Windows</font><br><font size="6">by XFlak</font><br>
<a href="https://modmii.github.io" target="_blank"><img src="https://modmii.github.io/Images/modmiibanner.png" border="0"/></a><br>
This software is not for sale. If you paid for this software or a "bundle" you have been scammed.<br><br>
<b>THIS PACKAGE COMES WITH ABSOLUTELY NO WARRANTY, NEITHER STATED NOR IMPLIED.<br>
NO ONE BUT YOURSELF IS TO BE HELD RESPONSIBLE FOR ANY DAMAGE THIS MAY CAUSE TO YOUR NINTENDO WII CONSOLE!<br>
USE THIS AT YOUR OWN RISK!</b>
</p>
<br><br>
<!--------------Title, pic and scam warning above------------------>
<ol type="I"> <!------------This start the list of chapters in Roman Numberals, THIS HAS TO BE IN ALL GUIDES-------------->
<!-------------------------Chosen options chapter below--------------------->
<font size="6"><li>Your chosen options</li></font><br>
This guide was generated using the following parameters:<br>
<ul style=align="left" type="disc">
<li>Desired System Menu is 4.1U</li>
<li>Install Dark Wii Orange Theme</li>
</ul><br>
<font size="6"><li><a name="Notes">Important Notes</a></li></font><br><ul style=align="left" type="disc">
<!---------------------------------REGION CHANGE NOTES BELOW----------------------------------->
<li>Region Changing is not necessary to play other region games.</li>
<li>An alternative to region changing is to use SNEEK\UNEEK to emulate a different region System Menu.</li>
<li>If you use the Wii Shopping Channel, you must start the channel and delete your account <u>before</u> starting this guide. If you don't the Wii Shop Channel will error.</li>
<li>Do NOT restart the Wii or exit the Homebrew Channel until you have completed this guide.</li>
<li>This guide assumes your Wii has already been softmodded and SD Card (or USB) properly formatted by following the ModMii Wizard or SysCheck Updater Wizard. If this is not the case please do so before going any further with this Region Change guide.</li>
<!---------------------------------REGION CHANGE NOTES ABOVE----------------------------------->
<li>This guide does not require a WiFi connection on your Wii.</li>
<li>Make sure the files ModMii downloaded are on your SD Card, and your SD Card is inserted in the Wii.</li>
<ul style=align="left" type="square">
<li>If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup).</li>
<ul style=align="left" type="square">
<li>Use ModMii's USB-Loader Setup feature if you need help formatting your HDD as FAT32.</li>
<li>Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii.</li>
</ul>
</ul>
<!---------------------------------SOFTMOD NOTES BELOW----------------------------------->
<li>An SD Card is recommended, but not necessary, to <u>fully</u> softmod your console.
<li>Check if your SD Card has a lock switch and make sure it's disabled.</li>
<li>If you get errors during any of the steps try reformatting your SD Card (or HDD) as FAT32.</li>
<li>If your Wii ever freezes, hold the power button on the Wii for 5 seconds to power it off then try again.</li>
<li>Never uninstall a System Menu or IOS.</li>
<li>When updating your softmod you should always overwrite old mods by installing new ones, do <u>not</u> try to "Delete everything" or "Start from scratch".</li>
<ul style=align="left" type="square">
<li>To update your mods in the future you can use the ModMii Wizard as if it was your first time, or even better, update only what's outdated using ModMii's Syscheck Updater Wizard and reduce the number of steps!</li>
</ul>
<li>If you accept an official Nintendo update after modding the Wii, you may lose some of your modifications and have to reinstall them.</li>
<li>Do not install untested WADs/themes without Priiloader, Bootmii and a nand backup.</li>
<li>It's probably unnecessary, but you should disconnect all peripherals from the Wii during the modding procedure unless instructed otherwise. This includes gamecube memory cards, gamecube controllers, Wii Speak, etc.</li>
<!---------------------------------SOFTMOD NOTES ABOVE----------------------------------->
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Region Changing your Wii</a></li></font><br><ol>
<!------------------------------Nand backup section below-------------------------->
<font size="5"><li>Make a NAND backup</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/dRfaFIxTlTU?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/NANDBackup.gif" border="0"/></a><br>
<i>Creating a NAND backup is similar to creating a system restore point in Windows. Should you ever semi-brick your Wii but can still access Bootmii, restoring a NAND backup is like taking your Wii back in time to before the problem occurred. NAND backups are console specific, so you generally cannot restore a backup from a different Wii.</i><br>
<br>
<ul style=align="left" type="disc">
<li>Bootmii does not work with Wiimotes, the steps below will direct you to use the front buttons on the Wii console itself.
<ul style=align="left" type="square">
<li><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Power</kbd> button = Advance to next item
<li><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> button = Select highlighted item
</ul>
<li>Bootmii also works with gamecube controllers; in fact, one is required to <i>restore</i> NAND backups on consoles that could not install Bootmii to boot2.
</ul>
<br>
<ol type="A">
<li><b>From inside the Homebrew Channel press the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Home</kbd> button and select "Launch Bootmii"</b>.
<li><b>Press the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Power</kbd> button on the Wii console 3 times</b> to get to the last option to access the Settings (the button with gears), <b>then press the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> button</b> to select it.
<li><b>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd></b> to select the first backup option (the button with the green arrow)
<li><b>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> again</b> to make your NAND backup.
<ul style=align="left" type="disc">
<li>Do not power off your Wii when making your NAND backup.
<li>This process takes about 8 minutes to complete; your mileage may vary.
<li>Having some black "Bad Blocks" is normal and nothing to worry about.
<li>After backing up the NAND, Bootmii will begin verifying it. While this is recommended, it can be skipped by pressing the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Eject</kbd> button on your console.
</ul>
<li><b>Press any button on the console</b> to exit the NAND backup screen.
<li><b>Exit Bootmii and launch the HBC</b> by pressing the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Power</kbd> button on the Wii console 3 times to advance to the last option (the one with the back arrow), then press the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> button to select it. Then press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Power</kbd> 1 time to advance to the Homebrew Channel, then press the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> button to launch it.
</ol>
<br>
At this point, or immediately following the completion of this guide, you should remove the SD card from the Wii (it is safe to do so while inside the HBC), backup the Bootmii folder, nand.bin, and keys.bin from your SD to a hard drive, or the cloud, or anywhere safe. You might need these in case of emergencies, so don't lose them. Optionally erase them from the SD card after backing them up, or rename the Bootmii folder to avoid autobooting into Bootmii at startup for consoles with Bootmii installed to boot2. When done, safely remove your SD Card from your computer and reinsert it into your Wii and proceed to the next step.<br>
<br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click for some Fun Facts about NAND Backups! " style="margin: 0px; padding: 0px; font-size: x-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Fun Facts '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click for some Fun Facts about NAND Backups! '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<p style="border:3px; border-style:solid; padding: 1em;">
<i>Fun Fact! If you ever need to restore a NAND backup, you can do so by launching Bootmii with an SD card containing the appropriately named Bootmii folder, nand.bin, and keys.bin, and follow the procedure described above except this time select the option with the red arrow going the other direction.<br>
<br>
Another Fun Fact! You can extract the contents of your nand.bin by opening it with ModMii or other tools like ShowMiiWads (see ModMii Classic's Download Page 2), then save it to a hard drive or SD Card to act as an Emulated NAND (or virtual NAND), allowing you switch between the Wii's real NAND and one or more Emulated NANDs. Emulated NANDs can provide much more storage space than the Wii's 500MB. ModMii can help generate brand new Emulated NANDs free of any game saves or other settings if you prefer a fresh start. For more help on this, after completing this guide, check out ModMii's SNEEK Installation and EmuNAND features.</i><br>
</p>
</div></div></div>
<br>
<!------------------------------Nand backup section above-------------------------->
<!---------------------------Install Priiloader below------------------------------>
<font size="5"><li>Install and Configure Priiloader</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/ecUTd0Tiim4?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/Priiloader.gif" border="0"/></a><br>
<i>Priiloader loads just before the System Menu and is invisible unless holding down the reset button while powering on the console. Not only is Priiloader a great form of brick protection, it can be customized to automatically boot straight to the System Menu (default behavior) with patched features (aka "System Menu Hacks"), or directly to the HBC or a user defined homebrew (e.g. a USB-Loader, <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a>, etc). <a href="https://sites.google.com/site/completesg/system-hacks/priiloader" target="_blank">Click here</a> for directions on "Installing a file" (aka "dol" file) in Priiloader to launch user defined homebrew. Custom forwarder dols that are compatible with Priiloader can be built from ModMii's Advanced Downloads menu.</i><br>
<br>
<ul style=align="left" type="disc">
<li>If you already have Priiloader installed by following the ModMii Wizard or SysCheck Updater Wizard you can skip this step. If you are not sure either check if you can load Priiloader or just reinstall it.<br><br>
<li>You can navigate the Priiloader menu using a Wiimote, GameCube controller, USB Keyboard, or the Power/Reset buttons on the front of the console itself similar to Bootmii (if using the front buttons you will not be able to access the system menu hacks, file/dol & password menus).
</ul>
<br>
<ol type="A">
<li><b>Launch the "Priiloader Installer"</b> from the Homebrew Channel.
<li>After the Priiloader Installer loads, <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd></b> to install it.
<ul style=align="left" type="disc">
<li>When successful the installer should display "Install done!"
</ul>
<li><b>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd></b> to exit back to the Homebrew Channel.
<li><b>If Priiloader failed to install, do NOT power off your Wii or exit the HBC</b>, try the installer again. If still unsuccessful, proceed immediately to the Any Region Changer step to fix your AREA/SysMenu mismatch otherwise you will semi-brick once you exit a homebrew environment (unless you have Bootmii boot2).<li>Access Priiloader by powering off the Wii, then <b>hold down the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Reset</kbd> button while powering on your Wii</b> until you see the Priiloader menu.
<br>
You can also start Priiloader by loading the "Priiloader Launcher" via the HBC, or by holding escape on a USB connected keyboard while turning on your Wii.
<li>From the Priiloader menu, <b>select "System Menu Hacks"</b> and enable some system menu hacks.
<br>
<br>
Be careful not to haphazardly enable just any hack, for example do not enable "Lock System Menu with Black Screen".<br>
<br>
<b>RECOMMENDED HACKS*</b>
<ul style=align="left" type="square">
<li>Block Disc Updates</li>
<li>Block Online Updates</li>
<li>Region Free EVERYTHING</li>
<li>480p graphics fix in system menu</li>
<li>Remove Deflicker</li>
<li>Wiimmfi Patch v4</li>
<li>Remove NoCopy Save File Protection</li>
</ul>
*Your available System Menu hacks may vary.<br>
<br>
<li>Scroll down to "save settings" and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd>, then press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">B</kbd> to go back to Priiloader's main menu.
<li>Optional: Autoboot a USB-Loader Channel instead of the System Menu.
<ul style=align="left" type="square">
<li>Select to "Load/Install File". Select your forwarder dol (e.g. USBLoader_IDCL_Channel_Forwarder.dol) and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to install it. Wait for it to install and return to the main menu.</li>
<ul style=align="left" type="square">
<li><i>Did you know that custom forwarder dols can be built from ModMii's Advanced Downloads menu?</i></li>
</ul>
<li>Navigate to "Settings" and change "Autoboot" to "Installed File".</li>
</ul>
<li>Navigate to "Homebrew Channel" and press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to launch it.<br>
</ol>
<br>
<i>Pro tip! If you update or (re)install any System Menu it generally <u>REMOVES</u> Priiloader and you should reinstall it immediately to stay protected. Only YAWM ModMii Edition allows you to safely retain Priiloader while (re)installing a System Menu.<br>
<br>
Another Pro tip! If you keep a hard drive plugged into your Wii at all times you can enable "Ignore standby" in Priiloader's settings so your Wii turns off completely by default. This will stop the hard drive from spinning 24/7 when it's not being used.</i><br>
<br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click for complete list of Priiloader Hacks " style="margin: 0px; padding: 0px; font-size: xx-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Priiloader Hacks '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click for complete list of Priiloader Hacks '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<p style="border:3px; border-style:solid; padding: 1em;">
<table>
<thead>
<tr>
<th>Hack</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Block Disc Updates</td>
<td>Removes the "Wii System Update" screen that is included on some games forcing you to update them to play the game.</td>
</tr>
<tr>
<td>Block Online Updates</td>
<td>Disables updating your Wii. Updates will fail with error 32007.</td>
</tr>
<tr>
<td>Auto-Press A at Health Screen</td>
<td>Automatically presses the A Button to get past the "Health and Safety" screen.</td>
</tr>
<tr>
<td>Replace Health Screen with Backmenu</td>
<td>Changes the "Health and Safety" screen to the animation played when returning to the Wii menu.</td>
</tr>
<tr>
<td>Move Disc Channel</td>
<td>Enables moving the Disc Channel anywhere on the Wii Menu. It's normally stuck in the top left of the first page.</td>
</tr>
<tr>
<td>Wiimmfi Patch v4</td>
<td>Automatically patches all games you run from the Disc Channel for use with Wiimmfi</td>
</tr>
<tr>
<td>480p graphics fix in system menu</td>
<td>Fixes a small issue with 480p on the Wii Menu.</td>
</tr>
<tr>
<td>Remove NoCopy Save File Protection</td>
<td>Allows you to copy normally disallowed save files to your SD card from data management</td>
</tr>
<tr>
<td>Region Free EVERYTHING</td>
<td>Disables region locking for any Wii application, including downloaded ones.</td>
</tr>
<tr>
<td>Region Free GC Games (No VM Patch)</td>
<td>Disables region locking for GameCube disks.</td>
</tr>
<tr>
<td>Region Free Wii Games</td>
<td>Disables region locking for Wii disks.</td>
</tr>
<tr>
<td>Region Free Channels</td>
<td>Disables region locking for installed channels</td>
</tr>
<tr>
<td>No System Menu Sounds AT ALL</td>
<td>Disables all the Wii Menu sound effects.</td>
</tr>
<tr>
<td>No System Menu Background Music</td>
<td>Disables the Wii Menu background music.</td>
</tr>
<tr>
<td>Re-Enable Bannerbomb v2</td>
<td>Enables the "Bannerbomb" exploit on the latest Wii version. Not needed when the Homebrew Channel is already installed.</td>
</tr>
<tr>
<td>OSReport to UsbGecko(slot B)</td>
<td>Sends Wii Menu logs to a debugging device in memory card slot B.</td>
</tr>
<tr>
<td>OSReport to UsbGecko(GeckoOS,B)</td>
<td>Sends Wii Menu logs to a debugging device in memory card slot B, if the Wii Menu is launched by Gecko OS.</td>
</tr>
<tr>
<td>Force Standard Recovery Mode</td>
<td>Automatically launches the console in recovery mode. Used to launch recovery discs, letting users unbrick their Wii systems.</td>
</tr>
<tr>
<td>Remove Diagnostic Disc Check</td>
<td>Removes a check in the Wii to see if an inserted game is the "Wii Startup Disc".</td>
</tr>
<tr>
<td>Lock System Menu with Black Screen</td>
<td>Makes your Wii Menu load to a black screen, making you unable to use it. (Do not enable this)</td>
</tr>
<tr>
<td>No-Delete HAXX,JODI,DVDX,DISC,DISK,RZDx</td>
<td>Re-enable channels with these title IDs (originally blocked in system updates due to them being exploits).</td>
</tr>
<tr>
<td>Force Disc Games to run under IOS249</td>
<td>Make discs use cIOS 249 as the game's IOS. Can be used to enable older model (pre 2010) Wii's outfitted with DVD-R compatible Disc readers to play backup discs from the Disc Channel.</td>
</tr>
<tr>
<td>Remove Deflicker</td>
<td>Disables the blurring filter on 480i and 480p originally meant to prevent "flickering" on CRTs in interlaced modes.</td>
</tr>
</tbody>
</table>
</p>
</div></div></div>
<br>
<!---------------------------Install Priiloader above------------------------------>
<!-------------------------Installing WADs section below--------------------------->
<font size="5"><li>Install WADs using the Konami Code</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/0P0Db76S7X4?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/yawmMEkonami.gif" border="0"/></a><br>
<i>YAWM ModMii Edition stands for Yet Another Wad Manager ModMii Edition (aka yawmME). A WAD Manager will allow you to install "WADs" containing things like updates and other content for your console, like IOSs, custom IOSs (or cIOSs), or other downloadable content, which can be all packed into WADs and installed to your Wii. Think of a WAD like a zip file but for the Wii.</i><br>
<br>
WARNING: WADs can also be <u>un</u>installed, and if you're not careful you can brick your console by uninstalling or even installing the wrong WAD. The WAD Manager you're using, YAWM ModMii Edition, has some extra brick protection built in to restrict someone from doing catastrophic things like uninstalling any System Menu WAD, or required System Menu IOS, or a dozen other things which could potentially result in a brick if you don't know what you're doing. Stick to your ModMii guide and you'll be fine.<br>
<br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click here to learn what IOSs and cIOSs are! " style="margin: 0px; padding: 0px; font-size: x-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Fun Fact '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click here to learn what IOSs and cIOSs are! '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<p style="border:3px; border-style:solid; padding: 1em;">
<i>Fun Fact! I mentioned IOSs and cIOSs before, "the Wii console uses the 'IOS' system to communicate with the hardware, it's like a driver (compared to Windows). It contains information and communication tools (like how to access the Disc drive, how to access USB, read the savegames data stored on internal memory, etc.)" ~Cyan. If you're curious to learn more about IOSs or cIOSs, a thorough explanation can be found in <a href="https://gbatemp.net/threads/d2xl-cios-a-fork-of-davebaols-d2x-cios.558581/#post-8968173" target="_blank">Cyan's IOS Explanation post</a>.</i><br>
</p>
</div></div></div>
<ol type="A">
<li><b>On your Wii, load "YAWM ModMii Edition" from the HomeBrew Channel</b>.
<li>Choose your source device using left and right, most likely "Wii SD Slot", and <b>Enter the Konami Code: <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8593;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8593;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8595;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8595;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8592;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8594;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8592;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">&#8594;</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">B</kbd><kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd></b>
<li><b>Install your custom list of <u>13 WADs</u> found in the spoiler below</b>.<br>
<ul style=align="left" type="disc">
<li>Be careful not to install any additional WADs that may have been previously saved in this folder (they may be safe, but I cannot say for sure).
</ul>
<li><b>Hold <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd> for 2 seconds</b> to select all the WADs in the folder.
<ul style=align="left" type="disc">
<li>Alternatively, you can select or deselect your WADs individually by navigating to each one and hitting <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd><br>
</ul>
<li>After you've marked all the WADs listed below, <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> on any marked WAD to install them all</b>.
<li>Confirm the total number selected for installation is 13, then <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> again to install</b>.<br>
<ul style=align="left" type="disc">
<li>If any WADs fail to install properly please retry installing them.<br>
<li>When asked whether to retain or remove Priiloader, <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to retain Priiloader</b>.<br>
</ul>
<li><b>After successfully installing all the WADs, press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to launch Priiloader and re-enable your preferred System Menu Hacks before proceeding to the next step. It's also safe to re-enable them at a later time.</b><br>
</ol>
<br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click to See Your Unique List of 13 WADs to Install " style="margin: 0px; padding: 0px; font-size: xx-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide your list of WADs '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click to See Your Unique List of 13 WADs to Install '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<b>Here's your unique list of 13 WADs to install:</b>
<ol>
<li>cIOS249[56]-d2x-v11-beta1</li>
<li>EULA-NUS-v3[U]</li>
<li>IOS11v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS20v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS30v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS40v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS50v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS52v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS60v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS70v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS80v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>Region-Select-NUS-v2[U]</li>
<li>SystemMenu_4.1U_v449_DarkWiiOrange_No-Spin</li>
</ol><br>
</div></div></div>
<b>NOTE:</b> YAWMM ModMii Edition will only allow you to install a different region System Menu WAD if you enter the Konami Code.<br><br>
<font color="red"><b>WARNING: Do NOT power off your Wii or exit the HBC or you may semi-brick.</b></font> At this critical stage you are halfway through a region change, unless you have Bootmii installed to boot2 or you used yawmME and were prompted and chose to retain Priiloader you will semi-brick <u>if</u> you exit the HBC before installing Priiloader or fixing your AREA/SysMenu mismatch using Any Region Changer.<br><br>
<b>WARNING:</b> Whenever you install a new System Menu, like you just did, Priiloader will get uninstalled unless you used yawmME and were prompted and chose to retain it. If you accidentally removed Priiloader (re)install it immediately.<br>
<br>
<!---------------------------ANY REGION CHANGER SECTION BELOW------------------------------>
<font size="5"><li>Use Any Region Changer ModMii Edition</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/A9BB9WQZDPU?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/ARCME.gif" border="0"/></a><br>
<ol type="A">
<li>Launch "Any Region Changer ModMii Edition" via the Homebrew Channel
<li>After reading the warning, press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to continue.
<ul style=align="left" type="disc"><li>You will see this error at the top of the screen: "WARNING: AREA/SysMenu MISMATCH!"</ul>
<li>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to select the "Auto Fix Settings" option.
<li>Press any key to continue, and the "WARNING: AREA/SysMenu MISMATCH!" error should disappear.
<li>Now return to the HBC by pressing the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Home</kbd> button or by navigating to "Exit to the Homebrew Channel" and pressing <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd>.
</ol>
<br>
<!---------------------------ANY REGION CHANGER SECTION ABOVE------------------------------>
<br>
<!---------------------------ANY REGION CHANGER SECTION BELOW------------------------------>
<font size="5"><li>Optional: Remove the Korean Key (if applicable)</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/KB8TtX394WU?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/KKremove.gif" border="0"/></a><br>
<i>With KoreanKii, you can add or remove the Korean key from your SEEPROM. This eliminates the need for patching IOS60 into system menu IOS slots if you have a region changed Korean Wii. This program comes with no warranty. You, and you alone are responsible if this damages your Wii in any way. Nothing, not even Bootmii installed to boot2, will save your Wii if this corrupts your SEEPROM.</i><br>
<br>
If your Wii wasn't originally Korean, you can skip this step since there shouldn't be a Korean Key to remove.<br>
<br>
If your Wii was originally Korean, you might be at risk of a 003 brick by not removing the Korean Key. If you have a non-Korean system menu (4.2+) and the Korean Key is detected it will cause a 003 brick unless you have IOS60 installed to your System Menu IOS slot. This step is optional because you should have this exact System Menu IOS installed already if you followed the previous steps. So long as you only use ModMii and follow your guides closely, you will not 003 brick even if you skip this step, but if you venture on your own and manage to install a stock system menu IOS it could result in brick if you do not remove the Korean Key now. The Korean Key is only required to play Korean games from the disc channel and there are some other ways to accomplish the same thing.<br>
<br>
<ol type="A">
<li>Launch "KoreanKii" using the Homebrew Channel.
<li>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">-</kbd> or <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">L</kbd> using a GameCube controller to remove the Korean Key, then press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to confirm.
</ol>
<br></ol><br>
<font size="6"><li><a name="Done">After modding your Wii</a></li></font><br><ul style=align="left" type="disc">
<li>Some of your currently installed Nintendo channels (e.g. News, Internet, etc.) may not work on your new region. To fix this, download and install the channels for your new U Region (see RiiConnect24 note below). Duplicate channels can optionally be removed by googling for Any Title Deleter, but be careful, you can easily brick your Wii with this tool if you delete the wrong thing!
<li>To play Wii (and Gamecube) games off a USB hard drive, run the USB-Loader Setup wizard from ModMii's Main Menu.
<li>Optionally remove unnecessary files using ModMii's "File Cleanup & App Updater" feature to prevent amateurs from using potentially dangerous apps.
<li>Consider making another NAND backup so that if you ever need restore it you won't need to repeat the entire softmod process.
<li>At any point you can run SysCheck on your Wii to get a sysCheck.csv log of your installed softmods; in the future you can check if any of your mods are outdated by opening your log with the latest version of ModMii.
<li>Periodically check for updates to the apps on your SD card or USB Hard drive by using ModMii's "File Cleanup & App Updater" feature. It will scan your device for ModMii's auto-updating apps and offer to check for updates.
<li>Download the latest Homebrew apps to your SD Card or FAT32 USB Hard Drive so they can be launched via the HBC or forwarder channels.
<ul style=align="left" type="square">
<li>Download some Wii related PC tools or Just for Fun Wii apps like emulators or cheat codes from ModMii Classic's Download Page 2.
<li>Grab the <a href="https://web.archive.org/web/20231213215727/wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Some other great libraries of Homebrew applications can be found at <a href="http://wiibrew.org/wiki/List_of_all_homebrew" target="_blank">wiibrew.org</a>, <a href="https://translate.google.com/translate?hl=en&sl=en&tl=en&u=https%3A%2F%2Fwiidatabase.de%2Fdownloads%2F" target="_blank">wiidatabase.de</a>, <a href="https://oscwii.org/library" target="_blank">oscwii.org</a> and of course <a href="https://gbatemp.net/forums/nintendo-wii.105/" target="_blank">gbatemp</a>.
<ul style=align="left" type="disc">
<li>To manually "install" apps, download your homebrew and you should find a boot.dol (or boot.elf) file and possibly an icon.png and meta.xml.
<li>For the HBC to read your SD/USB correctly, your card must be structured SD:/apps/application name/boot.dol\elf
<li>Some apps require a meta.xml be saved in the same place as the boot.dol\elf to work properly (icon.png is always optional).
<li>If you have a dol or elf file not named "boot", rename it boot.dol\elf, otherwise it will not be recognized by the HBC (not required if using Priiloader to install a file).
</ul>
</ul>
<li>Check out some of my custom <a href="https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/" target="_blank">Forwarder Channels</a> to launch your favourite homebrew straight from the System Menu.
<li>Get a new <a href="https://wii.hacks.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>"Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started.
<ul style=align="left" type="square">
<li>You can also use your Wii's nand.bin backup as an Emulated NAND instead of having ModMii build one from scratch. To extract the files from a nand.bin backup to use as an Emulated NAND, simply open the nand.bin file using ModMii.
</ul>
<li>Install <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
<li>Check out some <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a> to customize how your Wii starts up (SD Card required).
<li>Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2.
<ul style=align="left" type="square">
<li>Note: if you used ModMii 6.6.0 or higher to install your System Menu IOS, you can use all of RiiConnect24's features without having to be on System Menu version 4.3 or (re)install a different IOS80. ModMii's RC24 compatible System Menu IOSs can be identified by their "ModMii" tag in SysCheck reports.
</ul>
</ul>
<br>
<!----------------------------After Modding section above----------------------------->
<!---------------------------------------Credits, apps, and sources are below---------------------------------------------->
<font size="6"><li><a name="Credits">Credits, Supporting Apps, and Sources</a></li></font><br>
ModMii was written entirely by yours truly, XFlak. Trust me, no one else is crazy enough to try to maintain a batch file that has grown so large and 'all over the place'. But without the help of many other very talented people ModMii would not exist. Some people have contributed supporting files or programs, others have shared their knowledge, some have provided ideas and others have given their time.<br>
<br>
I have tried my best to recognize everyone's contribution to ModMii regardless of how big or small it is. If I've forgotten someone, please notify me and I'll add them to the credits as quickly as possible.<br><br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click for Credits, Supporting Apps and Sources " style="margin: 0px; padding: 0px; font-size: xx-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Credits, Supporting Apps and Sources '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click for Credits, Supporting Apps and Sources '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<ul style=align="left" type="disc">
<li><font size="4"><b>Team Twiizers</b></font><br>
Thanks to Team Twiizers for creating the revolutionary HackMii Installer. Without their hard work, the Wii might never have been unlocked. Many Team Twiizer Members went on to join Team Fail Overflow; a team that played a vital role in unlocking the PS3.<br><br>
I especially want to thank Bushing (may he rest in peace), who before his untimely passing gave ModMii his blessing to download and use the HackMii Installer.</li><br>
<li><b><font size="4">Giantpune</font></b><br>
Giantpune is a legend in the Wii Scene and I consider him to be a good friend of mine. He created many exploits, including the Smash Stack exploit for PAL and KOR Wii's (which is maybe still the only method to fix 003 bricked Wii's), the Channel Forwarder dol, USB Loader GX, and many other computer programs to repair or virginize Wii's.<br><br>
He's contributed code to more projects than I even know about, so its impossible for me to truly convey his impact on the scene. He even took the time to explain a few things to me about cIOSs when ModMii was in its early stages and still known as NUS Auto Downloader.</li><br>
<li><b><font size="4">DeadlyFoez</font></b><br>
DeadlyFoez is legendary for his Wii Repairs and infectus tutorial. Anyone who's broken their Wii can email <a href="mailto:deadlyfoez@yahoo.com ">deadlyfoez@yahoo.com </a> to have it fixed.<br><br>
DeadlyFoez played a key role in the ModMii v5.0.0 update not only by helping come up with the idea for using html guides but also creating the template for ModMii's custom html guides and recording almost all of the videos and images they use. Within 1.5 weeks since our initial conversation we were able to collaborate and bring the idea to life in time to release it for Christmas. Working with him on this was a truly rewarding and fun experience. DeadlyFoez also single-handedly built the first official ModMii website.<br><br>
What can I say about THE "DeadlyFoez" on a personal level. He's always getting me into trouble but his friendship is worth every fiasco! It's unreal how he became one of my best friends. Just goes to show you not everyone you meet online is totally crazy; in his case... just a little crazy. But seriously, thanks to DeadlyFoez for always being there for me to bounce ModMii ideas off of, for hosting our Team Your Mom meetings and for introducing me to his awesome family and friends. There's no one else I'd rather geek out with and I'll always have your back.</li><br>
<li><b><font size="4">Violator</font></b><br>
He's my bro, my cuz, my best man and the reason I ever bought or modded a Wii. "XFlak" would have died many years ago if not for him. Thanks Violator, for getting me interested in this stuff, and for all the awesome music you recorded for ModMii and my <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a>.</li><br>
<li><b><font size="4">JoostinOnline</font></b><br>
Thanks for his work developing KoreanKii (with tueidj), Syscheck HD Edition, sharing his webhosting space with me, and for all his jokes; I'll never get tired of our endless patriotic "debates".</li><br>
<li><b><font size="4">Crediar, Daco Taco and Phpgeek</font></b><br>
The above people all had a hand in creating Priiloader. This was another revolutionary tool mainly because it was the first to offer some level of protection to newer Wii's that were unable to install Bootmii at boot2. Crediar developed the original preloader as well as s/uneek, Nintendont, NMM, DML, etc. Special thanks to Daco Taco for being the last man standing in terms of actively improving/maintaining Priiloader.</li><br>
<li><b><font size="4">Comex</font></b><br>
In addition to being a member of Team Twiizers and contributing to the HackMii Installer, Comex created the heavily utilized bannerbomb exploit. This exploit is what allows Wii's on firmwares 3.0-4.2 to be softmodded with only an SD Card instead of needing one of a few specific Wii Games.</li><br>
<li><b><font size="4">Waninkoko</font></b><br>
Waninkoko was the first to publicly release a cIOS and other excellent apps like WAD manager, Save Game Manager, USB loader, etc. I also want to thank him for giving ModMii permission to recreate his cIOSs in WAD form.<br><br>
<li><b><font size="4">Hermes</font></b><br>
Hermes is well known for his cIOS 222/223/224 and for his usbloader "uloader". For a time his cIOSs were the only ones to work with RockBand type games and they are still highly utilized today.</li><br>
<li><b><font size="4">davebaol and XFlak</font></b><br>
These developers worked together to modify Waninkoko's rev21 cIOS and created a new "d2x" cIOS. This cIOS is currently considered the ultimate cIOS because it corrected many bugs and added features that were previously thought to be impossible (ie. Support for IOS Reloading Games). WiiPower was also heavily influential in achieving IOS Reload Support.</li><br>
<li><b><font size="4">Fullmetal5</font></b><br>
Thanks for his work developing the str2hax and bluebomb exploits. Fullmetal5 may have arrived a bit late to the Wii scene, but he's probably one of the most talented developers still active in the scene today. I can't wait to see what he comes out with next!</li><br>
<li><b><font size="4">Rodries</font></b><br>
Thanks to Rodries for improving upon Hermes v5.1 cIOSs.</li><br>
<li><b><font size="4">WiiGator</font></b><br>
WiiGator created a cMIOS and Gamecube Backup Launcher. Any GameCube fans owe a big thank you to WiiGator for his work.</li><br>
<li><b><font size="4">cwstjdenobs</font></b><br>
cwstjdenobs is one of the few people I've encountered in the Wii scene that I would love to treat to a beer. He was always very supportive of me and encouraged me to ask him as many questions as I'd like. He is probably most well known for YAWMM (Yet Another Wad Manager Mod) which was the first Wad Manager to add brick protection by restricting users from making silly mistakes like uninstalling or stubbing a crucial file. He's also made and modified apps specifically for ModMii. For example, he modified WadMii so it doesn't timestamp WADs and he also made a setting.txt builder for ModMii's NAND builder.</li><br>
<li><b><font size="4">Leathl</font></b><br>
Leathl is another awesome developer who supported me before I became well known by expanding upon his apps to further support ModMii. Leathl has created many Wii apps including ShowMiiWads, CustomizeMii, libWiiSharp, patchios, nusfilegrabber, etc. Despite his recent inactivity, his apps are still highly used today... just goes to show you that quality work never gets old. I also want to thank RetroHead for him Mod of ShowMiiWads which ModMii uses to build emulated nands without requiring any input from the user. libWiiSharp.dll is based on wii.py, the wii.py devs are Megazig, Omega, Xuzz, SquidMan, Matt_P and The Lemon Man. Also thanks to Daeken for writing Struct.py and marcan for his LZ77 code.</li><br>
<li><b><font size="4">scooby74029</font></b><br>
scooby74029's most well known for sneeky compiler, which is able to build multiple different versions of s\uneek. ModMii will always construct the latest version of s\uneek available on his sneeky compiler google code webpage. This means he has total control over what version of s\uneek ModMii will construct. He also created modifications of Leathl's libWiiSharp.dll and patchios.exe to further support ModMii. Additionally, he's modified other apps like Any Region Changer ModMii Edition, JoyFlow, JoyLoader GX, JoyLoader CFG, etc. On top of all that, he's an all around awesome person and I'm proud to be on his friends list.</li><br>
<li><b><font size="4">person66</font></b><br>
person66 has had a hand in many projects, but most noteworthy are his sharpii cmd line tool and his Universal Forwarder Creator. He also wrote an autoit script that is used to launch ModMii with an icon, arguments and other useful functions.<br><br>
Thanks for trading little bits of batch coding knowledge with me. It's great having a fellow batch coder for a friend; we are a dying breed, so keep up the great work with Universal Forwarder Creator and all your other projects.</li><br>
<li><b><font size="4">WiiPower</font></b><br>
WiiPower created Neogamma, hands down the best backup disc loader for the Wii. He also modified WiiGators cMIOS and created what is today considered the ultimate cMIOS. Furthermore he's contributed code to many other popular usb-loaders and had a hand in adding IOS Reloading support to the d2x cIOSs.</li><br>
<li><b><font size="4">OverjoY and obcd</font></b><br>
OverjoY created JoyFlow, a modification of WiiFlow that runs on s\uneek. He then teamed up with obcd to accomplish some seriously amazing things, like building their mod of s\uneek, NEEK2O, that allows it to load games in wbfs format and select from multiple emulated NANDs.</li><br>
<li><b><font size="4">Arikado and the Dop-Mii Team</font></b><br>
They created Dop-Mii; a lot of apps borrow code from Dop-Mii, so even if you have never used Dop-Mii but used MMM or WiiMod then you owe a thank you to these people.</li><br>
<li><b><font size="4">WiiWu</font></b><br>
He made Multi-Mod Manager (MMM) which has the functions of many different Wii modding tools all in one user friendly app.</li><br>
<li><b><font size="4">WB3000 and WiiNinja</font></b><br>
Thanks to WB3000 for creating NUS Downloader and to WiiNinja for making a cmd line version of NUS Downloader. NUS Downloader is one of ModMii's vital supporting apps.</li><br>
<li><b><font size="4">TheShadowEevee</font></b><br>
TheShadowEevee helped update many tools with a new NUS endpoint. He also helped implement some fixes and improvements to Any Region Changer ModMii Edition.</li><br>
<li><b><font size="4">WiiCrazy</font></b><br>
WiiCrazy is most famous for "Wii Game Shortcut Creator" (formerly known as "Crap"), Crazy Intro and Crazy Intro Video. He also contributed to usb-loaders by bypassing some game specific security. WiiCrazy is another person who's always been willing to do everything in his power to help me, or anyone else for that matter.</li><br>
<li><b><font size="4">oggzee, usptactical, gannon and Dr.Clipper</font></b><br>
Together the above people compose the Configurable USB Loader Team. Back in the day, this usb-loader was always the first to add new features and in my opinion it's one of the top three best usb-loader out there.</li><br>
<li><b><font size="4">Cyan, dimok, blackb0x and the USBLoaderGX team</font></b><br>
Thanks for their work on USBLoaderGX. It is one of the most feature-rich usb-loaders and has quickly become a favourite among the community. I also want to thank Cyan specifically for his excellent support of users on gbatemp for many years; he has probably explained what an IOS is more times than I can count!</li><br>
<li><b><font size="4">OverjoY, blackb0x, Peter0x44 and scooby74029</font></b><br>
This dream team of developers brought my vision to life when they created YAWM ModMii Edition.</li><br>
<li><b><font size="4">Hibernatus, Fledge68 and the WiiFlow team</font></b><br>
Thanks for their work on WiiFlow. It was always beautiful, but now it's got all sorts of bells and whistles, you should check it out.</li><br>
<li><b><font size="4">Wiimm</font></b><br>
For Wiimmfi Thanks to Wiimm for creating Wiimmfi and Wiimms ISO Tools, including wit.exe which ModMii uses to convert Wii Games to s/uneek format as well as build forwarder ISOs.</li><br>
<li><b><font size="4">Leseratte</font></b><br>
For his work on Wiimmfi, as well as d2xl and other amazing projects.</li><br>
<li><b><font size="4">diddy81 and symular syn of the Wii Theme Team</font></b><br>
The Wii Theme Team has created some of the best Wii Themes ever made! All of the alternative themes available in ModMii were created by them. I want to thank diddy81 in particular for working with me to ensure that all his themes worked perfectly for all regions.</li><br>
<li><b><font size="4">FIX94, Narolez and the WiiXplorer Team</font></b><br>
Thanks to all these people for their contributions in making the best SD/USB forwarder. I want to thank FIX94 in particular who not only worked on Nintendont, Some YAWMM Mod, WiiFlow and literally every other big Wii application, but he also spent a lot of time testing ModMii's Forwarder Builder.</li><br>
<li><b><font size="4">jskyboo</font></b><br>
Thanks to jskyboo for creating WiiMod. His app can do a lot of different things, and it was the first ahbprot enabled WAD Manager to incorporate davebaol's ahbprot bugfix.</li><br>
<li><b><font size="4">ModMii's Translators</font></b><br>
Tranlating ModMii is an enormous amount of work. It's very challenging to get special characters to display correctly in a cmd window, not to mention keeping everything formatted properly. But probably the most difficult part of translating ModMii is keeping up with the updates. If you use a translated version of ModMii, I encourage you to thank your translator because it truly is a LOT of work to do.<br><br>
French Translators: <b>mamule, xav91 and ketufe</b><br>
Dutch Translator: <b>Hielkenator</b><br>
Italian Translators: <b>Wasabi, Step and Robilyn</b><br>
Spanish Translators: <b>ledebene and Burton</b></li><br>
<li><b><font size="4">Fig2k4</font></b><br>
Thanks Fig2k4 for WiiBackupManager. It was a pleasure beta testing it for you and sharing my ideas with you. I hope to see you around the forums again and that you continue working on your amazing program.</li><br>
<li><b><font size="4">Gabubu, sthetix, Foxlet, Alexander1970 and Vila</font></b><br>
Thanks for recording, editing or upscaling many of the Youtube videos used by ModMii. Special thanks to Gabubu who single-handedly created all the new\updated videos in the 7.0.0 update, and also updated GFX for a bunch of ModMii's Wii channels.</li><br>
<li><b><font size="4">WiiShizzza, pepxl, RobGee789, M3RK and AuroraNemoia</font></b><br>
Thanks to WiiShizzza for creating ModMii's new icon and to pepxl for creating ModMii's original icon. I want to thank everyone who created a ModMii icon and submitted it into ModMii's new icon competition. <a href="https://gbatemp.net/threads/new-modmii-icon-logo-candidates.296772/" target="_blank">https://gbatemp.net/threads/new-modmii-icon-logo-candidates.296772/</a><br><br>
RobGee789 and M3RK made ModMii Skin's original graphics. AuroraNemoia made ModMii Skin's new (2022) default\Nebula theme. It was a pleasure working with them, they were all very open to feedback and willing to "go back to the drawing board", so to speak, as many times as it took to get it perfect. Thanks guys!</li><br>
<li><b><font size="4">dhtdht020</font></b><br>
Thanks for maintaining oscwii.org and for refreshing the ModMii icons in 2022; now I have a rainbow of icons to choose from should the need arise.</li><br>
<li><b><font size="4">My Fellow Guide Writers</font></b><br>
Thanks to tj_cool, xzxero, burritoboy9984, ChokeD and mauifrog for their awesome guides. I especially want to thank tj_cool and xzxero for inviting me to join "The Crew" at the Complete Softmod Guide. I'll never forget how great it felt to be relatively new to the scene and to be invited to join you all as equals.</li><br>
<li><b><font size="4">RiiConnect24 and Wii.Guide team</font></b><br>
Thanks in particular go out to Peter0x44, Larsenv and KcrPL. Brainstorming and collaborating with you guys made the 2020 lockdowns feel somewhat bearable. Special thanks to Peter0x44 for helping me set up the ModMii discord server to a much higher standard than I could have ever hoped to do on my own.</li><br>
<li><b><font size="4">DaMysteryMan</font></b><br>
Thanks for helping me understand the structure of a cIOS so I could better recreate it in WAD form. For those of you who don't know him, DaMysteryMan is most well known for his ever controversial app - DarkCorp (formerly known as cIOSCorp).</li><br>
<li><b><font size="4">Gannon</font></b><br>
Thanks to Gannon for bootopera, which I was able to mod to create the URL loader base dol.</li><br>
<li><b><font size="4">Devnol</font></b><br>
Thanks to Devnol for properly modifying the Open HBC to use the same title ID as the official HBC (LULZ).</li><br>
<li><b><font size="4">ca032769</font></b><br>
ca032769 is best known for his tutorial on how to use a larger than 2TB Hard Drive on a Wii as a Single FAT32 Partition, thanks!</li><br>
<li><b><font size="4">All My Beta Testers!</font></b><br>
It's because of you guys that ModMii is as stable as it is. Considering that ModMii is developed entirely in notepad without any kind of debugger or developer tools; it's pretty remarkable that ModMii has always been bug-free (albeit with a couple minor exceptions). Thanks for your never-ending devotion to quality control!<br>
Here's a list of some of ModMii's beta testers (in no particular order): scooby74029, DeadlyFoez, redia, Etheboss, JoostinOnline, person66, brausm08, geovalley, undeadsquirrel, mauifrog, FIX94, wolf, Larsenv, Peter0x44, Alexander1970, Cyan, Damaj301damaj, Function, forseenink, jeannotte, saulfabreg, Vila, ca032769, godreborn, KleinesSinchen, RunningSnakes, Scooty and last but certainly not least, Clutz450. @Clutz450, you're the man, I really enjoyed your ModMii tutorial videos and hearing your ideas on the little ways ModMii could be made even better.</li><br>
<li><b><font size="4">You!</font></b><br>
Without you, there would be no reason for ModMii to exist. Thanks for using ModMii for all your Wii softmodding needs!</li>
</ul>
<br>
<font size="5"><u>Supporting Apps and Sources</u></font><br>
<br>
Below is a list of the supporting apps bundled with ModMii and their sources. If a link is missing or broken, you can still get it from <a href="https://mega.nz/folder/YsphyYBQ#UOe3xmXPwldtKo6WF-sfXA" target="_blank">ModMii's Supporting Files Archive</a>.<br>
Source code for ModMii itself is available is available at <a href="https://github.com/modmii/modmii.github.io" target="_blank">github</a>, but you can just open the bat files from it's support folder in notepad or similar text editor.<br>
<br>
<ul style=align="left" type="disc">
<li>NusFileGrabber.exe by Leathl, Mod by XFlak and TheShadowEevee - requires libWiiSharp.dll</li>
<li>patchIOS.exe by Leathl, Mod by scooby74029 - requires libWiiSharp.dll</li>
<li><a href="http://www.mediafire.com/?bogjind5oe3" target="_blank">WadMii.exe (aka WadMiiIsh)</a> by cwstjdenobs - requires libWiiSharp.dll</li>
<li>TMDedit.exe by person66 - requires libWiiSharp.dll
<li><a href="http://code.google.com/p/libWiiSharp/source/browse/" target="_blank">libWiiSharp.dll</a> by Leathl, Mod by scooby74029 and TheShadowEevee</li>
<li><a href="https://github.com/wiiNinja/NUS.downloader.command.line/tree/dotnet3.5" target="_blank">nusd.exe</a> by WiiNinja (original GUI code by WB3000)</li>
<li><a href="http://wit.wiimm.de/" target="_blank">wit.exe</a> by Wiimm</li>
<li>ShowMiiWads_Sneek_Mod.exe by Leathl, Mod by RetroHead</li>
<li>settings.exe v1.0 by cwstjdenobs and v1.1 mod by obcd</li>
<li> <a href="http://ftp.gnu.org/gnu/wget/" target="_blank">wget.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/sevenzip/" target="_blank">7za.exe</a> (freeware)</li>
<li><a href="http://www.nirsoft.net/utils/nircmd.html" target="_blank">nircmd.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/" target="_blank">sfk.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/jojodiff/" target="_blank">jptch.exe</a> (freeware)</li>
<li><a href="http://github.com/waninkoko" target="_blank">Waninkoko's cIOS</a></li>
<li><a href="http://mods.elotrolado.net/~hermes/wii/cios_mload_source_install_3.6.rar" target="_blank">Hermes v4 cIOS</a></li>
<li><a href="http://mods.elotrolado.net/~hermes/wii/cios_mload_source_install_4.0.rar" target="_blank">Hermes v5 cIOS</a></li>
<li><a href="https://github.com/davebaol/d2x-cios/releases" target="_blank">d2x cIOS</a>, <a href="https://github.com/wiidev/d2x-cios" target="_blank">v11+ source</a></li>
<li><a href="https://gbatemp.net/threads/homebrew-forwarder-isos.181011/" target="_blank">ISO template</a> (by spayrosam)</li>
<li><a href="http://www.thedubber.altervista.org/other/batch_prog/index.html" target="_blank">Ascii2All.bat</a> (freeware)</li>
<li><a href="http://wizapp.sourceforge.net/" target="_blank">WizApp.exe</a> by Dion Nicolaas</li>
<li><a href="https://github.com/mogzol/sharpii" target="_blank">Sharpii.exe</a> by person66</li>
<li><a href="http://www.rarlab.com/rar_add.htm" target="_blank">UnRAR.exe</a> (freeware): No Longer Bundled with ModMii since v4.7.0</li>
<li><a href="http://www.autoitscript.com/site/autoit/" target="_blank">AutoIt3.exe</a> (freeware): No Longer Bundled With ModMii since v4.5.7</li>
<li><a href="http://www.dunyazad-library.net/software/hypatia/index.htm" target="_blank">hy.exe</a> (freeware): No Longer Bundled with ModMii since v4.7.0</li>
<li><a href="http://sourceforge.net/projects/fileverifier/files/fileverifier/0.6.3.5830" target="_blank">fvc.exe</a> (freeware): Not used since v7.0.0</li>
</ul>
</div></div></div>
<br>
<!-------------------------------------Support ModMii / XFlak is below------------------------------------------->
<font size="6"><li><a name="Support">Support ModMii</a></li></font><br>
ModMii started out as a small side-project back in 2010 as a simple NUS Auto Downloader script, and now the changelog is taller than me! I started this project in my 20s in my spare time and since then I've gotten married and had not 1, not 2, not 3, but FOUR boys, all ~2 years apart. I love being able to share my love for gaming and for the Wii with them, and with all of you! This is a passion project that has easily taken over 8000-9000 hours of just my time alone, and that's not counting all the hours spent from the legions of devs and testers who've supported ModMii over the years.<br>
<br>
Not knowing that much about computers other than some excel tricks, I slowly built more advanced features on top of my original less efficient code that I'd love to rewrite if it wasn't such a daunting task. Throughout the journey I learned a lot from not just those in the credits list, but the incredibly supportive Wii community as a whole. I've gone from just being a "numbers guy" to my family's go to "tech guy", and I have this project, community and followers to thank for it.<br>
<br>
ModMii is entirely free to use and ad free. Donations can optionally be made to the author using the button below, or pick your favourite contributor from the credits and check if they have a donations page.<br>
<p style="text-align:center">
<a href="https://modmii.github.io/donations.html" target="_blank"><img src="https://modmii.github.io/Images/donate.png" height="95" width="109" border="0"></a></p>
If you're like me and it's difficult to show support with donations, consider taking a minute to vote or share your feedback at the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126" target="_blank">official ModMii page on gbatemp</a>. I always enjoy hearing feedback about your ModMii experience.<br>
<br>
<img src="https://modmii.github.io/Images/FN2187.gif" alt="XFlak" height="95" width="94"><br>
- XFlak
</ol> <!------------This ends the list of chapters in Roman Numberals, THIS HAS TO BE IN ALL GUIDES-------------->
</body>
</html>

View File

@ -0,0 +1,878 @@
<html>
<head>
<title>ModMii USB-Loader Setup Guide</title>
<link rel="icon" type="image/ico" href="https://raw.githubusercontent.com/modmii/modmii.github.io/master/Support/icon.ico"></link>
<style type="text/css">
body:before{
content: 'SAMPLE!';
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
color: #0d745e;
font-size: 130px;
font-weight: 500px;
display: grid;
justify-content: center;
align-content: center;
opacity: 0.2;
transform: rotate(-45deg);
}
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
ol > li::marker {font-weight: bold;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii USB-Loader Setup Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:08</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
visibility: hidden;
display: none;
}
@media print {
img {
display: none !important;
}
* {
background-image: none !important;
}
}
</style>
<!----------Print button disabled--------
<script>
document.write("<input type='button' " +
"onClick='window.print()' " +
"class='printbutton' " +
"value='Print without images'/>");
</script>
---------Custom Print button above------->
<!--------------Title, pic and scam warning below------------------>
<p style="text-align:center">
<font face="Arial Black" size="10">ModMii for Windows</font><br><font size="6">by XFlak</font><br>
<a href="https://modmii.github.io" target="_blank"><img src="https://modmii.github.io/Images/modmiibanner.png" border="0"/></a><br>
This software is not for sale. If you paid for this software or a "bundle" you have been scammed.<br><br>
<b>THIS PACKAGE COMES WITH ABSOLUTELY NO WARRANTY, NEITHER STATED NOR IMPLIED.<br>
NO ONE BUT YOURSELF IS TO BE HELD RESPONSIBLE FOR ANY DAMAGE THIS MAY CAUSE TO YOUR NINTENDO WII CONSOLE!<br>
USE THIS AT YOUR OWN RISK!</b>
</p>
<br><br>
<!--------------Title, pic and scam warning above------------------>
<ol type="I"> <!------------This start the list of chapters in Roman Numberals, THIS HAS TO BE IN ALL GUIDES-------------->
<!-------------------------Chosen options chapter below--------------------->
<font size="6"><li>Your chosen options</li></font><br>
This guide was generated using the following parameters:<br>
<ul style=align="left" type="disc">
<li>Download USB-Loader GX</li>
<li>USB-Loader Settings and config files saved to USB Hard Drive</li>
</ul><br>
<font size="6"><li><a name="Notes">Important Notes</a></li></font><br><ul style=align="left" type="disc">
<li>This guide does not require a WiFi connection on your Wii.</li>
<li>cIOS(s) required to use USB-Loaders, if you are missing cIOS(s) run the ModMii Wizard function to softmod your Wii before setting up your USB-Loader and/or external Hard-Drive.</li>
<li>After completing this guide, you can launch your USB-Loader via the Homebrew Channel or a USB-Loader forwarder channel.</li>
<!-------------------------------USB LOADER NOTES BELOW---------------------------------->
<li>Double check that your hard drive is always plugged into usb port0 - the one nearest the edge of the Wii.
<li>Not all external hard drive's are compatible with the Wii, small USB flash drives or 'thumb drives' in particular often don't work very well. For a list of which USB hard drive's are compatible, check out the <a href="https://wiki.gbatemp.net/wiki/USB_Devices_Compatibility_List" target="_blank">USB Devices Compatibility List</a></li>
<ul style=align="left" type="square">
<li>If you are determined to try using a small USB flash drive or 'thumb drive', you may have more success if running the loader off of an SD Card and formatting the flash drive as WBFS instead of FAT32. This can be done using Wii Backup Manager. However, doing so will not only restrict the drive to storing only Wii games, but will not be accessible by your PC without a program like Wii Backup Manager. In fact, every time you plug the hard drive into your PC you will be prompted to reformat it.
</ul>
<li>If a USB Loader fails to load a particular game, try changing it's game specific settings to use a different custom IOS like 250, 251, etc. Your cIOS 249 should play the vast majority of games, for more information see the <a href="https://wiki.gbatemp.net/wiki/Wii_cIOS_base_Compatibility_List" target="_blank">Wii cIOS base Compatibility List</a></li></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li>USB Loader and Hard Drive setup</li></font><br>
<ol>
External hard drive partition style\format information for drives that were connected when this guide was created has been saved to the spoiler below.<br><br>
<div style><div class="spoilerfont" style="text-align:left;"><input value=" Click to see Connected Drive Information " style="margin: 0px; padding: 0px; font-size: x-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Connected Drive Information '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click to see Connected Drive Information '; }" type="button"></div><div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<pre>
DeviceID FileSystem
H: NTFS
X: NTFS
</pre></div></div></div><br>
<!--------------------------------------MBR Stuff BELOW----------------------------------->
<font size="5"><li>Set External Hard Drive Partition Style to MBR (if applicable)</li></font><br>
<ul style=align="left" type="disc">
<li><b>First, plug your hard drive into your PC and check if it's Partition style is already MBR.</b>
</li>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/XyTaMT5yhAY?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/MBR_Check.gif" border="0"/></a><br>
<ol type="A">
<li>Right-click "This PC" or "My Computer" and select "Manage", a new window will open, on left panel click "Disk Management".
<ul style=align="left" type="square">
<li>If "This PC" or "My Computer" is not on the desktop it can be accessed using the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">⊞ Win</kbd>+<kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">E</kbd> keyboard combination.
</ul>
<li>In the Disk Management window, right-click the disk you want and select "Properties".
<li>In the disk's properties window, select the "Volumes" tab.
<li><b>If the "Partition style" is already Master Boot Record (MBR), you can skip the rest of this step.</b>
</ol>
<br>
<li><b>If your hard drive is larger than 2TB and not already MBR, you must follow <a href="http://tiny.cc/wiibigdrive" target="_blank">ca032769's guide</a> to complete the rest of this step.</b>
<ul style=align="left" type="square">
<li>ca032769's guide only supports Western Digital Hard Drives.
<li>If your hard drive is >2TB, not MBR, and not made by Western Digital you are currently out of luck.
<li>Once you have successfully converted your hard drive to MBR you can proceed to the next step of this guide.
</ul>
<br>
<li><b>If your hard drive is 2TB or less and not already MBR you must convert it using one of the two methods below.</b>
<br>
<br>
<li><b>Method 1: MiniTool Partition Wizard</b>
<ul style=align="left" type="square">
<li>If you have files on the drive you want to keep, you can convert the Partition style to MBR without losing data using MiniTool Partition Wizard.
<li>Even though your data should be preserved, there are no guarantees and you should still back up your files.
<li>If your drive is not already in the desired format (e.g. FAT32) you will have to format it during the next step anyway so there's no point in using this method.
</ul>
<br>
<ol type="A">
<li><a href="http://tiny.cc/minitoolfree" target="_blank">Download MiniTool Partition Wizard</a>, install it and start the program.
</li>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/_YY-FKA5GaQ?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/MiniTool.gif" border="0"/></a><br>
<li>Within the MiniTool window, right-click the GPT disk you want to convert and choose "Convert GPT Disk to MBR Disk".
<li>Click the "Apply" button in the toolbar.
<li>Click the "Yes" button to confirm conversion.
<li>Wait for the conversion to finish then click "OK".
<li>Once you have successfully converted your hard drive to MBR you can proceed to the next step of this guide.
</ol>
<br>
<li><b>Method 2: Windows Disk Management</b>
<ol type="A">
<li><b>Back up any data on the disk before continuing! This will wipe all data on the disk!</b>
<li>Open Disk Management following the same procedure above and locate the disk drive you want to use.
</li>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/nObWgTrvEMo?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/MBR_WDM.gif" border="0"/></a><br>
<li>Right-click the partition(s) on the drive (make sure you select the right drive!) and select "Delete Volume" or "Delete Partition" to remove them. Repeat this process for each partition on that disk.
<li>Right-click the disk in Disk Management and select "Convert to MBR Disk."
<li>On the lower half menu of the window, locate the unallocated space, right-click it, and select "New Simple Volume" and click "Next".
<li>Choose a Drive letter for this partition, then click "Next".
<ul style=align="left" type="disc">
<li>Make note of this drive letter, as it will be needed later.
</ul>
<li>Set the File System to your desired format and optionally customize the "Volume label".
<ul style=align="left" type="disc">
<li>If your desired format (e.g. FAT32) isn't an option choose "NTFS" and we can change it later.
</ul>
<li>Click "Next", then click "Finish".
<ul style=align="left" type="disc">
<li>If you see a message indicating you need to format the drive, click "Cancel".
</ul>
</ol>
<br>
</ul>
<!--------------------------------------Side Spoiler Buttons----------------------------------->
<font size="5"><li>Partition and Format the External Hard Drive (if applicable)</li></font><br>
Choose a format option using the buttons below. FAT32 is generally recommended but you can click other buttons to see pros and cons of each.<br>
<br>
<div style>
<button class="tablinks btn btn--large btn--primary" id="defaultOpen2" style="font-size: x-large;" onclick="openTab('FormatGroup', 'FAT32')">FAT32</button>
<button class="tablinks btn btn--large btn--info" style="font-size: x-large;" onclick="openTab('FormatGroup', 'NTFS')">NTFS</button>
<button class="tablinks btn btn--large btn--info" style="font-size: x-large;" onclick="openTab('FormatGroup', 'WBFS')">WBFS</button>
<button class="tablinks btn btn--large btn--info" style="font-size: x-large;" onclick="openTab('FormatGroup', 'FAT32NTFS')">FAT32+NTFS</button>
<button class="tablinks btn btn--large btn--info" style="font-size: x-large;" onclick="openTab('FormatGroup', 'FAT32WBFS')">FAT32+WBFS</button>
<br><br>
<!--------------------------------------FAT32----------------------------------->
<div id="FAT32" class="FormatGroup">
<b><u>FAT32 (Recommended)</u></b><br>
<br>
Pros:<br>
<ul style=align="left" type="disc">
<li>The Wii can access apps, games, covers, media and other files stored on FAT32 without requiring an SD card.
<li>Compatible with playing Gamecube games.
<li>Compatible with SNEEK/Nand Emulation.
</ul>
Cons:<br>
<ul style=align="left" type="disc">
<li>Cannot store files greater than 4GBs. The limit does not apply to Wii games, which can be split into parts. This will likely not affect you unless the drive is also used to store HD videos.
</ul>
<br>
<ol type="A">
<li>First, plug your hard drive into your PC and determine if it needs to be formatted by checking the current Format\File-System of the drive.</li>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/KwoLWwUmswE?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/format.gif" border="0"/></a><br>
<ul style=align="left" type="square">
<li>Open "This PC" or "My Computer", right-click the external hard drive you want to use, then select "Properties".
<ul style=align="left" type="square">
<li>If "This PC" or "My Computer" is not on the desktop it can be accessed using the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">⊞ Win</kbd>+<kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">E</kbd> keyboard combination.
</ul>
<li>Make note of the Drive Letter of the external hard drive as this will be important later.
<li>If the "File-System" is already FAT32, you can skip this step.
</ul>
<li><b>If you have anything saved on the hard drive, you should back it up now as all the data will be lost once you format it.</b>
<li>Launch FAT32 GUI Formatter from COPY_TO_USB\Program Files
</li>
<ul style=align="left" type="square">
<li>If you need to format the drive that the application is saved to, copy it to a different drive and launch it from there.
</ul>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/oLA47xjGPVQ?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/FAT32.gif" border="0"/></a><br>
<li>Carefully select the correct drive letter corresponding to your external hard drive.
<li>You may optionally uncheck the "Quick Format" box, then click "Start".
<ul style=align="left" type="square">
<li>When completed it should display "Done".
<li>If you get an error indicating the device is in use, try again after first closing all of your file explorer windows, even the ones that weren't browsing the device.<br>
</ul>
<li>Click the "Close" button.
</ol>
</div>
<!--------------------------------------NTFS----------------------------------->
<div id="NTFS" class="FormatGroup">
<b><u>NTFS</u></b><br>
<br>
Pros:<br>
<ul style=align="left" type="disc">
<li>Capable of storing files greater than 4GB.
<li>Most USB-Loaders can access games, covers and music saved to NTFS.
</ul>
Cons:<br>
<ul style=align="left" type="disc">
<li>The HBC cannot load apps stored on NTFS, so an SD card or modern forwarder channel is required to run USB-Loaders.
<li>Incompatible with playing Gamecube games.
<li>Incompatible with SNEEK/Nand Emulation.
</ul>
<br>
<ol type="A">
<li>First, plug your hard drive into your PC and determine if it needs to be formatted by checking the current Format\File-System of the drive.
</li>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/KwoLWwUmswE?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/format.gif" border="0"/></a><br>
<ul style=align="left" type="square">
<li>Open "This PC" or "My Computer", right-click the external hard drive you want to use, then select "Properties".
<ul style=align="left" type="square">
<li>If "This PC" or "My Computer" is not on the desktop it can be accessed using the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">⊞ Win</kbd>+<kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">E</kbd> keyboard combination.
</ul>
<li>Make note of the Drive Letter of the external hard drive as this will be important later.
<li>If the "File-System" is already NTFS, you can skip this step.
</ul>
<li><b>If you have anything saved on the hard drive, you should back it up now as all the data will be lost once you format it.</b>
<li>Right-click "My Computer" and select "Manage", a new window will open, on left panel click "Disk Management".
</li>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/s_bT5qRJi98?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/NTFS.gif" border="0"/></a><br>
<li>Right-click the drive you want to format (make sure you select the right drive!), then select "Format..."
<li>Select "NTFS" as the File system to use and input a name for the Hard-Drive/Volume.
<li>You may optionally uncheck the "Perform a quick format" box, then click "OK", then click "OK" again.
</ol>
</div>
<!--------------------------------------WBFS----------------------------------->
<div id="WBFS" class="FormatGroup">
<b><u>WBFS</u></b><br>
<br>
Pros:<br>
<ul style=align="left" type="disc">
<li>Greater compatibility with hard drives, especially small thumb drives. If loading backups using other formats doesn't work you can try WBFS before getting a new hard drive.
</ul>
Cons:<br>
<ul style=align="left" type="disc">
<li>WBFS can ONLY store Wii Games, so an SD card is generally required to run apps.
<li>Incompatible with playing Gamecube games.
<li>Incompatible with SNEEK/Nand Emulation.
<li>Windows Explorer cannot open WBFS drives and may prompt you to format it, careful not to do so accidentally.
<ul style=align="left" type="square">
<li>Wii games saved to the drive can still be managed on your PC using Wii Backup Manager or on your Wii using a USB-Loader.
</ul>
</ul>
<br>
<ol type="A">
<li><b>If you have anything saved on the hard drive, you should back it up now as all the data will be lost once you format it.</b>
<ul style=align="left" type="square">
<li>If you have any Wii files on the drive you should copy them to your SD Card now (e.g. "apps" folder, "usb-loader" folder, etc.)
</ul>
<li>Launch Wii Backup Manager from COPY_TO_USB\Program Files
</li>
<ul style=align="left" type="square">
<li>If you need to format the drive that the application is saved to, copy it to a different drive and launch it from there.
</ul>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/JClxKhiC_18?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/WBFS.gif" border="0"/></a><br>
<li>In the Wii Backup Manager window, click the "Tools" menu and select "Format drives".
<li>Carefully select the correct drive letter corresponding to your external hard drive.
<li>Confirm the new file system is "WBFS", then click "Start".
<li>Click "Yes" when asked if you want to continue, then click "Close".
</ol>
<br>
<ul style=align="left" type="disc">
<li><b>Warning:</b> Windows Explorer cannot open WBFS drives and may prompt you to format it, careful not to do so accidentally.
<ul style=align="left" type="square">
<li>Wii games saved to the drive can still be managed on your PC using Wii Backup Manager or on your Wii using a USB-Loader.
</ul>
</ul>
</div>
<!--------------------------------------FAT32+NTFS----------------------------------->
<div id="FAT32NTFS" class="FormatGroup">
<b><u>FAT32 + NTFS</u></b><br>
<br>
Pros:<br>
<ul style=align="left" type="disc">
<li>FAT32 partition can be used to launch apps without requiring an SD card.
<li>FAT32 partition is compatible with playing Gamecube games.
<li>FAT32 partition is compatible with SNEEK/Nand Emulation.
<li>NTFS partition can be used to save files greater than 4GB.
</ul>
Cons:<br>
<ul style=align="left" type="disc">
<li>May not be possible with some low capacity USB flash drives.
<li>A little more work to setup.
</ul>
<br>
<ol type="A">
<li><b>If you have anything saved on the hard drive, you should back it up now as all the data will be lost once you format it.</b>
<li>Right-click "This PC" or "My Computer" and select "Manage", a new window will open, on left panel click "Disk Management".
</li>
<ul style=align="left" type="square">
<li>If "This PC" or "My Computer" is not on the desktop it can be accessed using the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">⊞ Win</kbd>+<kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">E</kbd> keyboard combination.
</ul>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/WgEbG5jH7Fs?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/FAT32NTFS.gif" border="0"/></a><br>
<li>Right-click the partition(s) on the drive (make sure you select the right drive!) and select "Delete Volume" or "Delete Partition" to remove them. Repeat this process for each partition on that disk.
<li>On the lower half menu of the window, locate the unallocated space, right-click it, and select "New Simple Volume..."
<li>Enter the "volume size" you want your FAT32 partition to be, and click "Next".
<li>Choose a Drive letter for this partition, then click "Next".
<ul style=align="left" type="disc">
<li>Make note of this drive letter, as it will be needed when we use FAT32 GUI Formatter shortly.
</ul>
<li>Set the File System to "FAT32" (if possible) and optionally customize the "Volume label".
<ul style=align="left" type="disc">
<li>FAT32 will mostly likely not be an option (only listed if volume size is under 32GB).
</ul>
<li>If FAT32 isn't an option, you can choose "Do not format this volume".
<ul style=align="left" type="disc">
<li>It's also okay to format as NTFS or exFAT since we will be changing it to FAT32 later.
</ul>
<li>Click "Next", then click "Finish".
<ul style=align="left" type="disc">
<li>If you see a message indicating you need to format the drive, click "Cancel".
</ul>
<li>In the lower half of the Disk Management menu, locate your drive's remaining unallocated space, right-click it, and select "New Simple Volume...."
<li>Click "Next" to format all the remaining space on the drive.
<li>Choose a Drive letter for your NTFS partition, and click "Next".
<li>Ensure the file system is set to NTFS, then name/label the volume, and optionally uncheck the "Perform a quick format" box.
<li>Click "Next", then click "Finish".
</li>
<br>
If you were able to format the first partition as FAT32, then you can skip the remainder of this step.<br>
<br>
<li>Launch FAT32 GUI Formatter from COPY_TO_USB\Program Files
<ul style=align="left" type="square">
<li>If you need to format the drive that the application is saved to, copy it to a different drive and launch it from there.
</ul>
<li>Carefully select the correct drive letter corresponding to the first partition on your external hard drive.
<li>You may optionally uncheck the "Quick Format" box, then click "Start".
<ul style=align="left" type="square">
<li>When completed it should display "Done".
<li>If you get an error indicating the device is in use, try again after first closing all of your file explorer windows, even the ones that weren't browsing the device.<br>
</ul>
<li>Click the "Close" button.
</ol>
</div>
<!--------------------------------------FAT32+WBFS----------------------------------->
<div id="FAT32WBFS" class="FormatGroup">
<b><u>FAT32 + WBFS</u></b><br>
<br>
Pros:<br>
<ul style=align="left" type="disc">
<li>FAT32 partition can be used to launch apps without requiring an SD card.
<li>FAT32 partition is compatible with playing Gamecube games.
<li>FAT32 partition is compatible with SNEEK/Nand Emulation.
<li>WBFS has greater compatibility with hard drives, especially small thumb drives. If loading backups using other formats doesn't work you can try WBFS before getting a new hard drive.
</ul>
Cons:<br>
<ul style=align="left" type="disc">
<li>May not be possible with some low capacity USB flash drives.
<li>A little more work to setup.
<li>WBFS partition can ONLY store Wii Games.
<li>Windows Explorer cannot open WBFS partitions and may prompt you to format it, careful not to do so accidentally.
<ul style=align="left" type="square">
<li>Wii games saved to a WBFS partition can still be managed on your PC using Wii Backup Manager or on your Wii using a USB-Loader.
</ul>
</ul>
<br>
<ol type="A">
<li><b>If you have anything saved on the hard drive, you should back it up now as all the data will be lost once you format it.</b>
<li>Right-click "This PC" or "My Computer" and select "Manage", a new window will open, on left panel click "Disk Management".
</li>
<ul style=align="left" type="square">
<li>If "This PC" or "My Computer" is not on the desktop it can be accessed using the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">⊞ Win</kbd>+<kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">E</kbd> keyboard combination.
</ul>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/PfqyvqJIbfc?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/FAT32WBFS.gif" border="0"/></a><br>
<li>Right-click the partition(s) on the drive (make sure you select the right drive!) and select "Delete Volume" or "Delete Partition" to remove them. Repeat this process for each partition on that disk.
<li>On the lower half menu of the window, locate the unallocated space, right-click it, and select "New Simple Volume..."
<li>Enter the "volume size" you want your FAT32 partition to be, and click "Next".
<li>Choose a Drive letter for this partition, then click "Next".
<ul style=align="left" type="disc">
<li>Make note of the first partition's drive letter, as it will be needed when we use FAT32 GUI Formatter shortly.
</ul>
<li>Set the File System to "FAT32" (if possible) and optionally customize the "Volume label".
<ul style=align="left" type="disc">
<li>FAT32 will mostly likely not be an option (only listed if volume size is under 32GB).
</ul>
<li>If FAT32 isn't an option, you can choose "Do not format this volume".
<ul style=align="left" type="disc">
<li>It's also okay to format as NTFS or exFAT since we will be changing it to FAT32 later.
</ul>
<li>Click "Next", then click "Finish".
<ul style=align="left" type="disc">
<li>If you see a message indicating you need to format the drive, click "Cancel".
</ul>
<li>In the lower half of the Disk Management menu, locate your drive's remaining unallocated space, right-click it, and select "New Simple Volume...."
<li>Click "Next" to format all the remaining space on the drive.
<li>Choose a Drive letter for the WBFS partition, and click "Next".
<ul style=align="left" type="disc">
<li>Make note of the second partition's drive letter, as it will be needed when we use Wii Backup Manager shortly.
</ul>
<li>Set the File System to anything (e.g. "NTFS") as we will be changing it to WBFS later, and optionally customize the "Volume label".
<li>Click "Next", then click "Finish".
</li>
<br>
If you were able to format the first partition as FAT32, then you can skip to formatting the second partition as WBFS.<br>
<br>
<li>Launch FAT32 GUI Formatter from COPY_TO_USB\Program Files
<ul style=align="left" type="square">
<li>If you need to format the drive that the application is saved to, copy it to a different drive and launch it from there.
</ul>
<li>Carefully select the correct drive letter corresponding to the first partition on your external hard drive.
<li>You may optionally uncheck the "Quick Format" box, then click "Start".
<ul style=align="left" type="square">
<li>When completed it should display "Done".
<li>If you get an error indicating the device is in use, try again after first closing all of your file explorer windows, even the ones that weren't browsing the device.<br>
</ul>
<li>Click the "Close" button.
</li>
<br>
<li>To format the second partition as WBFS, launch Wii Backup Manager from COPY_TO_USB\Program Files
<ul style=align="left" type="square">
<li>If you need to format the drive that the application is saved to, copy it to a different drive and launch it from there.
</ul>
</li>
<li>In the Wii Backup Manager window, click the "Tools" menu and select "Format drives".
<li>Carefully select the correct drive letter corresponding to the second partition on your external hard drive.
<li>Confirm the new file system is "WBFS", then click "Start".
<li>Click "Yes" when asked if you want to continue, then click "Close".
</ol>
<br>
<ul style=align="left" type="disc">
<li><b>Warning:</b> Windows Explorer cannot open WBFS drives and may prompt you to format it, careful not to do so accidentally.
<ul style=align="left" type="square">
<li>Wii games saved to the drive can still be managed on your PC using Wii Backup Manager or on your Wii using a USB-Loader.
</ul>
</ul>
</div>
</div>
<br>
<script>
function openTab(tabGroup, tabName) {
let tabcontent = document.getElementsByClassName(tabGroup);
let tablinks = document.getElementsByClassName("tablinks");
let element;
for (element of tabcontent) {
element.style.display = "none";
}
for (element of tablinks) {
element.className = element.className.replace("btn--primary", "btn--info");
if (!element.className.includes('btn--info'))
element.className += " btn--info";
}
document.getElementById(tabName).style.display = "block";
event.currentTarget.className = event.currentTarget.className.replace("btn--info", "btn--primary");
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen2").click();
document.getElementById("defaultOpen").click();
</script>
<font size="5"><li>Copy Files to the Hard Drive</li></font><br><ul style=align=left type=disc><li>At this time you should copy the files ModMii downloaded to the root of your hard-drive\partition (or SD Card if your HDD is WBFS).<ul style=align=left type=square><li>The files should be saved here: C:\ModMii\COPY_TO_USB</ul></ul><br>When finished copying, you can proceed with the optional steps below or safely remove the hard drive from your computer and plug it into port0 on your Wii to start playing!<br><br>
<font size="5"><li>Manage Game backups (optional)</li></font><br>
<ul style=align="left" type="disc">
<li>WiiBackupManager.exe is saved here: "COPY_TO_USB\Program Files\WiiBackupManager"
<li>NKitProcessingApp.exe is saved here: "COPY_TO_USB\Program Files\NKit"
<li>GCBM.exe is saved here: "COPY_TO_USB\Program Files\GCBM"
</ul><br>
<font size="5"><b>Wii Backup Manager</b></font><br>
<i>Wii Backup Manager (WBM) is a Windows program to help transfer Wii games to and from hard drives and SD cards.<br>It can also download game covers, list your games, identify what games are missing between devices, and more.</i><br><br>
<ul style=align="left" type="disc">
<li>You can use this program to manage/transfer your backup copies of Wii Games.
<li>It is very simple to use, but a detailed tutorial on using Wii Backup Manager can be found <a href="http://www.sites.google.com/site/completesg/backup-launchers/iso/wbfs-managers/wii-backup-manager" target="_blank">here</a>.
</ul>
<br>
<font size="5"><b>GameCube Backup Manager</b></font><br>
<i>GameCube Backup Manager (GCBM) is a Windows program to help transfer GameCube games to and from hard drives and SD cards.<br>The interface is very similar to the popular Wii Backup Manager program making it easy to use.</i><br><br>
<ul style=align="left" type="disc">
<li>You can use this program to manage/transfer your backup copies of GameCube Games.
<li>More information and support for GameCube Backup Manager can be found <a href="https://gbatemp.net/threads/gamecube-backup-manager-official-post.611247/" target="_blank">here</a>.
</ul>
<br>
<font size="5"><b>NKit Processing App</b></font><br>
<i>NKit is a Nintendo ToolKit that can Recover and Preserve Wii and GameCube disc images.</i><br><br>
<ul style=align="left" type="disc">
<li>Practically speaking you will only need this app if you encounter an "NKit.iso" or "NKit.gcz" game backup, which are not supported by WBM or GCBM.
<ul style=align="left" type="square">
<li>Usually these files have NKit in their names, but if WBM or GCBM cannot handle a backup it may be an unlabelled NKit backup.
</ul>
<br>
<li><b>How to use the NKit Processing App to convert NKit backups to ISO</b>
<ol type="A">
<li>Drag and drop source file(s) onto the NKit Processing App window.
<li>Select "Convert to ISO" Mode.
<li>Click "Process".
<li>When finished, the converted game will be saved to: ..\NKit\Processed\Wii_MatchFail\
</ol>
<ul style=align="left" type="square">
<li>Click <A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/IrzE23XuFJU?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank">here</a> for a short video tutorial.
</ul>
<br>
<li>After converting from NKit to ISO, backups can be handled by WBM and GCBM like normal.
</ul>
<br>
<font size="5"><b>How to Backup Original Discs</b></font><br>
<i>Ripping <u>original</u> Wii discs cannot be done on a computer without one of the rare disc drives that are capable of doing so (most are LG branded).</i><br><br>
<ul style=align="left" type="disc">
<li>To copy Wii Discs, launch USB-Loader GX and insert the disc into your Wii, if you're not prompted to copy\install the game you can press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd> to start making a backup.
<li>To copy GameCube (or Wii) Discs, launch "CleanRip" from the HBC and insert the disc into your Wii, then follow the very simple on-screen instructions. Note that CleanRip does not support devices formatted as WBFS.
<ul style=align="left" type="square"><li><b>Warning</b>: Using your Wii to rip games to NTFS is <u>very</u> unstable, it is highly recommended to rip games to a FAT32 or WBFS formatted HDD, then transfer them to your NTFS drive using a computer. Recall that GameCube games cannot be played when saved to NTFS devices.</ul>
</ul><br>
<font size="5"><li>Configure/Customize Your USB-Loader (optional)</li></font><br>
<ul style=align="left" type="disc">
<li>Start your preferred USB-Loader from the HBC, or a forwarder channel, or set Priiloader to autoboot it at startup.
<ul style=align="left" type="square">
<li>From there it's pretty intuitive, browse and adjust any settings to your liking, download covers, etc.
</ul>
<br>
<li>You can customize the look of your USB-Loader from a selection of themes found here: <a href="https://theme.rc24.xyz" target="_blank">https://theme.rc24.xyz</a><br>
<br>
<li>If you have questions about getting started with USB-Loader GX <a href="https://web.archive.org/web/20231213215727/wii.guide/usbloadergx" target="_blank">click here</a>.<br>
</ol><br>
<!---------------------------------------Credits, apps, and sources are below---------------------------------------------->
<font size="6"><li><a name="Credits">Credits, Supporting Apps, and Sources</a></li></font><br>
ModMii was written entirely by yours truly, XFlak. Trust me, no one else is crazy enough to try to maintain a batch file that has grown so large and 'all over the place'. But without the help of many other very talented people ModMii would not exist. Some people have contributed supporting files or programs, others have shared their knowledge, some have provided ideas and others have given their time.<br>
<br>
I have tried my best to recognize everyone's contribution to ModMii regardless of how big or small it is. If I've forgotten someone, please notify me and I'll add them to the credits as quickly as possible.<br><br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click for Credits, Supporting Apps and Sources " style="margin: 0px; padding: 0px; font-size: xx-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Credits, Supporting Apps and Sources '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click for Credits, Supporting Apps and Sources '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<ul style=align="left" type="disc">
<li><font size="4"><b>Team Twiizers</b></font><br>
Thanks to Team Twiizers for creating the revolutionary HackMii Installer. Without their hard work, the Wii might never have been unlocked. Many Team Twiizer Members went on to join Team Fail Overflow; a team that played a vital role in unlocking the PS3.<br><br>
I especially want to thank Bushing (may he rest in peace), who before his untimely passing gave ModMii his blessing to download and use the HackMii Installer.</li><br>
<li><b><font size="4">Giantpune</font></b><br>
Giantpune is a legend in the Wii Scene and I consider him to be a good friend of mine. He created many exploits, including the Smash Stack exploit for PAL and KOR Wii's (which is maybe still the only method to fix 003 bricked Wii's), the Channel Forwarder dol, USB Loader GX, and many other computer programs to repair or virginize Wii's.<br><br>
He's contributed code to more projects than I even know about, so its impossible for me to truly convey his impact on the scene. He even took the time to explain a few things to me about cIOSs when ModMii was in its early stages and still known as NUS Auto Downloader.</li><br>
<li><b><font size="4">DeadlyFoez</font></b><br>
DeadlyFoez is legendary for his Wii Repairs and infectus tutorial. Anyone who's broken their Wii can email <a href="mailto:deadlyfoez@yahoo.com ">deadlyfoez@yahoo.com </a> to have it fixed.<br><br>
DeadlyFoez played a key role in the ModMii v5.0.0 update not only by helping come up with the idea for using html guides but also creating the template for ModMii's custom html guides and recording almost all of the videos and images they use. Within 1.5 weeks since our initial conversation we were able to collaborate and bring the idea to life in time to release it for Christmas. Working with him on this was a truly rewarding and fun experience. DeadlyFoez also single-handedly built the first official ModMii website.<br><br>
What can I say about THE "DeadlyFoez" on a personal level. He's always getting me into trouble but his friendship is worth every fiasco! It's unreal how he became one of my best friends. Just goes to show you not everyone you meet online is totally crazy; in his case... just a little crazy. But seriously, thanks to DeadlyFoez for always being there for me to bounce ModMii ideas off of, for hosting our Team Your Mom meetings and for introducing me to his awesome family and friends. There's no one else I'd rather geek out with and I'll always have your back.</li><br>
<li><b><font size="4">Violator</font></b><br>
He's my bro, my cuz, my best man and the reason I ever bought or modded a Wii. "XFlak" would have died many years ago if not for him. Thanks Violator, for getting me interested in this stuff, and for all the awesome music you recorded for ModMii and my <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a>.</li><br>
<li><b><font size="4">JoostinOnline</font></b><br>
Thanks for his work developing KoreanKii (with tueidj), Syscheck HD Edition, sharing his webhosting space with me, and for all his jokes; I'll never get tired of our endless patriotic "debates".</li><br>
<li><b><font size="4">Crediar, Daco Taco and Phpgeek</font></b><br>
The above people all had a hand in creating Priiloader. This was another revolutionary tool mainly because it was the first to offer some level of protection to newer Wii's that were unable to install Bootmii at boot2. Crediar developed the original preloader as well as s/uneek, Nintendont, NMM, DML, etc. Special thanks to Daco Taco for being the last man standing in terms of actively improving/maintaining Priiloader.</li><br>
<li><b><font size="4">Comex</font></b><br>
In addition to being a member of Team Twiizers and contributing to the HackMii Installer, Comex created the heavily utilized bannerbomb exploit. This exploit is what allows Wii's on firmwares 3.0-4.2 to be softmodded with only an SD Card instead of needing one of a few specific Wii Games.</li><br>
<li><b><font size="4">Waninkoko</font></b><br>
Waninkoko was the first to publicly release a cIOS and other excellent apps like WAD manager, Save Game Manager, USB loader, etc. I also want to thank him for giving ModMii permission to recreate his cIOSs in WAD form.<br><br>
<li><b><font size="4">Hermes</font></b><br>
Hermes is well known for his cIOS 222/223/224 and for his usbloader "uloader". For a time his cIOSs were the only ones to work with RockBand type games and they are still highly utilized today.</li><br>
<li><b><font size="4">davebaol and XFlak</font></b><br>
These developers worked together to modify Waninkoko's rev21 cIOS and created a new "d2x" cIOS. This cIOS is currently considered the ultimate cIOS because it corrected many bugs and added features that were previously thought to be impossible (ie. Support for IOS Reloading Games). WiiPower was also heavily influential in achieving IOS Reload Support.</li><br>
<li><b><font size="4">Fullmetal5</font></b><br>
Thanks for his work developing the str2hax and bluebomb exploits. Fullmetal5 may have arrived a bit late to the Wii scene, but he's probably one of the most talented developers still active in the scene today. I can't wait to see what he comes out with next!</li><br>
<li><b><font size="4">Rodries</font></b><br>
Thanks to Rodries for improving upon Hermes v5.1 cIOSs.</li><br>
<li><b><font size="4">WiiGator</font></b><br>
WiiGator created a cMIOS and Gamecube Backup Launcher. Any GameCube fans owe a big thank you to WiiGator for his work.</li><br>
<li><b><font size="4">cwstjdenobs</font></b><br>
cwstjdenobs is one of the few people I've encountered in the Wii scene that I would love to treat to a beer. He was always very supportive of me and encouraged me to ask him as many questions as I'd like. He is probably most well known for YAWMM (Yet Another Wad Manager Mod) which was the first Wad Manager to add brick protection by restricting users from making silly mistakes like uninstalling or stubbing a crucial file. He's also made and modified apps specifically for ModMii. For example, he modified WadMii so it doesn't timestamp WADs and he also made a setting.txt builder for ModMii's NAND builder.</li><br>
<li><b><font size="4">Leathl</font></b><br>
Leathl is another awesome developer who supported me before I became well known by expanding upon his apps to further support ModMii. Leathl has created many Wii apps including ShowMiiWads, CustomizeMii, libWiiSharp, patchios, nusfilegrabber, etc. Despite his recent inactivity, his apps are still highly used today... just goes to show you that quality work never gets old. I also want to thank RetroHead for him Mod of ShowMiiWads which ModMii uses to build emulated nands without requiring any input from the user. libWiiSharp.dll is based on wii.py, the wii.py devs are Megazig, Omega, Xuzz, SquidMan, Matt_P and The Lemon Man. Also thanks to Daeken for writing Struct.py and marcan for his LZ77 code.</li><br>
<li><b><font size="4">scooby74029</font></b><br>
scooby74029's most well known for sneeky compiler, which is able to build multiple different versions of s\uneek. ModMii will always construct the latest version of s\uneek available on his sneeky compiler google code webpage. This means he has total control over what version of s\uneek ModMii will construct. He also created modifications of Leathl's libWiiSharp.dll and patchios.exe to further support ModMii. Additionally, he's modified other apps like Any Region Changer ModMii Edition, JoyFlow, JoyLoader GX, JoyLoader CFG, etc. On top of all that, he's an all around awesome person and I'm proud to be on his friends list.</li><br>
<li><b><font size="4">person66</font></b><br>
person66 has had a hand in many projects, but most noteworthy are his sharpii cmd line tool and his Universal Forwarder Creator. He also wrote an autoit script that is used to launch ModMii with an icon, arguments and other useful functions.<br><br>
Thanks for trading little bits of batch coding knowledge with me. It's great having a fellow batch coder for a friend; we are a dying breed, so keep up the great work with Universal Forwarder Creator and all your other projects.</li><br>
<li><b><font size="4">WiiPower</font></b><br>
WiiPower created Neogamma, hands down the best backup disc loader for the Wii. He also modified WiiGators cMIOS and created what is today considered the ultimate cMIOS. Furthermore he's contributed code to many other popular usb-loaders and had a hand in adding IOS Reloading support to the d2x cIOSs.</li><br>
<li><b><font size="4">OverjoY and obcd</font></b><br>
OverjoY created JoyFlow, a modification of WiiFlow that runs on s\uneek. He then teamed up with obcd to accomplish some seriously amazing things, like building their mod of s\uneek, NEEK2O, that allows it to load games in wbfs format and select from multiple emulated NANDs.</li><br>
<li><b><font size="4">Arikado and the Dop-Mii Team</font></b><br>
They created Dop-Mii; a lot of apps borrow code from Dop-Mii, so even if you have never used Dop-Mii but used MMM or WiiMod then you owe a thank you to these people.</li><br>
<li><b><font size="4">WiiWu</font></b><br>
He made Multi-Mod Manager (MMM) which has the functions of many different Wii modding tools all in one user friendly app.</li><br>
<li><b><font size="4">WB3000 and WiiNinja</font></b><br>
Thanks to WB3000 for creating NUS Downloader and to WiiNinja for making a cmd line version of NUS Downloader. NUS Downloader is one of ModMii's vital supporting apps.</li><br>
<li><b><font size="4">TheShadowEevee</font></b><br>
TheShadowEevee helped update many tools with a new NUS endpoint. He also helped implement some fixes and improvements to Any Region Changer ModMii Edition.</li><br>
<li><b><font size="4">WiiCrazy</font></b><br>
WiiCrazy is most famous for "Wii Game Shortcut Creator" (formerly known as "Crap"), Crazy Intro and Crazy Intro Video. He also contributed to usb-loaders by bypassing some game specific security. WiiCrazy is another person who's always been willing to do everything in his power to help me, or anyone else for that matter.</li><br>
<li><b><font size="4">oggzee, usptactical, gannon and Dr.Clipper</font></b><br>
Together the above people compose the Configurable USB Loader Team. Back in the day, this usb-loader was always the first to add new features and in my opinion it's one of the top three best usb-loader out there.</li><br>
<li><b><font size="4">Cyan, dimok, blackb0x and the USBLoaderGX team</font></b><br>
Thanks for their work on USBLoaderGX. It is one of the most feature-rich usb-loaders and has quickly become a favourite among the community. I also want to thank Cyan specifically for his excellent support of users on gbatemp for many years; he has probably explained what an IOS is more times than I can count!</li><br>
<li><b><font size="4">OverjoY, blackb0x, Peter0x44 and scooby74029</font></b><br>
This dream team of developers brought my vision to life when they created YAWM ModMii Edition.</li><br>
<li><b><font size="4">Hibernatus, Fledge68 and the WiiFlow team</font></b><br>
Thanks for their work on WiiFlow. It was always beautiful, but now it's got all sorts of bells and whistles, you should check it out.</li><br>
<li><b><font size="4">Wiimm</font></b><br>
For Wiimmfi Thanks to Wiimm for creating Wiimmfi and Wiimms ISO Tools, including wit.exe which ModMii uses to convert Wii Games to s/uneek format as well as build forwarder ISOs.</li><br>
<li><b><font size="4">Leseratte</font></b><br>
For his work on Wiimmfi, as well as d2xl and other amazing projects.</li><br>
<li><b><font size="4">diddy81 and symular syn of the Wii Theme Team</font></b><br>
The Wii Theme Team has created some of the best Wii Themes ever made! All of the alternative themes available in ModMii were created by them. I want to thank diddy81 in particular for working with me to ensure that all his themes worked perfectly for all regions.</li><br>
<li><b><font size="4">FIX94, Narolez and the WiiXplorer Team</font></b><br>
Thanks to all these people for their contributions in making the best SD/USB forwarder. I want to thank FIX94 in particular who not only worked on Nintendont, Some YAWMM Mod, WiiFlow and literally every other big Wii application, but he also spent a lot of time testing ModMii's Forwarder Builder.</li><br>
<li><b><font size="4">jskyboo</font></b><br>
Thanks to jskyboo for creating WiiMod. His app can do a lot of different things, and it was the first ahbprot enabled WAD Manager to incorporate davebaol's ahbprot bugfix.</li><br>
<li><b><font size="4">ModMii's Translators</font></b><br>
Tranlating ModMii is an enormous amount of work. It's very challenging to get special characters to display correctly in a cmd window, not to mention keeping everything formatted properly. But probably the most difficult part of translating ModMii is keeping up with the updates. If you use a translated version of ModMii, I encourage you to thank your translator because it truly is a LOT of work to do.<br><br>
French Translators: <b>mamule, xav91 and ketufe</b><br>
Dutch Translator: <b>Hielkenator</b><br>
Italian Translators: <b>Wasabi, Step and Robilyn</b><br>
Spanish Translators: <b>ledebene and Burton</b></li><br>
<li><b><font size="4">Fig2k4</font></b><br>
Thanks Fig2k4 for WiiBackupManager. It was a pleasure beta testing it for you and sharing my ideas with you. I hope to see you around the forums again and that you continue working on your amazing program.</li><br>
<li><b><font size="4">Gabubu, sthetix, Foxlet, Alexander1970 and Vila</font></b><br>
Thanks for recording, editing or upscaling many of the Youtube videos used by ModMii. Special thanks to Gabubu who single-handedly created all the new\updated videos in the 7.0.0 update, and also updated GFX for a bunch of ModMii's Wii channels.</li><br>
<li><b><font size="4">WiiShizzza, pepxl, RobGee789, M3RK and AuroraNemoia</font></b><br>
Thanks to WiiShizzza for creating ModMii's new icon and to pepxl for creating ModMii's original icon. I want to thank everyone who created a ModMii icon and submitted it into ModMii's new icon competition. <a href="https://gbatemp.net/threads/new-modmii-icon-logo-candidates.296772/" target="_blank">https://gbatemp.net/threads/new-modmii-icon-logo-candidates.296772/</a><br><br>
RobGee789 and M3RK made ModMii Skin's original graphics. AuroraNemoia made ModMii Skin's new (2022) default\Nebula theme. It was a pleasure working with them, they were all very open to feedback and willing to "go back to the drawing board", so to speak, as many times as it took to get it perfect. Thanks guys!</li><br>
<li><b><font size="4">dhtdht020</font></b><br>
Thanks for maintaining oscwii.org and for refreshing the ModMii icons in 2022; now I have a rainbow of icons to choose from should the need arise.</li><br>
<li><b><font size="4">My Fellow Guide Writers</font></b><br>
Thanks to tj_cool, xzxero, burritoboy9984, ChokeD and mauifrog for their awesome guides. I especially want to thank tj_cool and xzxero for inviting me to join "The Crew" at the Complete Softmod Guide. I'll never forget how great it felt to be relatively new to the scene and to be invited to join you all as equals.</li><br>
<li><b><font size="4">RiiConnect24 and Wii.Guide team</font></b><br>
Thanks in particular go out to Peter0x44, Larsenv and KcrPL. Brainstorming and collaborating with you guys made the 2020 lockdowns feel somewhat bearable. Special thanks to Peter0x44 for helping me set up the ModMii discord server to a much higher standard than I could have ever hoped to do on my own.</li><br>
<li><b><font size="4">DaMysteryMan</font></b><br>
Thanks for helping me understand the structure of a cIOS so I could better recreate it in WAD form. For those of you who don't know him, DaMysteryMan is most well known for his ever controversial app - DarkCorp (formerly known as cIOSCorp).</li><br>
<li><b><font size="4">Gannon</font></b><br>
Thanks to Gannon for bootopera, which I was able to mod to create the URL loader base dol.</li><br>
<li><b><font size="4">Devnol</font></b><br>
Thanks to Devnol for properly modifying the Open HBC to use the same title ID as the official HBC (LULZ).</li><br>
<li><b><font size="4">ca032769</font></b><br>
ca032769 is best known for his tutorial on how to use a larger than 2TB Hard Drive on a Wii as a Single FAT32 Partition, thanks!</li><br>
<li><b><font size="4">All My Beta Testers!</font></b><br>
It's because of you guys that ModMii is as stable as it is. Considering that ModMii is developed entirely in notepad without any kind of debugger or developer tools; it's pretty remarkable that ModMii has always been bug-free (albeit with a couple minor exceptions). Thanks for your never-ending devotion to quality control!<br>
Here's a list of some of ModMii's beta testers (in no particular order): scooby74029, DeadlyFoez, redia, Etheboss, JoostinOnline, person66, brausm08, geovalley, undeadsquirrel, mauifrog, FIX94, wolf, Larsenv, Peter0x44, Alexander1970, Cyan, Damaj301damaj, Function, forseenink, jeannotte, saulfabreg, Vila, ca032769, godreborn, KleinesSinchen, RunningSnakes, Scooty and last but certainly not least, Clutz450. @Clutz450, you're the man, I really enjoyed your ModMii tutorial videos and hearing your ideas on the little ways ModMii could be made even better.</li><br>
<li><b><font size="4">You!</font></b><br>
Without you, there would be no reason for ModMii to exist. Thanks for using ModMii for all your Wii softmodding needs!</li>
</ul>
<br>
<font size="5"><u>Supporting Apps and Sources</u></font><br>
<br>
Below is a list of the supporting apps bundled with ModMii and their sources. If a link is missing or broken, you can still get it from <a href="https://mega.nz/folder/YsphyYBQ#UOe3xmXPwldtKo6WF-sfXA" target="_blank">ModMii's Supporting Files Archive</a>.<br>
Source code for ModMii itself is available is available at <a href="https://github.com/modmii/modmii.github.io" target="_blank">github</a>, but you can just open the bat files from it's support folder in notepad or similar text editor.<br>
<br>
<ul style=align="left" type="disc">
<li>NusFileGrabber.exe by Leathl, Mod by XFlak and TheShadowEevee - requires libWiiSharp.dll</li>
<li>patchIOS.exe by Leathl, Mod by scooby74029 - requires libWiiSharp.dll</li>
<li><a href="http://www.mediafire.com/?bogjind5oe3" target="_blank">WadMii.exe (aka WadMiiIsh)</a> by cwstjdenobs - requires libWiiSharp.dll</li>
<li>TMDedit.exe by person66 - requires libWiiSharp.dll
<li><a href="http://code.google.com/p/libWiiSharp/source/browse/" target="_blank">libWiiSharp.dll</a> by Leathl, Mod by scooby74029 and TheShadowEevee</li>
<li><a href="https://github.com/wiiNinja/NUS.downloader.command.line/tree/dotnet3.5" target="_blank">nusd.exe</a> by WiiNinja (original GUI code by WB3000)</li>
<li><a href="http://wit.wiimm.de/" target="_blank">wit.exe</a> by Wiimm</li>
<li>ShowMiiWads_Sneek_Mod.exe by Leathl, Mod by RetroHead</li>
<li>settings.exe v1.0 by cwstjdenobs and v1.1 mod by obcd</li>
<li> <a href="http://ftp.gnu.org/gnu/wget/" target="_blank">wget.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/sevenzip/" target="_blank">7za.exe</a> (freeware)</li>
<li><a href="http://www.nirsoft.net/utils/nircmd.html" target="_blank">nircmd.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/" target="_blank">sfk.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/jojodiff/" target="_blank">jptch.exe</a> (freeware)</li>
<li><a href="http://github.com/waninkoko" target="_blank">Waninkoko's cIOS</a></li>
<li><a href="http://mods.elotrolado.net/~hermes/wii/cios_mload_source_install_3.6.rar" target="_blank">Hermes v4 cIOS</a></li>
<li><a href="http://mods.elotrolado.net/~hermes/wii/cios_mload_source_install_4.0.rar" target="_blank">Hermes v5 cIOS</a></li>
<li><a href="https://github.com/davebaol/d2x-cios/releases" target="_blank">d2x cIOS</a>, <a href="https://github.com/wiidev/d2x-cios" target="_blank">v11+ source</a></li>
<li><a href="https://gbatemp.net/threads/homebrew-forwarder-isos.181011/" target="_blank">ISO template</a> (by spayrosam)</li>
<li><a href="http://www.thedubber.altervista.org/other/batch_prog/index.html" target="_blank">Ascii2All.bat</a> (freeware)</li>
<li><a href="http://wizapp.sourceforge.net/" target="_blank">WizApp.exe</a> by Dion Nicolaas</li>
<li><a href="https://github.com/mogzol/sharpii" target="_blank">Sharpii.exe</a> by person66</li>
<li><a href="http://www.rarlab.com/rar_add.htm" target="_blank">UnRAR.exe</a> (freeware): No Longer Bundled with ModMii since v4.7.0</li>
<li><a href="http://www.autoitscript.com/site/autoit/" target="_blank">AutoIt3.exe</a> (freeware): No Longer Bundled With ModMii since v4.5.7</li>
<li><a href="http://www.dunyazad-library.net/software/hypatia/index.htm" target="_blank">hy.exe</a> (freeware): No Longer Bundled with ModMii since v4.7.0</li>
<li><a href="http://sourceforge.net/projects/fileverifier/files/fileverifier/0.6.3.5830" target="_blank">fvc.exe</a> (freeware): Not used since v7.0.0</li>
</ul>
</div></div></div>
<br>
<!-------------------------------------Support ModMii / XFlak is below------------------------------------------->
<font size="6"><li><a name="Support">Support ModMii</a></li></font><br>
ModMii started out as a small side-project back in 2010 as a simple NUS Auto Downloader script, and now the changelog is taller than me! I started this project in my 20s in my spare time and since then I've gotten married and had not 1, not 2, not 3, but FOUR boys, all ~2 years apart. I love being able to share my love for gaming and for the Wii with them, and with all of you! This is a passion project that has easily taken over 8000-9000 hours of just my time alone, and that's not counting all the hours spent from the legions of devs and testers who've supported ModMii over the years.<br>
<br>
Not knowing that much about computers other than some excel tricks, I slowly built more advanced features on top of my original less efficient code that I'd love to rewrite if it wasn't such a daunting task. Throughout the journey I learned a lot from not just those in the credits list, but the incredibly supportive Wii community as a whole. I've gone from just being a "numbers guy" to my family's go to "tech guy", and I have this project, community and followers to thank for it.<br>
<br>
ModMii is entirely free to use and ad free. Donations can optionally be made to the author using the button below, or pick your favourite contributor from the credits and check if they have a donations page.<br>
<p style="text-align:center">
<a href="https://modmii.github.io/donations.html" target="_blank"><img src="https://modmii.github.io/Images/donate.png" height="95" width="109" border="0"></a></p>
If you're like me and it's difficult to show support with donations, consider taking a minute to vote or share your feedback at the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126" target="_blank">official ModMii page on gbatemp</a>. I always enjoy hearing feedback about your ModMii experience.<br>
<br>
<img src="https://modmii.github.io/Images/FN2187.gif" alt="XFlak" height="95" width="94"><br>
- XFlak
</ol> <!------------This ends the list of chapters in Roman Numberals, THIS HAS TO BE IN ALL GUIDES-------------->
</body>
</html>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,552 @@
<html>
<head>
<title>ModMii SysCheck Updater Guide</title>
<link rel="icon" type="image/ico" href="https://raw.githubusercontent.com/modmii/modmii.github.io/master/Support/icon.ico"></link>
<style type="text/css">
body:before{
content: 'SAMPLE!';
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
color: #0d745e;
font-size: 130px;
font-weight: 500px;
display: grid;
justify-content: center;
align-content: center;
opacity: 0.2;
transform: rotate(-45deg);
}
body { font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif; }
ol > li::marker {font-weight: bold;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii SysCheck Updater Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:09</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
visibility: hidden;
display: none;
}
@media print {
img {
display: none !important;
}
* {
background-image: none !important;
}
}
</style>
<!----------Print button disabled--------
<script>
document.write("<input type='button' " +
"onClick='window.print()' " +
"class='printbutton' " +
"value='Print without images'/>");
</script>
---------Custom Print button above------->
<!--------------Title, pic and scam warning below------------------>
<p style="text-align:center">
<font face="Arial Black" size="10">ModMii for Windows</font><br><font size="6">by XFlak</font><br>
<a href="https://modmii.github.io" target="_blank"><img src="https://modmii.github.io/Images/modmiibanner.png" border="0"/></a><br>
This software is not for sale. If you paid for this software or a "bundle" you have been scammed.<br><br>
<b>THIS PACKAGE COMES WITH ABSOLUTELY NO WARRANTY, NEITHER STATED NOR IMPLIED.<br>
NO ONE BUT YOURSELF IS TO BE HELD RESPONSIBLE FOR ANY DAMAGE THIS MAY CAUSE TO YOUR NINTENDO WII CONSOLE!<br>
USE THIS AT YOUR OWN RISK!</b>
</p>
<br><br>
<!--------------Title, pic and scam warning above------------------>
<ol type="I"> <!------------This start the list of chapters in Roman Numberals, THIS HAS TO BE IN ALL GUIDES-------------->
<!-------------------------Chosen options chapter below--------------------->
<font size="6"><li>Your chosen options</li></font><br>
This guide was generated using the following parameters:<br>
<ul style=align="left" type="disc">
<li>Install recommended cIOSs</li>
<li>Update active IOSs (can be disabled in options)</li>
<li>Do not install a cMIOS (can be enabled in options)</li>
<li>Do not install Hermes cIOSs (can be enabled in options)</li>
<li>Install a USB-Loader Forwarder Channel (can be disabled in options)</li>
<li>Install Extra Brick Protection (patched IOS60 in unused system menu IOS slots) (can be disabled in options)</li>
<li>Guide generated based on ModMii's analysis of the syscheck report contained in the spoiler below</li>
</ul><br>
<div style><div class="spoilerfont" style="text-align:left;"><input value=" Click to see Supplied SysCheck Report " style="margin: 0px; padding: 0px; font-size: x-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Supplied SysCheck Report '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click to see Supplied SysCheck Report '; }" type="button"></div><div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<ul style=align="left" type="disc">
<li>SysCheck HDE v2.4.0 HacksDen Edition by JoostinOnline, Double_A, R2-D2199, and Nano
<li>...runs on IOS58 (rev 6176).
<li>Region: NTSC-U
<li>System Menu 4.3U (v513)
<li>Priiloader installed
<li>Drive date: 12.18.2008
<li>Homebrew Channel 1.1.2 running on IOS58
<li>Console ID: 12345****
<li>Console Type: Wii
<li>Shop Channel Country: United States (49)
<li>Boot2 v4
<li>Found 128 titles.
<li>Found 50 IOS on this console. 13 of them are stubs.
<li>IOS3 (rev 65280): Stub
<li>IOS4 (rev 65280): Stub
<li>IOS9 (rev 1034): No Patches
<li>IOS10 (rev 768): Stub
<li>IOS11 (rev 256): Stub
<li>IOS12 (rev 526): No Patches
<li>IOS13 (rev 1032): No Patches
<li>IOS14 (rev 1032): No Patches
<li>IOS15 (rev 1032): No Patches
<li>IOS16 (rev 512): Stub
<li>IOS17 (rev 1032): No Patches
<li>IOS20 (rev 256): Stub
<li>IOS21 (rev 1039): No Patches
<li>IOS22 (rev 1294): No Patches
<li>IOS28 (rev 1807): No Patches
<li>IOS30 (rev 2816): Stub
<li>IOS31 (rev 3608): No Patches
<li>IOS33 (rev 3608): No Patches
<li>IOS34 (rev 3608): No Patches
<li>IOS35 (rev 3608): No Patches
<li>IOS36 (rev 3608, Info: rev 3351): Trucha Bug
<li>IOS37 (rev 5663): No Patches
<li>IOS38 (rev 4124): No Patches
<li>IOS40 (rev 3072): Stub
<li>IOS41 (rev 3607): No Patches
<li>IOS43 (rev 3607): No Patches
<li>IOS45 (rev 3607): No Patches
<li>IOS46 (rev 3607): No Patches
<li>IOS48 (rev 4124): No Patches
<li>IOS50 (rev 5120): Stub
<li>IOS51 (rev 4864): Stub
<li>IOS52 (rev 5888): Stub
<li>IOS53 (rev 5663): No Patches
<li>IOS55 (rev 5663): No Patches
<li>IOS56 (rev 5662): Trucha Bug, NAND Access
<li>IOS57 (rev 5919): No Patches
<li>IOS58 (rev 6176): USB 2.0
<li>IOS60 (rev 6400): Stub
<li>IOS61 (rev 5662): No Patches
<li>IOS62 (rev 6430): No Patches
<li>IOS70 (rev 6912): Stub
<li>IOS80 (rev 6944): No Patches
<li>IOS222[38] (rev 4, Info: hermes-v4): Trucha Bug, ES Identify, NAND Access, USB 2.0
<li>IOS223[38+37] (rev 4, Info: hermes-v4): Trucha Bug, ES Identify, NAND Access, USB 2.0
<li>IOS224[57] (rev 65535, Info: hermesrodries-v5.1): Trucha Bug, NAND Access, USB 2.0
<li>IOS249[57] (rev 65535, Info: d2x-v10beta53-alt): Trucha Bug, NAND Access, USB 2.0
<li>IOS250[57] (rev 65535, Info: d2x-v10beta53): Trucha Bug, NAND Access, USB 2.0
<li>IOS251[58] (rev 65535, Info: d2x-v10beta52): Trucha Bug, NAND Access, USB 2.0
<li>IOS254 (rev 65281): BootMii
<li>BC v6
<li>MIOS v10
<li>Report generated on 01/19/2021.
</ul></div></div></div><br>
<font size="6"><li><a name="Notes">Important Notes</a></li></font><br><ul style=align="left" type="disc">
<li>This guide does not require a WiFi connection on your Wii.</li>
<li>Make sure the files ModMii downloaded are on your SD Card, and your SD Card is inserted in the Wii.</li>
<ul style=align="left" type="square">
<li>If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup).</li>
<ul style=align="left" type="square">
<li>Use ModMii's USB-Loader Setup feature if you need help formatting your HDD as FAT32.</li>
<li>Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii.</li>
</ul>
<li>If you don't have an SD Card or Hard Drive, you can launch apps and install WADs over WiFi to your Wii from your PC. Just open apps (boot.dol\elf files) or WADs with ModMii.</li>
<ul style=align="left" type="square">
<li>Note that some apps may not work properly or support all features if they require an SD or HDD.</li>
</ul>
</ul>
<!---------------------------------SOFTMOD NOTES BELOW----------------------------------->
<li>An SD Card is recommended, but not necessary, to <u>fully</u> softmod your console.
<li>Check if your SD Card has a lock switch and make sure it's disabled.</li>
<li>If you get errors during any of the steps try reformatting your SD Card (or HDD) as FAT32.</li>
<li>If your Wii ever freezes, hold the power button on the Wii for 5 seconds to power it off then try again.</li>
<li>Never uninstall a System Menu or IOS.</li>
<li>When updating your softmod you should always overwrite old mods by installing new ones, do <u>not</u> try to "Delete everything" or "Start from scratch".</li>
<ul style=align="left" type="square">
<li>To update your mods in the future you can use the ModMii Wizard as if it was your first time, or even better, update only what's outdated using ModMii's Syscheck Updater Wizard and reduce the number of steps!</li>
</ul>
<li>If you accept an official Nintendo update after modding the Wii, you may lose some of your modifications and have to reinstall them.</li>
<li>Do not install untested WADs/themes without Priiloader, Bootmii and a nand backup.</li>
<li>It's probably unnecessary, but you should disconnect all peripherals from the Wii during the modding procedure unless instructed otherwise. This includes gamecube memory cards, gamecube controllers, Wii Speak, etc.</li>
<!---------------------------------SOFTMOD NOTES ABOVE----------------------------------->
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Updating your Wii Hacks</a></li></font><br><ol>
<!-------------------------Installing WADs section below--------------------------->
<font size="5"><li>Install WADs</li></font><br>
<A href="" onClick="popup = window.open('https://www.youtube-nocookie.com/embed/eTODLzI_Hsk?rel=0', 'PopupPage', 'height=360,width=480,scrollbars=yes,resizable=yes'); return false" target="_blank"><img src="https://modmii.github.io/Images/gifs/yawmME.gif" border="0"/></a><br>
<i>YAWM ModMii Edition stands for Yet Another Wad Manager ModMii Edition (aka yawmME). A WAD Manager will allow you to install "WADs" containing things like updates and other content for your console, like IOSs, custom IOSs (or cIOSs), or other downloadable content, which can be all packed into WADs and installed to your Wii. Think of a WAD like a zip file but for the Wii.</i><br>
<br>
WARNING: WADs can also be <u>un</u>installed, and if you're not careful you can brick your console by uninstalling or even installing the wrong WAD. The WAD Manager you're using, YAWM ModMii Edition, has some extra brick protection built in to restrict someone from doing catastrophic things like uninstalling any System Menu WAD, or required System Menu IOS, or a dozen other things which could potentially result in a brick if you don't know what you're doing. Stick to your ModMii guide and you'll be fine.<br>
<br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click here to learn what IOSs and cIOSs are! " style="margin: 0px; padding: 0px; font-size: x-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Fun Fact '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click here to learn what IOSs and cIOSs are! '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<p style="border:3px; border-style:solid; padding: 1em;">
<i>Fun Fact! I mentioned IOSs and cIOSs before, "the Wii console uses the 'IOS' system to communicate with the hardware, it's like a driver (compared to Windows). It contains information and communication tools (like how to access the Disc drive, how to access USB, read the savegames data stored on internal memory, etc.)" ~Cyan. If you're curious to learn more about IOSs or cIOSs, a thorough explanation can be found in <a href="https://gbatemp.net/threads/d2xl-cios-a-fork-of-davebaols-d2x-cios.558581/#post-8968173" target="_blank">Cyan's IOS Explanation post</a>.</i><br>
</p>
</div></div></div>
<ol type="A">
<li><b>On your Wii, load "YAWM ModMii Edition" from the HomeBrew Channel</b>.
<li>Choose your source device using left and right, most likely "Wii SD Slot", and <b>Press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd></b>.
<li><b>Install your custom list of <u>15 WADs</u> found in the spoiler below</b>.<br>
<ul style=align="left" type="disc">
<li>Be careful not to install any additional WADs that may have been previously saved in this folder (they may be safe, but I cannot say for sure).
</ul>
<li><b>Hold <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd> for 2 seconds</b> to select all the WADs in the folder.
<ul style=align="left" type="disc">
<li>Alternatively, you can select or deselect your WADs individually by navigating to each one and hitting <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd><br>
</ul>
<li>After you've marked all the WADs listed below, <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> on any marked WAD to install them all</b>.
<li>Confirm the total number selected for installation is 15, then <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> again to install</b>.<br>
<ul style=align="left" type="disc">
<li>If any WADs fail to install properly please retry installing them.<br>
<!--<li>When asked whether to retain or remove Priiloader, <b>press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to retain Priiloader</b>.<br>-->
</ul>
<li><b>After successfully installing all the WADs, press any button to continue, then press the <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">Home</kbd> button on your Wiimote to exit YAWM ModMii Edition.</b>
<!--<li><b>After successfully installing all the WADs, press <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</kbd> to launch Priiloader and re-enable your preferred System Menu Hacks before proceeding to the next step. It's also safe to re-enable them at a later time.</b><br>-->
</ol>
<br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click to See Your Unique List of 15 WADs to Install " style="margin: 0px; padding: 0px; font-size: xx-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide your list of WADs '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click to See Your Unique List of 15 WADs to Install '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<b>Here's your unique list of 15 WADs to install:</b>
<ol>
<li>cIOS248[38]-d2x-v11-beta1</li>
<li>cIOS249[56]-d2x-v11-beta1</li>
<li>cIOS250[57]-d2x-v11-beta1</li>
<li>cIOS251[58]-d2x-v11-beta1</li>
<li>IOS11v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS20v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS30v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS36-64-v3608</li>
<li>IOS40v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS50v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS52v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS56-64-v5662</li>
<li>IOS60v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS70v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
<li>IOS80v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
</ol><br>
<div style><div class="spoilerfont" style="text-align:left;"><input value=" Optional 8 Stub IOS WADs " style="margin: 0px; padding: 0px; font-size: large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Optional Stub IOS WADs '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Optional 8 Stub IOS WADs '; }" type="button"></div><div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
You have some extra IOSs installed on your Wii that are unnecessary. Optionally recover some space by navigating to the WAD/STUBS folder and repeating the steps above to install the 8 stub IOS WADs below. Ignore this for any slots you intentionally installed (e.g. for <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> support).<br><br>
<ol>
<li>STUB-IOS3-64-v404</li>
<li>STUB-IOS4-64-v404</li>
<li>STUB-IOS10-64-v404</li>
<li>STUB-IOS16-64-v404</li>
<li>STUB-IOS51-64-v404</li>
<li>STUB-IOS222-64-v404</li>
<li>STUB-IOS223-64-v404</li>
<li>STUB-IOS224-64-v404</li>
<br>Note: You can recover a bit more space by following the steps above except pressing <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">-</kbd> instead of <kbd class="keyboard-key nowrap" style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">+</kbd> to uninstall the 8 stub IOS WADs. Do NOT uninstall any other WADs unless you know what you are doing; see warning about uninstalling WADs above.<br><br>
</ol></div></div></div>
</div></div></div>
<br>
</ol><br>
<font size="6"><li><a name="Done">After modding your Wii</a></li></font><br><ul style=align="left" type="disc">
<li>To play Wii (and Gamecube) games off a USB hard drive, run the USB-Loader Setup wizard from ModMii's Main Menu.
<li>Optionally remove unnecessary files using ModMii's "File Cleanup & App Updater" feature to prevent amateurs from using potentially dangerous apps.
<li>Consider making another NAND backup so that if you ever need restore it you won't need to repeat the entire softmod process.
<li>At any point you can run SysCheck on your Wii to get a sysCheck.csv log of your installed softmods; in the future you can check if any of your mods are outdated by opening your log with the latest version of ModMii.
<li>Periodically check for updates to the apps on your SD card or USB Hard drive by using ModMii's "File Cleanup & App Updater" feature. It will scan your device for ModMii's auto-updating apps and offer to check for updates.
<li>Download the latest Homebrew apps to your SD Card or FAT32 USB Hard Drive so they can be launched via the HBC or forwarder channels.
<ul style=align="left" type="square">
<li>Download some Wii related PC tools or Just for Fun Wii apps like emulators or cheat codes from ModMii Classic's Download Page 2.
<li>Grab the <a href="https://web.archive.org/web/20231213215727/wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Some other great libraries of Homebrew applications can be found at <a href="http://wiibrew.org/wiki/List_of_all_homebrew" target="_blank">wiibrew.org</a>, <a href="https://translate.google.com/translate?hl=en&sl=en&tl=en&u=https%3A%2F%2Fwiidatabase.de%2Fdownloads%2F" target="_blank">wiidatabase.de</a>, <a href="https://oscwii.org/library" target="_blank">oscwii.org</a> and of course <a href="https://gbatemp.net/forums/nintendo-wii.105/" target="_blank">gbatemp</a>.
<ul style=align="left" type="disc">
<li>To manually "install" apps, download your homebrew and you should find a boot.dol (or boot.elf) file and possibly an icon.png and meta.xml.
<li>For the HBC to read your SD/USB correctly, your card must be structured SD:/apps/application name/boot.dol\elf
<li>Some apps require a meta.xml be saved in the same place as the boot.dol\elf to work properly (icon.png is always optional).
<li>If you have a dol or elf file not named "boot", rename it boot.dol\elf, otherwise it will not be recognized by the HBC (not required if using Priiloader to install a file).
</ul>
</ul>
<li>Check out some of my custom <a href="https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/" target="_blank">Forwarder Channels</a> to launch your favourite homebrew straight from the System Menu.
<li>Get a new <a href="https://wii.hacks.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>"Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started.
<ul style=align="left" type="square">
<li>You can also use your Wii's nand.bin backup as an Emulated NAND instead of having ModMii build one from scratch. To extract the files from a nand.bin backup to use as an Emulated NAND, simply open the nand.bin file using ModMii.
</ul>
<li>Install <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
<li>Check out some <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a> to customize how your Wii starts up (SD Card required).
<li>Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2.
<ul style=align="left" type="square">
<li>Note: if you used ModMii 6.6.0 or higher to install your System Menu IOS, you can use all of RiiConnect24's features without having to be on System Menu version 4.3 or (re)install a different IOS80. ModMii's RC24 compatible System Menu IOSs can be identified by their "ModMii" tag in SysCheck reports.
</ul>
</ul>
<br>
<!----------------------------After Modding section above----------------------------->
<!---------------------------------------Credits, apps, and sources are below---------------------------------------------->
<font size="6"><li><a name="Credits">Credits, Supporting Apps, and Sources</a></li></font><br>
ModMii was written entirely by yours truly, XFlak. Trust me, no one else is crazy enough to try to maintain a batch file that has grown so large and 'all over the place'. But without the help of many other very talented people ModMii would not exist. Some people have contributed supporting files or programs, others have shared their knowledge, some have provided ideas and others have given their time.<br>
<br>
I have tried my best to recognize everyone's contribution to ModMii regardless of how big or small it is. If I've forgotten someone, please notify me and I'll add them to the credits as quickly as possible.<br><br>
<div style><div class="spoilerfont" style="text-align:center;">
<input value=" Click for Credits, Supporting Apps and Sources " style="margin: 0px; padding: 0px; font-size: xx-large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Credits, Supporting Apps and Sources '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Click for Credits, Supporting Apps and Sources '; }" type="button"></div>
<div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
<ul style=align="left" type="disc">
<li><font size="4"><b>Team Twiizers</b></font><br>
Thanks to Team Twiizers for creating the revolutionary HackMii Installer. Without their hard work, the Wii might never have been unlocked. Many Team Twiizer Members went on to join Team Fail Overflow; a team that played a vital role in unlocking the PS3.<br><br>
I especially want to thank Bushing (may he rest in peace), who before his untimely passing gave ModMii his blessing to download and use the HackMii Installer.</li><br>
<li><b><font size="4">Giantpune</font></b><br>
Giantpune is a legend in the Wii Scene and I consider him to be a good friend of mine. He created many exploits, including the Smash Stack exploit for PAL and KOR Wii's (which is maybe still the only method to fix 003 bricked Wii's), the Channel Forwarder dol, USB Loader GX, and many other computer programs to repair or virginize Wii's.<br><br>
He's contributed code to more projects than I even know about, so its impossible for me to truly convey his impact on the scene. He even took the time to explain a few things to me about cIOSs when ModMii was in its early stages and still known as NUS Auto Downloader.</li><br>
<li><b><font size="4">DeadlyFoez</font></b><br>
DeadlyFoez is legendary for his Wii Repairs and infectus tutorial. Anyone who's broken their Wii can email <a href="mailto:deadlyfoez@yahoo.com ">deadlyfoez@yahoo.com </a> to have it fixed.<br><br>
DeadlyFoez played a key role in the ModMii v5.0.0 update not only by helping come up with the idea for using html guides but also creating the template for ModMii's custom html guides and recording almost all of the videos and images they use. Within 1.5 weeks since our initial conversation we were able to collaborate and bring the idea to life in time to release it for Christmas. Working with him on this was a truly rewarding and fun experience. DeadlyFoez also single-handedly built the first official ModMii website.<br><br>
What can I say about THE "DeadlyFoez" on a personal level. He's always getting me into trouble but his friendship is worth every fiasco! It's unreal how he became one of my best friends. Just goes to show you not everyone you meet online is totally crazy; in his case... just a little crazy. But seriously, thanks to DeadlyFoez for always being there for me to bounce ModMii ideas off of, for hosting our Team Your Mom meetings and for introducing me to his awesome family and friends. There's no one else I'd rather geek out with and I'll always have your back.</li><br>
<li><b><font size="4">Violator</font></b><br>
He's my bro, my cuz, my best man and the reason I ever bought or modded a Wii. "XFlak" would have died many years ago if not for him. Thanks Violator, for getting me interested in this stuff, and for all the awesome music you recorded for ModMii and my <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a>.</li><br>
<li><b><font size="4">JoostinOnline</font></b><br>
Thanks for his work developing KoreanKii (with tueidj), Syscheck HD Edition, sharing his webhosting space with me, and for all his jokes; I'll never get tired of our endless patriotic "debates".</li><br>
<li><b><font size="4">Crediar, Daco Taco and Phpgeek</font></b><br>
The above people all had a hand in creating Priiloader. This was another revolutionary tool mainly because it was the first to offer some level of protection to newer Wii's that were unable to install Bootmii at boot2. Crediar developed the original preloader as well as s/uneek, Nintendont, NMM, DML, etc. Special thanks to Daco Taco for being the last man standing in terms of actively improving/maintaining Priiloader.</li><br>
<li><b><font size="4">Comex</font></b><br>
In addition to being a member of Team Twiizers and contributing to the HackMii Installer, Comex created the heavily utilized bannerbomb exploit. This exploit is what allows Wii's on firmwares 3.0-4.2 to be softmodded with only an SD Card instead of needing one of a few specific Wii Games.</li><br>
<li><b><font size="4">Waninkoko</font></b><br>
Waninkoko was the first to publicly release a cIOS and other excellent apps like WAD manager, Save Game Manager, USB loader, etc. I also want to thank him for giving ModMii permission to recreate his cIOSs in WAD form.<br><br>
<li><b><font size="4">Hermes</font></b><br>
Hermes is well known for his cIOS 222/223/224 and for his usbloader "uloader". For a time his cIOSs were the only ones to work with RockBand type games and they are still highly utilized today.</li><br>
<li><b><font size="4">davebaol and XFlak</font></b><br>
These developers worked together to modify Waninkoko's rev21 cIOS and created a new "d2x" cIOS. This cIOS is currently considered the ultimate cIOS because it corrected many bugs and added features that were previously thought to be impossible (ie. Support for IOS Reloading Games). WiiPower was also heavily influential in achieving IOS Reload Support.</li><br>
<li><b><font size="4">Fullmetal5</font></b><br>
Thanks for his work developing the str2hax and bluebomb exploits. Fullmetal5 may have arrived a bit late to the Wii scene, but he's probably one of the most talented developers still active in the scene today. I can't wait to see what he comes out with next!</li><br>
<li><b><font size="4">Rodries</font></b><br>
Thanks to Rodries for improving upon Hermes v5.1 cIOSs.</li><br>
<li><b><font size="4">WiiGator</font></b><br>
WiiGator created a cMIOS and Gamecube Backup Launcher. Any GameCube fans owe a big thank you to WiiGator for his work.</li><br>
<li><b><font size="4">cwstjdenobs</font></b><br>
cwstjdenobs is one of the few people I've encountered in the Wii scene that I would love to treat to a beer. He was always very supportive of me and encouraged me to ask him as many questions as I'd like. He is probably most well known for YAWMM (Yet Another Wad Manager Mod) which was the first Wad Manager to add brick protection by restricting users from making silly mistakes like uninstalling or stubbing a crucial file. He's also made and modified apps specifically for ModMii. For example, he modified WadMii so it doesn't timestamp WADs and he also made a setting.txt builder for ModMii's NAND builder.</li><br>
<li><b><font size="4">Leathl</font></b><br>
Leathl is another awesome developer who supported me before I became well known by expanding upon his apps to further support ModMii. Leathl has created many Wii apps including ShowMiiWads, CustomizeMii, libWiiSharp, patchios, nusfilegrabber, etc. Despite his recent inactivity, his apps are still highly used today... just goes to show you that quality work never gets old. I also want to thank RetroHead for him Mod of ShowMiiWads which ModMii uses to build emulated nands without requiring any input from the user. libWiiSharp.dll is based on wii.py, the wii.py devs are Megazig, Omega, Xuzz, SquidMan, Matt_P and The Lemon Man. Also thanks to Daeken for writing Struct.py and marcan for his LZ77 code.</li><br>
<li><b><font size="4">scooby74029</font></b><br>
scooby74029's most well known for sneeky compiler, which is able to build multiple different versions of s\uneek. ModMii will always construct the latest version of s\uneek available on his sneeky compiler google code webpage. This means he has total control over what version of s\uneek ModMii will construct. He also created modifications of Leathl's libWiiSharp.dll and patchios.exe to further support ModMii. Additionally, he's modified other apps like Any Region Changer ModMii Edition, JoyFlow, JoyLoader GX, JoyLoader CFG, etc. On top of all that, he's an all around awesome person and I'm proud to be on his friends list.</li><br>
<li><b><font size="4">person66</font></b><br>
person66 has had a hand in many projects, but most noteworthy are his sharpii cmd line tool and his Universal Forwarder Creator. He also wrote an autoit script that is used to launch ModMii with an icon, arguments and other useful functions.<br><br>
Thanks for trading little bits of batch coding knowledge with me. It's great having a fellow batch coder for a friend; we are a dying breed, so keep up the great work with Universal Forwarder Creator and all your other projects.</li><br>
<li><b><font size="4">WiiPower</font></b><br>
WiiPower created Neogamma, hands down the best backup disc loader for the Wii. He also modified WiiGators cMIOS and created what is today considered the ultimate cMIOS. Furthermore he's contributed code to many other popular usb-loaders and had a hand in adding IOS Reloading support to the d2x cIOSs.</li><br>
<li><b><font size="4">OverjoY and obcd</font></b><br>
OverjoY created JoyFlow, a modification of WiiFlow that runs on s\uneek. He then teamed up with obcd to accomplish some seriously amazing things, like building their mod of s\uneek, NEEK2O, that allows it to load games in wbfs format and select from multiple emulated NANDs.</li><br>
<li><b><font size="4">Arikado and the Dop-Mii Team</font></b><br>
They created Dop-Mii; a lot of apps borrow code from Dop-Mii, so even if you have never used Dop-Mii but used MMM or WiiMod then you owe a thank you to these people.</li><br>
<li><b><font size="4">WiiWu</font></b><br>
He made Multi-Mod Manager (MMM) which has the functions of many different Wii modding tools all in one user friendly app.</li><br>
<li><b><font size="4">WB3000 and WiiNinja</font></b><br>
Thanks to WB3000 for creating NUS Downloader and to WiiNinja for making a cmd line version of NUS Downloader. NUS Downloader is one of ModMii's vital supporting apps.</li><br>
<li><b><font size="4">TheShadowEevee</font></b><br>
TheShadowEevee helped update many tools with a new NUS endpoint. He also helped implement some fixes and improvements to Any Region Changer ModMii Edition.</li><br>
<li><b><font size="4">WiiCrazy</font></b><br>
WiiCrazy is most famous for "Wii Game Shortcut Creator" (formerly known as "Crap"), Crazy Intro and Crazy Intro Video. He also contributed to usb-loaders by bypassing some game specific security. WiiCrazy is another person who's always been willing to do everything in his power to help me, or anyone else for that matter.</li><br>
<li><b><font size="4">oggzee, usptactical, gannon and Dr.Clipper</font></b><br>
Together the above people compose the Configurable USB Loader Team. Back in the day, this usb-loader was always the first to add new features and in my opinion it's one of the top three best usb-loader out there.</li><br>
<li><b><font size="4">Cyan, dimok, blackb0x and the USBLoaderGX team</font></b><br>
Thanks for their work on USBLoaderGX. It is one of the most feature-rich usb-loaders and has quickly become a favourite among the community. I also want to thank Cyan specifically for his excellent support of users on gbatemp for many years; he has probably explained what an IOS is more times than I can count!</li><br>
<li><b><font size="4">OverjoY, blackb0x, Peter0x44 and scooby74029</font></b><br>
This dream team of developers brought my vision to life when they created YAWM ModMii Edition.</li><br>
<li><b><font size="4">Hibernatus, Fledge68 and the WiiFlow team</font></b><br>
Thanks for their work on WiiFlow. It was always beautiful, but now it's got all sorts of bells and whistles, you should check it out.</li><br>
<li><b><font size="4">Wiimm</font></b><br>
For Wiimmfi Thanks to Wiimm for creating Wiimmfi and Wiimms ISO Tools, including wit.exe which ModMii uses to convert Wii Games to s/uneek format as well as build forwarder ISOs.</li><br>
<li><b><font size="4">Leseratte</font></b><br>
For his work on Wiimmfi, as well as d2xl and other amazing projects.</li><br>
<li><b><font size="4">diddy81 and symular syn of the Wii Theme Team</font></b><br>
The Wii Theme Team has created some of the best Wii Themes ever made! All of the alternative themes available in ModMii were created by them. I want to thank diddy81 in particular for working with me to ensure that all his themes worked perfectly for all regions.</li><br>
<li><b><font size="4">FIX94, Narolez and the WiiXplorer Team</font></b><br>
Thanks to all these people for their contributions in making the best SD/USB forwarder. I want to thank FIX94 in particular who not only worked on Nintendont, Some YAWMM Mod, WiiFlow and literally every other big Wii application, but he also spent a lot of time testing ModMii's Forwarder Builder.</li><br>
<li><b><font size="4">jskyboo</font></b><br>
Thanks to jskyboo for creating WiiMod. His app can do a lot of different things, and it was the first ahbprot enabled WAD Manager to incorporate davebaol's ahbprot bugfix.</li><br>
<li><b><font size="4">ModMii's Translators</font></b><br>
Tranlating ModMii is an enormous amount of work. It's very challenging to get special characters to display correctly in a cmd window, not to mention keeping everything formatted properly. But probably the most difficult part of translating ModMii is keeping up with the updates. If you use a translated version of ModMii, I encourage you to thank your translator because it truly is a LOT of work to do.<br><br>
French Translators: <b>mamule, xav91 and ketufe</b><br>
Dutch Translator: <b>Hielkenator</b><br>
Italian Translators: <b>Wasabi, Step and Robilyn</b><br>
Spanish Translators: <b>ledebene and Burton</b></li><br>
<li><b><font size="4">Fig2k4</font></b><br>
Thanks Fig2k4 for WiiBackupManager. It was a pleasure beta testing it for you and sharing my ideas with you. I hope to see you around the forums again and that you continue working on your amazing program.</li><br>
<li><b><font size="4">Gabubu, sthetix, Foxlet, Alexander1970 and Vila</font></b><br>
Thanks for recording, editing or upscaling many of the Youtube videos used by ModMii. Special thanks to Gabubu who single-handedly created all the new\updated videos in the 7.0.0 update, and also updated GFX for a bunch of ModMii's Wii channels.</li><br>
<li><b><font size="4">WiiShizzza, pepxl, RobGee789, M3RK and AuroraNemoia</font></b><br>
Thanks to WiiShizzza for creating ModMii's new icon and to pepxl for creating ModMii's original icon. I want to thank everyone who created a ModMii icon and submitted it into ModMii's new icon competition. <a href="https://gbatemp.net/threads/new-modmii-icon-logo-candidates.296772/" target="_blank">https://gbatemp.net/threads/new-modmii-icon-logo-candidates.296772/</a><br><br>
RobGee789 and M3RK made ModMii Skin's original graphics. AuroraNemoia made ModMii Skin's new (2022) default\Nebula theme. It was a pleasure working with them, they were all very open to feedback and willing to "go back to the drawing board", so to speak, as many times as it took to get it perfect. Thanks guys!</li><br>
<li><b><font size="4">dhtdht020</font></b><br>
Thanks for maintaining oscwii.org and for refreshing the ModMii icons in 2022; now I have a rainbow of icons to choose from should the need arise.</li><br>
<li><b><font size="4">My Fellow Guide Writers</font></b><br>
Thanks to tj_cool, xzxero, burritoboy9984, ChokeD and mauifrog for their awesome guides. I especially want to thank tj_cool and xzxero for inviting me to join "The Crew" at the Complete Softmod Guide. I'll never forget how great it felt to be relatively new to the scene and to be invited to join you all as equals.</li><br>
<li><b><font size="4">RiiConnect24 and Wii.Guide team</font></b><br>
Thanks in particular go out to Peter0x44, Larsenv and KcrPL. Brainstorming and collaborating with you guys made the 2020 lockdowns feel somewhat bearable. Special thanks to Peter0x44 for helping me set up the ModMii discord server to a much higher standard than I could have ever hoped to do on my own.</li><br>
<li><b><font size="4">DaMysteryMan</font></b><br>
Thanks for helping me understand the structure of a cIOS so I could better recreate it in WAD form. For those of you who don't know him, DaMysteryMan is most well known for his ever controversial app - DarkCorp (formerly known as cIOSCorp).</li><br>
<li><b><font size="4">Gannon</font></b><br>
Thanks to Gannon for bootopera, which I was able to mod to create the URL loader base dol.</li><br>
<li><b><font size="4">Devnol</font></b><br>
Thanks to Devnol for properly modifying the Open HBC to use the same title ID as the official HBC (LULZ).</li><br>
<li><b><font size="4">ca032769</font></b><br>
ca032769 is best known for his tutorial on how to use a larger than 2TB Hard Drive on a Wii as a Single FAT32 Partition, thanks!</li><br>
<li><b><font size="4">All My Beta Testers!</font></b><br>
It's because of you guys that ModMii is as stable as it is. Considering that ModMii is developed entirely in notepad without any kind of debugger or developer tools; it's pretty remarkable that ModMii has always been bug-free (albeit with a couple minor exceptions). Thanks for your never-ending devotion to quality control!<br>
Here's a list of some of ModMii's beta testers (in no particular order): scooby74029, DeadlyFoez, redia, Etheboss, JoostinOnline, person66, brausm08, geovalley, undeadsquirrel, mauifrog, FIX94, wolf, Larsenv, Peter0x44, Alexander1970, Cyan, Damaj301damaj, Function, forseenink, jeannotte, saulfabreg, Vila, ca032769, godreborn, KleinesSinchen, RunningSnakes, Scooty and last but certainly not least, Clutz450. @Clutz450, you're the man, I really enjoyed your ModMii tutorial videos and hearing your ideas on the little ways ModMii could be made even better.</li><br>
<li><b><font size="4">You!</font></b><br>
Without you, there would be no reason for ModMii to exist. Thanks for using ModMii for all your Wii softmodding needs!</li>
</ul>
<br>
<font size="5"><u>Supporting Apps and Sources</u></font><br>
<br>
Below is a list of the supporting apps bundled with ModMii and their sources. If a link is missing or broken, you can still get it from <a href="https://mega.nz/folder/YsphyYBQ#UOe3xmXPwldtKo6WF-sfXA" target="_blank">ModMii's Supporting Files Archive</a>.<br>
Source code for ModMii itself is available is available at <a href="https://github.com/modmii/modmii.github.io" target="_blank">github</a>, but you can just open the bat files from it's support folder in notepad or similar text editor.<br>
<br>
<ul style=align="left" type="disc">
<li>NusFileGrabber.exe by Leathl, Mod by XFlak and TheShadowEevee - requires libWiiSharp.dll</li>
<li>patchIOS.exe by Leathl, Mod by scooby74029 - requires libWiiSharp.dll</li>
<li><a href="http://www.mediafire.com/?bogjind5oe3" target="_blank">WadMii.exe (aka WadMiiIsh)</a> by cwstjdenobs - requires libWiiSharp.dll</li>
<li>TMDedit.exe by person66 - requires libWiiSharp.dll
<li><a href="http://code.google.com/p/libWiiSharp/source/browse/" target="_blank">libWiiSharp.dll</a> by Leathl, Mod by scooby74029 and TheShadowEevee</li>
<li><a href="https://github.com/wiiNinja/NUS.downloader.command.line/tree/dotnet3.5" target="_blank">nusd.exe</a> by WiiNinja (original GUI code by WB3000)</li>
<li><a href="http://wit.wiimm.de/" target="_blank">wit.exe</a> by Wiimm</li>
<li>ShowMiiWads_Sneek_Mod.exe by Leathl, Mod by RetroHead</li>
<li>settings.exe v1.0 by cwstjdenobs and v1.1 mod by obcd</li>
<li> <a href="http://ftp.gnu.org/gnu/wget/" target="_blank">wget.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/sevenzip/" target="_blank">7za.exe</a> (freeware)</li>
<li><a href="http://www.nirsoft.net/utils/nircmd.html" target="_blank">nircmd.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/" target="_blank">sfk.exe</a> (freeware)</li>
<li><a href="http://sourceforge.net/projects/jojodiff/" target="_blank">jptch.exe</a> (freeware)</li>
<li><a href="http://github.com/waninkoko" target="_blank">Waninkoko's cIOS</a></li>
<li><a href="http://mods.elotrolado.net/~hermes/wii/cios_mload_source_install_3.6.rar" target="_blank">Hermes v4 cIOS</a></li>
<li><a href="http://mods.elotrolado.net/~hermes/wii/cios_mload_source_install_4.0.rar" target="_blank">Hermes v5 cIOS</a></li>
<li><a href="https://github.com/davebaol/d2x-cios/releases" target="_blank">d2x cIOS</a>, <a href="https://github.com/wiidev/d2x-cios" target="_blank">v11+ source</a></li>
<li><a href="https://gbatemp.net/threads/homebrew-forwarder-isos.181011/" target="_blank">ISO template</a> (by spayrosam)</li>
<li><a href="http://www.thedubber.altervista.org/other/batch_prog/index.html" target="_blank">Ascii2All.bat</a> (freeware)</li>
<li><a href="http://wizapp.sourceforge.net/" target="_blank">WizApp.exe</a> by Dion Nicolaas</li>
<li><a href="https://github.com/mogzol/sharpii" target="_blank">Sharpii.exe</a> by person66</li>
<li><a href="http://www.rarlab.com/rar_add.htm" target="_blank">UnRAR.exe</a> (freeware): No Longer Bundled with ModMii since v4.7.0</li>
<li><a href="http://www.autoitscript.com/site/autoit/" target="_blank">AutoIt3.exe</a> (freeware): No Longer Bundled With ModMii since v4.5.7</li>
<li><a href="http://www.dunyazad-library.net/software/hypatia/index.htm" target="_blank">hy.exe</a> (freeware): No Longer Bundled with ModMii since v4.7.0</li>
<li><a href="http://sourceforge.net/projects/fileverifier/files/fileverifier/0.6.3.5830" target="_blank">fvc.exe</a> (freeware): Not used since v7.0.0</li>
</ul>
</div></div></div>
<br>
<!-------------------------------------Support ModMii / XFlak is below------------------------------------------->
<font size="6"><li><a name="Support">Support ModMii</a></li></font><br>
ModMii started out as a small side-project back in 2010 as a simple NUS Auto Downloader script, and now the changelog is taller than me! I started this project in my 20s in my spare time and since then I've gotten married and had not 1, not 2, not 3, but FOUR boys, all ~2 years apart. I love being able to share my love for gaming and for the Wii with them, and with all of you! This is a passion project that has easily taken over 8000-9000 hours of just my time alone, and that's not counting all the hours spent from the legions of devs and testers who've supported ModMii over the years.<br>
<br>
Not knowing that much about computers other than some excel tricks, I slowly built more advanced features on top of my original less efficient code that I'd love to rewrite if it wasn't such a daunting task. Throughout the journey I learned a lot from not just those in the credits list, but the incredibly supportive Wii community as a whole. I've gone from just being a "numbers guy" to my family's go to "tech guy", and I have this project, community and followers to thank for it.<br>
<br>
ModMii is entirely free to use and ad free. Donations can optionally be made to the author using the button below, or pick your favourite contributor from the credits and check if they have a donations page.<br>
<p style="text-align:center">
<a href="https://modmii.github.io/donations.html" target="_blank"><img src="https://modmii.github.io/Images/donate.png" height="95" width="109" border="0"></a></p>
If you're like me and it's difficult to show support with donations, consider taking a minute to vote or share your feedback at the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126" target="_blank">official ModMii page on gbatemp</a>. I always enjoy hearing feedback about your ModMii experience.<br>
<br>
<img src="https://modmii.github.io/Images/FN2187.gif" alt="XFlak" height="95" width="94"><br>
- XFlak
</ol> <!------------This ends the list of chapters in Roman Numberals, THIS HAS TO BE IN ALL GUIDES-------------->
</body>
</html>

View File

@ -0,0 +1 @@
<html> <head> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <meta name="description" content="The official website of ModMii for Windows, by XFlak"> <meta name="keywords" content="ModMii,Windows,XFlak,Wii,Nintendo,Hack,Mod,Modify,softmod,usb-loader,DeadlyFoez,sneek,neek"> <meta name="author" content="XFlak"> <title>ModMii for Windows</title> <link rel="icon" type="image/ico" href="../../Images/icon.ico"> <link rel="stylesheet" href="../../modmiistyle.css"> <style type="text/css"> h1 { text-decoration: underline;text-align: center;font-weight:bold;font-size:100%;} </style> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body style="margin:5px 35px 35px 35px;"> <body style="background-color:#E6E6FA"> <!-- Starts the HTML above --> <p style="text-align:center"> <a href="../../" class="BUTTON_BCZ"><font color="white"><b>Home</b></font></a> <a href="../../usage.html" class="BUTTON_BCZ"><font color="white"><b>Usage</b></font></a> <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank" class="BUTTON_BCZ"><font color="white"><b>Help</b></font></a> <a href="https://discord.gg/cMnBRACQwQ" target="_blank" class="BUTTON_BCZ"><font color="white"><b>Discord</b></font></a> <a href="../../credits.html" class="BUTTON_BCZ"><font color="white"><b>Credits</b></font></a> <a href="../../donations.html" class="BUTTON_BCZ"><font color="white"><b>Donate</b></font></a> </p> <p style="text-align:center"> <img src="../../Images/modmiibanner.png" border="0" alt="ModMii Banner"><br> </p> <p style="text-align:center"> <center> <br> <b>It's now easier than ever to donate to ModMii using Patreon or GitHub Sponsors!</b><br> <br> <a href="https://www.patreon.com/join/10186747/checkout" class="BUTTON_Patron"><font color="black">&#10084;&#160;Patron</font></a> <a href="https://github.com/sponsors/xflak" class="BUTTON_Patron"><font color="black">&#10084;&#160;Sponsor</font></a> <br> <br> <div class="justify" align="left" style="width:800px;"> <font size="10">ModMii 7.0.2 Sample Guides</font><br> <br> Sample guides are for illustrative purposes only, you should <u>always</u> use ModMii to create your <u>own</u> personalized custom guide based on your specific situation.<br> <br> <ol type="1"> <li><a href="ModMii_Wizard_Guide(BB2-MyMenuify-FAT32-Flow-SDConfig-PCPortable).html">ModMii Wizard: 4.2U, BannerBomb v2, System Menu Theme (Mymenuify), USB-Loader Set-up with WiiFlow</a></li><br> <li><a href="ModMii_Wizard_Guide(Letterbomb-MyMenuify-NTFS-CFG-PCLocal).html">ModMii Wizard: 4.3E, many exploits, System Menu Theme (Mymenuify), USB-Loader Set-up with CFG USB-Loader</a></li><br> <li><a href="ModMii_Wizard_Guide(BB1-KoreanInstallWADs).html">ModMii Wizard: 3.xK to 4.1K, System Menu Theme (WAD)</a></li><br> <li><a href="ModMii_Wizard_Guide(Twilight-FAT32+NTFS-CFG-GX+Flow-PCLocal).html">ModMii Wizard: <2.2U to 4.1U, many exploits incl. Twilight, USB-Loader Set-up with USB-Loader GX</a></li><br> <li><a href="ModMii_Wizard_Guide(Wilbrand-4.3J_to_4.1J-Blue-PCLocal).html">ModMii Wizard: 4.3J to 4.1J, Wilbrand exploits, System Menu Theme (WAD)</a></li><br> <li><a href="ModMii_sysCheck_Updater_Guide.html">sysCheck Updater Wizard: Custom</a></li><br> <li><a href="ModMii_USBLoader_Setup_Guide(FAT32-CFG-PCPortable).html">USB-Loader Setup Wizard: USB-Loader GX</a></li><br> <li><a href="ModMii_HackMii_Solutions_Guide.html">HackMii Solutions Wizard</a></li><br> <li><a href="ModMii_Abstinence_Guide.html">Abstinence Wizard: 4.3 and 4.2</a></li><br> <li><a href="ModMii_Abstinence_Guide(lower_than_4.2).html">Abstinence Wizard: <4.2</a></li><br> <li><a href="ModMii_Region_Change_Guide(to U).html">Region Change Wizard: to U</a></li><br> <li><a href="ModMii_Region_Change_Guide(to K).html">Region Change Wizard: to K</a></li><br> </ol> </p> </div> </center> </p> </body> </html>

View File

@ -1 +1 @@
<html> <head> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <meta name="description" content="The official website of ModMii for Windows, by XFlak"> <meta name="keywords" content="ModMii,Windows,XFlak,Wii,Nintendo,Hack,Mod,Modify,softmod,usb-loader,DeadlyFoez,sneek,neek"> <meta name="author" content="XFlak"> <title>ModMii for Windows</title> <link rel="icon" type="image/ico" href="../Images/icon.ico"> <link rel="stylesheet" href="../modmiistyle.css"> <style type="text/css"> h1 { text-decoration: underline;text-align: center;font-weight:bold;font-size:100%;} </style> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body style="margin:5px 35px 35px 35px;"> <body style="background-color:#E6E6FA"> <!-- Starts the HTML above --> <p style="text-align:center"> <a href="../" class="BUTTON_BCZ"><font color="white"><b>Home</b></font></a> <a href="../usage.html" class="BUTTON_BCZ"><font color="white"><b>Usage</b></font></a> <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank" class="BUTTON_BCZ"><font color="white"><b>Help</b></font></a> <a href="https://discord.gg/cMnBRACQwQ" target="_blank" class="BUTTON_BCZ"><font color="white"><b>Discord</b></font></a> <a href="../credits.html" class="BUTTON_BCZ"><font color="white"><b>Credits</b></font></a> <a href="../donations.html" class="BUTTON_BCZ"><font color="white"><b>Donate</b></font></a> </p> <p style="text-align:center"> <img src="../Images/modmiibanner.png" border="0" alt="ModMii Banner"><br> </p> <p style="text-align:center"> <center> <br> <b>It's now easier than ever to donate to ModMii using Patreon or GitHub Sponsors!</b><br> <br> <a href="https://www.patreon.com/join/10186747/checkout" class="BUTTON_Patron"><font color="black">&#10084;&#160;Patron</font></a> <a href="https://github.com/sponsors/xflak" class="BUTTON_Patron"><font color="black">&#10084;&#160;Sponsor</font></a> <br> <br> <div class="justify" align="left" style="width:800px;"> <font size="10">Sample Guides</font><br> <br> Sample guides are for illustrative purposes only, you should <u>always</u> use ModMii to create your <u>own</u> personalized custom guide based on your specific situation.<br> <br> Sample Guides currently available for these ModMii versions: <ul style=align="left" type="disc"> <li><a href="latest/">latest</a></li> <li><a href="7.0.1/">7.0.1</a></li> <li><a href="7.0.0/">7.0.0</a></li> <li><a href="6.6.3/">6.6.3</a></li> </ul> </p> </div> </center> </p> </body> </html>
<html> <head> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <meta name="description" content="The official website of ModMii for Windows, by XFlak"> <meta name="keywords" content="ModMii,Windows,XFlak,Wii,Nintendo,Hack,Mod,Modify,softmod,usb-loader,DeadlyFoez,sneek,neek"> <meta name="author" content="XFlak"> <title>ModMii for Windows</title> <link rel="icon" type="image/ico" href="../Images/icon.ico"> <link rel="stylesheet" href="../modmiistyle.css"> <style type="text/css"> h1 { text-decoration: underline;text-align: center;font-weight:bold;font-size:100%;} </style> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body style="margin:5px 35px 35px 35px;"> <body style="background-color:#E6E6FA"> <!-- Starts the HTML above --> <p style="text-align:center"> <a href="../" class="BUTTON_BCZ"><font color="white"><b>Home</b></font></a> <a href="../usage.html" class="BUTTON_BCZ"><font color="white"><b>Usage</b></font></a> <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank" class="BUTTON_BCZ"><font color="white"><b>Help</b></font></a> <a href="https://discord.gg/cMnBRACQwQ" target="_blank" class="BUTTON_BCZ"><font color="white"><b>Discord</b></font></a> <a href="../credits.html" class="BUTTON_BCZ"><font color="white"><b>Credits</b></font></a> <a href="../donations.html" class="BUTTON_BCZ"><font color="white"><b>Donate</b></font></a> </p> <p style="text-align:center"> <img src="../Images/modmiibanner.png" border="0" alt="ModMii Banner"><br> </p> <p style="text-align:center"> <center> <br> <b>It's now easier than ever to donate to ModMii using Patreon or GitHub Sponsors!</b><br> <br> <a href="https://www.patreon.com/join/10186747/checkout" class="BUTTON_Patron"><font color="black">&#10084;&#160;Patron</font></a> <a href="https://github.com/sponsors/xflak" class="BUTTON_Patron"><font color="black">&#10084;&#160;Sponsor</font></a> <br> <br> <div class="justify" align="left" style="width:800px;"> <font size="10">Sample Guides</font><br> <br> Sample guides are for illustrative purposes only, you should <u>always</u> use ModMii to create your <u>own</u> personalized custom guide based on your specific situation.<br> <br> Sample Guides currently available for these ModMii versions: <ul style=align="left" type="disc"> <li><a href="latest/">latest</a></li> <li><a href="7.0.2/">7.0.2</a></li> <li><a href="7.0.1/">7.0.1</a></li> <li><a href="7.0.0/">7.0.0</a></li> <li><a href="6.6.3/">6.6.3</a></li> </ul> </p> </div> </center> </p> </body> </html>

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii Abstinence Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:29</span><br><br>
ModMii Abstinence Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:08</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -102,7 +102,7 @@ This guide was generated using the following parameters:<br>
<!---------------------------------Abstinence NOTES ABOVE----------------------------------->
<li>Since you are on an older firmware, this guide will direct you to install IOS53. This is an original\unmodified IOS, but if you are not comfortable installing this, then you can update to the latest firmware from the Wii Settings menu and try this wizard again - or just accept the very minimal risk and softmod your wii using ModMii's main wizard instead!</li>
<li>This guide does not require a WiFi connection on your Wii.</li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Launch neek Without Hacking Your Wii</a></li></font><br><ol>
@ -112,7 +112,6 @@ Partition style\format information for devices that were connected when this gui
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div>
<i>Note: If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup). Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii. If you don't have an SD Card or Hard Drive, you can launch apps and install WADs over WiFi to your Wii from your PC. Just open apps (boot.dol\elf files) or WADs with ModMii. Note that some apps may not work properly or support all features if they require an SD or HDD and you should never attempt to change the region of a console via WiFi.</i><br>
@ -670,7 +669,7 @@ Requirements: a WiFi connection on your Wii, but does not require an SD card to
</ol>
<br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.hacks.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
</div>
<div id="Bannerbomb v1" class="ExploitTab">
<b>Bannerbomb v1</b><br>

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii Abstinence Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:29</span><br><br>
ModMii Abstinence Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:08</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -100,7 +100,7 @@ This guide was generated using the following parameters:<br>
<li>If your Wii ever freezes, hold the power button on the Wii for 5 seconds to power it off then try again.</li>
<!---------------------------------Abstinence NOTES ABOVE----------------------------------->
<li>This guide does not require a WiFi connection on your Wii.</li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Launch neek2o Without Hacking Your Wii</a></li></font><br><ol>
@ -110,7 +110,6 @@ Partition style\format information for devices that were connected when this gui
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div>
<i>Note: If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup). Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii. If you don't have an SD Card or Hard Drive, you can launch apps and install WADs over WiFi to your Wii from your PC. Just open apps (boot.dol\elf files) or WADs with ModMii. Note that some apps may not work properly or support all features if they require an SD or HDD and you should never attempt to change the region of a console via WiFi.</i><br>
@ -674,7 +673,7 @@ Requirements: a WiFi connection on your Wii, but does not require an SD card to
</ol>
<br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.hacks.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
</div>
<div id="LetterBomb" class="ExploitTab">
<b>LetterBomb; aka Wilbrand, Mailbox Bomb</b><br>

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii HackMii Solutions Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:28</span><br><br>
ModMii HackMii Solutions Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:08</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -93,7 +93,7 @@ This guide was generated using the following parameters:<br>
<li>Do not install untested WADs/themes without Priiloader, Bootmii and a nand backup.</li>
<li>It's probably unnecessary, but you should disconnect all peripherals from the Wii during the modding procedure unless instructed otherwise. This includes gamecube memory cards, gamecube controllers, Wii Speak, etc.</li>
<!---------------------------------SOFTMOD NOTES ABOVE----------------------------------->
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Resolving HackMii Installer Issues</a></li></font><br><ol>
@ -103,7 +103,6 @@ Partition style\format information for devices that were connected when this gui
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div>
<i>Note: If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup). Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii. If you don't have an SD Card or Hard Drive, you can launch apps and install WADs over WiFi to your Wii from your PC. Just open apps (boot.dol\elf files) or WADs with ModMii. Note that some apps may not work properly or support all features if they require an SD or HDD and you should never attempt to change the region of a console via WiFi.</i><br>
@ -205,7 +204,7 @@ Requirements: a WiFi connection on your Wii, but does not require an SD card to
</ol>
<br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.hacks.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
</div>
<div id="Bannerbomb v1" class="ExploitTab">
<b>Bannerbomb v1</b><br>

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii Region Change Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:29</span><br><br>
ModMii Region Change Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:08</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -109,7 +109,7 @@ This guide was generated using the following parameters:<br>
<li>Do not install untested WADs/themes without Priiloader, Bootmii and a nand backup.</li>
<li>It's probably unnecessary, but you should disconnect all peripherals from the Wii during the modding procedure unless instructed otherwise. This includes gamecube memory cards, gamecube controllers, Wii Speak, etc.</li>
<!---------------------------------SOFTMOD NOTES ABOVE----------------------------------->
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Region Changing your Wii</a></li></font><br><ol>
@ -465,7 +465,7 @@ The Korean Key is required to play Korean games from the disc channel, although
<ul style=align="left" type="square">
<li>Download some Wii related PC tools or Just for Fun Wii apps like emulators or cheat codes from ModMii Classic's Download Page 2.
<li>Grab the <a href="https://wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Grab the <a href="https://web.archive.org/web/20231213215727/wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Some other great libraries of Homebrew applications can be found at <a href="http://wiibrew.org/wiki/List_of_all_homebrew" target="_blank">wiibrew.org</a>, <a href="https://translate.google.com/translate?hl=en&sl=en&tl=en&u=https%3A%2F%2Fwiidatabase.de%2Fdownloads%2F" target="_blank">wiidatabase.de</a>, <a href="https://oscwii.org/library" target="_blank">oscwii.org</a> and of course <a href="https://gbatemp.net/forums/nintendo-wii.105/" target="_blank">gbatemp</a>.
<ul style=align="left" type="disc">
@ -476,11 +476,12 @@ The Korean Key is required to play Korean games from the disc channel, although
</ul>
</ul>
<li>Check out some of my custom <a href="https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/" target="_blank">Forwarder Channels</a> to launch your favourite homebrew straight from the System Menu.
<li>Get a new <a href="https://wii.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>Get a new <a href="https://wii.hacks.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>"Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started.
<ul style=align="left" type="square">
<li>You can also use your Wii's nand.bin backup as an Emulated NAND instead of having ModMii build one from scratch. To extract the files from a nand.bin backup to use as an Emulated NAND, simply open the nand.bin file using ModMii.
</ul>
<li>Install <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
<li>Check out some <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a> to customize how your Wii starts up (SD Card required).
<li>Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2.

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii Region Change Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:29</span><br><br>
ModMii Region Change Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:08</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -109,7 +109,7 @@ This guide was generated using the following parameters:<br>
<li>Do not install untested WADs/themes without Priiloader, Bootmii and a nand backup.</li>
<li>It's probably unnecessary, but you should disconnect all peripherals from the Wii during the modding procedure unless instructed otherwise. This includes gamecube memory cards, gamecube controllers, Wii Speak, etc.</li>
<!---------------------------------SOFTMOD NOTES ABOVE----------------------------------->
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Region Changing your Wii</a></li></font><br><ol>
@ -465,7 +465,7 @@ If your Wii was originally Korean, you might be at risk of a 003 brick by not re
<ul style=align="left" type="square">
<li>Download some Wii related PC tools or Just for Fun Wii apps like emulators or cheat codes from ModMii Classic's Download Page 2.
<li>Grab the <a href="https://wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Grab the <a href="https://web.archive.org/web/20231213215727/wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Some other great libraries of Homebrew applications can be found at <a href="http://wiibrew.org/wiki/List_of_all_homebrew" target="_blank">wiibrew.org</a>, <a href="https://translate.google.com/translate?hl=en&sl=en&tl=en&u=https%3A%2F%2Fwiidatabase.de%2Fdownloads%2F" target="_blank">wiidatabase.de</a>, <a href="https://oscwii.org/library" target="_blank">oscwii.org</a> and of course <a href="https://gbatemp.net/forums/nintendo-wii.105/" target="_blank">gbatemp</a>.
<ul style=align="left" type="disc">
@ -476,11 +476,12 @@ If your Wii was originally Korean, you might be at risk of a 003 brick by not re
</ul>
</ul>
<li>Check out some of my custom <a href="https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/" target="_blank">Forwarder Channels</a> to launch your favourite homebrew straight from the System Menu.
<li>Get a new <a href="https://wii.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>Get a new <a href="https://wii.hacks.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>"Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started.
<ul style=align="left" type="square">
<li>You can also use your Wii's nand.bin backup as an Emulated NAND instead of having ModMii build one from scratch. To extract the files from a nand.bin backup to use as an Emulated NAND, simply open the nand.bin file using ModMii.
</ul>
<li>Install <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
<li>Check out some <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a> to customize how your Wii starts up (SD Card required).
<li>Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2.

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii USB-Loader Setup Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:28</span><br><br>
ModMii USB-Loader Setup Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:08</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -89,7 +89,7 @@ This guide was generated using the following parameters:<br>
<li>If you are determined to try using a small USB flash drive or 'thumb drive', you may have more success if running the loader off of an SD Card and formatting the flash drive as WBFS instead of FAT32. This can be done using Wii Backup Manager. However, doing so will not only restrict the drive to storing only Wii games, but will not be accessible by your PC without a program like Wii Backup Manager. In fact, every time you plug the hard drive into your PC you will be prompted to reformat it.
</ul>
<li>If a USB Loader fails to load a particular game, try changing it's game specific settings to use a different custom IOS like 250, 251, etc. Your cIOS 249 should play the vast majority of games, for more information see the <a href="https://wiki.gbatemp.net/wiki/Wii_cIOS_base_Compatibility_List" target="_blank">Wii cIOS base Compatibility List</a></li></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li>USB Loader and Hard Drive setup</li></font><br>
@ -99,7 +99,6 @@ External hard drive partition style\format information for drives that were conn
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div><br>
<!--------------------------------------MBR Stuff BELOW----------------------------------->
@ -639,7 +638,7 @@ If you were able to format the first partition as FAT32, then you can skip to fo
<br>
<li>You can customize the look of your USB-Loader from a selection of themes found here: <a href="https://theme.rc24.xyz" target="_blank">https://theme.rc24.xyz</a><br>
<br>
<li>If you have questions about getting started with USB-Loader GX <a href="https://wii.guide/usbloadergx" target="_blank">click here</a>.<br>
<li>If you have questions about getting started with USB-Loader GX <a href="https://web.archive.org/web/20231213215727/wii.guide/usbloadergx" target="_blank">click here</a>.<br>
</ol><br>
<!---------------------------------------Credits, apps, and sources are below---------------------------------------------->
<font size="6"><li><a name="Credits">Credits, Supporting Apps, and Sources</a></li></font><br>

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii Wizard Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:28</span><br><br>
ModMii Wizard Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:08</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -104,7 +104,7 @@ This guide was generated using the following parameters:<br>
<li>Do not install untested WADs/themes without Priiloader, Bootmii and a nand backup.</li>
<li>It's probably unnecessary, but you should disconnect all peripherals from the Wii during the modding procedure unless instructed otherwise. This includes gamecube memory cards, gamecube controllers, Wii Speak, etc.</li>
<!---------------------------------SOFTMOD NOTES ABOVE----------------------------------->
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Hacking your Wii</a></li></font><br><ol>
@ -114,7 +114,6 @@ Partition style\format information for devices that were connected when this gui
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div>
<i>Note: If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup). Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii. If you don't have an SD Card or Hard Drive, you can launch apps and install WADs over WiFi to your Wii from your PC. Just open apps (boot.dol\elf files) or WADs with ModMii. Note that some apps may not work properly or support all features if they require an SD or HDD and you should never attempt to change the region of a console via WiFi.</i><br>
@ -216,7 +215,7 @@ Requirements: a WiFi connection on your Wii, but does not require an SD card to
</ol>
<br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.hacks.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
</div>
<div id="Bannerbomb v1" class="ExploitTab">
<b>Bannerbomb v1</b><br>
@ -745,7 +744,7 @@ Note: Forwarder requires IOS58. SD paths are all checked first, then USB. It's c
<ul style=align="left" type="square">
<li>Download some Wii related PC tools or Just for Fun Wii apps like emulators or cheat codes from ModMii Classic's Download Page 2.
<li>Grab the <a href="https://wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Grab the <a href="https://web.archive.org/web/20231213215727/wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Some other great libraries of Homebrew applications can be found at <a href="http://wiibrew.org/wiki/List_of_all_homebrew" target="_blank">wiibrew.org</a>, <a href="https://translate.google.com/translate?hl=en&sl=en&tl=en&u=https%3A%2F%2Fwiidatabase.de%2Fdownloads%2F" target="_blank">wiidatabase.de</a>, <a href="https://oscwii.org/library" target="_blank">oscwii.org</a> and of course <a href="https://gbatemp.net/forums/nintendo-wii.105/" target="_blank">gbatemp</a>.
<ul style=align="left" type="disc">
@ -756,11 +755,12 @@ Note: Forwarder requires IOS58. SD paths are all checked first, then USB. It's c
</ul>
</ul>
<li>Check out some of my custom <a href="https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/" target="_blank">Forwarder Channels</a> to launch your favourite homebrew straight from the System Menu.
<li>Get a new <a href="https://wii.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>Get a new <a href="https://wii.hacks.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>"Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started.
<ul style=align="left" type="square">
<li>You can also use your Wii's nand.bin backup as an Emulated NAND instead of having ModMii build one from scratch. To extract the files from a nand.bin backup to use as an Emulated NAND, simply open the nand.bin file using ModMii.
</ul>
<li>Install <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
<li>Check out some <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a> to customize how your Wii starts up (SD Card required).
<li>Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2.

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii Wizard Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:28</span><br><br>
ModMii Wizard Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:07</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -112,7 +112,7 @@ This guide was generated using the following parameters:<br>
</ul>
<li>If a USB Loader fails to load a particular game, try changing it's game specific settings to use a different custom IOS like 250, 251, etc. Your cIOS 249 should play the vast majority of games, for more information see the <a href="https://wiki.gbatemp.net/wiki/Wii_cIOS_base_Compatibility_List" target="_blank">Wii cIOS base Compatibility List</a></li></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Hacking your Wii</a></li></font><br><ol>
@ -122,7 +122,6 @@ Partition style\format information for devices that were connected when this gui
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div>
<i>Note: If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup). Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii. If you don't have an SD Card or Hard Drive, you can launch apps and install WADs over WiFi to your Wii from your PC. Just open apps (boot.dol\elf files) or WADs with ModMii. Note that some apps may not work properly or support all features if they require an SD or HDD and you should never attempt to change the region of a console via WiFi.</i><br>
@ -236,7 +235,7 @@ Requirements: a WiFi connection on your Wii, but does not require an SD card to
</ol>
<br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.hacks.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
</div>
<div id="Bannerbomb v2" class="ExploitTab">
<b>Bannerbomb v2</b><br>
@ -732,7 +731,6 @@ External hard drive partition style\format information for drives that were conn
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div><br>
<!--------------------------------------MBR Stuff BELOW----------------------------------->
@ -1271,7 +1269,7 @@ If you were able to format the first partition as FAT32, then you can skip to fo
<br>
<li>You can customize the look of your USB-Loader from a selection of themes found here: <a href="https://theme.rc24.xyz" target="_blank">https://theme.rc24.xyz</a><br>
<br>
<li>If you have questions about getting started with WiiFlow <a href="https://wii.guide/wiiflow" target="_blank">click here</a>.<br>
<li>If you have questions about getting started with WiiFlow <a href="https://web.archive.org/web/20231213215727/wii.guide/wiiflow" target="_blank">click here</a>.<br>
<ul style=align="left" type="square">
<li>WiiFlow Lite emulator plugins allow the loader to also launch games for classic consoles as well. Grab the emulator plugins pack from <a href="https://gbatemp.net/threads/the-great-quest-for-wiiflow-plugins-tm-a-call-for-adventurers.563575" target^=^"_blank">click here</a>. Note: ignore the v6 download from 2021 and use the newer pack.<br>
<li>A popular WiiFlow Lite theme is the beautiful 'Rhapsodii Shima' theme. Check it out by clicking <a href="https://gbatemp.net/threads/rhapsodii-shima-5-4.555062" target="_blank">here</a>.</ul>
@ -1290,7 +1288,7 @@ If you were able to format the first partition as FAT32, then you can skip to fo
<ul style=align="left" type="square">
<li>Download some Wii related PC tools or Just for Fun Wii apps like emulators or cheat codes from ModMii Classic's Download Page 2.
<li>Grab the <a href="https://wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Grab the <a href="https://web.archive.org/web/20231213215727/wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Some other great libraries of Homebrew applications can be found at <a href="http://wiibrew.org/wiki/List_of_all_homebrew" target="_blank">wiibrew.org</a>, <a href="https://translate.google.com/translate?hl=en&sl=en&tl=en&u=https%3A%2F%2Fwiidatabase.de%2Fdownloads%2F" target="_blank">wiidatabase.de</a>, <a href="https://oscwii.org/library" target="_blank">oscwii.org</a> and of course <a href="https://gbatemp.net/forums/nintendo-wii.105/" target="_blank">gbatemp</a>.
<ul style=align="left" type="disc">
@ -1301,11 +1299,12 @@ If you were able to format the first partition as FAT32, then you can skip to fo
</ul>
</ul>
<li>Check out some of my custom <a href="https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/" target="_blank">Forwarder Channels</a> to launch your favourite homebrew straight from the System Menu.
<li>Get a new <a href="https://wii.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>Get a new <a href="https://wii.hacks.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>"Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started.
<ul style=align="left" type="square">
<li>You can also use your Wii's nand.bin backup as an Emulated NAND instead of having ModMii build one from scratch. To extract the files from a nand.bin backup to use as an Emulated NAND, simply open the nand.bin file using ModMii.
</ul>
<li>Install <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
<li>Check out some <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a> to customize how your Wii starts up (SD Card required).
<li>Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2.

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii Wizard Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:28</span><br><br>
ModMii Wizard Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:07</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -112,7 +112,7 @@ This guide was generated using the following parameters:<br>
</ul>
<li>If a USB Loader fails to load a particular game, try changing it's game specific settings to use a different custom IOS like 250, 251, etc. Your cIOS 249 should play the vast majority of games, for more information see the <a href="https://wiki.gbatemp.net/wiki/Wii_cIOS_base_Compatibility_List" target="_blank">Wii cIOS base Compatibility List</a></li></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Hacking your Wii</a></li></font><br><ol>
@ -122,7 +122,6 @@ Partition style\format information for devices that were connected when this gui
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div>
<i>Note: If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup). Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii. If you don't have an SD Card or Hard Drive, you can launch apps and install WADs over WiFi to your Wii from your PC. Just open apps (boot.dol\elf files) or WADs with ModMii. Note that some apps may not work properly or support all features if they require an SD or HDD and you should never attempt to change the region of a console via WiFi.</i><br>
@ -242,7 +241,7 @@ Requirements: a WiFi connection on your Wii, but does not require an SD card to
</ol>
<br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.hacks.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
</div>
<div id="LetterBomb" class="ExploitTab">
<b>LetterBomb; aka Wilbrand, Mailbox Bomb</b><br>
@ -870,7 +869,6 @@ External hard drive partition style\format information for drives that were conn
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div><br>
<!--------------------------------------MBR Stuff BELOW----------------------------------->
@ -1408,7 +1406,7 @@ If you were able to format the first partition as FAT32, then you can skip to fo
<br>
<li>You can customize the look of your USB-Loader from a selection of themes found here: <a href="https://theme.rc24.xyz" target="_blank">https://theme.rc24.xyz</a><br>
<br>
<li>If you have questions about getting started with USB-Loader GX <a href="https://wii.guide/usbloadergx" target="_blank">click here</a>.<br>
<li>If you have questions about getting started with USB-Loader GX <a href="https://web.archive.org/web/20231213215727/wii.guide/usbloadergx" target="_blank">click here</a>.<br>
</ol><br>
<font size="6"><li><a name="Done">After modding your Wii</a></li></font><br><ul style=align="left" type="disc">
@ -1424,7 +1422,7 @@ If you were able to format the first partition as FAT32, then you can skip to fo
<ul style=align="left" type="square">
<li>Download some Wii related PC tools or Just for Fun Wii apps like emulators or cheat codes from ModMii Classic's Download Page 2.
<li>Grab the <a href="https://wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Grab the <a href="https://web.archive.org/web/20231213215727/wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Some other great libraries of Homebrew applications can be found at <a href="http://wiibrew.org/wiki/List_of_all_homebrew" target="_blank">wiibrew.org</a>, <a href="https://translate.google.com/translate?hl=en&sl=en&tl=en&u=https%3A%2F%2Fwiidatabase.de%2Fdownloads%2F" target="_blank">wiidatabase.de</a>, <a href="https://oscwii.org/library" target="_blank">oscwii.org</a> and of course <a href="https://gbatemp.net/forums/nintendo-wii.105/" target="_blank">gbatemp</a>.
<ul style=align="left" type="disc">
@ -1435,11 +1433,12 @@ If you were able to format the first partition as FAT32, then you can skip to fo
</ul>
</ul>
<li>Check out some of my custom <a href="https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/" target="_blank">Forwarder Channels</a> to launch your favourite homebrew straight from the System Menu.
<li>Get a new <a href="https://wii.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>Get a new <a href="https://wii.hacks.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>"Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started.
<ul style=align="left" type="square">
<li>You can also use your Wii's nand.bin backup as an Emulated NAND instead of having ModMii build one from scratch. To extract the files from a nand.bin backup to use as an Emulated NAND, simply open the nand.bin file using ModMii.
</ul>
<li>Install <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
<li>Check out some <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a> to customize how your Wii starts up (SD Card required).
<li>Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2.

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii Wizard Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:27</span><br><br>
ModMii Wizard Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:07</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -116,7 +116,7 @@ This guide was generated using the following parameters:<br>
</ul>
<li>If a USB Loader fails to load a particular game, try changing it's game specific settings to use a different custom IOS like 250, 251, etc. Your cIOS 249 should play the vast majority of games, for more information see the <a href="https://wiki.gbatemp.net/wiki/Wii_cIOS_base_Compatibility_List" target="_blank">Wii cIOS base Compatibility List</a></li></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Hacking your Wii</a></li></font><br><ol>
@ -126,7 +126,6 @@ Partition style\format information for devices that were connected when this gui
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div>
<i>Note: If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup). Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii. If you don't have an SD Card or Hard Drive, you can launch apps and install WADs over WiFi to your Wii from your PC. Just open apps (boot.dol\elf files) or WADs with ModMii. Note that some apps may not work properly or support all features if they require an SD or HDD and you should never attempt to change the region of a console via WiFi.</i><br>
@ -246,7 +245,7 @@ Requirements: a WiFi connection on your Wii, but does not require an SD card to
</ol>
<br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.hacks.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
</div>
<div id="Smash Stack" class="ExploitTab">
<b>Smash Stack</b><br>
@ -834,7 +833,6 @@ External hard drive partition style\format information for drives that were conn
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div><br>
<!--------------------------------------MBR Stuff BELOW----------------------------------->
@ -1372,7 +1370,7 @@ If you were able to format the first partition as FAT32, then you can skip to fo
<br>
<li>You can customize the look of your USB-Loader from a selection of themes found here: <a href="https://theme.rc24.xyz" target="_blank">https://theme.rc24.xyz</a><br>
<br>
<li>If you have questions about getting started with USB-Loader GX <a href="https://wii.guide/usbloadergx" target="_blank">click here</a>.<br>
<li>If you have questions about getting started with USB-Loader GX <a href="https://web.archive.org/web/20231213215727/wii.guide/usbloadergx" target="_blank">click here</a>.<br>
</ol><br>
<font size="6"><li><a name="Done">After modding your Wii</a></li></font><br><ul style=align="left" type="disc">
@ -1388,7 +1386,7 @@ If you were able to format the first partition as FAT32, then you can skip to fo
<ul style=align="left" type="square">
<li>Download some Wii related PC tools or Just for Fun Wii apps like emulators or cheat codes from ModMii Classic's Download Page 2.
<li>Grab the <a href="https://wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Grab the <a href="https://web.archive.org/web/20231213215727/wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Some other great libraries of Homebrew applications can be found at <a href="http://wiibrew.org/wiki/List_of_all_homebrew" target="_blank">wiibrew.org</a>, <a href="https://translate.google.com/translate?hl=en&sl=en&tl=en&u=https%3A%2F%2Fwiidatabase.de%2Fdownloads%2F" target="_blank">wiidatabase.de</a>, <a href="https://oscwii.org/library" target="_blank">oscwii.org</a> and of course <a href="https://gbatemp.net/forums/nintendo-wii.105/" target="_blank">gbatemp</a>.
<ul style=align="left" type="disc">
@ -1399,11 +1397,12 @@ If you were able to format the first partition as FAT32, then you can skip to fo
</ul>
</ul>
<li>Check out some of my custom <a href="https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/" target="_blank">Forwarder Channels</a> to launch your favourite homebrew straight from the System Menu.
<li>Get a new <a href="https://wii.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>Get a new <a href="https://wii.hacks.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>"Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started.
<ul style=align="left" type="square">
<li>You can also use your Wii's nand.bin backup as an Emulated NAND instead of having ModMii build one from scratch. To extract the files from a nand.bin backup to use as an Emulated NAND, simply open the nand.bin file using ModMii.
</ul>
<li>Install <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
<li>Check out some <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a> to customize how your Wii starts up (SD Card required).
<li>Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2.

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii Wizard Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:28</span><br><br>
ModMii Wizard Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:07</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -101,7 +101,7 @@ This guide was generated using the following parameters:<br>
<li>Do not install untested WADs/themes without Priiloader, Bootmii and a nand backup.</li>
<li>It's probably unnecessary, but you should disconnect all peripherals from the Wii during the modding procedure unless instructed otherwise. This includes gamecube memory cards, gamecube controllers, Wii Speak, etc.</li>
<!---------------------------------SOFTMOD NOTES ABOVE----------------------------------->
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Hacking your Wii</a></li></font><br><ol>
@ -111,7 +111,6 @@ Partition style\format information for devices that were connected when this gui
<pre>
DeviceID FileSystem
H: NTFS
K: NTFS
X: NTFS
</pre></div></div></div>
<i>Note: If you don't have an SD Card, you can still accomplish <u>most</u> things using a Hard Drive formatted as FAT32 in place of an SD Card (SD is notably required for Bootmii and NAND backup). Make sure to always plug your hard drive into usb port0 - the one nearest the edge of the Wii. If you don't have an SD Card or Hard Drive, you can launch apps and install WADs over WiFi to your Wii from your PC. Just open apps (boot.dol\elf files) or WADs with ModMii. Note that some apps may not work properly or support all features if they require an SD or HDD and you should never attempt to change the region of a console via WiFi.</i><br>
@ -225,7 +224,7 @@ Requirements: a WiFi connection on your Wii, but does not require an SD card to
</ol>
<br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
<i>Fun Facts about str2hax! If a boot.elf file is detected on the root of your SD card, str2hax will launch it instead of automatically downloading then launching the HackMii Installer. And did you know when str2hax is finished, it will reset your DNS to Google's 8.8.8.8 and 8.8.4.4? You can leave it this way or re-enable Auto-Obtain DNS, or change it to Cloudflare's 1.1.1.1, or use <a href="https://wii.hacks.guide/riiconnect24.html" target="_blank">RiiConnect24's DNS</a>, the choice is yours!</i><br>
</div>
<div id="Wilbrand" class="ExploitTab">
<b>Wilbrand; aka LetterBomb, Mailbox Bomb</b><br>
@ -773,7 +772,7 @@ Note: Forwarder requires IOS58. SD paths are all checked first, then USB. It's c
<ul style=align="left" type="square">
<li>Download some Wii related PC tools or Just for Fun Wii apps like emulators or cheat codes from ModMii Classic's Download Page 2.
<li>Grab the <a href="https://wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Grab the <a href="https://web.archive.org/web/20231213215727/wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Some other great libraries of Homebrew applications can be found at <a href="http://wiibrew.org/wiki/List_of_all_homebrew" target="_blank">wiibrew.org</a>, <a href="https://translate.google.com/translate?hl=en&sl=en&tl=en&u=https%3A%2F%2Fwiidatabase.de%2Fdownloads%2F" target="_blank">wiidatabase.de</a>, <a href="https://oscwii.org/library" target="_blank">oscwii.org</a> and of course <a href="https://gbatemp.net/forums/nintendo-wii.105/" target="_blank">gbatemp</a>.
<ul style=align="left" type="disc">
@ -784,11 +783,12 @@ Note: Forwarder requires IOS58. SD paths are all checked first, then USB. It's c
</ul>
</ul>
<li>Check out some of my custom <a href="https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/" target="_blank">Forwarder Channels</a> to launch your favourite homebrew straight from the System Menu.
<li>Get a new <a href="https://wii.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>Get a new <a href="https://wii.hacks.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>"Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started.
<ul style=align="left" type="square">
<li>You can also use your Wii's nand.bin backup as an Emulated NAND instead of having ModMii build one from scratch. To extract the files from a nand.bin backup to use as an Emulated NAND, simply open the nand.bin file using ModMii.
</ul>
<li>Install <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
<li>Check out some <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a> to customize how your Wii starts up (SD Card required).
<li>Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2.

View File

@ -27,7 +27,7 @@ ol > li::marker {font-weight: bold;}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="margin:5px 5px 5px 35px;">
ModMii SysCheck Updater Guide<span style="float:right;">v7.0.1 DB:23.03.10 Generated on Wed 08/09/2023 - 15:29</span><br><br>
ModMii SysCheck Updater Guide<span style="float:right;">v7.0.2 DB:23.03.10 Generated on Mon 01/22/2024 - 16:09</span><br><br>
<!----------Custom Printing CSS that doesn't print images--------------->
<style type="text/css" media="print">
.printbutton {
@ -179,7 +179,7 @@ This guide was generated using the following parameters:<br>
<li>Do not install untested WADs/themes without Priiloader, Bootmii and a nand backup.</li>
<li>It's probably unnecessary, but you should disconnect all peripherals from the Wii during the modding procedure unless instructed otherwise. This includes gamecube memory cards, gamecube controllers, Wii Speak, etc.</li>
<!---------------------------------SOFTMOD NOTES ABOVE----------------------------------->
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.guide" target="_blank">wii.guide</a></li>
<li>Detailed guides covering a broader range of Wii topics available at the <a href="http://www.sites.google.com/site/completesg/" target="_blank">Complete Softmod Guide</a> and <a href="http://wii.hacks.guide" target="_blank">wii.guide</a></li>
<li>If you come across a term or abbreviation that you're not familar with you can reference the <a href="https://wiibrew.org/wiki/Glossary" target="_blank">WiiBrew Glossary</a> or the <a href="https://sites.google.com/site/completesg/other-stuff/wii-glossary" target="_blank">CSG Glossary</a></li>
<li>If you need help, have questions, or just want to chat visit the <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank">official ModMii page on gbatemp</a> or the <a href="https://discord.gg/cMnBRACQwQ" target="_blank">ModMii Discord Server</a> and ask away!</li></ul><br>
<font size="6"><li><a name="Hacking">Updating your Wii Hacks</a></li></font><br><ol>
@ -257,7 +257,7 @@ WARNING: WADs can also be <u>un</u>installed, and if you're not careful you can
<li>IOS80v65535(IOS60v6174[FS-ES-NP-VP-DIP-RC24])</li>
</ol><br>
<div style><div class="spoilerfont" style="text-align:left;"><input value=" Optional 8 Stub IOS WADs " style="margin: 0px; padding: 0px; font-size: large;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Click to hide Optional Stub IOS WADs '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Optional 8 Stub IOS WADs '; }" type="button"></div><div class="alt2" style="border: 0px inset ; margin: 0px; padding: 6px;"><div style="display: none;">
You have some extra IOSs installed on your Wii that are unnecessary. Optionally recover some space by navigating to the WAD/STUBS folder and repeating the steps above to install the 8 stub IOS WADs below.<br><br>
You have some extra IOSs installed on your Wii that are unnecessary. Optionally recover some space by navigating to the WAD/STUBS folder and repeating the steps above to install the 8 stub IOS WADs below. Ignore this for any slots you intentionally installed (e.g. for <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> support).<br><br>
<ol>
<li>STUB-IOS3-64-v404</li>
<li>STUB-IOS4-64-v404</li>
@ -287,7 +287,7 @@ You have some extra IOSs installed on your Wii that are unnecessary. Optionally
<ul style=align="left" type="square">
<li>Download some Wii related PC tools or Just for Fun Wii apps like emulators or cheat codes from ModMii Classic's Download Page 2.
<li>Grab the <a href="https://wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Grab the <a href="https://web.archive.org/web/20231213215727/wii.guide/hbb" target="_blank">Homebrew Browser</a> or the <a href="https://github.com/dhtdht020/osc-dl/releases/latest" target="_blank">Open Shop Channel for Windows</a> from ModMii or the provided links to easily download many other popular apps right from your Wii or PC!</li>
<li>Some other great libraries of Homebrew applications can be found at <a href="http://wiibrew.org/wiki/List_of_all_homebrew" target="_blank">wiibrew.org</a>, <a href="https://translate.google.com/translate?hl=en&sl=en&tl=en&u=https%3A%2F%2Fwiidatabase.de%2Fdownloads%2F" target="_blank">wiidatabase.de</a>, <a href="https://oscwii.org/library" target="_blank">oscwii.org</a> and of course <a href="https://gbatemp.net/forums/nintendo-wii.105/" target="_blank">gbatemp</a>.
<ul style=align="left" type="disc">
@ -298,11 +298,12 @@ You have some extra IOSs installed on your Wii that are unnecessary. Optionally
</ul>
</ul>
<li>Check out some of my custom <a href="https://gbatemp.net/threads/x-flaks-top-wii-channels.205622/" target="_blank">Forwarder Channels</a> to launch your favourite homebrew straight from the System Menu.
<li>Get a new <a href="https://wii.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>Get a new <a href="https://wii.hacks.guide/themes.html" target="_blank">theme for your Wii Menu</a>! Confirm you have Priiloader installed before installing themes, then open mym themes\files using ModMii or ThemeMii Mod to convert them to csm files for your specific system menu version. Or check out the huge library of themes available at <a href="www.wiithemer.org" target="_blank">www.wiithemer.org</a>, a website that also converts MYMs to CSMs for you on the fly. CSM files can then be installed to your Wii using MyMenuify Mod. ThemeMii Mod and MyMenuify Mod are both available on ModMii Classic's Download Page 2.
<li>"Expand" your Wii's 500MB internal memory for more WiiWare and Virtual Console games by having it load the System Menu from external storage instead. Use ModMii's SNEEK installer and Emulated NAND builder to get started.
<ul style=align="left" type="square">
<li>You can also use your Wii's nand.bin backup as an Emulated NAND instead of having ModMii build one from scratch. To extract the files from a nand.bin backup to use as an Emulated NAND, simply open the nand.bin file using ModMii.
</ul>
<li>Install <a href="https://gbatemp.net/threads/release-fakemote-an-ios-module-that-fakes-wiimotes-from-the-input-of-usb-game-controllers.601771" target="_blank">Fakemote</a> to an unused IOS slot like 247 to add support for DS3 and DS4 controllers. This can also be done using ModMii Classic's Advanced Downloads Menu by choosing the latest FM (Fakemote) version of d2x in ModMii's options.
<li>Check out some <a href="https://gbatemp.net/threads/x-flaks-crazy-intro-videos.189411" target="_blank">Crazy Intro Videos</a> to customize how your Wii starts up (SD Card required).
<li>Bring back WiiConnect24 to your Wii! The RiiConnect24 Patcher restores functionality to Wii Mail and various Nintendo Channels such as Forecast, News, Everybody Votes, Nintendo, Check Mii Out, and more! You can get this tool from from ModMii Classic's Download Page 2.

View File

@ -1 +1 @@
<html> <head> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <meta name="description" content="The official website of ModMii for Windows, by XFlak"> <meta name="keywords" content="ModMii,Windows,XFlak,Wii,Nintendo,Hack,Mod,Modify,softmod,usb-loader,DeadlyFoez,sneek,neek"> <meta name="author" content="XFlak"> <title>ModMii for Windows</title> <link rel="icon" type="image/ico" href="../../Images/icon.ico"> <link rel="stylesheet" href="../../modmiistyle.css"> <style type="text/css"> h1 { text-decoration: underline;text-align: center;font-weight:bold;font-size:100%;} </style> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body style="margin:5px 35px 35px 35px;"> <body style="background-color:#E6E6FA"> <!-- Starts the HTML above --> <p style="text-align:center"> <a href="../../" class="BUTTON_BCZ"><font color="white"><b>Home</b></font></a> <a href="../../usage.html" class="BUTTON_BCZ"><font color="white"><b>Usage</b></font></a> <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank" class="BUTTON_BCZ"><font color="white"><b>Help</b></font></a> <a href="https://discord.gg/cMnBRACQwQ" target="_blank" class="BUTTON_BCZ"><font color="white"><b>Discord</b></font></a> <a href="../../credits.html" class="BUTTON_BCZ"><font color="white"><b>Credits</b></font></a> <a href="../../donations.html" class="BUTTON_BCZ"><font color="white"><b>Donate</b></font></a> </p> <p style="text-align:center"> <img src="../../Images/modmiibanner.png" border="0" alt="ModMii Banner"><br> </p> <p style="text-align:center"> <center> <br> <b>It's now easier than ever to donate to ModMii using Patreon or GitHub Sponsors!</b><br> <br> <a href="https://www.patreon.com/join/10186747/checkout" class="BUTTON_Patron"><font color="black">&#10084;&#160;Patron</font></a> <a href="https://github.com/sponsors/xflak" class="BUTTON_Patron"><font color="black">&#10084;&#160;Sponsor</font></a> <br> <br> <div class="justify" align="left" style="width:800px;"> <font size="10">ModMii 7.0.1 Sample Guides</font><br> <br> Sample guides are for illustrative purposes only, you should <u>always</u> use ModMii to create your <u>own</u> personalized custom guide based on your specific situation.<br> <br> <ol type="1"> <li><a href="ModMii_Wizard_Guide(BB2-MyMenuify-FAT32-Flow-SDConfig-PCPortable).html">ModMii Wizard: 4.2U, BannerBomb v2, System Menu Theme (Mymenuify), USB-Loader Set-up with WiiFlow</a></li><br> <li><a href="ModMii_Wizard_Guide(Letterbomb-MyMenuify-NTFS-CFG-PCLocal).html">ModMii Wizard: 4.3E, many exploits, System Menu Theme (Mymenuify), USB-Loader Set-up with CFG USB-Loader</a></li><br> <li><a href="ModMii_Wizard_Guide(BB1-KoreanInstallWADs).html">ModMii Wizard: 3.xK to 4.1K, System Menu Theme (WAD)</a></li><br> <li><a href="ModMii_Wizard_Guide(Twilight-FAT32+NTFS-CFG-GX+Flow-PCLocal).html">ModMii Wizard: <2.2U to 4.1U, many exploits incl. Twilight, USB-Loader Set-up with USB-Loader GX</a></li><br> <li><a href="ModMii_Wizard_Guide(Wilbrand-4.3J_to_4.1J-Blue-PCLocal).html">ModMii Wizard: 4.3J to 4.1J, Wilbrand exploits, System Menu Theme (WAD)</a></li><br> <li><a href="ModMii_sysCheck_Updater_Guide.html">sysCheck Updater Wizard: Custom</a></li><br> <li><a href="ModMii_USBLoader_Setup_Guide(FAT32-CFG-PCPortable).html">USB-Loader Setup Wizard: USB-Loader GX</a></li><br> <li><a href="ModMii_HackMii_Solutions_Guide.html">HackMii Solutions Wizard</a></li><br> <li><a href="ModMii_Abstinence_Guide.html">Abstinence Wizard: 4.3 and 4.2</a></li><br> <li><a href="ModMii_Abstinence_Guide(lower_than_4.2).html">Abstinence Wizard: <4.2</a></li><br> <li><a href="ModMii_Region_Change_Guide(to U).html">Region Change Wizard: to U</a></li><br> <li><a href="ModMii_Region_Change_Guide(to K).html">Region Change Wizard: to K</a></li><br> </ol> </p> </div> </center> </p> </body> </html>
<html> <head> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <meta name="description" content="The official website of ModMii for Windows, by XFlak"> <meta name="keywords" content="ModMii,Windows,XFlak,Wii,Nintendo,Hack,Mod,Modify,softmod,usb-loader,DeadlyFoez,sneek,neek"> <meta name="author" content="XFlak"> <title>ModMii for Windows</title> <link rel="icon" type="image/ico" href="../../Images/icon.ico"> <link rel="stylesheet" href="../../modmiistyle.css"> <style type="text/css"> h1 { text-decoration: underline;text-align: center;font-weight:bold;font-size:100%;} </style> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body style="margin:5px 35px 35px 35px;"> <body style="background-color:#E6E6FA"> <!-- Starts the HTML above --> <p style="text-align:center"> <a href="../../" class="BUTTON_BCZ"><font color="white"><b>Home</b></font></a> <a href="../../usage.html" class="BUTTON_BCZ"><font color="white"><b>Usage</b></font></a> <a href="https://gbatemp.net/threads/modmii-for-windows-official-support-topic.207126/" target="_blank" class="BUTTON_BCZ"><font color="white"><b>Help</b></font></a> <a href="https://discord.gg/cMnBRACQwQ" target="_blank" class="BUTTON_BCZ"><font color="white"><b>Discord</b></font></a> <a href="../../credits.html" class="BUTTON_BCZ"><font color="white"><b>Credits</b></font></a> <a href="../../donations.html" class="BUTTON_BCZ"><font color="white"><b>Donate</b></font></a> </p> <p style="text-align:center"> <img src="../../Images/modmiibanner.png" border="0" alt="ModMii Banner"><br> </p> <p style="text-align:center"> <center> <br> <b>It's now easier than ever to donate to ModMii using Patreon or GitHub Sponsors!</b><br> <br> <a href="https://www.patreon.com/join/10186747/checkout" class="BUTTON_Patron"><font color="black">&#10084;&#160;Patron</font></a> <a href="https://github.com/sponsors/xflak" class="BUTTON_Patron"><font color="black">&#10084;&#160;Sponsor</font></a> <br> <br> <div class="justify" align="left" style="width:800px;"> <font size="10">ModMii 7.0.2 Sample Guides</font><br> <br> Sample guides are for illustrative purposes only, you should <u>always</u> use ModMii to create your <u>own</u> personalized custom guide based on your specific situation.<br> <br> <ol type="1"> <li><a href="ModMii_Wizard_Guide(BB2-MyMenuify-FAT32-Flow-SDConfig-PCPortable).html">ModMii Wizard: 4.2U, BannerBomb v2, System Menu Theme (Mymenuify), USB-Loader Set-up with WiiFlow</a></li><br> <li><a href="ModMii_Wizard_Guide(Letterbomb-MyMenuify-NTFS-CFG-PCLocal).html">ModMii Wizard: 4.3E, many exploits, System Menu Theme (Mymenuify), USB-Loader Set-up with CFG USB-Loader</a></li><br> <li><a href="ModMii_Wizard_Guide(BB1-KoreanInstallWADs).html">ModMii Wizard: 3.xK to 4.1K, System Menu Theme (WAD)</a></li><br> <li><a href="ModMii_Wizard_Guide(Twilight-FAT32+NTFS-CFG-GX+Flow-PCLocal).html">ModMii Wizard: <2.2U to 4.1U, many exploits incl. Twilight, USB-Loader Set-up with USB-Loader GX</a></li><br> <li><a href="ModMii_Wizard_Guide(Wilbrand-4.3J_to_4.1J-Blue-PCLocal).html">ModMii Wizard: 4.3J to 4.1J, Wilbrand exploits, System Menu Theme (WAD)</a></li><br> <li><a href="ModMii_sysCheck_Updater_Guide.html">sysCheck Updater Wizard: Custom</a></li><br> <li><a href="ModMii_USBLoader_Setup_Guide(FAT32-CFG-PCPortable).html">USB-Loader Setup Wizard: USB-Loader GX</a></li><br> <li><a href="ModMii_HackMii_Solutions_Guide.html">HackMii Solutions Wizard</a></li><br> <li><a href="ModMii_Abstinence_Guide.html">Abstinence Wizard: 4.3 and 4.2</a></li><br> <li><a href="ModMii_Abstinence_Guide(lower_than_4.2).html">Abstinence Wizard: <4.2</a></li><br> <li><a href="ModMii_Region_Change_Guide(to U).html">Region Change Wizard: to U</a></li><br> <li><a href="ModMii_Region_Change_Guide(to K).html">Region Change Wizard: to K</a></li><br> </ol> </p> </div> </center> </p> </body> </html>