687 lines
28 KiB
HTML
687 lines
28 KiB
HTML
<!doctype html>
|
||
<!--
|
||
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
|
||
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
|
||
Free for personal and commercial use under the MIT license
|
||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||
-->
|
||
<html lang="en" class="no-js">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
|
||
<!-- begin _includes/seo.html --><title>Nintendo Wi-Fi Connection - Wii Hacks Guide</title>
|
||
<meta name="description" content="The complete guide to modding your Wii (and Wii mini)">
|
||
|
||
|
||
<meta name="author" content="Nintendo Homebrew">
|
||
|
||
|
||
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:locale" content="en_US">
|
||
<meta property="og:site_name" content="Wii Hacks Guide">
|
||
<meta property="og:title" content="Nintendo Wi-Fi Connection">
|
||
<meta property="og:url" content="https://wii.hacks.guide/wiimmfi.html">
|
||
|
||
|
||
<meta property="og:description" content="The complete guide to modding your Wii (and Wii mini)">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="canonical" href="https://wii.hacks.guide/wiimmfi.html">
|
||
|
||
|
||
|
||
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "https://schema.org",
|
||
|
||
"@type": "Person",
|
||
"name": "Nintendo Homebrew",
|
||
"url": "https://wii.hacks.guide/"
|
||
|
||
}
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- end _includes/seo.html -->
|
||
|
||
|
||
|
||
|
||
<!-- https://t.co/dKP3o1e -->
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
||
<script>
|
||
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
|
||
</script>
|
||
|
||
<!-- For all browsers -->
|
||
<link rel="stylesheet" href="/assets/css/main.css">
|
||
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
|
||
|
||
|
||
|
||
<!-- start custom head snippets -->
|
||
|
||
<!-- insert favicons. use https://realfavicongenerator.net/ -->
|
||
|
||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/images/site-config/apple-touch-icon.png?v=PYEmwKvQAx">
|
||
<link rel="icon" type="image/png" href="/images/site-config/favicon-16x16.png?v=PYEmwKvQAx" sizes="16x16">
|
||
<link rel="icon" type="image/png" href="/images/site-config/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||
<link rel="icon" type="image/png" href="/images/site-config/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||
<link rel="icon" type="image/png" href="/images/site-config/android-chrome-192x192.png?v=PYEmwKvQAx" sizes="192x192">
|
||
<link rel="manifest" href="/images/site-config/manifest.json?v=PYEmwKvQAx">
|
||
<link rel="mask-icon" href="/images/site-config/safari-pinned-tab.svg?v=PYEmwKvQAx" color="#2E3440">
|
||
<link rel="shortcut icon" href="/images/site-config/favicon.ico?v=PYEmwKvQAx">
|
||
<meta name="apple-mobile-web-app-title" content="Guide">
|
||
<meta name="application-name" content="Guide">
|
||
<meta name="msapplication-TileColor" content="#2E3440">
|
||
<meta name="msapplication-TileImage" content="/images/site-config/mstile-144x144.png?v=PYEmwKvQAx">
|
||
<meta name="msapplication-config" content="/assets/xml/browserconfig.xml?v=PYEmwKvQAx">
|
||
<meta name="theme-color" content="#2E3440">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css" integrity="sha512-LQ97camar/lOliT/MqjcQs5kWgy6Qz/cCRzzRzUCfv0fotsCTC9ZHXaPQmJV8Xu/PVALfJZ7BDezl5lW3/qBxg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js" integrity="sha512-yXXqOFjdjHNH1GND+1EO0jbvvebABpzGKD66djnUfiKlYME5HGMUJHoCaeE4D5PTG2YsSJf6dwqyUUvQvS0vaA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||
<script>
|
||
window.addEventListener("load", function(){
|
||
window.cookieconsent.initialise({
|
||
"palette": {
|
||
"popup": {
|
||
"background": "#2e3440"
|
||
},
|
||
"button": {
|
||
"background": "#60818f"
|
||
}
|
||
},
|
||
"theme": "edgeless",
|
||
"position": "top",
|
||
"static": true,
|
||
"content": {
|
||
"message": "This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site."
|
||
}
|
||
})});
|
||
</script>
|
||
<!-- hacks-guide change end -->
|
||
|
||
<!-- end custom head snippets -->
|
||
|
||
</head>
|
||
|
||
<!-- hacks-guide change start: Disable caching -->
|
||
<body class="layout--single">
|
||
<nav class="skip-links">
|
||
<ul>
|
||
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
|
||
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
|
||
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
|
||
</ul>
|
||
</nav>
|
||
|
||
<!--[if lt IE 9]>
|
||
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
|
||
<![endif]-->
|
||
|
||
|
||
|
||
<div class="masthead">
|
||
<div class="masthead__inner-wrap">
|
||
<div class="masthead__menu">
|
||
<nav id="site-nav" class="greedy-nav">
|
||
|
||
<!-- hacks-guide change start: disable default masthead title -->
|
||
<!--
|
||
<a class="site-title" href="/">
|
||
Wii Hacks Guide
|
||
|
||
</a>
|
||
-->
|
||
<!-- hacks-guide change end -->
|
||
<ul class="visible-links">
|
||
<!-- hacks-guide change start: multi-language configuration -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="masthead__menu-item masthead__menu-item--lg"><a href="/">Home</a></li>
|
||
|
||
|
||
|
||
<li class="masthead__menu-item"><a href="/get-started">Get Started</a></li>
|
||
|
||
|
||
|
||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||
|
||
|
||
|
||
<li class="masthead__menu-item"><a href="/faq">FAQ</a></li>
|
||
|
||
|
||
<!-- hacks-guide change end -->
|
||
</ul>
|
||
|
||
<!-- hacks-guide change start: Add language selector -->
|
||
<ul class="hidden-links links-menu hidden"></ul>
|
||
<ul class="hidden-links lang-menu hidden">
|
||
|
||
|
||
|
||
<li class="masthead__menu-item"><a href="https://wii.hacks.guide/wiimmfi.html">English</a></li>
|
||
<li class="masthead__menu-item"><a href="https://wii.hacks.guide/it_IT/wiimmfi.html">Italiano</a></li>
|
||
</ul>
|
||
<button class="greedy-nav__toggle hidden" type="button">
|
||
<span class="visually-hidden">Toggle menu</span>
|
||
<div class="navicon"></div>
|
||
</button>
|
||
<button class="greedy-nav__toggle_lang" type="button"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||
<!-- hacks-guide change end -->
|
||
</nav>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="initial-content">
|
||
|
||
|
||
|
||
|
||
<div id="main" role="main">
|
||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||
<!--
|
||
|
||
<div class="sidebar sticky">
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
-->
|
||
|
||
|
||
|
||
<div class="sidebar sticky" style="display: none;">
|
||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<nav class="nav__list">
|
||
|
||
<input id="ac-toc" name="accordion-toc" type="checkbox" />
|
||
<label for="ac-toc">Toggle menu</label>
|
||
<ul class="nav__items">
|
||
<li>
|
||
<span class="nav__sub-title">Overall Progress</span>
|
||
<ol>
|
||
|
||
|
||
<li style="display: none;" data-name="home"><a href='/'>Home</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="get-started"><a href='/get-started'>Get Started</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="letterbomb"><a href='/letterbomb'>LetterBomb</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="bluebomb"><a href='/bluebomb'>BlueBomb</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="flashhax"><a href='/flashhax'>FlashHax</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="str2hax"><a href='/str2hax'>str2hax</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="wilbrand"><a href='/wilbrand'>Wilbrand</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="multiple-options"><i>(Multiple Options)</i></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="hbc"><a href='/hbc'>Homebrew Channel and BootMii Installation</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="hbc-mini"><a href='/hbc-mini'>Homebrew Channel - for Wii mini only</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="bootmii"><a href='/bootmii'>BootMii Backup</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="priiloader"><a href='/priiloader'>Priiloader</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="osc"><a href='/osc'>Open Shop Channel</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="cios-mini"><a href='/cios-mini'>d2xl cIOS for Wii mini (experimental)</a></li>
|
||
|
||
|
||
|
||
<li style="display: none;" data-name="wnd-mini"><a href='/wnd-mini'>Wii mini NAND Dumper</a></li>
|
||
|
||
|
||
</ol>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
<!-- hacks-guide change end -->
|
||
|
||
</div>
|
||
|
||
|
||
<!-- hacks-guide change end-->
|
||
|
||
|
||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||
<meta itemprop="headline" content="Nintendo Wi-Fi Connection">
|
||
|
||
|
||
|
||
|
||
<div class="page__inner-wrap">
|
||
|
||
<header>
|
||
<h1 id="page-title" class="page__title" itemprop="headline">Nintendo Wi-Fi Connection
|
||
</h1>
|
||
|
||
|
||
|
||
</header>
|
||
|
||
|
||
<section class="page__content" itemprop="text">
|
||
|
||
<!-- hacks-guide change start -->
|
||
<hr>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class ="notice"><b>For support in English, ask for help at <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a>.</b></div>
|
||
|
||
|
||
<hr>
|
||
<!-- hacks-guide change end -->
|
||
|
||
<aside class="sidebar__right">
|
||
<nav class="toc">
|
||
<header><h4 class="nav__title"><i class="fas fa-file-alt"></i> Table of Contents</h4></header>
|
||
<ul class="toc__menu" id="markdown-toc">
|
||
<li><a href="#automatic-disc-patching-via-priiloader" id="markdown-toc-automatic-disc-patching-via-priiloader">Automatic Disc Patching via Priiloader</a> <ul>
|
||
<li><a href="#requirements" id="markdown-toc-requirements">Requirements</a></li>
|
||
<li><a href="#instructions" id="markdown-toc-instructions">Instructions</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#automatic-backup-patching-via-usb-loader" id="markdown-toc-automatic-backup-patching-via-usb-loader">Automatic Backup Patching via USB Loader</a> <ul>
|
||
<li><a href="#requirements-1" id="markdown-toc-requirements-1">Requirements</a></li>
|
||
<li><a href="#instructions-1" id="markdown-toc-instructions-1">Instructions</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#automatic-disc-patching-via-custom-dns" id="markdown-toc-automatic-disc-patching-via-custom-dns">Automatic Disc Patching via Custom DNS</a> <ul>
|
||
<li><a href="#requirements-2" id="markdown-toc-requirements-2">Requirements</a></li>
|
||
<li><a href="#instructions-2" id="markdown-toc-instructions-2">Instructions</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#manual-disc-patching-via-homebrew-channel" id="markdown-toc-manual-disc-patching-via-homebrew-channel">Manual Disc Patching via Homebrew Channel</a> <ul>
|
||
<li><a href="#requirements-3" id="markdown-toc-requirements-3">Requirements</a></li>
|
||
<li><a href="#instructions-3" id="markdown-toc-instructions-3">Instructions</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#manual-disc-patching-via-eula-user-agreement" id="markdown-toc-manual-disc-patching-via-eula-user-agreement">Manual Disc Patching via EULA User Agreement</a> <ul>
|
||
<li><a href="#requirements-4" id="markdown-toc-requirements-4">Requirements</a></li>
|
||
<li><a href="#instructions-4" id="markdown-toc-instructions-4">Instructions</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#manual-disc-patching-via-internet-channel" id="markdown-toc-manual-disc-patching-via-internet-channel">Manual Disc Patching via Internet Channel</a> <ul>
|
||
<li><a href="#requirements-5" id="markdown-toc-requirements-5">Requirements</a></li>
|
||
<li><a href="#instructions-5" id="markdown-toc-instructions-5">Instructions</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#manual-wiiware-patching-via-pc" id="markdown-toc-manual-wiiware-patching-via-pc">Manual WiiWare Patching via PC</a> <ul>
|
||
<li><a href="#requirements-6" id="markdown-toc-requirements-6">Requirements</a></li>
|
||
<li><a href="#instructions-6" id="markdown-toc-instructions-6">Instructions</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a href="#manual-disc-image-patching-via-pc" id="markdown-toc-manual-disc-image-patching-via-pc">Manual Disc Image Patching via PC</a> <ul>
|
||
<li><a href="#requirements-7" id="markdown-toc-requirements-7">Requirements</a></li>
|
||
<li><a href="#instructions-7" id="markdown-toc-instructions-7">Instructions</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
</nav>
|
||
</aside>
|
||
|
||
<p>Nintendo Wi-Fi Connection was an online multiplayer gaming service for the Wii, allowing free online play. While different games were supported for longer than others, all games are no longer able to play through conventional means as of August 2023. To regain Nintendo WFC functionality, this guide provides instructions on installing Wiimmfi. There are several different methods to connect to Wiimmfi listed in order of least to greatest difficulty - choose the method that suits your situation best.</p>
|
||
|
||
<p class="notice--warning">If you get error 23904 while connecting to Wiimmfi, then you are using an outdated patch.<br />
|
||
Follow the steps below for the method you’re using to connect to Wiimmfi again.<br />
|
||
See <a href="https://wiimmfi.de/update">this page</a> for more details.<br /></p>
|
||
|
||
<h3 id="automatic-disc-patching-via-priiloader">Automatic Disc Patching via Priiloader</h3>
|
||
|
||
<p class="notice--warning">If the <code class="language-plaintext highlighter-rouge">Wiimmfi Patch</code> displays as anything other than v4, you do not have the latest version of the hacks_hash.ini file and the patch will not work. You must reinstall Priiloader, the guide to which can be found in the requirements section.</p>
|
||
|
||
<p>A method for Wiimmfi patching which runs on retail disc games automatically via the Disc Channel.</p>
|
||
|
||
<h4 id="requirements">Requirements</h4>
|
||
<ul>
|
||
<li>A Wii with an internet connection, on System Menu version 4.3</li>
|
||
<li><a href="priiloader">Priiloader</a> 0.9 or later</li>
|
||
</ul>
|
||
|
||
<h4 id="instructions">Instructions</h4>
|
||
|
||
<ol>
|
||
<li>Hold the RESET button while turning on your Wii. If you are using a Wii mini, plug in a USB keyboard and hold Escape while turning it ON.</li>
|
||
<li>
|
||
<p>You should see the Priiloader menu.</p>
|
||
|
||
<p><img src="/images/priiloader/mainmenu.jpg" alt="" /></p>
|
||
</li>
|
||
<li>Go to <code class="language-plaintext highlighter-rouge">System Menu Hacks</code>.
|
||
If you used a USB drive to install Priiloader, make sure you do not have an SD card inserted at the same time.
|
||
This will cause Priiloader to be unable to find the hacks_hash.ini file.</li>
|
||
<li>
|
||
<p>Make sure the <code class="language-plaintext highlighter-rouge">Wiimmfi patch v4</code> hack is enabled.</p>
|
||
|
||
<p><img src="/images/priiloader/hacks.jpg" alt="" /></p>
|
||
</li>
|
||
<li>Scroll to <code class="language-plaintext highlighter-rouge">Save Settings</code> and save your changes.</li>
|
||
<li>Return to the main menu, and press <code class="language-plaintext highlighter-rouge">System Menu</code> to return to the Wii Menu.</li>
|
||
<li>Launch your game through the Disc Channel - it should now be patched with Wiimmfi.</li>
|
||
</ol>
|
||
|
||
<h3 id="automatic-backup-patching-via-usb-loader">Automatic Backup Patching via USB Loader</h3>
|
||
|
||
<p>A method for Wiimmfi patching which automatically patches game backups in the latest versions of USB Loader GX or WiiFlow Lite.</p>
|
||
|
||
<h4 id="requirements-1">Requirements</h4>
|
||
|
||
<ul>
|
||
<li>A Wii with an internet connection</li>
|
||
<li><a href="wii-loaders">USB Loader GX or WiiFlow Lite</a></li>
|
||
</ul>
|
||
|
||
<h4 id="instructions-1">Instructions</h4>
|
||
|
||
<ol>
|
||
<li>Open the game or global settings for your specific USB loader and search for the <code class="language-plaintext highlighter-rouge">Private Server</code> option. By default, it will be set to <code class="language-plaintext highlighter-rouge">Off</code>.</li>
|
||
<li>Set the option to <code class="language-plaintext highlighter-rouge">Wiimmfi</code> and save the settings. By default, games should now be automatically patched for Wiimmfi.</li>
|
||
</ol>
|
||
|
||
<h3 id="automatic-disc-patching-via-custom-dns">Automatic Disc Patching via Custom DNS</h3>
|
||
|
||
<p>A method for Wiimmfi patching which runs on retail game discs automatically through the usage of a custom DNS server. While convinient, it only works with a small selection of games including Mario Kart Wii and SSBB. Due to the nature of this process, it can be run on Wiis without homebrew.</p>
|
||
|
||
<p class="notice--warning">If you get error 20100 or 20110, the game you are trying to play is not supported by this method.</p>
|
||
|
||
<p class="notice--warning">If you get error 23400, your ISP or network is blocking the use of a custom DNS.<br />
|
||
To solve this issue, Wiimmfi has a custom DNS server that can be ran on your PC - you can read about it <a href="https://wiimmfi.de/patcher/dnspatch#customdns">here</a>.</p>
|
||
|
||
<h4 id="requirements-2">Requirements</h4>
|
||
|
||
<ul>
|
||
<li>A Wii with an internet connection</li>
|
||
</ul>
|
||
|
||
<h4 id="instructions-2">Instructions</h4>
|
||
|
||
<ol>
|
||
<li>Go to <code class="language-plaintext highlighter-rouge">Wii Settings > Internet > Connection Settings</code> and select whatever connection you are using. Then, <code class="language-plaintext highlighter-rouge">Change Settings > Auto-Obtain DNS NO > Advanced Settings</code>. Set your primary DNS to <code class="language-plaintext highlighter-rouge">95.217.77.181</code>, and your secondary DNS to <code class="language-plaintext highlighter-rouge">1.1.1.1</code>.</li>
|
||
<li>Let the connection test finish, and do not perform a Wii System Update.</li>
|
||
<li>Launch your game through the Disc Channel - it should now be patched with Wiimmfi.</li>
|
||
</ol>
|
||
|
||
<h3 id="manual-disc-patching-via-homebrew-channel">Manual Disc Patching via Homebrew Channel</h3>
|
||
|
||
<p>A method for Wiimmfi patching which runs on retail disc games, but must be manually launched via the Homebrew Channel.</p>
|
||
|
||
<h4 id="requirements-3">Requirements</h4>
|
||
|
||
<ul>
|
||
<li>An SD card or USB drive</li>
|
||
<li><a href="https://oscwii.org/library/app/wiimmfipatcher">Auto Wiimmfi Patcher</a></li>
|
||
</ul>
|
||
|
||
<h4 id="instructions-3">Instructions</h4>
|
||
|
||
<ol>
|
||
<li>Simply extract the <code class="language-plaintext highlighter-rouge">apps</code> folder in this archive to the root of your SD card or USB drive.</li>
|
||
<li>Insert your SD Card into your Wii, and launch Auto Wiimmfi Patcher from the Homebrew Channel.</li>
|
||
<li>Insert the game disc (if it is not already inserted), wait for the patch to complete, and the game should start.</li>
|
||
</ol>
|
||
|
||
<h3 id="manual-disc-patching-via-eula-user-agreement">Manual Disc Patching via EULA User Agreement</h3>
|
||
|
||
<p>A method for Wiimmfi patching which runs on retail game discs, but must be manually launched via the EULA User Agreement (derives from <a href="str2hax">str2hax</a>). Due to the nature of this process, it can be ran on Wiis without homebrew.</p>
|
||
|
||
<h4 id="requirements-4">Requirements</h4>
|
||
|
||
<ul>
|
||
<li>A Wii with an internet connection</li>
|
||
</ul>
|
||
|
||
<h4 id="instructions-4">Instructions</h4>
|
||
|
||
<ol>
|
||
<li>Insert your game disc.</li>
|
||
<li>
|
||
<p>Go to <code class="language-plaintext highlighter-rouge">Wii Settings > Internet > Connection Settings</code> and select whatever connection you are using. Then, <code class="language-plaintext highlighter-rouge">Change Settings > Auto-Obtain DNS NO > Advanced Settings</code>. Set your primary DNS to <code class="language-plaintext highlighter-rouge">95.217.77.151</code>, and your secondary DNS to <code class="language-plaintext highlighter-rouge">1.1.1.1</code>.</p>
|
||
|
||
<p><img src="/images/wiimmfi/dns-str2hax-wiimmfi.png" alt="" /></p>
|
||
</li>
|
||
<li>Let the connection test finish, and do not perform a Wii System Update.</li>
|
||
<li>Go back twice to <code class="language-plaintext highlighter-rouge">Internet</code>, and press <code class="language-plaintext highlighter-rouge">User Agreements</code>. Then, confirm that you would like to use WC24 and the Wii Shop Channel.</li>
|
||
<li>The Wiimmfi patcher page should now display. If it doesn’t, and you still see the default license agreement, your router might not be compatible with this method.</li>
|
||
<li>Wait a while for the patcher to load (usually about 1.5 minutes) and the inserted game should boot with a Wiimmfi patch.</li>
|
||
</ol>
|
||
|
||
<h3 id="manual-disc-patching-via-internet-channel">Manual Disc Patching via Internet Channel</h3>
|
||
|
||
<p class="notice--warning">If you run into UPnP-related issues (such as the patcher getting stuch at “Init network…” or “add UPnP port forward” steps for more than 10 seconds), you can press the - button on your Wii Remote, or the Y button on your GameCube controller as soon as the patcher loads to circumvent this.</p>
|
||
|
||
<p>A method for Wiimmfi patching which runs on retail game discs, but must be manually launched via the Internet Channel (derives from <a href="flashhax">Flashhax</a>). Due to the nature of this process, it can be ran on Wiis without homebrew. <a href="wiimmfi#manual-disc-patching-via-eula-user-agreement">This</a> method is generally more reliable, and is recommended instead.</p>
|
||
|
||
<h4 id="requirements-5">Requirements</h4>
|
||
|
||
<ul>
|
||
<li>A Wii with an internet connection, running in 60Hz mode</li>
|
||
<li>The Internet Channel</li>
|
||
</ul>
|
||
|
||
<h4 id="instructions-5">Instructions</h4>
|
||
|
||
<ol>
|
||
<li>Open the following webpage in the Internet Channel: <code class="language-plaintext highlighter-rouge">http://chadsoft.co.uk/wiimmfi</code></li>
|
||
<li>Add the page to the browser favorites by clicking the Star icon, then the <code class="language-plaintext highlighter-rouge">Add Favorite</code> button.</li>
|
||
<li>Exit back to the Wii Menu.</li>
|
||
<li>Open the Internet Channel again and access the favorite you just made.</li>
|
||
<li>The Wiimmfi patcher should begin. Be patient, as Flashhax can be very unreliable - it may take several tries to get right.</li>
|
||
</ol>
|
||
|
||
<h3 id="manual-wiiware-patching-via-pc">Manual WiiWare Patching via PC</h3>
|
||
|
||
<p>A method for Wiimmfi patching which runs on WiiWare games, but must be manually run on a PC via a script.</p>
|
||
|
||
<h4 id="requirements-6">Requirements</h4>
|
||
|
||
<ul>
|
||
<li>An SD card</li>
|
||
<li>Your copy of your game (in WAD format)</li>
|
||
<li><a href="https://github.com/RiiConnect24/WiiWare-Patcher/releases/latest">WiiWare Patcher</a> (cross platform)</li>
|
||
<li><a href="https://oscwii.org/library/app/yawmme">YAWM ModMii Edition</a></li>
|
||
</ul>
|
||
|
||
<p class="notice--info"><a href="wiiwarepatcher">If you want to see how to use the WiiWare Patcher, click here!</a></p>
|
||
|
||
<h4 id="instructions-6">Instructions</h4>
|
||
|
||
<ol>
|
||
<li>Extract the .zip of the latest version of WiiWare Patcher, and put your WAD in it.</li>
|
||
<li>Run the patch script for your OS: usually it will end in <code class="language-plaintext highlighter-rouge">.bat</code> for Windows and <code class="language-plaintext highlighter-rouge">.sh</code> for Mac/Linux. If you’re using the RiiConnect24 Patcher, select your device (Wii, vWii, or Dolphin) and choose the WiiWare patcher.</li>
|
||
<li>If it completed successfully, install the WAD that was made in <code class="language-plaintext highlighter-rouge">wiiware-wads</code> with YAWM ModMii Edition.</li>
|
||
</ol>
|
||
|
||
<h3 id="manual-disc-image-patching-via-pc">Manual Disc Image Patching via PC</h3>
|
||
|
||
<p>A method for Wiimmfi patching which runs on game disc images, but must be manually run on a PC via a script.</p>
|
||
|
||
<h4 id="requirements-7">Requirements</h4>
|
||
|
||
<ul>
|
||
<li>A Linux/macOS/Windows PC with an internet connection</li>
|
||
<li>A copy of the game you want to patch - supported formats are <code class="language-plaintext highlighter-rouge">ISO</code>, <code class="language-plaintext highlighter-rouge">WDF</code>, <code class="language-plaintext highlighter-rouge">WIA</code>, <code class="language-plaintext highlighter-rouge">CISO (=WBI)</code>, <code class="language-plaintext highlighter-rouge">WBFS</code>, <code class="language-plaintext highlighter-rouge">GCZ</code>, and <code class="language-plaintext highlighter-rouge">FST</code> - <code class="language-plaintext highlighter-rouge">NKIT</code> is NOT supported</li>
|
||
<li><a href="https://download.wiimmfi.de/patcher/wiimmfi-patcher-latest.zip">Wiimmfi ISO Patcher</a></li>
|
||
</ul>
|
||
|
||
<h4 id="instructions-7">Instructions</h4>
|
||
|
||
<ol>
|
||
<li>Download the patcher and extract the <code class="language-plaintext highlighter-rouge">.zip</code> file.</li>
|
||
<li>Open the extracted folder and copy your Wii game images into it.
|
||
<ul>
|
||
<li>If you’re on Windows, double-click the <code class="language-plaintext highlighter-rouge">patch-images.bat</code> file (this may also be displayed as “patch-images” Batch File). If you run into Cygwin-related issues, try the <code class="language-plaintext highlighter-rouge">patch-images-32.bat</code> file instead.</li>
|
||
<li>If you’re on MacOS, open a command line prompt in the current folder, make the shell script executable through the command <code class="language-plaintext highlighter-rouge">chmod +x *.sh</code> and then execute <code class="language-plaintext highlighter-rouge">./patch-images.sh</code>.</li>
|
||
<li>If you’re on Linux, double-click the <code class="language-plaintext highlighter-rouge">patch-images.desktop</code> file (this may also be displayed as “Patch Images”) or execute the <code class="language-plaintext highlighter-rouge">./patch-images.sh</code> file in a terminal after making it executable through the command <code class="language-plaintext highlighter-rouge">chmod +x *.sh</code>.</li>
|
||
</ul>
|
||
</li>
|
||
<li>If the above was successful, you should see a window pop-up that displays the patching process. Once the process finishes, you will find the patched images in a folder called <code class="language-plaintext highlighter-rouge">wiimmfi-images</code>.</li>
|
||
</ol>
|
||
|
||
<p class="notice--success">Congrats on making it to the end of the optional section of the main guide! You can go to the site index below if you would like to look for other guides.</p>
|
||
|
||
<p class="notice--info"><a href="site-navigation">Click here to go back to the site index.</a></p>
|
||
|
||
|
||
</section>
|
||
|
||
<footer class="page__meta">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</footer>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
|
||
</article>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<div id="footer" class="page__footer">
|
||
<footer>
|
||
<!-- start custom footer snippets -->
|
||
|
||
<!-- end custom footer snippets -->
|
||
<div class="page__footer-follow">
|
||
<ul class="social-icons">
|
||
|
||
<li><strong>Follow:</strong></li>
|
||
|
||
|
||
|
||
|
||
|
||
<li><a href="https://github.com/hacks-guide/Guide_Wii" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
|
||
|
||
|
||
|
||
|
||
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- hacks-guide change start: custom footer -->
|
||
|
||
|
||
|
||
<div class="page__footer-copyright">© 2024 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||
<!-- hacks-guide change end -->
|
||
|
||
</footer>
|
||
</div>
|
||
<!-- hacks-guide change end -->
|
||
|
||
|
||
<script src="/assets/js/main.min.js"></script>
|
||
|
||
|
||
<!-- hacks-guide change start: Disable caching -->
|
||
|
||
<!-- hacks-guide change end -->
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</body>
|
||
</html>
|