WiiMart-org/download.html
2025-04-05 09:06:27 -05:00

67 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<style>
/* fix page being blank for a second before the css loads */
@font-face {font-family: 'Shop'; src: url('shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}
</style>
<title>Download WiiMart</title>
<meta content="Download WiiMart" property="og:title" />
<meta content="This download page contains the WiiMart WAD along with the custom IOS WADs needed for it." property="og:description" />
<meta content="https://wiimart.github.io/media/branding-bag.png" property="og:image"/>
<meta content="https://wiimart.github.io/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="stylesheet" href="meta/verdana.css" />
<script src="meta/music.js"></script>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<div id="bgmplayer">
<h2 style="height:20px; margin-top:-9px;">BGM player</h2>
<a href="javascript:playBGM();" id="shopbgmselector" style="text-decoration:none;">
<button id="shopbgm" >Play BGM</button>
</a>
<p style="color:#8c8c8c; margin-top:-10px; font-style:italic; font-size:10px;"><br>(enable autoplay on your browser for the music to continue playing throughout the website)</p>
</div>
<h1>Download</h1>
<a href="/"><button>Back</button></a><br><br>
<div>
<h2>File Downloads</h2>
<p><a href="media/WiiMart.wad"><button>WiiMart</button></a></p>
<p><a href="media/IOS56(Wii).wad"><button>Patched IOS56 for Wii</button></a></p>
<p><a href="media/IOS56(vWii).wad"><button>Patched IOS56 for vWii</button></a></p>
</div>
<div hidden>
<h2>Automatic Instructions</h2>
<!--idk how it works so-->
</div>
<div>
<h2>Manual Instructions</h2>
<p>Downloading WiiMart varies on what platform you are on.</p>
<h3>Console (Wii or Wii U)</h3>
<p>Download the WiiMart WAD and the patched IOS WAD for your console type (Wii or vWii). We recommend
<a href="https://oscwii.org/library/app/yawmME" target="_blank">YAWMME</a> for installing WADs. vWii is the Wii U's
Wii Mode.</p>
<p>You can install both WADs normally, but if they give you an error such as <b>-1022</b> or <b>-1029</b> you can delete
the existing title then install. Press <b>-</b> to b the channel for uninstallation, and then b it with <b>+</b>
for installation.</p>
<h3>Emulator (Dolphin)</h3>
<p><b>A BootMii NAND backup is required.</b> Install both the WiiMart WAD and the patched IOS WAD
(for Wii). Install by going to <b>Tools</b> and <b>Install WAD</b>. You can then go to the
Wii Menu by going to <b>Tools</b> and then <b>Load Wii System Menu 4.3X</b>.</p>
</div>
<footer><p>WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:wiimartshopping@gmail.com"><b>wiimartshopping@gmail.com</b></a>.</p></footer>
</body>
</html>