Skip to content

Commit

Permalink
Deploying to gh-pages from @ 12e325a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Mar 2, 2024
1 parent 4cd750c commit 7153a60
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 62 deletions.
4 changes: 2 additions & 2 deletions bootmii.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ <h3 id="instructions">Instructions</h3>
</ol>

<div id="restore-notice" class="notice">
<p>Note: <strong>restoring a NAND backup is usually a last resort</strong>. There often better ways to unbrick your console.</p>
<p>Note: <strong>restoring a NAND backup is usually a last resort</strong>. There are often better ways to unbrick your console.</p>

<p>Try your best to <a href="bricks">identify your brick condition</a> and reverse the action that caused it in the first place.</p>

Expand All @@ -446,7 +446,7 @@ <h3 id="instructions">Instructions</h3>
<p class="notice--info">As stated earlier, if you have BootMii installed as boot2, it will launch every time you start your console.
If you would like to change this, you can use the app <a href="https://oscwii.org/library/app/BootMiiConfigurationEditor">BootMii Config Editor</a>. Or, you can edit <code class="language-plaintext highlighter-rouge">sd:/bootmii/bootmii.ini</code> manually.</p>

<p class="notice--info">Two files will have been created on the root of your SD Card: <code class="language-plaintext highlighter-rouge">nand.bin</code> and <code class="language-plaintext highlighter-rouge">keys.bin</code>. <code class="language-plaintext highlighter-rouge">nand.bin</code> is your Wii’s internal memory, while <code class="language-plaintext highlighter-rouge">keys.bin</code> are your console’s keys.</p>
<p class="notice--info">Two files will have been created on the root of your SD Card: <code class="language-plaintext highlighter-rouge">nand.bin</code> and <code class="language-plaintext highlighter-rouge">keys.bin</code>. <code class="language-plaintext highlighter-rouge">nand.bin</code> is a backup of your console’s internal memory, while <code class="language-plaintext highlighter-rouge">keys.bin</code> are your console’s keys.</p>

