mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-03 20:11:03 +02:00
New contributor and Install page changes
This commit is contained in:
parent
51d36cb08e
commit
1bcd51d287
12
credits.html
12
credits.html
@ -20,7 +20,6 @@
|
|||||||
figure {display:flex;align-items:flex-start}
|
figure {display:flex;align-items:flex-start}
|
||||||
figure img.pfp {margin-left: -30px;width:150px;height:100%;object-fit: cover;border-radius:5px;}
|
figure img.pfp {margin-left: -30px;width:150px;height:100%;object-fit: cover;border-radius:5px;}
|
||||||
figcaption {padding-left:15px;text-align:left}
|
figcaption {padding-left:15px;text-align:left}
|
||||||
p.mem {flex:1}
|
|
||||||
hr {border-style:dashed}
|
hr {border-style:dashed}
|
||||||
div#Contribute button {min-width:300px;}
|
div#Contribute button {min-width:300px;}
|
||||||
div#Contribute button img {float:left;}
|
div#Contribute button img {float:left;}
|
||||||
@ -303,6 +302,17 @@
|
|||||||
<a href="https://theerrorexe.dev/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a>
|
<a href="https://theerrorexe.dev/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<figure id="AFA">
|
||||||
|
<img loading="lazy" src="media/pfp-afa.png" class="pfp">
|
||||||
|
<figcaption>
|
||||||
|
<b>A for Animation</b> has contributed with some Virtual Console injects.
|
||||||
|
<br><br>
|
||||||
|
<a href="https://www.youtube.com/@AforAnimation888"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>document.addEventListener('DOMContentLoaded', function() {const pfpDivs = document.querySelectorAll('figure'); pfpDivs.forEach(function(pfpDiv) {const clickableImage = pfpDiv.querySelector('img'); const sound = pfpDiv.querySelector('audio'); if (clickableImage && sound) {clickableImage.addEventListener('click', function() {const newSound = new Audio(sound.src);newSound.play();});}});});</script>
|
<script>document.addEventListener('DOMContentLoaded', function() {const pfpDivs = document.querySelectorAll('figure'); pfpDivs.forEach(function(pfpDiv) {const clickableImage = pfpDiv.querySelector('img'); const sound = pfpDiv.querySelector('audio'); if (clickableImage && sound) {clickableImage.addEventListener('click', function() {const newSound = new Audio(sound.src);newSound.play();});}});});</script>
|
||||||
|
162
fishiemart.html
162
fishiemart.html
@ -1,102 +1,108 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<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>
|
<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" ></script>
|
<script src="meta/music.js" ></script>
|
||||||
<title>FishieMart: an active Fishie Fishie revival!</title>
|
<title>FishieMart: an active Fishie Fishie revival!</title>
|
||||||
<meta content="FishieMart: an active Fishie Fishie revival!" property="og:title">
|
<meta property="og:title" content="FishieMart: an active Fishie Fishie revival!">
|
||||||
<meta content="FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE." property="og:description">
|
<meta property="og:description" content="FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE FISHIE.">
|
||||||
<meta content="https://wiimart.org/media/pfp-fishie.png" property="og:image">
|
<meta property="og:image" content="https://wiimart.org/media/pfp-fishie.png">
|
||||||
<meta content="https://wiimart.org/fishiemart" property="og:url">
|
<meta property="og:url" content="https://wiimart.org/fishiemart">
|
||||||
<meta content="#FFA500" data-react-helmet="true" name="theme-color">
|
<meta name="theme-color" content="#FFA500">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="meta/main.css">
|
<link rel="stylesheet" href="meta/main.css">
|
||||||
<script src="meta/gallery.js" defer></script>
|
<script src="meta/gallery.js" defer></script>
|
||||||
<link rel="icon" type="image/x-icon" href="meta/favicon-fishie.ico">
|
<link rel="icon" type="image/x-icon" href="meta/favicon-fishie.ico">
|
||||||
<style>div.box {border-color: orange; box-shadow: 0 0 10px #a153005d; } h1, h2, h3 {color:orange} a {color:orange}</style>
|
<style>
|
||||||
|
div.box {border-color: orange; box-shadow: 0 0 10px #a153005d}
|
||||||
|
h1, h2, h3 {color:orange}
|
||||||
|
a {color:orange}
|
||||||
|
figure {display:flex;align-items:flex-start}
|
||||||
|
figure img.pfp {margin-left: -30px;width:150px;height:100%;object-fit: cover;border-radius:5px;}
|
||||||
|
figcaption {padding-left:15px;text-align:left}
|
||||||
|
hr {border-style:dashed}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body onload="loadafterwednesdaycheck();preloadArrows();">
|
<body onload="loadafterwednesdaycheck();preloadArrows();">
|
||||||
<div class="box" id="bgmplayer">
|
<div class="box" id="bgmplayer">
|
||||||
<h2>BGM player</h2>
|
<h2>BGM player</h2>
|
||||||
<a href="javascript:playBGM();" id="shopbgmselector"><button id="shopbgm">Play</button></a>
|
<a href="javascript:playBGM();" id="shopbgmselector"><button id="shopbgm">Play</button></a>
|
||||||
<p><br>Enable aqua fishplay in your browser for it to continue playing throughout the ocean.</p>
|
<p><br>Enable aqua fishplay in your browser for it to continue playing throughout the ocean.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 style="cursor:pointer;">FishieMart</h1>
|
<h1 style="cursor:pointer">FishieMart</h1>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="box" style="padding-bottom:10px;">
|
<div class="box" style="padding-bottom:10px;">
|
||||||
<p>FishieMart is a revival for the defunct Fishie Fishie. It was closed on April 1, 2060, banishing
|
<p>FishieMart is a revival for the defunct Fishie Fishie. It was closed on April 1, 2060, banishing
|
||||||
Fishie Fishie from the universe. FishieMart brings back the experience of
|
Fishie Fishie from the universe. FishieMart brings back the experience of
|
||||||
downloading and playing Fishie Fishie titles with a revival of the Fishie Fishie Channel.</p>
|
downloading and playing Fishie Fishie titles with a revival of the Fishie Fishie Channel.</p>
|
||||||
<p>If FishieMart sounds like what you are looking for, try it out for yourself! FishieMart can be used on
|
<p>If FishieMart sounds like what you are looking for, try it out for yourself! FishieMart can be used on
|
||||||
Fishii, Fishii U, and partially the <a target="_blank" href="https://spongebob.fandom.com/wiki/Magic_Conch_shell">magic conch shell</a>.</p>
|
Fishii, Fishii U, and partially the <a target="_blank" href="https://spongebob.fandom.com/wiki/Magic_Conch_shell">magic conch shell</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h3>Screenshots</h3>
|
<h3>Screenshots</h3>
|
||||||
<div class="gallery">
|
<div class="gallery">
|
||||||
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24186/large.jpg" class="slide" alt="Gameplay 1">
|
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24186/large.jpg" class="slide" alt="Gameplay 1">
|
||||||
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24185/large.jpg" class="slide" alt="Gameplay 2">
|
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24185/large.jpg" class="slide" alt="Gameplay 2">
|
||||||
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24179/large.jpg" class="slide" alt="Gameplay 3">
|
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24179/large.jpg" class="slide" alt="Gameplay 3">
|
||||||
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24187/large.jpg" class="slide" alt="Gameplay 4">
|
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24187/large.jpg" class="slide" alt="Gameplay 4">
|
||||||
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24183/large.jpg" class="slide" alt="Gameplay 5">
|
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24183/large.jpg" class="slide" alt="Gameplay 5">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>What's on it?</h1>
|
<h1>What's on it?</h1>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h2>The originals!</h2>
|
<h2>The originals!</h2>
|
||||||
<p>FishieMart includes a variety of ShovelWare content that was available on the original Fishie Fishie Channel, such
|
<p>FishieMart includes a variety of ShovelWare content that was available on the original Fishie Fishie Channel, such
|
||||||
as <b>Dr. Fishie Online Rx</b>, <b>My Fishie Ranch</b>, <b>Super Fishie 64</b>,
|
as <b>Dr. Fishie Online Rx</b>, <b>My Fishie Ranch</b>, <b>Super Fishie 64</b>,
|
||||||
<b>Fishie the Fish 4: Episode I</b>, and <b>Fishie Fishie</b>.</p>
|
<b>Fishie the Fish 4: Episode I</b>, and <b>Fishie Fishie</b>.</p>
|
||||||
<p>Virtual Console is also included with titles like <b>Super Mario Bros.</b>, <b>Sonic the Hedgehog</b>, <b>Super Mario 64</b>,
|
<p>Virtual Console is also included with titles like <b>Super Mario Bros.</b>, <b>Sonic the Hedgehog</b>, <b>Super Mario 64</b>,
|
||||||
<b>Pac-Fishie</b>, and <b>Fishalaga</b>.</p>
|
<b>Pac-Fishie</b>, and <b>Fishalaga</b>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h2>Something <mark class="new"><span style="color:#ff491b">FISHY!</span></mark></h2>
|
<h2>Something <mark class="new"><span style="color:#ff491b">FISHY!</span></mark></h2>
|
||||||
<p>In case the originals aren't enough, we have also added tons of custom Virtual Tank injects! Just some of the
|
<p>In case the originals aren't enough, we have also added tons of custom Virtual Tank injects! Just some of the
|
||||||
latest titles we've added are <b>The New Fishie</b>, <b>WaterBound</b>, <b>Super Fishie All-Catch + Super Fishie World</b>,
|
latest titles we've added are <b>The New Fishie</b>, <b>WaterBound</b>, <b>Super Fishie All-Catch + Super Fishie World</b>,
|
||||||
and <b>Fishie Kombat</b>.</p>
|
and <b>Fishie Kombat</b>.</p>
|
||||||
<p>New titles are added every <b>Fishie Friday</b>.</p>
|
<p>New titles are added every <b>Fishie Friday</b>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>How do I get support?</h1>
|
<h1>How do I get support?</h1>
|
||||||
|
|
||||||
<p>Please consult the FAQ first.</p>
|
<p>Please consult the FAQ first.</p>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h2>Frequently Asked Questions</h2>
|
<h2>Frequently Asked Questions</h2>
|
||||||
<h3>I don't like Fishie Fishie! This got installed to my Wii automa-</h3>
|
<h3>I don't like Fishie Fishie! This got installed to my Wii automa-</h3>
|
||||||
<p>Please stop lying, everyone loves Fishie Fishie and you installed this to the Wii yourself.</p>
|
<p>Please stop lying, everyone loves Fishie Fishie and you installed this to the Wii yourself.</p>
|
||||||
<h3>How can I get good at Fishie Fishie?</h3>
|
<h3>How can I get good at Fishie Fishie?</h3>
|
||||||
<p>skill issue</p>
|
<p>skill issue</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h2>Other Questions</h2>
|
<h2>Other Questions</h2>
|
||||||
<p>You may ask Fishie himself for guidance with the FishieMart.</p>
|
<p>You may ask Fishie himself for guidance with the FishieMart.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>Who is involved?</h1>
|
<h1>Who is involved?</h1>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h2>Project Fishies</h2>
|
<h2>Project Fishies</h2>
|
||||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt="Fishie"></a>
|
<hr>
|
||||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
<figure>
|
||||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
<img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt="Fishie">
|
||||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
<figcaption>
|
||||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
<b><i>Fishie</i></b> is the creator of FishieMart! He began working on it after the unsuccess of Rii Slop. As the owner, he maintains the slop entirely.
|
||||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
</figcaption>
|
||||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
</figure>
|
||||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
<p>Want to also eat some fish? Swim with Fishie by downloading Fishie Fishie on the FishieMart</p>
|
||||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
</div>
|
||||||
<p>Want to also eat some fish? Swim with Fishie by downloading Fishie Fishie on the FishieMart</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer><p>FishieMart is not affiliated with the evil DSiMart or any related parties. To contact, please send an email to <b>/dev/null</b>.</p></footer>
|
<footer><p>FishieMart is not affiliated with the evil DSiMart or any related parties. To contact, please send an email to <b>/dev/null</b>.</p></footer>
|
||||||
|
@ -43,8 +43,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Beavis and Butt-Head</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
|
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Beavis and Butt-Head</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
|
||||||
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Tanglewood</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
|
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Tanglewood</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
|
||||||
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Fantasy Zone</i> <img src="media/em-afa.png"></li>
|
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Fantasy Zone</i> <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
|
||||||
<li><img src="meta/em-vc-master.png" class="pf"> <i>Fantasy Zone: The Maze</i> <img src="media/em-afa.png"></li>
|
<li><img src="meta/em-vc-master.png" class="pf"> <i>Fantasy Zone: The Maze</i> <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
|
||||||
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
||||||
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School 2</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School 2</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
||||||
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School 3</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School 3</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
||||||
|
@ -15,15 +15,7 @@
|
|||||||
<meta name="viewport" content="width=device-width initial-scale=1.0">
|
<meta name="viewport" content="width=device-width initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="meta/main.css">
|
<link rel="stylesheet" href="meta/main.css">
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
<style>
|
</head>
|
||||||
details.legend {margin:10px;margin:auto 90px;text-align:center;}
|
|
||||||
details.legend img {width:25px;height:25px}
|
|
||||||
summary.legend {background-color: #E6FFF2;border-radius: 10px;padding: 4px;color:black;text-decoration: none;filter: drop-shadow(1px 1px 1px black);font-weight: 100;display:inline}
|
|
||||||
summary.legend:hover {background-color: #C7FDFF;}
|
|
||||||
summary.legend:active {filter: none;}
|
|
||||||
@media (prefers-color-scheme: dark) {summary.legend {background-color: #587566;color:white} summary.legend:hover {background-color: #7da2a3;}}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body onload="loadafterwednesdaycheck();">
|
<body onload="loadafterwednesdaycheck();">
|
||||||
<div class="box" id="bgmplayer">
|
<div class="box" id="bgmplayer">
|
||||||
<h2>BGM player</h2>
|
<h2>BGM player</h2>
|
||||||
@ -43,8 +35,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Beavis and Butt-Head</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
|
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Beavis and Butt-Head</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
|
||||||
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Tanglewood</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
|
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Tanglewood</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
|
||||||
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Fantasy Zone</i> <img src="media/em-afa.png"></li>
|
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Fantasy Zone</i> <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
|
||||||
<li><img src="meta/em-vc-master.png" class="pf"> <i>Fantasy Zone: The Maze</i> <img src="media/em-afa.png"></li>
|
<li><img src="meta/em-vc-master.png" class="pf"> <i>Fantasy Zone: The Maze</i> <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
|
||||||
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
||||||
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School 2</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School 2</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
||||||
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School 3</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School 3</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
||||||
@ -137,7 +129,7 @@
|
|||||||
<summary>WiiMart Wednesday #12 <span class="date">06-25</span></summary>
|
<summary>WiiMart Wednesday #12 <span class="date">06-25</span></summary>
|
||||||
<p>These titles were added this Wednesday. To celebrate the 34th birthday of Sonic on June 23rd some additional Sonic titles have been included!</p>
|
<p>These titles were added this Wednesday. To celebrate the 34th birthday of Sonic on June 23rd some additional Sonic titles have been included!</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><img src="meta/em-vc-64.png" class="pf"> <i>Super Sonic 2 Bros.</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a> & <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
<li><img src="meta/em-vc-64.png" class="pf"> <i>Super Sonic 2 Bros.</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
||||||
<li><img src="meta/em-vc-nes.png" class="pf"> <i>Deadpool</i> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
<li><img src="meta/em-vc-nes.png" class="pf"> <i>Deadpool</i> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
||||||
<li><img src="meta/em-vc-nes.png" class="pf"> <i>Evil Dead: Ash Lives!</i> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
<li><img src="meta/em-vc-nes.png" class="pf"> <i>Evil Dead: Ash Lives!</i> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
||||||
<li><img src="meta/em-vc-nes.png" class="pf"> <i>Q*bert</i> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
<li><img src="meta/em-vc-nes.png" class="pf"> <i>Q*bert</i> <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
||||||
|
267
install.html
267
install.html
@ -1,31 +1,33 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<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>
|
<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"></script>
|
<script src="meta/music.js"></script>
|
||||||
<title>Install WiiMart</title>
|
<title>Install WiiMart</title>
|
||||||
<meta content="Download WiiMart" property="og: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="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/media/branding-bag.png" property="og:image">
|
||||||
<meta content="https://wiimart.org/install" property="og:url">
|
<meta content="https://wiimart.org/install" property="og:url">
|
||||||
<meta content="#1164E9" data-react-helmet="true" name="theme-color">
|
<meta content="#1164E9" data-react-helmet="true" name="theme-color">
|
||||||
<meta name="keywords" content="WiiMart, Wii Shop, homebrew">
|
<meta name="keywords" content="WiiMart, Wii Shop, homebrew">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="meta/main.css">
|
<link rel="stylesheet" href="meta/main.css">
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
<style>
|
<style>
|
||||||
img {width:100%}
|
img {width:100%}
|
||||||
button.r {outline: 1px solid #9A9A9A}
|
button.r {outline: 1px solid #9A9A9A}
|
||||||
button.r:hover {box-shadow: inset 0 0 0 3px #9A9A9A}
|
button.r:hover {box-shadow: inset 0 0 0 3px #9A9A9A}
|
||||||
div.box#start {display:block}
|
div.box#start {display:block}
|
||||||
div.box#warning {border: solid 2px #ed3434}
|
div.box#warning {border: solid 2px #ed3434}
|
||||||
div.box#warning h2 {color: #ed3434}
|
div.box#warning h2 {color: #ed3434}
|
||||||
div.box#platform button {width:60%;margin-bottom: 10px}
|
div.box#platform button {width:60%;margin-bottom: 10px}
|
||||||
div.box {display:none}
|
div.box {display:none}
|
||||||
a {text-decoration:none}
|
a {text-decoration:none}
|
||||||
</style>
|
a button, button:disabled {width:100%}
|
||||||
|
span.descrip {color:rgb(172, 172, 172);font-size: smaller}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body onload="loadafterwednesdaycheck();">
|
<body onload="loadafterwednesdaycheck();">
|
||||||
<div class="box" id="bgmplayer">
|
<div class="box" id="bgmplayer">
|
||||||
@ -41,44 +43,44 @@
|
|||||||
<script>function showDiv(divId) {const divs = document.querySelectorAll('.box'); divs.forEach(div => {div.style.display = 'none'; });document.getElementById(divId).style.display = 'block';}</script>
|
<script>function showDiv(divId) {const divs = document.querySelectorAll('.box'); divs.forEach(div => {div.style.display = 'none'; });document.getElementById(divId).style.display = 'block';}</script>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div id="start" class="box">
|
<div id="start" class="box">
|
||||||
<h2>Ready to install?</h2>
|
<h2>Ready to install?</h2>
|
||||||
<p>WiiMart can utilize most things on on Wii and Wii U consoles, like downloading and changing settings.</p>
|
<p>WiiMart can utilize most things on on Wii and Wii U consoles, like downloading and changing settings.</p>
|
||||||
<p>Dolphin users may need some extra configuration.</p>
|
<p>Dolphin users may need some extra configuration.</p>
|
||||||
<button onclick="showDiv('warning')">Start</button>
|
<button onclick="showDiv('warning')">Start</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="warning" class="box">
|
<div id="warning" class="box">
|
||||||
<h2>Backup Your Games!</h2>
|
<h2>Backup Your Games!</h2>
|
||||||
<img src="media/overwrite-demonstration.gif">
|
<img src="media/overwrite-demonstration.gif">
|
||||||
<p>When downloading games, WiiMart could overwrite titles <i>and their save data</i>
|
<p>When downloading games, WiiMart could overwrite titles <i>and their save data</i>
|
||||||
if was installed by the official Wii Shop Channel first.</p>
|
if was installed by the official Wii Shop Channel first.</p>
|
||||||
<p>If you have had any original game purchases, backup their save files before
|
<p>If you have had any original game purchases, backup their save files before
|
||||||
using and downloading games with WiiMart.</p>
|
using and downloading games with WiiMart.</p>
|
||||||
<p>To backup individual saves, go to Wii Settings, then Data Management and copy to an SD Card.
|
<p>To backup individual saves, go to Wii Settings, then Data Management and copy to an SD Card.
|
||||||
Once you are done you can move it back to the Wii System Memory.</p>
|
Once you are done you can move it back to the Wii System Memory.</p>
|
||||||
|
|
||||||
<button onclick="showDiv('start')" class="r">Back</button> <button onclick="showDiv('platform')">Next</button><br>
|
<button onclick="showDiv('start')" class="r">Back</button> <button onclick="showDiv('platform')">Next</button><br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="platform" class="box">
|
<div id="platform" class="box">
|
||||||
<!--
|
<!--
|
||||||
<h2 id="Auto">Automatic Installation</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" alt=""><b>WiiMart Installer</b> for<br>The Homebrew Channel</button><br>
|
<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-progress installer tool can install WiiMart and IOS WADs with just one app!</p>
|
||||||
<hr>
|
<hr>
|
||||||
-->
|
-->
|
||||||
<h2 id="Manual">Manual Installation</h2>
|
<h2 id="Manual">Manual Installation</h2>
|
||||||
|
|
||||||
<h3>What platform are you on?</h3>
|
<h3>What platform are you on?</h3>
|
||||||
<button onclick="showDiv('wii')"><img src="media/button-wii.png" alt="">Wii</button><br>
|
<button onclick="showDiv('wii')"><img src="media/button-wii.png" alt="">Wii</button><br>
|
||||||
<button onclick="showDiv('vWii')"><img src="media/button-vwii.png" alt="">vWii</button><br>
|
<button onclick="showDiv('vWii')"><img src="media/button-vwii.png" alt="">vWii</button><br>
|
||||||
<button onclick="showDiv('dolphin')"><img src="media/button-dolphin-desktop.png" alt="">Dolphin</button>
|
<button onclick="showDiv('dolphin')"><img src="media/button-dolphin-desktop.png" alt="">Dolphin</button>
|
||||||
<hr>
|
<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>
|
<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>
|
||||||
<button onclick="showDiv('warning')" style="width:auto" class="r">Back</button><br>
|
<button onclick="showDiv('warning')" style="width:auto" class="r">Back</button><br>
|
||||||
</div>
|
</div>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
<div id="inst" class="box" style="display:none">
|
<div id="inst" class="box" style="display:none">
|
||||||
@ -101,87 +103,86 @@
|
|||||||
</div>
|
</div>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<div id="dolphin" class="box">
|
<div id="dolphin" class="box">
|
||||||
<h2>Dolphin</h2>
|
<h2>Dolphin</h2>
|
||||||
<h3>Do you have a console NAND backup?</h3>
|
<h3>Do you have a console NAND backup?</h3>
|
||||||
<button onclick="showDiv('platform')" class="r">Back</button>
|
<button onclick="showDiv('platform')" class="r">Back</button>
|
||||||
<button onclick="showDiv('noNAND')">No</button>
|
<button onclick="showDiv('noNAND')">No</button>
|
||||||
<button onclick="showDiv('withNAND')">Yes</button>
|
<button onclick="showDiv('withNAND')">Yes</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="noNAND" class="box">
|
<div id="noNAND" class="box">
|
||||||
<h2>Dolphin</h2>
|
<h2>Dolphin</h2>
|
||||||
<h2 style="color:red">No NAND!</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>
|
<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">Back</button>
|
<button onclick="showDiv('dolphin')" class="r">Back</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="withNAND" class="box">
|
<div id="withNAND" class="box">
|
||||||
<h2>Dolphin</h2>
|
<h2>Dolphin</h2>
|
||||||
<h3>Getting a NAND backup</h3>
|
<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>
|
<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>
|
<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>
|
<h3>Importing the BootMii NAND Backup</h3>
|
||||||
<img src="media/screenshot-dolphin-import.png" alt="Hover menus to import a NAND">
|
<img src="media/screenshot-dolphin-import.png" alt="Hover menus to import a NAND">
|
||||||
<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>
|
<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>
|
<h3>Downloading WADs</h3>
|
||||||
<p>Download <i>one</i> of the WADs below.</p>
|
<p>Download <i>one</i> of the WADs below.</p>
|
||||||
<p><a href="wad/WiiMart.wad" class="btn">Download WiiMart</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" class="btn">Download WiiMart (2006 banner)</a> <a href="support#OldBanner">(?)</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>
|
||||||
<h3>Installing WADs</h3>
|
<h3>Installing WADs</h3>
|
||||||
<img src="media/screenshot-dolphin-vwii-install.png" alt="Hover menus to install a WAD">
|
<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>
|
<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" alt="Hover menu to launch system menu">
|
<img src="media/screenshot-dolphin-vwii-launch-menu.png" alt="Hover menu to launch system menu">
|
||||||
<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>
|
<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>
|
<h3>Finished!</h3>
|
||||||
<img src="media/screenshot-system-menu-wii.png" alt="Wii Menu with the cursor hovering over Wii Shop">
|
<img src="media/screenshot-system-menu-wii.png" alt="Wii Menu with the cursor hovering over Wii Shop">
|
||||||
<p>You can now go to the Wii Menu and launch the Wii Shop Channel.</p>
|
<p>You can now go to the Wii Menu and launch the Wii Shop Channel.</p>
|
||||||
|
|
||||||
<button onclick="showDiv('dolphin')" class="r">Back</button>
|
<button onclick="showDiv('dolphin')" class="r">Back</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="vWii" class="box">
|
<div id="vWii" class="box">
|
||||||
<h2>vWii</h2>
|
<h2>vWii</h2>
|
||||||
<h3>Downloading WADs</h3>
|
<h3>Downloading WADs</h3>
|
||||||
<p>Download IOS56 for vWii and <i>one</i> of the WiiMart WADs below.</p>
|
<h4>IOS WADs</h4>
|
||||||
<p><a href="wad/IOS56(vWii).wad">Download IOS56 for vWii</a></p>
|
<p>Download IOS56 for vWii and <i>one</i> of the WiiMart WADs below.</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/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/WiiMart.wad">Download WiiMart</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/WiiMartOB.wad">Download WiiMart (2006 banner)</a> <a href="support#OldBanner">(?)</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 style="color:#9A9A9A">IOS80 is optional, install if you want to download titles to the SD Card.</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>
|
||||||
<h3>Installing WADs</h3>
|
<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>
|
<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">
|
<img src="media/screenshot-yawmme-vwii.png" alt="WAD manager screenshot">
|
||||||
<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>
|
<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>
|
<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>
|
<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>
|
<h4>Finished!</h4>
|
||||||
<img src="media/screenshot-system-menu-vwii.png" alt="Wii Menu with the cursor hovering over Wii Shop">
|
<img src="media/screenshot-system-menu-vwii.png" alt="Wii Menu with the cursor hovering over Wii Shop">
|
||||||
<p>You can now go to the Wii Menu and launch the Wii Shop Channel.</p>
|
<p>You can now go to the Wii Menu and launch the Wii Shop Channel.</p>
|
||||||
|
|
||||||
<button onclick="showDiv('platform')" class="r">Back</button>
|
<button onclick="showDiv('platform')" class="r">Back</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="wii" class="box">
|
<div id="wii" class="box">
|
||||||
<h2>Wii</h2>
|
<h2>Wii</h2>
|
||||||
<h3>Downloading WADs</h3>
|
<h3>Downloading WADs</h3>
|
||||||
<p>Download IOS56 for Wii and <i>one</i> of the WiiMart WADs below.</p>
|
<p>Download IOS56 for vWii and <i>one</i> of the WiiMart WADs below.</p>
|
||||||
<p><a href="wad/IOS56(Wii).wad">Download IOS56 for Wii</a></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">Download IOS80 for Wii</a> <a href="support#IOS80">(?)</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">Download WiiMart</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">Download WiiMart (2006 banner)</a> <a href="support#OldBanner">(?)</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 style="color:#9A9A9A">IOS80 is optional, install if you want to download titles to the SD Card.</p>
|
<h3>Installing WADs</h3>
|
||||||
<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>
|
||||||
<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">
|
||||||
<img src="media/screenshot-yawmme-wii.png" alt="WAD manager screenshot">
|
<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>
|
||||||
<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>
|
||||||
<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>
|
||||||
<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>
|
||||||
<h3>Finished!</h3>
|
<img src="media/screenshot-system-menu-wii.png" alt="Wii Menu with the cursor hovering over Wii Shop">
|
||||||
<img src="media/screenshot-system-menu-wii.png" alt="Wii Menu with the cursor hovering over Wii Shop">
|
<p>You can now go to the Wii Menu and launch the Wii Shop Channel.</p>
|
||||||
<p>You can now go to the Wii Menu and launch the Wii Shop Channel.</p>
|
<button onclick="showDiv('platform')" class="r">Back</button>
|
||||||
<button onclick="showDiv('platform')" class="r">Back</button>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>
|
<footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>
|
||||||
|
@ -15,12 +15,13 @@ a.btn {background-color: #E6FFF2;border-radius: 10px;padding: 4px;margin-bottom:
|
|||||||
a.btn:hover {background-color: #C7FDFF;}
|
a.btn:hover {background-color: #C7FDFF;}
|
||||||
a.btn:active {filter: none;}
|
a.btn:active {filter: none;}
|
||||||
span.active {background-color: #c7c7c7;border-radius: 10px;padding: 4px;font-weight: 100;display:inline;cursor:auto;user-select:none}
|
span.active {background-color: #c7c7c7;border-radius: 10px;padding: 4px;font-weight: 100;display:inline;cursor:auto;user-select:none}
|
||||||
span.date {float: right;}
|
span.date {float:right;}
|
||||||
span.hide {color:black}
|
span.hide {color:black}
|
||||||
button {margin-bottom: 6px;font-family:'Shop',sans-serif;padding: 5px;outline: 1px solid #34BEED;border-radius: 3px;filter: drop-shadow(1px 1px 3.4px #bbbbbb);border:none}
|
button {margin-bottom: 6px;font-family:'Shop',sans-serif;padding: 5px;outline: 1px solid #34BEED;border-radius: 3px;filter: drop-shadow(1px 1px 3.4px #bbbbbb);border:none}
|
||||||
button:hover {box-shadow: inset 0 0 0 3px #34BEED;cursor:pointer}
|
button:hover {box-shadow: inset 0 0 0 3px #34BEED;cursor:pointer}
|
||||||
|
button:disabled {outline: 1px solid #9A9A9A;box-shadow:none;cursor:default}
|
||||||
|
|
||||||
details {text-align: left;padding-left: 5px;padding-right: 5px;}
|
details {text-align:left;padding-left: 5px;padding-right: 5px;}
|
||||||
details ul {padding-left: 0;}
|
details ul {padding-left: 0;}
|
||||||
details li {font-size:smaller;list-style:none;vertical-align:middle;}
|
details li {font-size:smaller;list-style:none;vertical-align:middle;}
|
||||||
summary {padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none}
|
summary {padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user