mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-02 19:40:59 +02:00
4
This commit is contained in:
parent
4e34691814
commit
56c154b629
22
install.html
22
install.html
@ -65,7 +65,7 @@
|
||||
<!--
|
||||
<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" alt=""><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>
|
||||
<p><mark class="new">NEW!</mark> This in-aprogress installer tool can install WiiMart and IOS WADs with just one app!</p>
|
||||
<hr>
|
||||
-->
|
||||
<h2 id="Manual">Manual Installation</h2>
|
||||
@ -84,7 +84,7 @@
|
||||
<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">Download WiiMart Installer</a></p>
|
||||
<p><a href="inst/WiiMartInstaller.V1.4.zip" onclick="allowedtoload = false;">Download WiiMart Installer</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">
|
||||
@ -125,8 +125,8 @@
|
||||
<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<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
|
||||
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner">here</a>.</span></p>
|
||||
<p><a href="wad/WiiMart.wad" onclick="allowedtoload = false;"><button>Download WiiMart<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
|
||||
<p><a href="wad/WiiMartOB.wad" onclick="allowedtoload = false;"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner">here</a>.</span></p>
|
||||
<h3>Installing WADs</h3>
|
||||
<img src="media/screenshot-dolphin-vwii-install.png" alt="Hover menus to install a WAD">
|
||||
<p>Go to <b>Tools</b>, <b>Install WAD</b>, and select the WAD you downloaded.</p>
|
||||
@ -144,10 +144,10 @@
|
||||
<h3>Downloading WADs</h3>
|
||||
<h4>IOS WADs</h4>
|
||||
<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<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file to download and install titles.</span></button></a></p>
|
||||
<p><a href="wad/IOS56(vWii).wad" onclick="allowedtoload = false;"><button>Download IOS56 for vWii<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file to download and install titles.</span></button></a></p>
|
||||
<p><button disabled>IOS80 can be installed from the <a href="https://oscwii.org/library/app/Patched_IOS80_Installer_for_vWii">homebrew patcher</a><br><span class="descrip" style="font-weight:normal">This is an optional file to install titles to the SD Card.</span></button></p>
|
||||
<p><a href="wad/WiiMart.wad"><button>Download WiiMart<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
|
||||
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner">here</a>.</span></p>
|
||||
<p><a href="wad/WiiMart.wad" onclick="allowedtoload = false;"><button>Download WiiMart<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
|
||||
<p><a href="wad/WiiMartOB.wad" onclick="allowedtoload = false;"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner">here</a>.</span></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" alt="WAD manager screenshot">
|
||||
@ -165,10 +165,10 @@
|
||||
<h2>Wii</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(Wii).wad"><button>Download IOS56 for Wii<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file to download and install titles.</span></button></a></p>
|
||||
<p><a href="wad/IOS80(Wii).wad"><button>Download IOS80 for Wii<br><span class="descrip" style="font-weight:normal">This is an optional file to install titles to the SD Card.</span></button></a></p>
|
||||
<p><a href="wad/WiiMart.wad"><button>Download WiiMart<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
|
||||
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner">here</a>.</span></p>
|
||||
<p><a href="wad/IOS56(Wii).wad" onclick="allowedtoload = false;"><button>Download IOS56 for Wii<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file to download and install titles.</span></button></a></p>
|
||||
<p><a href="wad/IOS80(Wii).wad" onclick="allowedtoload = false;"><button>Download IOS80 for Wii<br><span class="descrip" style="font-weight:normal">This is an optional file to install titles to the SD Card.</span></button></a></p>
|
||||
<p><a href="wad/WiiMart.wad" onclick="allowedtoload = false;"><button>Download WiiMart<br><span class="descrip">This is a <em style="color:#ff6680">required</em> file for the main service.</span></button></a></p>
|
||||
<p><a href="wad/WiiMartOB.wad" onclick="allowedtoload = false;"><button>Download WiiMart (2006)<br><span class="descrip">Instead of the regular banner, you can get one with the 2006 banner.</span></button></a><br><span class="descrip">You cannot have two WiiMarts installed at once. To see screenshots of the 2006 banner, click <a href="support#OldBanner">here</a>.</span></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" alt="WAD manager screenshot">
|
||||
|
Loading…
x
Reference in New Issue
Block a user