2017-09-09 20:12:05 +02:00
|
|
|
---
|
|
|
|
title: "Site Navigation" #
|
2017-10-22 19:06:20 +02:00
|
|
|
layout: single
|
2017-09-09 20:12:05 +02:00
|
|
|
sitemap: false
|
|
|
|
---
|
2023-03-21 17:23:58 +01:00
|
|
|
|
2017-09-09 20:12:05 +02:00
|
|
|
{% capture notice-1 %}
|
2023-10-02 14:44:21 +02:00
|
|
|
**Site**
|
|
|
|
+ [Home](/)
|
|
|
|
+ [Get Started](get-started)
|
|
|
|
+ [FAQ](faq)
|
|
|
|
+ [Donations](donations)
|
2017-09-09 20:12:05 +02:00
|
|
|
{% endcapture %}
|
|
|
|
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
|
|
|
|
|
|
|
{% capture notice-2 %}
|
2023-10-02 14:44:21 +02:00
|
|
|
**Wii Online Services**
|
|
|
|
+ [Nintendo Wi-Fi Connection](wiimmfi)
|
|
|
|
+ [Setting RTC Time](wiiconnect24#updating-rtc-clock)
|
|
|
|
+ [WiiConnect24](wiiconnect24)
|
|
|
|
{% endcapture %}
|
|
|
|
<div class="notice--primary">{{ notice-2 | markdownify }}</div>
|
2023-03-21 17:23:58 +01:00
|
|
|
|
2023-10-02 14:44:21 +02:00
|
|
|
{% capture notice-3 %}
|
|
|
|
**Modding 101 - Exploits**
|
2023-09-29 08:29:49 +02:00
|
|
|
+ [BlueBomb](bluebomb)
|
2023-10-02 14:44:21 +02:00
|
|
|
+ [FlashHax](flashhax)
|
|
|
|
+ [Legacy Exploits](legacy-exploits)
|
|
|
|
+ [LetterBomb](letterbomb)
|
|
|
|
+ [str2hax](str2hax)
|
|
|
|
+ [Wilbrand](wilbrand)
|
|
|
|
{% endcapture %}
|
|
|
|
<div class="notice--primary">{{ notice-3 | markdownify }}</div>
|
|
|
|
|
|
|
|
{% capture notice-4 %}
|
|
|
|
**Modding 101 - Wii Essentials**
|
2023-09-29 08:29:49 +02:00
|
|
|
+ [BootMii Backup](bootmii)
|
|
|
|
+ [BootMii Recovery](bootmiirecover)
|
2023-10-02 14:44:21 +02:00
|
|
|
+ [Brick Overview](bricks)
|
|
|
|
+ [Brick Prevention](bricks#brick-prevention)
|
2023-09-29 08:29:49 +02:00
|
|
|
+ [cIOS](cios)
|
|
|
|
+ [Homebrew Channel](hbc)
|
|
|
|
+ [ModMii](modmii)
|
2023-10-02 14:44:21 +02:00
|
|
|
+ [Open Shop Channel](osc)
|
2023-09-29 08:29:49 +02:00
|
|
|
+ [Priiloader](priiloader)
|
|
|
|
+ [Relaunching the HackMii Installer](hackmii)
|
|
|
|
+ [YAWM ModMii Edition](yawmme)
|
2023-10-02 14:44:21 +02:00
|
|
|
+ [Updating Wii Menu to v4.3](update)
|
|
|
|
{% endcapture %}
|
|
|
|
<div class="notice--primary">{{ notice-4 | markdownify }}</div>
|
2017-10-02 23:32:37 +02:00
|
|
|
|
2023-10-02 14:44:21 +02:00
|
|
|
{% capture notice-5 %}
|
2017-10-02 23:32:37 +02:00
|
|
|
**Homebrew**
|
2023-09-29 08:29:49 +02:00
|
|
|
+ [Creating Wii Game Shortcuts](wiigsc)
|
|
|
|
+ [GameCube Backup Manager](gcbackupmanager)
|
|
|
|
+ [How to dump Channels (WADs)](dump-wads)
|
|
|
|
+ [How to dump GameCube/Wii Games](dump-games)
|
2023-10-02 14:44:21 +02:00
|
|
|
+ [RSSMii](rssmii)
|
2023-09-29 08:29:49 +02:00
|
|
|
+ [Managing GameCube Save Files](gcsaves)
|
|
|
|
+ [Nintendont](nintendont)
|
|
|
|
+ [Playing Wii Game Mods](riivolution)
|
2023-10-02 14:44:21 +02:00
|
|
|
+ [Recommended Homebrew](recommended-homebrew)
|
2023-09-29 08:29:49 +02:00
|
|
|
+ [Removing RSSMii](rssmii-remove)
|
2023-10-02 14:44:21 +02:00
|
|
|
+ [USB Loaders](usb-loaders)
|
|
|
|
+ [Using SysCheck](syscheck)
|
2023-09-29 08:29:49 +02:00
|
|
|
+ [Wii Backup Manager](wiibackupmanager)
|
2023-10-02 14:44:21 +02:00
|
|
|
+ [Wii Themes Guide](themes)
|
|
|
|
{% endcapture %}
|
|
|
|
<div class="notice--primary">{{ notice-5 | markdownify }}</div>
|
2017-10-02 23:32:37 +02:00
|
|
|
|
2023-10-02 14:44:21 +02:00
|
|
|
{% capture notice-6 %}
|
2020-04-06 17:56:32 +02:00
|
|
|
**Wii mini**
|
2023-09-29 08:29:49 +02:00
|
|
|
+ [Installing the Homebrew Channel on the Wii mini](hbc-mini)
|
|
|
|
+ [Installing cIOS on the Wii mini](cios-mini)
|
2017-09-09 20:12:05 +02:00
|
|
|
{% endcapture %}
|
2023-10-03 02:20:42 +02:00
|
|
|
<div class="notice--primary">{{ notice-6 | markdownify }}</div>
|