Added WiiMart Installer to the guide - fella put the installer in media folder rip

This commit is contained in:
Gemdation 2025-05-03 04:35:44 -05:00
parent 549ddc2f1a
commit 98c531fa52
16 changed files with 65 additions and 15 deletions

View File

@ -16,7 +16,6 @@
<link rel="stylesheet" href="meta/main.css" />
<script src="meta/gallery.js" defer></script>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!--test-->
</head>
<body>
<div id="bgmplayer">

24
inst/index.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Index of /inst</title>
<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" />
</head>
<body class="dir">
<h1>Index of /inst</h1>
<table>
<tr><td><a href="/">..</a></td></tr>
<tr><td><a href="WiiMartInstaller.V1.0.zip">WiiMartInstaller.V1.0.zip</a></td></tr>
<tr><td><a href="WiiMartInstaller.V1.1.zip">WiiMartInstaller.V1.1.zip</a></td></tr>
<tr><td><a href="WiiMartInstaller.V1.2.zip">WiiMartInstaller.V1.2.zip</a></td></tr>
<tr><td><a href="WiiMartInstaller.V1.3.zip">WiiMartInstaller.V1.3.zip</a></td></tr>
</table>
</body>
</html>

View File

@ -28,22 +28,42 @@
<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>
<script>
function showDiv(divId) {
const divs = document.querySelectorAll('.question');
divs.forEach(div => { div.style.display = 'none'; });
document.getElementById(divId).style.display = 'block';
}
</script>
<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>What platform are you on?</h2>
<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.3.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>
@ -70,7 +90,7 @@
<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">(?)</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>
@ -88,9 +108,9 @@
<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><a href="wad/IOS80(vWii).wad"><button>Download IOS80 for vWii</button></a> <a href="support#IOS80">(?)</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 (old banner)</button></a> <a href="support#OldBanner">(?)</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">
@ -109,9 +129,9 @@
<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">(?)</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 (old banner)</button></a> <a href="support#OldBanner">(?)</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">

BIN
media/button-inst.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -59,7 +59,13 @@
<tr><td><a href="screenshot-eula-help-2-issue.png">screenshot-eula-help-2-issue.png</a></td></tr>
<tr><td><a href="screenshot-eula-help-3.png">screenshot-eula-help-3.png</a></td></tr>
<tr><td><a href="screenshot-eula-help-4.png">screenshot-eula-help-4.png</a></td></tr>
<tr><td><a href="screenshot-files-1.png">screenshot-files-1.png</a></td></tr>
<tr><td><a href="screenshot-files-2.png">screenshot-files-2.png</a></td></tr>
<tr><td><a href="screenshot-files-2-issue.png">screenshot-files-2-issue.png</a></td></tr>
<tr><td><a href="screenshot-game.png">screenshot-game.png</a></td></tr>
<tr><td><a href="screenshot-hbc-blank.png">screenshot-hbc-blank.png</a></td></tr>
<tr><td><a href="screenshot-hbc-wm-inst-1.png">screenshot-hbc-wm-inst-1.png</a></td></tr>
<tr><td><a href="screenshot-hbc-wm-inst-2.png">screenshot-hbc-wm-inst-2.png</a></td></tr>
<tr><td><a href="screenshot-loading.png">screenshot-loading.png</a></td></tr>
<tr><td><a href="screenshot-main-menu.png">screenshot-main-menu.png</a></td></tr>
<tr><td><a href="screenshot-news.png">screenshot-news.png</a></td></tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@ -17,6 +17,7 @@ h1, h2 {color:#34BEED;}
h1 {font-size: 30px;}
h1 a {text-decoration:none}
h1 img {position: absolute;top: 20px;margin-left: 10px}
hr {border-color:grey}
a {color:#34BEED; font-weight: bold;}
::selection{color: #323232;background: #34BEED;}
@ -36,7 +37,7 @@ img.ico {vertical-align: middle; min-width:30px; min-height:30px; width:40px; he
.blue {color:#1164E9;}
mark {color:white;background:#34BEED;font-weight:bold;}
mark.new {background-color: gold;border-radius: 10px; padding-right:5px; padding-left:5px;font-weight:bold;}
mark.new {background-color: gold;color:orangered;border-radius: 10px; padding-right:5px; padding-left:5px;font-weight:bold;}
div.issue {border-color:red;color:red;width:100%;text-align:center;}
div.issue h2 {color:red;}