<p class="notice--info"><a href="priiloader">Continue to Priiloader Installation</a><br />
Priiloader adds a secondary level of brick protection, and is highly recommended even if BootMii was installed as boot2. It is especially important for users of BootMii on IOS.</p>
Expand Down
10 changes: 5 additions & 5 deletions bricks.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">Bricks
<li><a href="#solutions-3" id="markdown-toc-solutions-3">Solutions</a></li>
</ul>
</li>
<li><a href="#korean-kiierror-003-brick" id="markdown-toc-korean-kiierror-003-brick">Korean Kii/Error 003 Brick</a> <ul>
<li><a href="#koreankiierror-003-brick" id="markdown-toc-koreankiierror-003-brick">KoreanKii/Error 003 Brick</a> <ul>
<li><a href="#symptoms-5" id="markdown-toc-symptoms-5">Symptoms</a></li>
<li><a href="#cause-5" id="markdown-toc-cause-5">Cause</a></li>
<li><a href="#solutions-4" id="markdown-toc-solutions-4">Solutions</a></li>
Expand Down Expand Up @@ -435,7 +435,7 @@ <h1 id="brick-prevention">Brick Prevention</h1>
<li><strong>Do NOT follow old Wii modding tutorials, use old homebrew, or use video guides on the Internet unless it is EXPLICITLY RECOMMENDED by the homebrew developer.</strong></li>
<li><strong>Do NOT, under ANY CIRCUMSTANCES, USE THE HOMEBREW APP <code class="language-plaintext highlighter-rouge">Pimp My Wii</code>. It is DANGEROUS and does things that have the ability to BRICK YOUR WII!</strong></li>
<li><strong>Do NOT restore NAND backups from other consoles!</strong></li>
<li><strong>Do NOT use a Nintendo Wi-Fi Connection service unless it is known to be RCE patched (such as <a href="wiimmfi">Wiimmfi</a>. Doing otherwise could allow a malicious actor to BRICK your Wii!</strong></li>
<li><strong>Do NOT use a Nintendo Wi-Fi Connection service unless it is known to be RCE patched (such as <a href="wiimmfi">Wiimmfi</a>). Doing otherwise could allow a malicious actor to BRICK your Wii!</strong></li>
<li><strong>Only install updates for your own region!</strong>.
<ul>
<li>Installing updates from another region could have no effect at best, but result in a <a href="bricks#korean-kiierror-003-brick">Korean Kii/Error 003</a> brick at worst. To prevent this from happening if you bought a pre-owned Wii, run <a href="syscheck">SysCheck</a> to verify the original region of your console. If it is Korean, be EXTREMELY careful with applying system updates to your console, and consider seeking support for further assistance.</li>
Expand Down Expand Up @@ -483,7 +483,7 @@ <h1 id="diagnosis">Diagnosis</h1>
<p>Here is a small section that lists out steps similar to the Wii boot process, and links to the likely corresponding brick if something fails.</p>

<ul>
<li>Turn on Wii.</li>
<li>Turn on your Wii.</li>
<li>Nothing happens, black screen. Wii cannot be turned on with a Wiimote, Recovery Mode cannot be started, and BootMii as boot2 is not accessible. See <a href="bricks#low-level-brick">low-level brick</a>.</li>
<li>Nothing happens, black screen, BUT Wii can be turned on with a Wiimote/Recovery Mode can be accessed. See <a href="bricks#wi-fi-brick">Wi-Fi brick</a>.</li>
<li>Nothing happens, black screen, BUT BootMii as boot2 is accessible. See <a href="bricks#ios-brick">IOS brick</a>.</li>
Expand Down Expand Up @@ -579,7 +579,7 @@ <h4 id="symptoms-4">Symptoms</h4>
<p>When starting the Wii, you instead get an error from the Opera web browser along the lines of <code class="language-plaintext highlighter-rouge">You tried to access the address (URL), which is currently unavailable.</code> This will happen every time you start the Wii, and cannot be bypassed by any other means.</p>

<h4 id="cause-4">Cause</h4>
<p>This brick is a more fatal version of a <a href="#semibrick">Semibrick</a>. If your SYSCONF gets corrupt or damaged, the Wii will regenerate it and start the setup phase.</p>
<p>This brick is a more fatal version of a <a href="#semibrick">Semibrick</a>. If your SYSCONF (system configuration file) gets corrupt or damaged, the Wii will regenerate it and start the setup phase.</p>

<p>However, the setup pages are in a similar location to the Wii settings pages. If you have an incorrect region Wii Menu or theme, the Wii cannot find them.</p>

Expand All @@ -593,7 +593,7 @@ <h4 id="solutions-3">Solutions</h4>

<p>Alternatively, <a href="recovery-mode">Recovery Mode</a> can be used to attempt a fix.</p>

<h2 id="korean-kiierror-003-brick">Korean Kii/Error 003 Brick</h2>
<h2 id="koreankiierror-003-brick">KoreanKii/Error 003 Brick</h2>

<h4 id="symptoms-5">Symptoms</h4>
<p>Screen shows up as listed below on normal boot.</p>
Expand Down
8 changes: 4 additions & 4 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,9 @@ <h2 id="storage-device-faq">Storage Device FAQ</h2>
<p class="notice--info">For the <a href="bluebomb">BlueBomb</a>, <a href="str2hax">str2hax</a>, or <a href="flashhax">FlashHax</a> exploits, you do not need an SD card to hack your Wii; it is highly recommended to grab one anyway for homebrew and other tasks.</p>

<p class="notice--info">FAT32 is the recommended file system for SD cards, see <a href="https://wiki.hacks.guide/wiki/Formatting_an_SD_card">this guide</a> on formatting instructions.<br />
For USB devices, FAT32 is also recommended, although users should be aware of FAT32 limitations which only allow volumes up to 2TB in size. WBFS was a previously used file system for Wii game backups - today, it is outdated and should not be used.</p>
For USB devices, FAT32 is also recommended, although users should be aware of FAT32 limitations which only allow volumes up to 2TB in size. WBFS was a previously used file system for Wii game backups (not to be confused with WBFS files) - today, it is outdated and should not be used.</p>

<p class="notice--warning">For stock Wii Menu versions lower than 4.0, a limitation in the Wii System Software prevents SD cards bigger than 2GB from being used.<br />
<p class="notice--warning">For stock Wii Menu versions lower than 4.0, a limitation in the Wii system software prevents SD cards bigger than 2GB from being used.<br />
For stock Wii Menu versions 4.0 or higher, this limitation is removed and SD cards of various sizes can be used.<br />
Your highest chance of getting a working SD card on any Wii is at sizes 32GB or lower, but success has been reported various times on cards ranging up to 256GB.</p>

Expand All @@ -454,9 +454,9 @@ <h3 id="general-storage-guidelines">General Storage Guidelines</h3>
<p>When considering buying or using an SD card or USB device, it is worth considering the things that you will be using either storage medium for. Different uses can take up varying amounts of space, some common examples of which are shown below:</p>

<ul>
<li>Wii Backups: The largest Wii games (dual-layer DVD) are up to sizes of 9GB, more normal games are closer to sizes of 4GB or lower. The average user for a Wii backup device would probably want 128GB or more of space.</li>
<li>Wii Backups: The largest Wii games (dual-layer DVD) are up to sizes of 8.5GB, more normal games are closer to sizes of 4.7GB or lower. The average user for a Wii backup device would probably want 128GB or more of space.</li>
<li>GameCube Backups: The largest GameCube games reach sizes of up to 1.3GB. ISO sizes are normally this size regardless of the game, but can be considerably lower if NKIT is used as a format instead. The average user for a GameCube backup device would probably want 64GB or more of space.</li>
<li>General Emulation: There are a wide variety of emulators available on the Wii. Because the size of different game ROMs differ dramatically, the average user for an emulation drive would probably want 32GB or more of space.</li>
<li>General Emulation: There are a wide variety of emulators available on the Wii. Because the size of different game ROMs differ dramatically, the average user wanting to emulate games would probably want 32GB or more of space.</li>
<li>General Homebrew: For homebrew, the average user would want 2GB or more of space.</li>
<li>NAND Backups: For backing up your NAND with BootMii, the average user would need a minimum of 512MB of free space, but sizes of 1GB or more are recommended.</li>
<li>Bare minimum, exploit only: The minimum amount of space to run an SD-card compatible exploit on a Wii is 128MB.</li>
Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://wii.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://wii.hacks.guide/" rel="alternate" type="text/html" /><updated>2024-03-02T05:48:56+00:00</updated><id>https://wii.hacks.guide/feed.xml</id><title type="html">Wii Hacks Guide</title><subtitle>The complete guide to modding your Wii (and Wii mini)</subtitle><author><name>Nintendo Homebrew</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://wii.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://wii.hacks.guide/" rel="alternate" type="text/html" /><updated>2024-03-02T05:55:20+00:00</updated><id>https://wii.hacks.guide/feed.xml</id><title type="html">Wii Hacks Guide</title><subtitle>The complete guide to modding your Wii (and Wii mini)</subtitle><author><name>Nintendo Homebrew</name></author></feed>
46 changes: 23 additions & 23 deletions legacy-exploits.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">Legacy Exploits
</li>
<li><a href="#other-exploits" id="markdown-toc-other-exploits">Other Exploits</a> <ul>
<li><a href="#bannerbomb" id="markdown-toc-bannerbomb">Bannerbomb</a></li>
<li><a href="#letterbomb" id="markdown-toc-letterbomb">Letterbomb</a></li>
<li><a href="#letterbomb" id="markdown-toc-letterbomb">LetterBomb</a></li>
<li><a href="#flashhax" id="markdown-toc-flashhax">FlashHax</a></li>
</ul>
</li>
Expand All @@ -393,71 +393,71 @@ <h4 id="smash-stack">Smash Stack</h4>
<li>Requires an SD card under the original SD specification, 2GB or less</li>
<li>Works on all system menu versions, even 4.3, as well as on Korean Wiis</li>
<li>Can be used as a means of recovering an Error 003 console in Recovery Mode</li>
<li>Superceded mostly by Letterbomb and Bluebomb</li>
<li><a href="https://wiibrew.org/wiki/Smash_Stack">Wiibrew Page</a></li>
<li>Superceded mostly by LetterBomb and BlueBomb</li>
<li><a href="https://wiibrew.org/wiki/Smash_Stack">WiiBrew Page</a></li>
</ul>

<h4 id="twilight-hack">Twilight Hack</h4>

<ul>
<li>Loads a hacked game save on the Wii System Memory through The Legend of Zelda: Twilight Princess</li>
<li>Works only on system menu versions up to 3.4</li>
<li>Superceded by Wilbrand, or by updating to 4.3 and using Letterbomb and Bluebomb</li>
<li><a href="https://wiibrew.org/wiki/Twilight_Hack">Wiibrew Page</a></li>
<li>Superceded by Wilbrand, or by updating to 4.3 and using LetterBomb and BlueBomb</li>
<li><a href="https://wiibrew.org/wiki/Twilight_Hack">WiiBrew Page</a></li>
</ul>

<h4 id="indiana-pwns">Indiana Pwns</h4>

<ul>
<li>Loads a hacked game save on the Wii System Memory through LEGO Indiana Jones</li>
<li>Works on all system menu versions, even 4.3</li>
<li>Superceded mostly by Letterbomb and Bluebomb</li>
<li><a href="https://wiibrew.org/wiki/Indiana_Pwns">Wiibrew Page</a></li>
<li>Superceded mostly by LetterBomb and BlueBomb</li>
<li><a href="https://wiibrew.org/wiki/Indiana_Pwns">WiiBrew Page</a></li>
</ul>

<h4 id="bathaxx">Bathaxx</h4>

<ul>
<li>Loads a hacked game save on the Wii System Memory through LEGO Batman</li>
<li>Works on all system menu versions, even 4.3</li>
<li>Superceded mostly by Letterbomb and Bluebomb</li>
<li><a href="https://wiibrew.org/wiki/Bathaxx">Wiibrew Page</a></li>
<li>Superceded mostly by LetterBomb and BlueBomb</li>
<li><a href="https://wiibrew.org/wiki/Bathaxx">WiiBrew Page</a></li>
</ul>

<h4 id="return-of-the-jodi">Return of the Jodi</h4>

<ul>
<li>Loads a hacked game save on the Wii System Memory through LEGO Star Wars: The Complete Saga</li>
<li>Works on all system menu versions, even 4.3</li>
<li>Superceded mostly by Letterbomb and Bluebomb</li>
<li><a href="https://wiibrew.org/wiki/Return_of_the_Jodi">Wiibrew Page</a></li>
<li>Superceded mostly by LetterBomb and BlueBomb</li>
<li><a href="https://wiibrew.org/wiki/Return_of_the_Jodi">WiiBrew Page</a></li>
</ul>

<h4 id="eri-hakawai">Eri HaKawai</h4>

<ul>
<li>Loads a hacked game save on the Wii System Memory through Tales of Symphonia: Dawn of the New World</li>
<li>Works on all system menu versions, even 4.3</li>
<li>Superceded mostly by Letterbomb and Bluebomb</li>
<li><a href="https://wiibrew.org/wiki/Eri_HaKawai">Wiibrew Page</a></li>
<li>Superceded mostly by LetterBomb and BlueBomb</li>
<li><a href="https://wiibrew.org/wiki/Eri_HaKawai">WiiBrew Page</a></li>
</ul>

<h4 id="yu-gi-owned">Yu-Gi-OWNED!</h4>

<ul>
<li>Loads a hacked game save on the Wii System Memory on the PAL version of Yu-Gi-Oh 5D’s Wheelie Breakers</li>
<li>Works on all system menu versions, even 4.3</li>
<li>Superceded mostly by Letterbomb and Bluebomb</li>
<li><a href="https://wiibrew.org/wiki/Yu-Gi-OWNED!">Wiibrew Page</a></li>
<li>Superceded mostly by LetterBomb and BlueBomb</li>
<li><a href="https://wiibrew.org/wiki/Yu-Gi-OWNED!">WiiBrew Page</a></li>
</ul>

<h4 id="yu-gi-vah">Yu-Gi-Vah</h4>

<ul>
<li>Loads a hacked game save on the Wii System Memory on the NTSC-U/J versions of Yu-Gi-Oh 5D’s Wheelie Breakers</li>
<li>Works on all system menu versions, even 4.3</li>
<li>Superceded mostly by Letterbomb and Bluebomb</li>
<li><a href="https://wiibrew.org/wiki/Yu-Gi-Vah">Wiibrew Page</a></li>
<li>Superceded mostly by LetterBomb and BlueBomb</li>
<li><a href="https://wiibrew.org/wiki/Yu-Gi-Vah">WiiBrew Page</a></li>
</ul>

<h3 id="other-exploits">Other Exploits</h3>
Expand All @@ -467,26 +467,26 @@ <h4 id="bannerbomb">Bannerbomb</h4>
<ul>
<li>Crashes the Wii Menu by exploiting an oversight in Wii banner loading</li>
<li>Works on system menu versions 3.0-4.1 on v1, and 4.2 on v2 (attempting to load Bannerbomb on 4.3 will result in an <code class="language-plaintext highlighter-rouge">Error#004 The system files are corrupted</code>)</li>
<li>Superceded by Wilbrand, or by updating to 4.3 and using Letterbomb and Bluebomb</li>
<li><a href="https://wiibrew.org/wiki/Bannerbomb">Wiibrew Page</a></li>
<li>Superceded by Wilbrand, or by updating to 4.3 and using LetterBomb and BlueBomb</li>
<li><a href="https://wiibrew.org/wiki/Bannerbomb">WiiBrew Page</a></li>
</ul>

<h4 id="letterbomb">Letterbomb</h4>
<h4 id="letterbomb">LetterBomb</h4>

<ul>
<li>Crashes the Wii Menu by exploiting an oversight in the Wii Message Board</li>
<li>Works on system menu version 4.3 ONLY</li>
<li>Superceded by Wilbrand, functionality remains the same but Wilbrand has wider support</li>
<li><a href="https://wiibrew.org/wiki/LetterBomb">Wiibrew Page</a></li>
<li><a href="https://wiibrew.org/wiki/LetterBomb">WiiBrew Page</a> or <a href="letterbomb">Exploit Page</a></li>
</ul>

<h4 id="flashhax">FlashHax</h4>

<ul>
<li>Executes the chainloader via a web page in the Internet Channel</li>
<li>Works regardless of system menu version, only requirement is patience as exploit is extremely unreliable</li>
<li>Superceded by str2hax, or by using an SD card for Letterbomb</li>
<li><a href="https://wiibrew.org/wiki/Flashhax">Wiibrew Page</a> or <a href="flashhax">Exploit Page</a></li>
<li>Superceded by str2hax, or by using an SD card for LetterBomb</li>
<li><a href="https://wiibrew.org/wiki/FlashHax">WiiBrew Page</a> or <a href="flashhax">Exploit Page</a></li>
</ul>


Expand Down
8 changes: 4 additions & 4 deletions osc.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">Open Shop Channel

<p>The <a href="https://oscwii.org/">Open Shop Channel</a> is a homebrew app repository created by dhtdht020, and is currently the preferred way to download homebrew. Not only is it more convenient due to having the most commonly used homebrew in one place, but it is also safer as apps are manually added to the repository. You can see where an app is being obtained from by checking its <a href="https://github.com/OpenShopChannel/Apps/tree/master/contents">manifest</a>.</p>

<p>There are two methods to use the Open Shop Channel: on your Wii through the Homebrew Browser, or outside of your Wii through OSCDL.</p>
<p>There are two methods to use the Open Shop Channel: on your Wii through Homebrew Browser, or outside of your Wii through OSCDL.</p>

<h3 id="method-i---homebrew-browser">Method I - Homebrew Browser</h3>

Expand All @@ -389,19 +389,19 @@ <h4 id="requirements">Requirements</h4>
<ul>
<li>A homebrewed Wii with an active Internet connection</li>
<li>An SD card or USB drive</li>
<li><a href="https://oscwii.org/library/app/homebrew_browser">The Homebrew Browser</a></li>
<li><a href="https://oscwii.org/library/app/homebrew_browser">Homebrew Browser</a></li>
</ul>

<h4 id="instructions">Instructions</h4>

<ol>
<li>
<p>Download the reccomended <code class="language-plaintext highlighter-rouge">.zip</code> file from the Open Shop Channel website.</p>
<p>Download the recommended <code class="language-plaintext highlighter-rouge">.zip</code> file from the Open Shop Channel website.</p>

<p><img src="/images/osc/zip-download-HBB.png" alt="" /></p>
</li>
<li>Extract the <code class="language-plaintext highlighter-rouge">apps</code> folder in the archive to the root of your SD card or USB drive. Optionally, the archive also comes with a guide on how to use the Homebrew Browser.</li>
<li>Insert your SD card or USB drive into your Wii, and go to the Homebrew Channel. The Homebrew Browser should now display.</li>
<li>Insert your SD card or USB drive into your Wii, and go to the Homebrew Channel. Homebrew Browser should now display.</li>
</ol>

<h3 id="method-ii---oscdl">Method II - OSCDL</h3>
Expand Down
Loading

0 comments on commit 7153a60

Please sign in to comment.