mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-03 20:11:03 +02:00
154 lines
9.8 KiB
HTML
154 lines
9.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
|
|
<script src="meta/music.js" preload></script>
|
|
<title>Install WiiMart</title>
|
|
<meta content="Download WiiMart" property="og:title" />
|
|
<meta content="Here are the installation instructions for WiiMart and the patched IOS WADs!." property="og:description" />
|
|
<meta content="https://wiimart.org/media/branding-bag.png" property="og:image"/>
|
|
<meta content="https://wiimart.org/download" property="og:url" />
|
|
<meta content="#1164E9" data-react-helmet="true" name="theme-color" />
|
|
<meta name="keywords" content="WiiMart, Wii Shop, homebrew"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="meta/main.css" />
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
<style>img {width:100%} .r {outline: 2px solid #9A9A9A} div#start button {width:60%;margin-bottom: 10px;} div.question a {text-decoration:none}</style>
|
|
</head>
|
|
<body onload="loadafterwednesdaycheck();">
|
|
<div id="bgmplayer">
|
|
<h2>BGM player</h2>
|
|
<a href="javascript:playBGM();" id="shopbgmselector"><button id="shopbgm">Play</button></a>
|
|
<p><br>Enable audio autoplay in your browser for it to continue playing throughout the website.</p>
|
|
</div>
|
|
|
|
<h1><a href="/">WiiMart</a></h1>
|
|
|
|
<button disabled>Install</button> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a> <a href="credits"><button>Credits</button></a><br><br>
|
|
|
|
<script>function showDiv(divId) {const divs = document.querySelectorAll('.question'); divs.forEach(div => {div.style.display = 'none'; });document.getElementById(divId).style.display = 'block';}</script>
|
|
|
|
<div id="start" class="question">
|
|
<!--
|
|
<h2 id="Auto">Automatic Installation</h2>
|
|
<button onclick="showDiv('inst')" style="background-image: url(media/screenshot-hbc-blank.png);background-size: cover;"><img src="media/button-inst.png"><b>WiiMart Installer</b> for<br>The Homebrew Channel</button><br>
|
|
<p><mark class="new">NEW!</mark> This in-progress installer tool can install WiiMart and IOS WADs with just one app!</p>
|
|
<hr>
|
|
<h2 id="Manual">Manual Installation</h2>
|
|
-->
|
|
<h3>What platform are you on?</h3>
|
|
<button onclick="showDiv('wii')"><img src="media/button-wii.png">Wii</button><br>
|
|
<button onclick="showDiv('vWii')"><img src="media/button-vwii.png">vWii</button><br>
|
|
<button onclick="showDiv('dolphin')"><img src="media/button-dolphin-desktop.png">Dolphin</button>
|
|
<hr>
|
|
<p><b>Important:</b> No matter which option you pick, you will need to have a homebrewed console. If you don't have it homebrewed, see <a href="https://wii.hacks.guide"><b>wii.hacks.guide</b></a> before looking at this guide.</p>
|
|
</div>
|
|
<!--
|
|
|
|
<div id="inst" class="question" style="display:none">
|
|
<h2>WiiMart Installer</h2>
|
|
<span style="color:red;font-weight:bold">Do not use on Korean Wii consoles.</span>
|
|
<h3>Download and Placing</h3>
|
|
<p><a href="inst/WiiMartInstaller.V1.4.zip"><button>Download WiiMart Installer</button></a></p>
|
|
<p>Put the <b>wiimartinstaller</b> folder in the <b>apps</b> folder of your SD Card or USB Drive. Like
|
|
in the example shown.</p>
|
|
<img src="media/screenshot-files-1.png">
|
|
<p><b>wiimartinstaller</b> will go with the rest of your apps.</p>
|
|
<img src="media/screenshot-files-2-issue.png" style="outline: solid 2px red">
|
|
<p style="color:red">Do not nest it under an extra folder. It has to be drive://apps/wiimartinstaller</p>
|
|
<h3>Launching</h3>
|
|
<img src="media/screenshot-hbc-wm-inst-2.png">
|
|
<p>Simply press <b>Load</b> and you will be taken to the installer.</p>
|
|
<p>If anything goes wrong involving tickets (e.g. TView), it is recommended that you head over to the <a href="#Manual" onclick="showDiv('start')">Manual Installation</a>.</p>
|
|
|
|
<button onclick="showDiv('start')" class="r">↩</button>
|
|
</div>
|
|
-->
|
|
|
|
<div id="dolphin" class="question" style="display: none;">
|
|
<h2>Dolphin</h2>
|
|
<h3>Do you have a console NAND backup?</h3>
|
|
<button onclick="showDiv('start')" class="r">↩</button>
|
|
<button onclick="showDiv('noNAND')">No</button>
|
|
<button onclick="showDiv('withNAND')">Yes</button>
|
|
</div>
|
|
|
|
<div id="noNAND" class="question" style="display: none;">
|
|
<h2>Dolphin</h2>
|
|
<h2 style="color:red">No NAND!</h2>
|
|
<p>We are sorry, but WiiMart requires a real console's NAND backup. Using one from the Internet may not work.</p>
|
|
<button onclick="showDiv('dolphin')" class="r">↩</button>
|
|
</div>
|
|
|
|
<div id="withNAND" class="question" style="display: none;">
|
|
<h2>Dolphin</h2>
|
|
<h3>Getting a NAND backup</h3>
|
|
<p><b>Wii owners</b>, use <a href="https://wii.hacks.guide/bootmii">BootMii</a> to get your <b>nand.bin</b> file.<br>
|
|
<b>Wii U owners</b>, use <a href="https://oscwii.org/library/app/DmpMiNND">Dump Mii NAND</a> on the Homebrew Channel to get your <b>nand.bin</b> file.</p>
|
|
<h3>Importing the BootMii NAND Backup</h3>
|
|
<img src="media/screenshot-dolphin-import.png">
|
|
<p>Go to <b>Tools</b>, then <b>Manage NAND</b>, then <b>Import BootMii NAND backup</b>, then select your <b>nand.bin</b> file.</p>
|
|
<h3>Downloading WADs</h3>
|
|
<p>Download <i>one</i> of the WADs below.</p>
|
|
<p><a href="wad/WiiMart.wad"><button>Download WiiMart</button></a></p>
|
|
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (old banner)</button></a> <a href="support#OldBanner"><button>?</button></a></p>
|
|
<h3>Installing WADs</h3>
|
|
<img src="media/screenshot-dolphin-vwii-install.png">
|
|
<p>Go to <b>Tools</b>, <b>Install WAD</b>, and select the WAD you downloaded.</p>
|
|
<img src="media/screenshot-dolphin-vwii-launch-menu.png">
|
|
<p>It has now been installed on the Wii Menu. To launch the Wii Menu, go to <b>Tools</b>, then <b>Load (v)Wii System Menu</b>.</p>
|
|
<h3>Finished!</h3>
|
|
<img src="media/screenshot-system-menu-wii.png">
|
|
<p>You can now go to the Wii Menu and launch the Wii Shop Channel.</p>
|
|
|
|
<button onclick="showDiv('dolphin')" class="r">↩</button>
|
|
</div>
|
|
|
|
<div id="vWii" class="question" style="display: none;">
|
|
<h2>vWii</h2>
|
|
<h3>Downloading WADs</h3>
|
|
<p>Download IOS56 for vWii and <i>one</i> of the WiiMart WADs below.</p>
|
|
<p><a href="wad/IOS56(vWii).wad"><button>Download IOS56 for vWii</button></a></p>
|
|
<p>IOS80 can be installed from the <a href="https://oscwii.org/library/app/Patched_IOS80_Installer_for_vWii">homebrew patcher</a>.</p>
|
|
<p><a href="wad/WiiMart.wad"><button>Download WiiMart</button></a></p>
|
|
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (2006 banner)</button></a> <a href="support#OldBanner"><button>?</button></a></p>
|
|
<h3>Installing WADs</h3>
|
|
<p>Use <a href="https://oscwii.org/library/app/yawmME">YAWWME</a> as it is <i>the</i> recommended WAD manager for it's brick protection.</p>
|
|
<img src="media/screenshot-yawmme-vwii.png">
|
|
<p>Install the patched IOS and the WiiMart WAD you chose, remember that you can overwrite the WADs most of the time. Press <b>+</b> on both WADs to select them, and then A to show the options, then A again to install.</p>
|
|
<h4 style="color:red">Error -1022 or -1029?</h4>
|
|
<p>Press <b>-</b> to mark the WAD for uninstallation, press A two times to uninstall. Now try to install it again.</p>
|
|
<h4>Finished!</h4>
|
|
<img src="media/screenshot-system-menu-vwii.png">
|
|
<p>You can now go to the Wii Menu and launch the Wii Shop Channel.</p>
|
|
|
|
<button onclick="showDiv('start')" class="r">↩</button>
|
|
</div>
|
|
|
|
<div id="wii" class="question" style="display: none;">
|
|
<h2>Wii</h2>
|
|
<h3>Downloading WADs</h3>
|
|
<p>Download IOS56 for Wii and <i>one</i> of the WiiMart WADs below.</p>
|
|
<p><a href="wad/IOS56(Wii).wad"><button>Download IOS56 for Wii</button></a></p>
|
|
<p><a href="wad/IOS80(Wii).wad"><button>Download IOS80 for Wii</button></a> <a href="support#IOS80"><button>?</button></a></p>
|
|
<p><a href="wad/WiiMart.wad"><button>Download WiiMart</button></a></p>
|
|
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (2006 banner)</button></a> <a href="support#OldBanner"><button>?</button></a></p>
|
|
<h3>Installing WADs</h3>
|
|
<p>Use <a href="https://oscwii.org/library/app/yawmME">YAWWME</a> as it is <i>the</i> recommended WAD manager for it's brick protection.</p>
|
|
<img src="media/screenshot-yawmme-wii.png">
|
|
<p>Install the patched IOS and the WiiMart WAD you chose, remember that you can overwrite the WADs most of the time. Press <b>+</b> on both WADs to select them, and then A to show the options, then A again to install.</p>
|
|
<h4 style="color:red">Error -1022 or -1029?</h4>
|
|
<p>Press <b>-</b> to mark the WAD for uninstallation, press A two times to uninstall. Now try to install it again.</p>
|
|
<h3>Finished!</h3>
|
|
<img src="media/screenshot-system-menu-wii.png">
|
|
<p>You can now go to the Wii Menu and launch the Wii Shop Channel.</p>
|
|
<button onclick="showDiv('start')" class="r">↩</button>
|
|
</div>
|
|
|
|
<footer><p>WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="/cdn-cgi/l/email-protection#a4d7d1d4d4cbd6d0e4d3cdcdc9c5d6d08acbd6c3"><b><span class="__cf_email__" data-cfemail="a2d1d7d2d2cdd0d6e2d5cbcbcfc3d0d68ccdd0c5">[email protected]</span></b></a>.</p></footer>
|
|
|
|
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"rayId":"93cbe9db2b8c4740","version":"2025.4.0-1-g37f21b1","r":1,"token":"14555a1418f244399263039e6f1321a4","serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}}}' crossorigin="anonymous"></script>
|
|
</body>
|
|
</html> |