mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-02 19:40:59 +02:00
WiiMart Wednesday 14 and some CSS changes
This commit is contained in:
parent
7f90351aba
commit
80380111e1
@ -28,44 +28,46 @@
|
||||
|
||||
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <span class="active">Branding</span> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav>
|
||||
|
||||
<div>
|
||||
<h2>Wordmarks</h2>
|
||||
<div style="border-color:#1164E9;background-color: #1164E9" class="wm"><img loading="lazy" src="media/branding-wordmark-white.png" class="wm"></div>
|
||||
<div style="background-color: white;border-color: white;" class="wm"><img loading="lazy" src="media/branding-wordmark-blue.png" class="wm"></div>
|
||||
<div style="background-color: white;border-color: white;" class="wm"><img loading="lazy" src="media/branding-wordmark-black.png" class="wm"></div>
|
||||
<p>The wordmarks should be visible on the background they are in, like shown.</p>
|
||||
<p><a href="media/branding-wordmark.svg" class="btn" download>Download SVG</a></p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="box">
|
||||
<h2>Wordmarks</h2>
|
||||
<div style="border-color:#1164E9;background-color: #1164E9" class="wm"><img loading="lazy" src="media/branding-wordmark-white.png" class="wm"></div>
|
||||
<div style="background-color: white;border-color: white;" class="wm"><img loading="lazy" src="media/branding-wordmark-blue.png" class="wm"></div>
|
||||
<div style="background-color: white;border-color: white;" class="wm"><img loading="lazy" src="media/branding-wordmark-black.png" class="wm"></div>
|
||||
<p>The wordmarks should be visible on the background they are in, like shown.</p>
|
||||
<p><a href="media/branding-wordmark.svg" class="btn" download>Download SVG</a></p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Colors</h2>
|
||||
<mark style="background-color: #1164E9;">WiiMart Blue #1164E9</mark>
|
||||
<br><mark style="background-color:#00378F">WiiMart Dark Blue #00378F</mark>
|
||||
<br><mark style="background-color:#001F50">WiiMart Darker Blue #001F50</mark>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h2>Colors</h2>
|
||||
<mark style="background-color: #1164E9;">WiiMart Blue #1164E9</mark>
|
||||
<br><mark style="background-color:#00378F">WiiMart Dark Blue #00378F</mark>
|
||||
<br><mark style="background-color:#001F50">WiiMart Darker Blue #001F50</mark>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<h2>Icons</h2>
|
||||
<img loading="lazy" src="media/branding-bag.png" width="200px" height="200px" style="min-width:200px; min-height:200px;">
|
||||
<img loading="lazy" src="media/branding-bag-no-bg.png" height="200px">
|
||||
<img loading="lazy" src="media/branding-wfc-joke.png" width="200px" height="200px" style="min-width:200px; min-height:200px;">
|
||||
<p>Here are two shop icons with one WFC joke.</p>
|
||||
<p><a href="media/branding-bag.svg" class="btn" download>Download SVG</a></p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h2>Icons</h2>
|
||||
<img loading="lazy" src="media/branding-bag.png" width="200px" height="200px" style="min-width:200px; min-height:200px;">
|
||||
<img loading="lazy" src="media/branding-bag-no-bg.png" height="200px">
|
||||
<img loading="lazy" src="media/branding-wfc-joke.png" width="200px" height="200px" style="min-width:200px; min-height:200px;">
|
||||
<p>Here are two shop icons with one WFC joke.</p>
|
||||
<p><a href="media/branding-bag.svg" class="btn" download>Download SVG</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<h2>Banners</h2>
|
||||
<img loading="lazy" src="media/branding-banner.png" width="100%" height="100%" style="min-width:100%; min-height:100%;">
|
||||
<img loading="lazy" src="media/branding-super-center.png" width="100%" height="100%" style="min-width:100%; min-height:100%;">
|
||||
<img loading="lazy" src="media/branding-wiimart-wednesday.png" width="100%" height="100%" style="min-width:100%; min-height:100%;">
|
||||
</div>
|
||||
<div class="box">
|
||||
<h2>Banners</h2>
|
||||
<img loading="lazy" src="media/branding-banner.png" width="100%" height="100%" style="min-width:100%; min-height:100%;">
|
||||
<img loading="lazy" src="media/branding-super-center.png" width="100%" height="100%" style="min-width:100%; min-height:100%;">
|
||||
<img loading="lazy" src="media/branding-wiimart-wednesday.png" width="100%" height="100%" style="min-width:100%; min-height:100%;">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Extra Information</h2>
|
||||
<p>The icons and banners are recolors of Wii Shop Channel textures, WiiMart itself is primarily a parody of
|
||||
the <a href="https://www.cufonfonts.com/font/wal-mart-logos-1980s-1990s">90s Walmart branding</a>.</p>
|
||||
<div class="box">
|
||||
<h2>Extra Information</h2>
|
||||
<p>The icons and banners are recolors of Wii Shop Channel textures, WiiMart itself is primarily a parody of
|
||||
the <a href="https://www.cufonfonts.com/font/wal-mart-logos-1980s-1990s">90s Walmart branding</a>.</p>
|
||||
</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>
|
||||
|
242
credits.html
242
credits.html
@ -17,13 +17,10 @@
|
||||
<script src="meta/gallery.js" defer></script>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<style>
|
||||
div.c {border-color:#9900FF}
|
||||
div.c div.pfp {border-color:#9900FF}
|
||||
h2.c {color:#9900FF}
|
||||
div.mem {display: flex;align-items: flex-start;}
|
||||
div.pfp {display: flex;align-items: center;width: 100%;}
|
||||
img.pfp {width:150px;height:150px; min-height:150px; min-width:150px; object-fit: cover;margin-right:10px;border-radius: 5px;}
|
||||
figure {display: flex;align-items: flex-start;}
|
||||
figure img.pfp {width:150px;height:150px; min-height:150px; min-width:150px; object-fit: cover;margin-right:10px;border-radius: 5px;}
|
||||
p.mem {flex: 1}
|
||||
hr {border-style:dashed}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="loadafterwednesdaycheck();">
|
||||
@ -37,137 +34,184 @@
|
||||
|
||||
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <span class="active">Credits</span></nav>
|
||||
|
||||
<div>
|
||||
<div class="box">
|
||||
<h2>Shop Developers</h2>
|
||||
<div class="pfp">
|
||||
|
||||
<figure>
|
||||
<img loading="lazy" src="media/pfp-ocarina.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b><i>Ocarina</i></b> is the creator of WiiMart! He began working on it after the unsuccess of Rii Shop.
|
||||
<figcaption><b><i>Ocarina</i></b> is the creator of WiiMart! He began working on it after the unsuccess of Rii Shop.
|
||||
As the owner, he maintains the shop entirely.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/Ocarina"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Epicboss16"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
|
||||
<a href="https://wiilab.wiimart.org/Ocarina"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Epicboss16"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
|
||||
<audio src="media/sound-zelda.mp3"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-selim.png" class="pfp">
|
||||
<p class="mem"><b>Selim</b> is a Discord administrator and server hoster for WiiMart, currently tinkering with <mark>[unreleased fork]</mark>.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/selimgozel1"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<figcaption class="mem"><b>Selim</b> is a Discord administrator and server hoster for WiiMart, currently tinkering with <mark>[unreleased fork]</mark>.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/selimgozel1"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></figcaption>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-thom.png" class="pfp">
|
||||
<p class="mem"><b>Thom</b> is a Discord administrator and is the developer of the WiiMarty Discord bot and the WiiMart Installer. He can code in Python and C/C++. He was a co-owner of Reviive.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/thom2305"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://thom2305.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<figcaption class="mem"><b>Thom</b> is a Discord administrator and is the developer of the WiiMarty Discord bot and the WiiMart Installer. He can code in Python and C/C++. He was a co-owner of Reviive.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/thom2305"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://thom2305.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-wabagg.png" title="Wabagg123" class="pfp">
|
||||
<p class="mem"><b>Wabagg123</b> is one of the developers for WiiMart that contributes to the WiiConnect24 and Wii SOAP part of the shop.<br><br>
|
||||
<a href="https://www.youtube.com/@wabagg123/"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> </p>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<figcaption class="mem"><b>Wabagg123</b> is one of the developers for WiiMart that contributes to the WiiConnect24 and Wii SOAP part of the shop.<br><br>
|
||||
<a href="https://www.youtube.com/@wabagg123/"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> </figcaption>
|
||||
</figure>
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-idkwh.png" class="pfp">
|
||||
<p class="mem"><b>idkwhereisthisname</b> is a Discord admin, they have worked on creating identical past shop pages like the Ambassador Program. Also worked on their own <abbr title="Yet another Wii Shop Channel">YaWSC</abbr>.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/idkwhereisthisname"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@idkwhereisthisname"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://idkwhereisthis.name/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<figcaption class="mem"><b>idkwhereisthisname</b> is a Discord admin, they have worked on creating identical past shop pages like the Ambassador Program. Also worked on their own <abbr title="Yet another Wii Shop Channel">YaWSC</abbr>.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/idkwhereisthisname"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@idkwhereisthisname"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://idkwhereisthis.name/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>Website Developers</h2>
|
||||
<div class="pfp">
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-gem.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b><i>Gemdation</i></b> is the main website coder and designer of the WiiMart branding.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/gem"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@gemdation"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gemdation.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
|
||||
<figcaption class="mem"><b><i>Gemdation</i></b> is the main website coder and designer of the WiiMart branding.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/gem"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@gemdation"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gemdation.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
|
||||
<audio src="media/sound-bej3.mp3"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-chris.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b><i>ChrisplayzWii</i></b> is one of the Discord moderators, he was the main coder for the original WiiMart website and was the owner of Reviive.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/Chrisplayzwii"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@ChrisplayzWii"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://chrisplayzwii.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
|
||||
<figcaption class="mem"><b><i>ChrisplayzWii</i></b> is one of the Discord moderators, he was the main coder for the original WiiMart website and was the owner of Reviive.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/Chrisplayzwii"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@ChrisplayzWii"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://chrisplayzwii.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
|
||||
<audio src="media/sound-roblox-coil.mp3"></audio>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>Discord Staff</h2>
|
||||
<div class="pfp">
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-yts.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b><i>YourTooSlow</i></b> is a Discord administrator, he is learning HTML and JavaScript.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/Your2Slow"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://yourtooslow.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> </p>
|
||||
<figcaption class="mem"><b><i>YourTooSlow</i></b> is a Discord administrator, he is learning HTML and JavaScript.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/Your2Slow"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://yourtooslow.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> </figcaption>
|
||||
<audio src="media/sound-sonic.exe.mp3"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-andry.png" class="pfp">
|
||||
<p class="mem"><b>Andry6702</b> is a Discord moderator, he contributed on other projects such as New Shop Channel and Reviive.<br><br>
|
||||
<a href="https://www.youtube.com/@andry6702"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://andry6702.net"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<figcaption class="mem"><b>Andry6702</b> is a Discord moderator, he contributed on other projects such as New Shop Channel and Reviive.<br><br>
|
||||
<a href="https://www.youtube.com/@andry6702"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://andry6702.net"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
<figure class="box">
|
||||
<img src="media/pfp-rm05.png" class="pfp">
|
||||
<p class="mem"><b>RM05</b> is a Discord administrator and WiiMart translation contributor.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/MrRM05"><button><img src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Mr_RM05"><button><img src="meta/ico-yt.png" class="ico"></button></a></p>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<figcaption class="mem"><b>RM05</b> is a Discord administrator and WiiMart translation contributor.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/MrRM05"><button><img src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Mr_RM05"><button><img src="meta/ico-yt.png" class="ico"></button></a></figcaption>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-emol.png" class="pfp">
|
||||
<p class="mem"><b>Emolgun</b> is one of the Discord moderators.<br><br>
|
||||
<a href="https://bsky.app/profile/emolgun.bsky.social"><button><img src="meta/ico-bsky.png" class="ico" alt="GitLab"></button></a> <a href="https://twitch.tv/emolgun"><button><img src="meta/ico-twitch.png" class="ico"> <a href="https://www.youtube.com/@Emolgun"><button><img src="meta/ico-yt.png" class="ico"></button></a></p>
|
||||
</div>
|
||||
<div class="pfp" >
|
||||
<figcaption class="mem"><b>Emolgun</b> is one of the Discord moderators.<br><br>
|
||||
<a href="https://bsky.app/profile/emolgun.bsky.social"><button><img src="meta/ico-bsky.png" class="ico" alt="GitLab"></button></a> <a href="https://twitch.tv/emolgun"><button><img src="meta/ico-twitch.png" class="ico"> <a href="https://www.youtube.com/@Emolgun"><button><img src="meta/ico-yt.png" class="ico"></button></a></figcaption>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-def.png" class="pfp">
|
||||
<p class="mem"><b>DefeatOf13</b> is a Discord moderator and WiiMart mascot designer.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/DefeatOf13"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@defeatof13"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://defitmods.xyz"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<figcaption class="mem"><b>DefeatOf13</b> is a Discord moderator and WiiMart mascot designer.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/DefeatOf13"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@defeatof13"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://defitmods.xyz"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-subnetic.png" class="pfp">
|
||||
<p class="mem"><b>Subnetic</b> is one of the Discord moderators, he frequently creates the Virtual Console injects that are added.<br><br>
|
||||
<a href="https://youtube.com/@subnetic96"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gbatemp.net/members/subnetic.740778/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<figcaption class="mem"><b>Subnetic</b> is one of the Discord moderators, he frequently creates the Virtual Console injects that are added.<br><br>
|
||||
<a href="https://youtube.com/@subnetic96"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gbatemp.net/members/subnetic.740778/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-yoshi.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b><i>ThatOneYoshi</i></b> is one of the Discord moderators.<br><br>
|
||||
<a href="https://thatoneyoshi.link/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="https://bsky.app/profile/thatoneyoshi.link"><button><img loading="lazy" src="meta/ico-bsky.png" class="ico"></button></a> <a href="https://www.youtube.com/@thatoneyoshifan-balls"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
|
||||
<figcaption class="mem"><b><i>ThatOneYoshi</i></b> is one of the Discord moderators.<br><br>
|
||||
<a href="https://thatoneyoshi.link/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="https://bsky.app/profile/thatoneyoshi.link"><button><img loading="lazy" src="meta/ico-bsky.png" class="ico"></button></a> <a href="https://www.youtube.com/@thatoneyoshifan-balls"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
|
||||
<audio src="media/sound-yoshi.mp3"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-cosmo.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b><i>cosmobona56</i></b> is one of the Discord moderators.<br><br>
|
||||
<a href="https://www.youtube.com/@cosmo.tv_de"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
|
||||
<figcaption class="mem"><b><i>cosmobona56</i></b> is one of the Discord moderators.<br><br>
|
||||
<a href="https://www.youtube.com/@cosmo.tv_de"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
|
||||
<audio src="media/sound-undertale-save.mp3"></audio>
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<div class="c">
|
||||
<h2 class="c">Contributors</h2>
|
||||
<div class="pfp">
|
||||
<div class="box" style="border-color:#9900FF;">
|
||||
<h2 style="color:#9900FF;">Contributors</h2>
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-rou.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b><i>Roulettz</i></b> created the first 2006 banner WiiMart WAD.<br><br>
|
||||
</p>
|
||||
<figcaption class="mem"><b><i>Roulettz</i></b> created the first 2006 banner WiiMart WAD.<br><br>
|
||||
</figcaption>
|
||||
<audio src="media/sound-shop-finish.wav"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-comp.gif" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b><i>Nathan Boehm</i></b>'s project, <a href="https://wiishopchannel.net">WiiShopChannel.net</a>, often helped out WiiMart for reference purposes.<br><br>
|
||||
<a href="https://nathanboehm.com"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="https://www.youtube.com/@NathanBoehm"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
|
||||
</p>
|
||||
<figcaption class="mem"><b><i>Nathan Boehm</i></b>'s project, <a href="https://wiishopchannel.net">WiiShopChannel.net</a>, often helped out WiiMart for reference purposes.<br><br>
|
||||
<a href="https://nathanboehm.com"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="https://www.youtube.com/@NathanBoehm"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
|
||||
<audio src="media/sound-points.mp3"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-saul.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b><i>saulfabreg</i></b> is one of the Virtual Console inject creators.<br><br>
|
||||
<a href="http://saulfabreg-wiivc.blogspot.com"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="http://twitter.com/saulfabregwiivc"><button><img loading="lazy" src="meta/ico-twt.png" class="ico"></button></a> <a href="https://www.youtube.com/@saulfabregwiivc"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
|
||||
</p>
|
||||
<figcaption class="mem"><b><i>saulfabreg</i></b> is one of the Virtual Console inject creators.<br><br>
|
||||
<a href="http://saulfabreg-wiivc.blogspot.com"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="http://twitter.com/saulfabregwiivc"><button><img loading="lazy" src="meta/ico-twt.png" class="ico"></button></a> <a href="https://www.youtube.com/@saulfabregwiivc"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
|
||||
<audio src="media/sound-points.mp3"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-dustin.gif" class="pfp">
|
||||
<p class="mem"><b>dustinbriggs1991</b> is one of the Virtual Console inject creators.<br><br>
|
||||
<a href="https://x.com/dustinbriggs91"><button><img loading="lazy" src="meta/ico-twt.png" class="ico"></button></a> <a href="https://bsky.app/profile/dustinbriggs1991.bsky.social"><button><img loading="lazy" src="meta/ico-bsky.png" class="ico"></button></a> <a href="https://www.youtube.com/@dustinbriggs1991"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<figcaption class="mem"><b>dustinbriggs1991</b> is one of the Virtual Console inject creators.<br><br>
|
||||
<a href="https://x.com/dustinbriggs91"><button><img loading="lazy" src="meta/ico-twt.png" class="ico"></button></a> <a href="https://bsky.app/profile/dustinbriggs1991.bsky.social"><button><img loading="lazy" src="meta/ico-bsky.png" class="ico"></button></a> <a href="https://www.youtube.com/@dustinbriggs1991"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
<figure class="box">
|
||||
<img loading="lazy" src="media/pfp-onion.png" class="pfp">
|
||||
<p class="mem"><b>Onion Mastori</b> is one of the Virtual Console inject creators.<br><br>
|
||||
<a href="https://www.youtube.com/@onionmastori" title="Onion Mastori"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://www.youtube.com/@xboxnostalgic101" title="Xbox Nostalgic 101"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
|
||||
</p>
|
||||
</div>
|
||||
<figcaption class="mem"><b>Onion Mastori</b> is one of the Virtual Console inject creators.<br><br>
|
||||
<a href="https://www.youtube.com/@onionmastori" title="Onion Mastori"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://www.youtube.com/@xboxnostalgic101" title="Xbox Nostalgic 101"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<script>document.addEventListener('DOMContentLoaded', function() {const pfpDivs = document.querySelectorAll('.pfp'); 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>
|
||||
|
||||
<div>
|
||||
<div class="box">
|
||||
<p class="mem">Want to also contribute to this project? You can help out with a custom game or contribute directly on our GitLab.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/wiimart/"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p>
|
||||
</div>
|
||||
|
22
errors.html
22
errors.html
@ -16,7 +16,7 @@
|
||||
<script src="meta/error.js" defer></script>
|
||||
<script src="meta/music.js"></script>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<style>input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color: #FF0000;} p {color: #FF0000;}}</style>
|
||||
<style>input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;border-color:red;text-align:left} #results h2 {color:#FF0000;} #results p {color:#FF0000}</style>
|
||||
</head>
|
||||
<body onload="loadafterwednesdaycheck();">
|
||||
<div id="bgmplayer">
|
||||
@ -29,17 +29,19 @@
|
||||
|
||||
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <span class="active">Errors</span> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav>
|
||||
|
||||
<div id="input">
|
||||
<h2>Error Code Checker <b style="color:red">BETA</b></h2>
|
||||
<input type="text" id="errorCode" maxlength="6"><br>
|
||||
<button id="submitBtn" style="margin-bottom: 10px;">Submit</button>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="box" id="input">
|
||||
<h2>Error Code Checker <b style="color:red">BETA</b></h2>
|
||||
<input type="text" id="errorCode" maxlength="6"><br>
|
||||
<button id="submitBtn" style="margin-bottom: 10px;">Submit</button>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="err" id="results" style="transition:.3s easein-out; text-align:center;">
|
||||
<h2 id="code"></h2>
|
||||
<p id="issue"></p>
|
||||
<p><a href="javascript:reseterrorcodeform();" style="color: #FF4242;cursor:pointer;text-align:center; text-decoration:underline;"><b>Check another error</b></a></p>
|
||||
<div class="box" id="results" style="transition:.3s easein-out; text-align:center;">
|
||||
<h2 id="code"></h2>
|
||||
<p id="issue"></p>
|
||||
<p><a href="javascript:reseterrorcodeform();" style="color: #FF4242;cursor:pointer;text-align:center; text-decoration:underline;"><b>Check another error</b></a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Want to contribute to this? Go see the <a href="https://wiilab.wiimart.org/wiimart/WiiMart-github-io/-/blob/main/meta/error.js">error.js</a> file over at GitLab.</p>
|
||||
|
124
fishiemart.html
124
fishiemart.html
@ -15,9 +15,7 @@
|
||||
<link rel="stylesheet" href="meta/main.css">
|
||||
<script src="meta/gallery.js" defer></script>
|
||||
<link rel="icon" type="image/x-icon" href="meta/favicon-fishie.ico">
|
||||
<style>div {border-color: orange; box-shadow: 0 0 10px #a153005d; } h1, h2, h3 {color:orange} a {color:orange}</style>
|
||||
<style>button {font-family:'Shop',sans-serif;padding: 5px; border:none;outline:2px solid orange; color:black;background-color:white;border-radius: 5px;background-color:#f6fdff;filter: drop-shadow(1px 1px 3.4px #bbbbbb);box-shadow:inset 1px 1px 12px #53360015;}button:hover {border:none;outline:3px solid orange;cursor: pointer;filter: drop-shadow(1px 1px 3.4px #edb2347c);box-shadow:inset 1px 1px 12px #57310015;}button:active {box-shadow: none}</style>
|
||||
<!--testing...first gitlab commit-->
|
||||
<style>div.box {border-color: orange; box-shadow: 0 0 10px #a153005d; } h1, h2, h3 {color:orange} a {color:orange}</style>
|
||||
</head>
|
||||
<body onload="loadafterwednesdaycheck();preloadArrows();">
|
||||
<div id="bgmplayer">
|
||||
@ -28,75 +26,77 @@
|
||||
|
||||
<h1 style="cursor:pointer;">FishieMart</h1>
|
||||
|
||||
<div class="block" style="padding-bottom:10px;">
|
||||
<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
|
||||
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
|
||||
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 class="row">
|
||||
<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
|
||||
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>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>Screenshots</h3>
|
||||
<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/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/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">
|
||||
</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h3>Screenshots</h3>
|
||||
<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/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/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">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1>What's on it?</h1>
|
||||
<h1>What's on it?</h1>
|
||||
|
||||
<div class="block">
|
||||
<h2>The originals!</h2>
|
||||
<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>,
|
||||
<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>,
|
||||
<b>Pac-Fishie</b>, and <b>Fishalaga</b>.</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h2>The originals!</h2>
|
||||
<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>,
|
||||
<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>,
|
||||
<b>Pac-Fishie</b>, and <b>Fishalaga</b>.</p>
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<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
|
||||
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>
|
||||
<p>New titles are added every <b>Fishie Friday</b>.</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<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
|
||||
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>
|
||||
<p>New titles are added every <b>Fishie Friday</b>.</p>
|
||||
</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>
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
<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>
|
||||
<h3>How can I get good at Fishie Fishie?</h3>
|
||||
<p>skill issue</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
<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>
|
||||
<h3>How can I get good at Fishie Fishie?</h3>
|
||||
<p>skill issue</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Other Questions</h2>
|
||||
<p>You may ask Fishie himself for guidance with the FishieMart.</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h2>Other Questions</h2>
|
||||
<p>You may ask Fishie himself for guidance with the FishieMart.</p>
|
||||
</div>
|
||||
|
||||
<h1>Who is involved?</h1>
|
||||
<h1>Who is involved?</h1>
|
||||
|
||||
<div class="block">
|
||||
<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>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<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>
|
||||
<div class="box">
|
||||
<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>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
|
||||
<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>
|
||||
</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>
|
||||
|
182
index.html
182
index.html
@ -16,9 +16,12 @@
|
||||
<link rel="stylesheet" href="meta/main.css">
|
||||
<script src="meta/gallery.js" defer></script>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<style>.em {opacity:1; transition: opacity 0.5s ease-in-out;} .em.fade {opacity: 0;}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bgmplayer">
|
||||
<body onload="loadafterwednesdaycheck();">
|
||||
|
||||
<div>
|
||||
<div class="box" 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>
|
||||
@ -29,105 +32,100 @@
|
||||
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav>
|
||||
|
||||
<script>function WiiMartWednesday() {const today = new Date(); const dayOfWeek = today.getDay();if (dayOfWeek === 3) {const wednesdayDiv = document.getElementById('wednesdaytitles'); if (wednesdayDiv) {wednesdayDiv.style.display = 'block';} }}; function whatiswmw() {const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="block"; } function whatiswmwclose() { const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="none";} window.onload = WiiMartWednesday(); preloadArrows(); loadafterwednesdaycheck(); function whatiswmw() {const wswbox = document.getElementById("whatiswsw");wswbox.style.display="block";} function whatiswmwclose() { const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="none";}</script>
|
||||
<div id="wednesdaytitles" style="display:none"><img loading="lazy" src="meta/NEW_en.gif" alt="NEW" style="margin-right:5px;">It's WiiMart Wednesday, The catalog has been updated with new games! <br><a href="javascript:whatiswmw();" style="font-size:11px; font-style:italic; cursor:help;" id="helpwed">What is WiiMart Wednesday?</a></div><div id="whatiswsw" style="display:none;"><h3>What is Wii Shop/WiiMart Wednesday?</h3><hr><p>"Update Day" also known as "Wii Shop Wednesday is a song that Nirvana The Band The Show made. <br> it was a song about the latest games added to the shop channel on that wednesday as they sang to the titles on the catalog pages. We decided to bring it back and now every wednesday, new games are added to the WiiMart catalog. <a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><br><button onclick="whatiswmwclose();">Close</button></div>
|
||||
<div class="box" id="wednesdaytitles" style="display:none"><img loading="lazy" src="meta/NEW_en.gif" alt="NEW" style="margin-right:5px;">It's WiiMart Wednesday, The catalog has been updated with new games! <br><a href="javascript:whatiswmw();" style="font-size:11px; font-style:italic; cursor:help;" id="helpwed">What is WiiMart Wednesday?</a></div><div class="box" id="whatiswsw" style="display:none;"><h3>What is Wii Shop/WiiMart Wednesday?</h3><hr><p>"Update Day" also known as "Wii Shop Wednesday is a song that Nirvana The Band The Show made. <br> it was a song about the latest games added to the shop channel on that wednesday as they sang to the titles on the catalog pages. We decided to bring it back and now every wednesday, new games are added to the WiiMart catalog. <a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><br><button onclick="whatiswmwclose();">Close</button></div>
|
||||
|
||||
<div style="padding: 0;">
|
||||
<header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
|
||||
<details>
|
||||
<summary>WiiMart Wednesday #13 <span class="date">07-02</span></summary>
|
||||
<p>These titles were added this Wednesday.</p>
|
||||
<ul>
|
||||
<li><i>The Legend of Zelda: The Missing Link</i> (Nintendo 64, dustinbriggs1991/Ryoku)</li>
|
||||
<li><i>The Legend of Zelda: Ocarina of Time Spaceworld '97 Beta Experience</i> (Nintendo 64, Subnetic)</li>
|
||||
<li><i>Simpson Kart 64</i> (Nintendo 64, Onion Mastori)</li>
|
||||
<li><i>Mario is Missing: Done Right</i> (SNES/Super Famicom, dustinbriggs1991/Ryoku)</li>
|
||||
<li><i>The Legend of Zelda: Meadow of Shadows</i> (SNES/Super Famicom, Subnetic)</li>
|
||||
<li><i>Super Mario World: Return to Dinosaur Land</i> (SNES/Super Famicom, Subnetic)</li>
|
||||
<li><i>Wario Land: Super Mario Land 3</i> (SNES/Super Famicom, Subnetic)</li>
|
||||
<li><i>Bubsy II</i> (SNES/Super Famicom, Onion Mastori)</li>
|
||||
<li><i>Nekotako / Taco: Princess from the Moon</i> (SNES/Super Famicom, Onion Mastori)</li>
|
||||
<li><i>Super Nazo Puyo: Rulue no Roux</i> (SNES/Super Famicom, Onion Mastori)</li>
|
||||
<li><i>Magical ☆ Tarurūto-kun: Magic Adventure</i> (SEGA Genesis/Mega Drive, Onion Mastori)</li>
|
||||
<li><i>Luigi's Revenge Interactive</i> (WiiWare Flash, Onion Mastori)</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary>Update your WiiMart! <span class="date">05-02</span></summary>
|
||||
<p>Since May 2nd, WiiMart has been relocated to a new domain. For this update, you'll need to download new WADs. Go to the <a href="install">Install</a> page.</p>
|
||||
</details>
|
||||
<a href="info-log" style="float:right;font-size:small;padding-right:5px">View older</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="box" style="padding: 0;">
|
||||
<header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
|
||||
<details>
|
||||
<summary>WiiMart Wednesday #14 <span class="date">07-09</span></summary>
|
||||
<p>These titles were added this Wednesday.</p>
|
||||
<ul>
|
||||
<li><i>Pokémon Kart 64</i> (Subnetic, Nintendo 64)</li>
|
||||
<li><i>Super Pika Land Ultra: Chocolate Version</i> (Subnetic, SNES/Super Famicom)</li>
|
||||
<li><i>Super Koopa RPG: Here Comes The Koopa Bros!</i> (Subnetic, SNES/Super Famicom)</li>
|
||||
<li><i>Super Mario Bros. 3Mix</i> (dustinbriggs1991 / Ryoku, NES/Famicom)</li>
|
||||
<li><i>Angry Birds</i> (Subnetic, SEGA Genesis/Mega Drive)</li>
|
||||
<li><i>Plants vs. Zombies</i> (dustinbriggs1991 / Ryoku, SEGA Genesis/Mega Drive)</li>
|
||||
<li><i>東方 Bad Apple!! PV 影絵</i> (Subnetic, WiiWare / Flash)</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary>Update your WiiMart! <span class="date">05-02</span></summary>
|
||||
<p>Since May 2nd, WiiMart has been relocated to a new domain. For this update, you'll need to download new WADs. Go to the <a href="install">Install</a> page.</p>
|
||||
</details>
|
||||
<a href="info-log" style="float:right;font-size:small;padding-right:5px">View older</a>
|
||||
</div>
|
||||
|
||||
<div id="about">
|
||||
<p><b>WiiMart</b> is an open-source revival for the defunct Wii Shop Channel service. It was closed on January 30, 2019,
|
||||
making an entire library of digital-exclusive games get left behind. WiiMart brings back the experience of
|
||||
downloading and playing these titles with a revival of the Wii Shop Channel.</p>
|
||||
</div>
|
||||
<div class="box" id="about">
|
||||
<p><b>WiiMart</b> is an open-source revival for the defunct Wii Shop Channel service. It was closed on January 30, 2019,
|
||||
making an entire library of digital-exclusive games get left behind. WiiMart brings back the experience of
|
||||
downloading and playing these titles with a revival of the Wii Shop Channel.</p>
|
||||
</div>
|
||||
|
||||
<div style="padding-bottom:0">
|
||||
<img loading="lazy" src="media/martyna-looking.png" style="height:100%; width:25%; float: left; min-width:25%; min-height:100%;">
|
||||
<p class="blue">If WiiMart sounds like what you are looking for, try it out for yourself! WiiMart can be used on Wii, Wii U, and partially Dolphin.</p>
|
||||
<p><a href="install" class="btn" style="font-size: larger;">Get Started</a></p>
|
||||
</div>
|
||||
<div class="box" style="padding-bottom:0">
|
||||
<img loading="lazy" src="media/martyna-looking.png" style="height:100%; width:25%; float: left; min-width:25%; min-height:100%;">
|
||||
<p class="blue">If WiiMart sounds like what you are looking for, try it out for yourself! WiiMart can be used on Wii, Wii U, and partially Dolphin.</p>
|
||||
<p><a href="install" class="btn" style="font-size: larger;">Get Started</a></p>
|
||||
<div class="gallery" style="margin-bottom:10px">
|
||||
<img src="media/screenshot-start-menu.png" class="slide">
|
||||
<img src="media/screenshot-main-menu.png" class="slide">
|
||||
<img src="media/screenshot-catalog.png" class="slide">
|
||||
<img src="media/screenshot-game.png" class="slide">
|
||||
<img src="media/screenshot-news.png" class="slide">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Screenshots</h2>
|
||||
<div class="gallery">
|
||||
<img src="media/screenshot-start-menu.png" class="slide">
|
||||
<img src="media/screenshot-main-menu.png" class="slide">
|
||||
<img src="media/screenshot-catalog.png" class="slide">
|
||||
<img src="media/screenshot-game.png" class="slide">
|
||||
<img src="media/screenshot-news.png" class="slide">
|
||||
</div>
|
||||
</div>
|
||||
<h1>What's on it?</h1>
|
||||
|
||||
<h1>What's on it?</h1>
|
||||
<div class="box">
|
||||
<h2>Contents</h2>
|
||||
<p>WiiMart includes a variety of WiiWare content that was available on the original Wii Shop Channel, such
|
||||
as <b>Dr. Mario Online Rx</b>, <b>My Pokemon Ranch</b>, <b>Super Mario 64</b>,
|
||||
<b>Sonic the Hedgehog 4: Episode I</b>, and <a href="fishiemart" style="color:#835C13;cursor:default;text-decoration:none;"><b><span class="hide">Fishie Fishie</span></b></a>.</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>,
|
||||
<b>Pac-Man</b>, and <b>Galaga</b>.</p>
|
||||
<img id="emCycle" class="em" src="meta/em-wiiware.svg" style="height:50px;">
|
||||
</div>
|
||||
<script>document.addEventListener('DOMContentLoaded', function(){const emCycle = document.getElementById('emCycle');const imageSources = ["meta/em-wiiware.svg","meta/em-virtual-console.svg","meta/em-channels.svg"];let currentImageIndex = 0;const fadeDuration = 300;const displayDuration = 1200;function cycleImage(){emCycle.classList.add('fade');setTimeout(()=>{currentImageIndex = (currentImageIndex + 1) % imageSources.length;emCycle.src = imageSources[currentImageIndex];emCycle.classList.remove('fade');setTimeout(cycleImage, displayDuration + fadeDuration);}, fadeDuration);}if(emCycle){setTimeout(cycleImage, displayDuration);}});</script>
|
||||
|
||||
<div>
|
||||
<h2>The originals!</h2>
|
||||
<p>WiiMart includes a variety of WiiWare content that was available on the original Wii Shop Channel, such
|
||||
as <b>Dr. Mario Online Rx</b>, <b>My Pokemon Ranch</b>, <b>Super Mario 64</b>,
|
||||
<b>Sonic the Hedgehog 4: Episode I</b>, and <a href="fishiemart" style="color:#835C13;cursor:default;text-decoration:none;"><b>Fishie Fishie</b></a>.</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>,
|
||||
<b>Pac-Man</b>, and <b>Galaga</b>.</p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h2>Something <mark class="new"><span style="color:#ff491b">NEW!</span></mark></h2>
|
||||
<p>In case the originals aren't enough, we have also added tons of custom Virtual Console injects! Just some of the
|
||||
latest titles we've added are <b>The New Tetris</b>, <b>EarthBound</b>, <b>Super Mario All-Stars + Super Mario World</b>,
|
||||
and <b>Mortal Kombat</b>.</p>
|
||||
<p>New titles are added every <b>WiiMart Wednesday</b>. If you want to check out what new titles have been added,
|
||||
or just see what we have, check out the (in-progress) WiiMart Title sheet!</p>
|
||||
<p><a href="title-sheet" class="btn" style="font-size:larger">View Titles</a></p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Something <mark class="new"><span style="color:#ff491b">NEW!</span></mark></h2>
|
||||
<p>In case the originals aren't enough, we have also added tons of custom Virtual Console injects! Just some of the
|
||||
latest titles we've added are <b>The New Tetris</b>, <b>EarthBound</b>, <b>Super Mario All-Stars + Super Mario World</b>,
|
||||
and <b>Mortal Kombat</b>.</p>
|
||||
<p>New titles are added every <b>WiiMart Wednesday</b>. If you want to check out what new titles have been added,
|
||||
or just see what we have, check out the (in-progress) WiiMart Title sheet!</p>
|
||||
<p><a href="title-sheet" class="btn" style="font-size:larger">View Titles</a></p>
|
||||
</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>
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
<h3>How do I troubleshoot <i>this error code</i>?</h3>
|
||||
<p>Check it with <a href="errors">this tool</a>, otherwise ask for help in the <b>#support</b> channel on <a href="https://discord.gg/wbbDmbYm7U">Discord</a>.</p>
|
||||
<h3>Is real money needed to buy Wii Points?</h3>
|
||||
<p>The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.</p>
|
||||
<h3>Can WiiMart run on Dolphin?</h3>
|
||||
<p>It can however you'll need a real console NAND to bypass the Wii Shop message, <span style="color:#FF3C3C">also downloads do not work</span>.</p>
|
||||
<h3>I want to ask how the shop is doing.</h3>
|
||||
<p>So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs,
|
||||
are all being utilized.</p>
|
||||
<h3>When is <i>this feature</i> going to be added?</h3>
|
||||
<p>The owner and developers are updating on their own time. In the meantime you can check the progress above
|
||||
for what features do and don't work. <b>Important: Gifting is no longer available at the moment.</b></p>
|
||||
<h3>Why is gifting gone?</h3>
|
||||
<p>Gifting was available using a WiiConnect24 revival. Unfortunately we were asked to stop sending out gifts via their service.</p>
|
||||
<h3>What information is stored when using WiiMart?</h3>
|
||||
<p>The web server stores IP addresses of those that connect to it, common with web servers. Wii console serial
|
||||
numbers are stored, in the SOAP database with encryption.</p>
|
||||
<h3>My title says 'This channel can't be used.' or just has a black screen!</h3>
|
||||
<p>Install <a href="https://wii.hacks.guide/priiloader">Priiloader</a> and enable the
|
||||
<b>Region Free EVERYTHING</b> option in System Menu Hacks, then launch it again.</p>
|
||||
<div class="box">
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
<h3>How do I troubleshoot <i>this error code</i>?</h3>
|
||||
<p>Check it with <a href="errors">this tool</a>, otherwise ask for help in the <b>#support</b> channel on <a href="https://discord.gg/wbbDmbYm7U">Discord</a>.</p>
|
||||
<h3>Is real money needed to buy Wii Points?</h3>
|
||||
<p>The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.</p>
|
||||
<h3>Can WiiMart run on Dolphin?</h3>
|
||||
<p>It can however you'll need a real console NAND to bypass the Wii Shop message, <span style="color:#FF3C3C">also downloads do not work</span>.</p>
|
||||
<h3>I want to ask how the shop is doing.</h3>
|
||||
<p>So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs,
|
||||
are all being utilized.</p>
|
||||
<h3>When is <i>this feature</i> going to be added?</h3>
|
||||
<p>The owner and developers are updating on their own time. In the meantime you can check the progress above
|
||||
for what features do and don't work. <b>Important: Gifting is no longer available at the moment.</b></p>
|
||||
<h3>Why is gifting gone?</h3>
|
||||
<p>Gifting was available using a WiiConnect24 revival. Unfortunately we were asked to stop sending out gifts via their service.</p>
|
||||
<h3>What information is stored when using WiiMart?</h3>
|
||||
<p>The web server stores IP addresses of those that connect to it, common with web servers. Wii console serial
|
||||
numbers are stored, in the SOAP database with encryption.</p>
|
||||
<h3>My title says 'This channel can't be used.' or just has a black screen!</h3>
|
||||
<p>Install <a href="https://wii.hacks.guide/priiloader">Priiloader</a> and enable the
|
||||
<b>Region Free EVERYTHING</b> option in System Menu Hacks, then launch it again.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p style="margin-bottom: 0px"><img src="media/branding-button.png" class="wb"> <a href="https://dsimart.org/"><img src="media/branding-button-dsimart.png" class="wb"></a></p>
|
||||
|
@ -25,9 +25,23 @@
|
||||
|
||||
<nav style="margin-bottom:0"><a href="/" class="btn">Back to WiiMart.org</a></nav>
|
||||
|
||||
<div class="row">
|
||||
<!-- Each summary can't be too long or else it'll start a new line with the date on smaller windows -->
|
||||
<div style="padding:0;padding-bottom:10px">
|
||||
<div class="box" style="padding:0;padding-bottom:10px">
|
||||
<header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
|
||||
<details>
|
||||
<summary>WiiMart Wednesday #14 <span class="date">07-09</span></summary>
|
||||
<p>These titles were added this Wednesday.</p>
|
||||
<ul>
|
||||
<li><i>Pokémon Kart 64</i> (Subnetic, Nintendo 64)</li>
|
||||
<li><i>Super Pika Land Ultra: Chocolate Version</i> (Subnetic, SNES/Super Famicom)</li>
|
||||
<li><i>Super Koopa RPG: Here Comes The Koopa Bros!</i> (Subnetic, SNES/Super Famicom)</li>
|
||||
<li><i>Super Mario Bros. 3Mix</i> (dustinbriggs1991 / Ryoku, NES/Famicom)</li>
|
||||
<li><i>Angry Birds</i> (Subnetic, SEGA Genesis/Mega Drive)</li>
|
||||
<li><i>Plants vs. Zombies</i> (dustinbriggs1991 / Ryoku, SEGA Genesis/Mega Drive)</li>
|
||||
<li><i>東方 Bad Apple!! PV 影絵</i> (Subnetic, WiiWare / Flash)</li>
|
||||
</ul>
|
||||
</details>
|
||||
<details>
|
||||
<summary>WiiMart Wednesday #13 <span class="date">07-02</span></summary>
|
||||
<p>These titles were added this Wednesday.</p>
|
||||
@ -371,6 +385,7 @@
|
||||
<p>The Discord server was released on March 9th. A few members were in the server while it was private.</p>
|
||||
</details>
|
||||
</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>
|
||||
|
||||
|
268
install.html
268
install.html
@ -19,11 +19,11 @@
|
||||
img {width:100%}
|
||||
button.r {outline: 1px solid #9A9A9A}
|
||||
button.r:hover {box-shadow: inset 0 0 0 3px #9A9A9A}
|
||||
div#start {display:block}
|
||||
div#warning {border: solid 2px #ed3434}
|
||||
div#warning h2 {color: #ed3434}
|
||||
div#platform button {width:60%;margin-bottom: 10px}
|
||||
div.question {display:none}
|
||||
div.box#start {display:block}
|
||||
div.box#warning {border: solid 2px #ed3434}
|
||||
div.box#warning h2 {color: #ed3434}
|
||||
div.box#platform button {width:60%;margin-bottom: 10px}
|
||||
div.box {display:none}
|
||||
a {text-decoration:none}
|
||||
</style>
|
||||
</head>
|
||||
@ -38,148 +38,150 @@
|
||||
|
||||
<nav><span class="active">Install</span> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav>
|
||||
|
||||
<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('.box'); divs.forEach(div => {div.style.display = 'none'; });document.getElementById(divId).style.display = 'block';}</script>
|
||||
|
||||
<div id="start" class="question">
|
||||
<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>Dolphin users may need some extra configuration.</p>
|
||||
<button onclick="showDiv('warning')">Start</button>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div id="start" class="box">
|
||||
<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>Dolphin users may need some extra configuration.</p>
|
||||
<button onclick="showDiv('warning')">Start</button>
|
||||
</div>
|
||||
|
||||
<div id="warning" class="question">
|
||||
<h2>Backup Your Games!</h2>
|
||||
<img src="media/overwrite-demonstration.gif">
|
||||
<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>
|
||||
<p>If you have had any original game purchases, backup their save files before
|
||||
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.
|
||||
Once you are done you can move it back to the Wii System Memory.</p>
|
||||
<div id="warning" class="box">
|
||||
<h2>Backup Your Games!</h2>
|
||||
<img src="media/overwrite-demonstration.gif">
|
||||
<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>
|
||||
<p>If you have had any original game purchases, backup their save files before
|
||||
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.
|
||||
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>
|
||||
</div>
|
||||
<button onclick="showDiv('start')" class="r">Back</button> <button onclick="showDiv('platform')">Next</button><br>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="platform" class="question">
|
||||
<div id="platform" class="box">
|
||||
<!--
|
||||
<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>
|
||||
<hr>
|
||||
-->
|
||||
<h2 id="Manual">Manual Installation</h2>
|
||||
|
||||
<h3>What platform are you on?</h3>
|
||||
<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('dolphin')"><img src="media/button-dolphin-desktop.png" alt="">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>
|
||||
<button onclick="showDiv('warning')" style="width:auto" class="r">Back</button><br>
|
||||
</div>
|
||||
<!--
|
||||
<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>
|
||||
<hr>
|
||||
|
||||
<div id="inst" class="box" 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">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">
|
||||
<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">Back</button>
|
||||
</div>
|
||||
-->
|
||||
<h2 id="Manual">Manual Installation</h2>
|
||||
|
||||
<h3>What platform are you on?</h3>
|
||||
<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('dolphin')"><img src="media/button-dolphin-desktop.png" alt="">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>
|
||||
<button onclick="showDiv('warning')" style="width:auto" class="r">Back</button><br>
|
||||
</div>
|
||||
<!--
|
||||
<div id="dolphin" class="box">
|
||||
<h2>Dolphin</h2>
|
||||
<h3>Do you have a console NAND backup?</h3>
|
||||
<button onclick="showDiv('platform')" class="r">Back</button>
|
||||
<button onclick="showDiv('noNAND')">No</button>
|
||||
<button onclick="showDiv('withNAND')">Yes</button>
|
||||
</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">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">
|
||||
<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>
|
||||
<div id="noNAND" class="box">
|
||||
<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">Back</button>
|
||||
</div>
|
||||
|
||||
<button onclick="showDiv('start')" class="r">Back</button>
|
||||
</div>
|
||||
-->
|
||||
<div id="withNAND" class="box">
|
||||
<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" 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>
|
||||
<h3>Downloading WADs</h3>
|
||||
<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/WiiMartOB.wad" class="btn">Download WiiMart (2006 banner)</a> <a href="support#OldBanner">(?)</a></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>
|
||||
<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>
|
||||
<h3>Finished!</h3>
|
||||
<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>
|
||||
|
||||
<div id="dolphin" class="question">
|
||||
<h2>Dolphin</h2>
|
||||
<h3>Do you have a console NAND backup?</h3>
|
||||
<button onclick="showDiv('platform')" class="r">Back</button>
|
||||
<button onclick="showDiv('noNAND')">No</button>
|
||||
<button onclick="showDiv('withNAND')">Yes</button>
|
||||
</div>
|
||||
<button onclick="showDiv('dolphin')" class="r">Back</button>
|
||||
</div>
|
||||
|
||||
<div id="noNAND" class="question">
|
||||
<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">Back</button>
|
||||
</div>
|
||||
<div id="vWii" class="box">
|
||||
<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">Download IOS56 for vWii</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">Download WiiMart</a></p>
|
||||
<p><a href="wad/WiiMartOB.wad">Download WiiMart (2006 banner)</a> <a href="support#OldBanner">(?)</a></p>
|
||||
<p style="color:#9A9A9A">IOS80 is optional, install if you want to download titles to the SD Card.</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">
|
||||
<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" 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>
|
||||
|
||||
<div id="withNAND" class="question">
|
||||
<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" 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>
|
||||
<h3>Downloading WADs</h3>
|
||||
<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/WiiMartOB.wad" class="btn">Download WiiMart (2006 banner)</a> <a href="support#OldBanner">(?)</a></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>
|
||||
<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>
|
||||
<h3>Finished!</h3>
|
||||
<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>
|
||||
<button onclick="showDiv('platform')" class="r">Back</button>
|
||||
</div>
|
||||
|
||||
<button onclick="showDiv('dolphin')" class="r">Back</button>
|
||||
</div>
|
||||
|
||||
<div id="vWii" class="question">
|
||||
<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">Download IOS56 for vWii</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">Download WiiMart</a></p>
|
||||
<p><a href="wad/WiiMartOB.wad">Download WiiMart (2006 banner)</a> <a href="support#OldBanner">(?)</a></p>
|
||||
<p style="color:#9A9A9A">IOS80 is optional, install if you want to download titles to the SD Card.</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">
|
||||
<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" 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>
|
||||
|
||||
<button onclick="showDiv('platform')" class="r">Back</button>
|
||||
</div>
|
||||
|
||||
<div id="wii" class="question">
|
||||
<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">Download IOS56 for Wii</a></p>
|
||||
<p><a href="wad/IOS80(Wii).wad">Download IOS80 for Wii</a> <a href="support#IOS80">(?)</a></p>
|
||||
<p><a href="wad/WiiMart.wad">Download WiiMart</a></p>
|
||||
<p><a href="wad/WiiMartOB.wad">Download WiiMart (2006 banner)</a> <a href="support#OldBanner">(?)</a></p>
|
||||
<p style="color:#9A9A9A">IOS80 is optional, install if you want to download titles to the SD Card.</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">
|
||||
<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" 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>
|
||||
<button onclick="showDiv('platform')" class="r">Back</button>
|
||||
<div id="wii" class="box">
|
||||
<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">Download IOS56 for Wii</a></p>
|
||||
<p><a href="wad/IOS80(Wii).wad">Download IOS80 for Wii</a> <a href="support#IOS80">(?)</a></p>
|
||||
<p><a href="wad/WiiMart.wad">Download WiiMart</a></p>
|
||||
<p><a href="wad/WiiMartOB.wad">Download WiiMart (2006 banner)</a> <a href="support#OldBanner">(?)</a></p>
|
||||
<p style="color:#9A9A9A">IOS80 is optional, install if you want to download titles to the SD Card.</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">
|
||||
<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" 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>
|
||||
<button onclick="showDiv('platform')" class="r">Back</button>
|
||||
</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>
|
||||
|
21
meta/em-channels.svg
Normal file
21
meta/em-channels.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 11 KiB |
14
meta/em-virtual-console.svg
Normal file
14
meta/em-virtual-console.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="103pt" height="53pt" viewBox="0 0 103 53" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="#ffffffff">
|
||||
<path fill="#ffffff" opacity="1.00" d=" M 80.24 15.09 C 82.35 14.44 84.43 16.10 84.81 18.15 C 84.75 20.67 81.88 23.07 79.55 21.37 C 76.88 20.06 77.48 15.91 80.24 15.09 Z" />
|
||||
<path fill="#ffffff" opacity="1.00" d=" M 19.72 17.69 C 21.36 17.50 23.01 17.47 24.66 17.60 C 24.73 19.47 24.77 21.34 24.79 23.22 C 26.60 23.24 28.42 23.26 30.23 23.29 C 30.27 24.94 30.24 26.59 30.13 28.24 C 28.37 28.23 26.61 28.23 24.85 28.23 C 24.77 30.05 24.71 31.87 24.68 33.69 C 23.07 33.71 21.47 33.75 19.87 33.79 C 19.78 31.96 19.72 30.13 19.70 28.30 C 17.80 28.32 15.91 28.21 14.02 28.04 C 14.00 26.46 14.05 24.89 14.18 23.33 C 16.05 23.32 17.92 23.22 19.78 23.08 C 19.76 21.28 19.74 19.48 19.72 17.69 Z" />
|
||||
<path fill="#ffffff" opacity="1.00" d=" M 70.54 22.49 C 73.46 21.07 76.72 24.90 74.75 27.54 C 73.53 29.92 69.76 29.49 68.78 27.13 C 67.87 25.39 68.92 23.36 70.54 22.49 Z" />
|
||||
<path fill="#ffffff" opacity="1.00" d=" M 89.50 22.42 C 92.66 21.09 95.71 25.81 93.04 28.07 C 91.18 30.40 87.17 28.74 87.23 25.87 C 87.00 24.33 88.10 22.92 89.50 22.42 Z" />
|
||||
<path fill="#ffffff" opacity="1.00" d=" M 80.09 29.68 C 82.43 28.62 85.39 31.21 84.61 33.68 C 84.12 35.61 81.74 37.22 79.87 36.03 C 77.06 35.01 77.21 30.52 80.09 29.68 Z" />
|
||||
</g>
|
||||
<g id="#34beedff">
|
||||
<path fill="#34beed" opacity="1.00" d=" M 17.86 2.82 C 27.27 -0.41 37.27 1.71 46.93 2.09 C 55.65 2.75 64.32 1.34 73.02 1.04 C 80.80 0.84 89.20 2.49 94.97 8.08 C 99.88 12.50 102.38 19.00 103.00 25.47 L 103.00 27.58 C 102.52 33.13 100.67 38.68 97.03 42.98 C 93.01 47.93 86.91 50.81 80.67 51.69 C 70.78 52.89 60.91 50.80 51.01 50.98 C 41.52 51.02 32.00 52.94 22.53 51.56 C 16.33 50.63 10.42 47.48 6.56 42.48 C 1.64 36.24 -0.22 27.66 1.94 19.98 C 3.98 12.11 10.04 5.29 17.86 2.82 M 80.24 15.09 C 77.48 15.91 76.88 20.06 79.55 21.37 C 81.88 23.07 84.75 20.67 84.81 18.15 C 84.43 16.10 82.35 14.44 80.24 15.09 M 19.72 17.69 C 19.74 19.48 19.76 21.28 19.78 23.08 C 17.92 23.22 16.05 23.32 14.18 23.33 C 14.05 24.89 14.00 26.46 14.02 28.04 C 15.91 28.21 17.80 28.32 19.70 28.30 C 19.72 30.13 19.78 31.96 19.87 33.79 C 21.47 33.75 23.07 33.71 24.68 33.69 C 24.71 31.87 24.77 30.05 24.85 28.23 C 26.61 28.23 28.37 28.23 30.13 28.24 C 30.24 26.59 30.27 24.94 30.23 23.29 C 28.42 23.26 26.60 23.24 24.79 23.22 C 24.77 21.34 24.73 19.47 24.66 17.60 C 23.01 17.47 21.36 17.50 19.72 17.69 M 70.54 22.49 C 68.92 23.36 67.87 25.39 68.78 27.13 C 69.76 29.49 73.53 29.92 74.75 27.54 C 76.72 24.90 73.46 21.07 70.54 22.49 M 89.50 22.42 C 88.10 22.92 87.00 24.33 87.23 25.87 C 87.17 28.74 91.18 30.40 93.04 28.07 C 95.71 25.81 92.66 21.09 89.50 22.42 M 80.09 29.68 C 77.21 30.52 77.06 35.01 79.87 36.03 C 81.74 37.22 84.12 35.61 84.61 33.68 C 85.39 31.21 82.43 28.62 80.09 29.68 Z" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
100
meta/em-wiiware.svg
Normal file
100
meta/em-wiiware.svg
Normal file
@ -0,0 +1,100 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
id="svg32"
|
||||
viewBox="0 0 113.93684 22"
|
||||
version="1.1"
|
||||
height="95"
|
||||
width="492">
|
||||
<defs
|
||||
id="defs36" />
|
||||
<metadata
|
||||
id="metadata2">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
style="stroke-width:0.95439351"
|
||||
id="g28"
|
||||
transform="matrix(0.02404878,0,0,0.02404878,1.1578947,0.69473847)">
|
||||
<g
|
||||
style="fill:#9f9fa0;stroke-width:0.95439351"
|
||||
id="g14">
|
||||
<path
|
||||
style="fill:#9f9fa0;stroke-width:0.95439351"
|
||||
id="path4"
|
||||
d="m 1214.7,96 c 0,52.7 44.7,95.6 99.4,95.6 57,0 101.8,-42.1 101.8,-95.6 0,-53.8 -44.8,-96 -101.8,-96 -54.7,0 -99.4,43.1 -99.4,96"
|
||||
class="A" />
|
||||
<rect
|
||||
style="fill:#9f9fa0;stroke-width:0.95439351"
|
||||
id="rect6"
|
||||
height="548.59998"
|
||||
width="169.5"
|
||||
y="287.79999"
|
||||
x="1231.4"
|
||||
class="A" />
|
||||
<path
|
||||
style="fill:#9f9fa0;stroke-width:0.95439351"
|
||||
id="path8"
|
||||
d="m 1559.5,96 c 0,52.7 44.5,95.6 99.2,95.6 57.2,0 101.9,-42.1 101.9,-95.6 0,-53.8 -44.7,-96 -101.9,-96 -54.7,0 -99.2,43.1 -99.2,96"
|
||||
class="A" />
|
||||
<rect
|
||||
style="fill:#9f9fa0;stroke-width:0.95439351"
|
||||
id="rect10"
|
||||
height="548.59998"
|
||||
width="169.5"
|
||||
y="287.79999"
|
||||
x="1575.9"
|
||||
class="A" />
|
||||
<path
|
||||
style="fill:#9f9fa0;stroke-width:0.95439351"
|
||||
id="path12"
|
||||
d="M 961.9,46.2 813.2,629.1 c 0,0 -113.6,-437.5 -132,-499.5 C 662.7,67.4 624.4,40 570.6,40 516.7,40 478.4,67.4 459.9,129.5 441.4,191.6 327.8,629 327.8,629 L 179.1,46.2 H 0 c 0,0 172,622 195.4,693.9 18.1,56.3 61.3,102 125,102 73.2,0 107.3,-53.1 123.2,-102 15.6,-48.7 127,-459.4 127,-459.4 0,0 111.4,410.7 126.8,459.4 16,48.9 50,102 123,102 63.9,0 107,-45.8 125.4,-102 23.4,-71.9 195,-693.9 195,-693.9 z"
|
||||
class="A" />
|
||||
</g>
|
||||
<g
|
||||
style="fill:#22b2e9;stroke-width:0.95439351"
|
||||
id="g26">
|
||||
<path
|
||||
style="fill:#22b2e9;stroke-width:0.95439351"
|
||||
id="path16"
|
||||
d="m 2479.8,577.3 c -23.1,110.3 -123.8,274 -305.4,272.6 -90.2,-0.5 -138.8,-40.1 -163.6,-73.2 -56.8,-75.6 -40.2,-180.2 -36.6,-200.5 l 94,-532.2 168.8,1.1 -93.7,532.6 -0.5,2 c -2.4,12.9 -5.5,54.4 11.1,76.2 3.6,4.4 14.1,18.2 51.3,18.5 74,0.5 99.1,-72 106.7,-104.6 L 2361,290.6 2404.3,45.1 h 169.4 l -93.9,532.2 0.3,-1.7 50.7,-287.4 0.2,-2.5"
|
||||
class="B" />
|
||||
<path
|
||||
style="fill:#22b2e9;stroke-width:0.95439351"
|
||||
id="path18"
|
||||
d="m 2310.6,577.3 c -15.4,110.3 27.2,274 209.4,272.6 90.4,-0.5 152.9,-40.1 189.4,-73.2 83.4,-75.6 104,-180.2 107.2,-200.5 l 93.8,-532.2 -169.5,1.1 -93.8,532.6 -0.3,2 c -2.2,12.9 -13.7,54.4 -38.1,76.2 -5.1,4.4 -20.5,18.2 -57.7,18.5 -74.2,0.5 -73.6,-72 -69.8,-104.6 l 49.1,-279.2 43.4,-245.5 h -169.3 l -93.8,532.2 0.3,-1.7 50.6,-287.4 0.5,-2.5"
|
||||
class="B" />
|
||||
<path
|
||||
style="fill:#22b2e9;stroke-width:0.95439351"
|
||||
id="path20"
|
||||
d="m 3214.5,819.7 c -35.6,22.4 -72.7,30.2 -119.5,30.2 -111.5,0 -236.7,-105.7 -199.7,-308.6 32,-177.3 179,-311.1 348.4,-311.1 164.9,0 283.6,99.6 249.7,286.7 l -58,318.3 H 3260.7 L 3310,563 c 19,-104.5 4.4,-167.6 -89.9,-167.6 -82,0 -136.3,71.1 -149,141 -16.5,91.9 25.5,136.1 91.3,136.1 31.8,0 60.6,-7.1 81.6,-14.8 z"
|
||||
class="B" />
|
||||
<path
|
||||
style="fill:#22b2e9;stroke-width:0.95439351"
|
||||
id="path22"
|
||||
d="m 3920.1,279.5 c -47.8,0 -91.1,12.9 -130.9,37.9 l 15.3,-83.7 h -175 l -110.1,602.6 h 175 l 58.4,-320.2 c 12.9,-32.7 47.1,-81.7 139.2,-81.7 h 123.9 l 28.3,-155 h -123.4"
|
||||
class="B" />
|
||||
<path
|
||||
style="fill:#22b2e9;stroke-width:0.95439351"
|
||||
id="path24"
|
||||
d="m 4205.3,535.3 c -23.1,131.8 41.6,176.2 112,176.2 59.6,0 105,-30.3 142.6,-71.6 l 111.1,93.5 c -71.5,74.1 -174.9,116.7 -269.7,116.7 -182.3,0 -306.6,-121.5 -273.3,-309.9 33.3,-188.4 179.9,-309.7 362.2,-309.7 145.6,0 275.7,121.3 242.7,309.7 l -10,56.9 h -373.5 l 21.7,-123.8 h 191.5 c 12,-60.6 -26.3,-111.7 -92.1,-111.7 -80,0 -141.9,42.1 -165.2,173.7"
|
||||
class="B" />
|
||||
</g>
|
||||
</g>
|
||||
<style
|
||||
id="style30"
|
||||
type="text/css">.A{fill:#9F9FA0;}
|
||||
.B{fill:#22B2E9;}</style>
|
||||
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
@ -2,8 +2,9 @@
|
||||
|
||||
/*Main things*/
|
||||
body {scroll-behavior:smooth;text-align: center;font-family: sans-serif;font-family:'Shop',sans-serif; overflow-x:hidden;transition:.1s ease-in-out;}
|
||||
div {line-height:23.3px; background-color: white;border-radius: 5px;border-color: #34BEED;box-shadow: 0 0 10px #2525255d; box-sizing: border-box;border-width: 2px;border-style: solid; width: 35%; text-align: center;margin: 0 auto;padding: 5px;margin-top: 8px; overflow: auto;}
|
||||
div.clear {border:none;background: none;box-shadow: none;}
|
||||
|
||||
div.row {width:50%;margin:auto}
|
||||
div.box {line-height:23.3px;background-color:white;border:solid 2px #34BEED;border-radius:5px;box-shadow: 0 0 10px #2525255d;box-sizing:border-box;text-align:center;margin: 0 auto;padding:5px;margin-top: 8px; overflow: auto;}
|
||||
|
||||
h1 {margin-bottom: 10px;}
|
||||
nav {margin-bottom: 20px;line-height: 35px;}
|
||||
@ -15,10 +16,12 @@ a.btn:hover {background-color: #C7FDFF;}
|
||||
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.date {float: right;}
|
||||
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:hover {box-shadow: inset 0 0 0 3px #34BEED;cursor:pointer}
|
||||
|
||||
details {text-align: left;padding-left: 5px;padding-right: 5px;li {font-size: smaller;};}
|
||||
details {text-align: left;padding-left: 5px;padding-right: 5px;}
|
||||
details li {font-size: smaller}
|
||||
summary {padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none}
|
||||
|
||||
/* Text stuff */
|
||||
@ -33,7 +36,7 @@ a {color:#34BEED; font-weight: bold;}
|
||||
table {border: 1px solid white; border-collapse: collapse;}
|
||||
th, td {border: 1px solid;}
|
||||
button.ico {width:20px; height:20px;}
|
||||
img.ico {vertical-align: middle; width:25px; height:25px;}
|
||||
img.ico {vertical-align:middle;width:20px;height:20px;}
|
||||
img.wb {outline: solid 1px black}
|
||||
.blue {color:#1164E9;}
|
||||
|
||||
@ -41,8 +44,8 @@ mark {color:white;background:#34BEED;font-weight:bold;}
|
||||
mark.new {background-color: gold;color:orangered;border-radius: 10px; padding-right:5px; padding-left:5px;font-weight:bold;}
|
||||
|
||||
/* Gallery */
|
||||
div.gallery {position: relative; overflow: hidden;width:100%;}
|
||||
img.slide {width:100%; min-height:200px; min-width:100%;}
|
||||
div.gallery {position:relative;width:100%;box-sizing:border-box;}
|
||||
img.slide {width:100%; min-height:200px; min-width:100%;border-radius:5px;}
|
||||
img.arrow {min-height:68px; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; width: 60px; height: auto;}
|
||||
img.left {left: 10px; animation: hoverAnimation 0.5s infinite alternate;}
|
||||
img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;}
|
||||
@ -70,16 +73,18 @@ div#bgmplayer p {line-height:20px;color:#9A9A9A;margin-top:-10px;font-style:ital
|
||||
}
|
||||
|
||||
/* Auto-resizer, do not change pls*/
|
||||
@media (max-width: 768px) {div {width: 95%} }
|
||||
@media (max-width: 768px) {div.row {width: 95%}}
|
||||
@media (min-width: 1500px) {div.row {width: 40%}}
|
||||
|
||||
/* Dark theme via system preference */
|
||||
@media (prefers-color-scheme: dark)
|
||||
{
|
||||
body {background-color: black; color: #e0e0e0;}
|
||||
div {background-color: #1e1e1e; border-color: #34BEED; box-shadow: 0 0 10px #000000CC;}
|
||||
div.box {background-color: #1e1e1e; box-shadow: 0 0 10px #000000CC;}
|
||||
a.btn {background-color: #587566;color:white}
|
||||
a.btn:hover {background-color: #7da2a3;}
|
||||
span.active {background-color: #313131}
|
||||
span.hide {color:white}
|
||||
button {background-color: #3b3b3b; color: #e0e0e0;filter: drop-shadow(1px 1px 3.4px #747474)}
|
||||
button:active {box-shadow: none;}
|
||||
footer, footer a {color: #9A9A9A;}
|
||||
|
114
specials.html
114
specials.html
@ -30,66 +30,66 @@
|
||||
|
||||
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <span class="active">Specials</span> <a href="credits" class="btn">Credits</a></nav>
|
||||
|
||||
<div class="3DS">
|
||||
<h2>3DS Theme</h2>
|
||||
<img src="media/screenshot-3ds-theme.png" style="width: 100%;border-radius: 5px;" alt="Theme screenshots">
|
||||
<p>This cute theme brings WiiMart to your 3DS alongside the Wii Shop Channel background music.</p>
|
||||
<a href="extras/WiiMart3DS.zip" class="btn" download>Download</a>
|
||||
<p>Put the ZIP file into <b>sd:/Themes</b> and install it with the Anenome themeing tool.</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Wii U Forwarder</h2>
|
||||
<div class="gallery">
|
||||
<img src="media/screenshot-wii-u-forwarder-icon.png" class="slide" alt="Forwarder icon in the Wii U Menu">
|
||||
<img src="media/screenshot-wii-u-forwarder-banner.png" class="slide" alt="Forwarder's launching banner">
|
||||
<div class="row">
|
||||
<div class="box" id="3DS">
|
||||
<h2>3DS Theme</h2>
|
||||
<img src="media/screenshot-3ds-theme.png" style="width: 100%;border-radius: 5px;" alt="Theme screenshots">
|
||||
<p>This cute theme brings WiiMart to your 3DS alongside the Wii Shop Channel background music.</p>
|
||||
<a href="extras/WiiMart3DS.zip" class="btn" download>Download</a>
|
||||
<p>Put the ZIP file into <b>sd:/Themes</b> and install it with the Anenome themeing tool.</p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h2>Wii U Forwarder</h2>
|
||||
<div class="gallery">
|
||||
<img src="media/screenshot-wii-u-forwarder-icon.png" class="slide" alt="Forwarder icon in the Wii U Menu">
|
||||
<img src="media/screenshot-wii-u-forwarder-banner.png" class="slide" alt="Forwarder's launching banner">
|
||||
</div>
|
||||
<p>This handy forwarder takes you from the Wii U Menu straight to WiiMart!<!--ha--> (Launches in TV and GamePad view.)</p>
|
||||
<a href="extras/WiiMartForwarder.wuhb" class="btn" download>Download</a>
|
||||
<p>Put this WUHB file into <b>SD:/wiiu/apps</b>. Aroma required!</p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h2>Wii Points Generator</h2>
|
||||
<p id="code">XXXX-XXXX-XXXX-XXXX</p>
|
||||
<button onclick="generateCode()">Generate</button>
|
||||
<p>Click on the button below to generate a random Wii Points Card number. It will not work when used on WiiMart.</p>
|
||||
|
||||
<script>function generateCode() {const charset = "ABCDEFGHJKLMNPQRSTUVWXYZ23456789"; let code = ""; for (let i = 0; i < 4; i++) {let segment = ""; for (let j = 0; j < 4; j++) {segment += charset.charAt(Math.floor(Math.random() * charset.length));} code += segment + (i < 3 ? "-" : "");} document.getElementById("code").textContent = code;}</script>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h2>PC Client</h2>
|
||||
<p>Browse the entire catalog of WiiMart from your computer's browser!</p>
|
||||
<p><span class="active">Coming soon!</span></p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<h2>List of Shop URLs</h2>
|
||||
<p>If you weren't already aware, the Wii Shop Channel is a web app. The original Wii Shop Channel was hosted at
|
||||
<b>oss-auth.shop.wii.com</b>, while WiiMart is hosted at <b>oss-auth.thecheese.io</b>.</p>
|
||||
<p>To go on the official one you'd need a special certificate and user agent. WiiMart's server does not need those, making it very easy to access!</p>
|
||||
<ul>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/index.jsp">Index page</a></li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/W_01.jsp">W_01</a> (Recommend titles)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/W_02.jsp">W_02</a> (Imporant Info)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/W_03.jsp">W_03</a> (Main menu)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/W_04.jsp">W_04</a> (Gift notice page)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_01.jsp">B_01</a> (Virtual Console sort options)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_02.jsp">B_02</a> (WiiWare info page, shows Internet Channel)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_05.jsp">B_05</a> (Blank title page)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_08.jsp">B_08</a> (Blank Controller Confirmation page)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_09.jsp">B_09</a> (Blank Download Confirmation page)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_19.jsp">B_19</a> (Blank gift message send)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/S_10.jsp">S_10</a> (Remove account)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/S_30.jsp">S_30</a> (One Free Title page)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/S_14.jsp">S_14</a> (Wii Download Ticket page)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<p>This handy forwarder takes you from the Wii U Menu straight to WiiMart!<!--ha--> (Launches in TV and GamePad view.)</p>
|
||||
<a href="extras/WiiMartForwarder.wuhb" class="btn" download>Download</a>
|
||||
<p>Put this WUHB file into <b>SD:/wiiu/apps</b>. Aroma required!</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Wii Points Generator</h2>
|
||||
<p id="code">XXXX-XXXX-XXXX-XXXX</p>
|
||||
<button onclick="generateCode()">Generate</button>
|
||||
<p>Click on the button below to generate a random Wii Points Card number. It will not work when used on WiiMart.</p>
|
||||
|
||||
<script>function generateCode() {const charset = "ABCDEFGHJKLMNPQRSTUVWXYZ23456789"; let code = ""; for (let i = 0; i < 4; i++) {let segment = ""; for (let j = 0; j < 4; j++) {segment += charset.charAt(Math.floor(Math.random() * charset.length));} code += segment + (i < 3 ? "-" : "");} document.getElementById("code").textContent = code;}</script>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>PC Client</h2>
|
||||
<p>Browse the entire catalog of WiiMart from your computer's browser!</p>
|
||||
<p><span class="active">Coming soon!</span></p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>List of Shop URLs</h2>
|
||||
<p>If you weren't already aware, the Wii Shop Channel is a web app. The original Wii Shop Channel was hosted at
|
||||
<b>oss-auth.shop.wii.com</b>, while WiiMart is hosted at <b>oss-auth.thecheese.io</b>.</p>
|
||||
<p>To go on the official one you'd need a special certificate and user agent. WiiMart's server does not need those, making it very easy to access!</p>
|
||||
<ul>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/index.jsp">Index page</a></li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/W_01.jsp">W_01</a> (Recommend titles)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/W_02.jsp">W_02</a> (Imporant Info)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/W_03.jsp">W_03</a> (Main menu)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/W_04.jsp">W_04</a> (Gift notice page)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_01.jsp">B_01</a> (Virtual Console sort options)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_02.jsp">B_02</a> (WiiWare info page, shows Internet Channel)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_05.jsp">B_05</a> (Blank title page)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_08.jsp">B_08</a> (Blank Controller Confirmation page)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_09.jsp">B_09</a> (Blank Download Confirmation page)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/B_19.jsp">B_19</a> (Blank gift message send)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/S_10.jsp">S_10</a> (Remove account)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/S_30.jsp">S_30</a> (One Free Title page)</li>
|
||||
<li><a href="https://oss-auth.thecheese.io/oss/serv/S_14.jsp">S_14</a> (Wii Download Ticket page)</li>
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
</body>
|
||||
|
238
support.html
238
support.html
@ -40,142 +40,144 @@
|
||||
|
||||
<h2>Shop-related</h2>
|
||||
|
||||
<div>
|
||||
<h3>Is real money needed to buy Wii Points?</h3>
|
||||
<p>The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.</p>
|
||||
<h3>How do I troubleshoot <i>this error code</i>?</h3>
|
||||
<p>Check it with <a href="errors">this tool</a>, otherwise ask for help in the <b>#support</b> channel on <a href="https://discord.gg/wbbDmbYm7U">Discord</a>.</p>
|
||||
<h3>Why did the gift button dissappear?</h3>
|
||||
<p>Gifting was available using a WiiConnect24 revival. Unfortunately we were asked to stop sending out gifts via their service.</p>
|
||||
<h3 id="IOS80">Why can't I install titles to the SD Card?</h3>
|
||||
<p>A patched IOS80 WAD is needed. To get it, go through the <a href="install">Install</a> page.</p>
|
||||
<h3>How do I change the region?</h3>
|
||||
<div class="gallery" style="width:100%">
|
||||
<img src="media/screenshot-region-help-1.png" class="slide" alt="Shop main menu">
|
||||
<img src="media/screenshot-region-help-2.png" class="slide" alt="Shop settings, scrolled to regions">
|
||||
<img src="media/screenshot-region-help-3.png" class="slide" alt="Shop region options">
|
||||
<div class="row">
|
||||
<div class="box">
|
||||
<h3>Is real money needed to buy Wii Points?</h3>
|
||||
<p>The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.</p>
|
||||
<h3>How do I troubleshoot <i>this error code</i>?</h3>
|
||||
<p>Check it with <a href="errors">this tool</a>, otherwise ask for help in the <b>#support</b> channel on <a href="https://discord.gg/wbbDmbYm7U">Discord</a>.</p>
|
||||
<h3>Why did the gift button dissappear?</h3>
|
||||
<p>Gifting was available using a WiiConnect24 revival. Unfortunately we were asked to stop sending out gifts via their service.</p>
|
||||
<h3 id="IOS80">Why can't I install titles to the SD Card?</h3>
|
||||
<p>A patched IOS80 WAD is needed. To get it, go through the <a href="install">Install</a> page.</p>
|
||||
<h3>How do I change the region?</h3>
|
||||
<div class="gallery" style="width:100%">
|
||||
<img src="media/screenshot-region-help-1.png" class="slide" alt="Shop main menu">
|
||||
<img src="media/screenshot-region-help-2.png" class="slide" alt="Shop settings, scrolled to regions">
|
||||
<img src="media/screenshot-region-help-3.png" class="slide" alt="Shop region options">
|
||||
</div>
|
||||
<p>Go to Wii Shop settings and look for the <b>Change Region</b> button.</p>
|
||||
</div>
|
||||
<p>Go to Wii Shop settings and look for the <b>Change Region</b> button.</p>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<h2 id="Backup">Save Data Backup</h2>
|
||||
<div>
|
||||
<p></p>
|
||||
<h3></h3>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<h2>Title-related</h2>
|
||||
|
||||
<div>
|
||||
<h3>My title says 'This channel can't be used.' or just has a black screen!</h3>
|
||||
<div class="gallery" style="width:100%">
|
||||
<img src="media/screenshot-priiloader-help-1.png" class="slide" alt="Priiloader main menu">
|
||||
<img src="media/screenshot-priiloader-help-3.png" class="slide" alt="Priiloader settings">
|
||||
<img src="media/screenshot-priiloader-help-5.png" class="slide" alt="Priiloader saved settings">
|
||||
<!--
|
||||
<h2 id="Backup">Save Data Backup</h2>
|
||||
<div class="box">
|
||||
<p></p>
|
||||
<h3></h3>
|
||||
</div>
|
||||
<p>Install <a href="https://wii.hacks.guide/priiloader">Priiloader</a> and enable the
|
||||
<b>Region Free EVERYTHING</b> option in System Menu Hacks, then launch it again.</p>
|
||||
-->
|
||||
|
||||
<h3 id="OldBanner">What is the old banner WiiMart?</h3>
|
||||
<div class="gallery">
|
||||
<img src="media/screenshot-ob-1.png" class="slide" alt="Cursor hovering over the old banner">
|
||||
<img src="media/screenshot-ob-2.png" class="slide" alt="">
|
||||
<img src="media/screenshot-ob-3.png" class="slide" alt="Old banner showing on Wii Menu">
|
||||
<img src="media/screenshot-ob-4.png" class="slide" alt="">
|
||||
<img src="media/screenshot-ob-5.png" class="slide" alt="">
|
||||
<h2>Title-related</h2>
|
||||
|
||||
<div class="box">
|
||||
<h3>My title says 'This channel can't be used.' or just has a black screen!</h3>
|
||||
<div class="gallery" style="width:100%">
|
||||
<img src="media/screenshot-priiloader-help-1.png" class="slide" alt="Priiloader main menu">
|
||||
<img src="media/screenshot-priiloader-help-3.png" class="slide" alt="Priiloader settings">
|
||||
<img src="media/screenshot-priiloader-help-5.png" class="slide" alt="Priiloader saved settings">
|
||||
</div>
|
||||
<p>Install <a href="https://wii.hacks.guide/priiloader">Priiloader</a> and enable the
|
||||
<b>Region Free EVERYTHING</b> option in System Menu Hacks, then launch it again.</p>
|
||||
|
||||
<h3 id="OldBanner">What is the old banner WiiMart?</h3>
|
||||
<div class="gallery">
|
||||
<img src="media/screenshot-ob-1.png" class="slide" alt="Cursor hovering over the old banner">
|
||||
<img src="media/screenshot-ob-2.png" class="slide" alt="">
|
||||
<img src="media/screenshot-ob-3.png" class="slide" alt="Old banner showing on Wii Menu">
|
||||
<img src="media/screenshot-ob-4.png" class="slide" alt="">
|
||||
<img src="media/screenshot-ob-5.png" class="slide" alt="">
|
||||
</div>
|
||||
<p>It is a version of WiiMart using the old 2006-2007 banner on the Wii Menu, note that the dynamic banner is not supported with this version.</p>
|
||||
|
||||
<h3 id="uninstall">How can I uninstall WiiMart?</h3>
|
||||
<p>Install the following WADs, they will overwrite WiiMart and the patched IOS associated.</p>
|
||||
<h4>Wii</h4>
|
||||
<p><a href="wad/IOS56(WiiOriginal).wad" class="btn">Download IOS56 for Wii</a></p>
|
||||
<p><a href="wad/IOS80(WiiOriginal).wad" class="btn">Download IOS80 for Wii</a></p>
|
||||
<p><a href="wad/WiiShop(WiiOriginal).wad" class="btn">Download Wii Shop for Wii</a></p>
|
||||
<h4>vWii</h4>
|
||||
<p><a href="wad/IOS56(vWiiOriginal).wad" class="btn">Download IOS56 for vWii</a></p>
|
||||
<p><a href="wad/IOS80(vWiiOriginal).wad" class="btn">Download IOS80 for vWii</a></p>
|
||||
<p><a href="wad/WiiShop(vWiiOriginal).wad" class="btn">Download Wii Shop for vWii</a></p>
|
||||
</div>
|
||||
<p>It is a version of WiiMart using the old 2006-2007 banner on the Wii Menu, note that the dynamic banner is not supported with this version.</p>
|
||||
|
||||
<h3 id="uninstall">How can I uninstall WiiMart?</h3>
|
||||
<p>Install the following WADs, they will overwrite WiiMart and the patched IOS associated.</p>
|
||||
<h4>Wii</h4>
|
||||
<p><a href="wad/IOS56(WiiOriginal).wad" class="btn">Download IOS56 for Wii</a></p>
|
||||
<p><a href="wad/IOS80(WiiOriginal).wad" class="btn">Download IOS80 for Wii</a></p>
|
||||
<p><a href="wad/WiiShop(WiiOriginal).wad" class="btn">Download Wii Shop for Wii</a></p>
|
||||
<h4>vWii</h4>
|
||||
<p><a href="wad/IOS56(vWiiOriginal).wad" class="btn">Download IOS56 for vWii</a></p>
|
||||
<p><a href="wad/IOS80(vWiiOriginal).wad" class="btn">Download IOS80 for vWii</a></p>
|
||||
<p><a href="wad/WiiShop(vWiiOriginal).wad" class="btn">Download Wii Shop for vWii</a></p>
|
||||
</div>
|
||||
<h2>Project-related</h2>
|
||||
|
||||
<h2>Project-related</h2>
|
||||
<div class="box">
|
||||
<h3>How is the shop doing?</h3>
|
||||
<p>So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs,
|
||||
are all being utilized.</p>
|
||||
<h3>When is <i>this feature</i> going to be added?</h3>
|
||||
<p>The owner and developers are updating on their own time. In the meantime you can check the progress above
|
||||
for what features do and don't work. <b>Important: Gifting is no longer available at the moment.</b></p>
|
||||
<h3>Will there be an option to switch out the 'WiiMart' name back to 'Wii Shop Channel'?</h3>
|
||||
<p>Of course! It will be in settings.</p>
|
||||
<h3>What information is stored when using WiiMart?</h3>
|
||||
<p>The web server stores IP addresses of those that connect to it, common with web servers. Wii console serial
|
||||
numbers are stored, in the SOAP database with encryption.</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>How is the shop doing?</h3>
|
||||
<p>So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs,
|
||||
are all being utilized.</p>
|
||||
<h3>When is <i>this feature</i> going to be added?</h3>
|
||||
<p>The owner and developers are updating on their own time. In the meantime you can check the progress above
|
||||
for what features do and don't work. <b>Important: Gifting is no longer available at the moment.</b></p>
|
||||
<h3>Will there be an option to switch out the 'WiiMart' name back to 'Wii Shop Channel'?</h3>
|
||||
<p>Of course! It will be in settings.</p>
|
||||
<h3>What information is stored when using WiiMart?</h3>
|
||||
<p>The web server stores IP addresses of those that connect to it, common with web servers. Wii console serial
|
||||
numbers are stored, in the SOAP database with encryption.</p>
|
||||
</div>
|
||||
<h2 id="EULA">User Agreements</h2>
|
||||
|
||||
<h2 id="EULA">User Agreements</h2>
|
||||
<div class="box">
|
||||
<img src="media/screenshot-eula-help-0.png" alt="Shop user agreements message">
|
||||
|
||||
<div>
|
||||
<img src="media/screenshot-eula-help-0.png" alt="Shop user agreements message">
|
||||
<p>If you've come across this screen then the following will help. Click on that <b>User Agreements</b> button, if it takes you to the Wii Menu then you can go to it manually.</p>
|
||||
<p><b style="color:red">Precaution:</b> Please make sure you do not have a DNS set that interferes with the EULA. (e.g. str2hax)</p>
|
||||
<h3>Accepting the User Agreements</h3>
|
||||
<img src="media/screenshot-system-menu-wii.png" alt="Wii Menu">
|
||||
<p>Click on the bottom right Wii icon to go to <b>Wii Options</b>, then click on <b>Wii System Settings</b>.</p>
|
||||
|
||||
<details>
|
||||
<summary>If you are on vWii and don't see the Wii System Settings, click here!</summary>
|
||||
<h2>Re-enabling Wii System Settings</h2>
|
||||
<p>Install <a href="https://wii.hacks.guide/priiloader">Priiloader</a> and load in to it.</p>
|
||||
<img src="media/screenshot-priiloader-help-2.png" alt="Priilaoder main menu">
|
||||
<p>Go to <b>System Menu Hacks</b></p>
|
||||
<img src="media/screenshot-priiloader-help-4.png" alt="Priiloader settings">
|
||||
<p>Select <b>Wii System Settings via Options Button</b> and <b>Permanent vWii System Settings</b> to enable them.</p>
|
||||
<img src="media/screenshot-priiloader-help-5.png" alt="Priiloader saved settings">
|
||||
<p>Save the settings and then proceed with the guide.</p>
|
||||
</details>
|
||||
|
||||
<p>If you've come across this screen then the following will help. Click on that <b>User Agreements</b> button, if it takes you to the Wii Menu then you can go to it manually.</p>
|
||||
<p><b style="color:red">Precaution:</b> Please make sure you do not have a DNS set that interferes with the EULA. (e.g. str2hax)</p>
|
||||
<h3>Accepting the User Agreements</h3>
|
||||
<img src="media/screenshot-system-menu-wii.png" alt="Wii Menu">
|
||||
<p>Click on the bottom right Wii icon to go to <b>Wii Options</b>, then click on <b>Wii System Settings</b>.</p>
|
||||
|
||||
<details>
|
||||
<summary>If you are on vWii and don't see the Wii System Settings, click here!</summary>
|
||||
<h2>Re-enabling Wii System Settings</h2>
|
||||
<p>Install <a href="https://wii.hacks.guide/priiloader">Priiloader</a> and load in to it.</p>
|
||||
<img src="media/screenshot-priiloader-help-2.png" alt="Priilaoder main menu">
|
||||
<p>Go to <b>System Menu Hacks</b></p>
|
||||
<img src="media/screenshot-priiloader-help-4.png" alt="Priiloader settings">
|
||||
<p>Select <b>Wii System Settings via Options Button</b> and <b>Permanent vWii System Settings</b> to enable them.</p>
|
||||
<img src="media/screenshot-priiloader-help-5.png" alt="Priiloader saved settings">
|
||||
<p>Save the settings and then proceed with the guide.</p>
|
||||
</details>
|
||||
<img src="media/screenshot-eula-help-1.png" alt="Wii Settings, Internet hovering">
|
||||
<p>Go to page 2 and click on <b>Internet</b>, then click on <b>User Agreements</b>.</p>
|
||||
|
||||
<img src="media/screenshot-eula-help-1.png" alt="Wii Settings, Internet hovering">
|
||||
<p>Go to page 2 and click on <b>Internet</b>, then click on <b>User Agreements</b>.</p>
|
||||
<details>
|
||||
<summary><img src="media/screenshot-eula-help-2-issue.png" alt="vWii update dialog">If you are on vWii and you see this message, click here!</summary>
|
||||
<h2>Manually Downloading the EULA</h2>
|
||||
<p>Before you go to the User Agreements you will need to install the vWii EULA applet.</p>
|
||||
<p>Download the <a href="https://oscwii.org/library/app/system-channel-restorer">System Channel Restorer</a> app and launch it from The Homebrew Channel, select EULA (and some other channels you might like as well).</p>
|
||||
<img src="media/screenshot-scr-1.png" alt="Restorer main menu">
|
||||
<p>The homebrew app will look like this.</p>
|
||||
<img src="media/screenshot-scr-2.png" alt="Restorer, EULA hovered">
|
||||
<p>Press A to select the EULA, you can also get other channels while here.</p>
|
||||
<img src="media/screenshot-scr-3.png" alt="Restorer, EULA downloaded">
|
||||
<p>Press the <b>+ START</b> button to begin downloading. Once it is done, proceed with this guide.</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><img src="media/screenshot-eula-help-2-issue.png" alt="vWii update dialog">If you are on vWii and you see this message, click here!</summary>
|
||||
<h2>Manually Downloading the EULA</h2>
|
||||
<p>Before you go to the User Agreements you will need to install the vWii EULA applet.</p>
|
||||
<p>Download the <a href="https://oscwii.org/library/app/system-channel-restorer">System Channel Restorer</a> app and launch it from The Homebrew Channel, select EULA (and some other channels you might like as well).</p>
|
||||
<img src="media/screenshot-scr-1.png" alt="Restorer main menu">
|
||||
<p>The homebrew app will look like this.</p>
|
||||
<img src="media/screenshot-scr-2.png" alt="Restorer, EULA hovered">
|
||||
<p>Press A to select the EULA, you can also get other channels while here.</p>
|
||||
<img src="media/screenshot-scr-3.png" alt="Restorer, EULA downloaded">
|
||||
<p>Press the <b>+ START</b> button to begin downloading. Once it is done, proceed with this guide.</p>
|
||||
</details>
|
||||
<img src="media/screenshot-eula-help-2.png" alt="EULA pre-launch">
|
||||
|
||||
<img src="media/screenshot-eula-help-2.png" alt="EULA pre-launch">
|
||||
<p>Click on <b>Yes</b>.</p>
|
||||
|
||||
<p>Click on <b>Yes</b>.</p>
|
||||
<details>
|
||||
<summary><img src="media/screenshot-eula-help-3-issue.png" alt="EULA 'not offered' message"> If you see this screen, click here!</summary>
|
||||
<h2>How to bypass WiiConnect24 'not offered' message</h2>
|
||||
<p>This screen appears because the console is set to a country that was not supported by the original Wii Network Services.</p>
|
||||
<img src="media/screenshot-country-help-1.png" alt="Wii Settings, hovering Country">
|
||||
<p>Try switching to a country that you think is supported (e.g. United States for North America, United Kingdom for Europe, etc.)</p>
|
||||
<img src="media/screenshot-country-help-2.png" alt="Wii Settings, selecting United States">
|
||||
<p>Now go back to the EULA.</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><img src="media/screenshot-eula-help-3-issue.png" alt="EULA 'not offered' message"> If you see this screen, click here!</summary>
|
||||
<h2>How to bypass WiiConnect24 'not offered' message</h2>
|
||||
<p>This screen appears because the console is set to a country that was not supported by the original Wii Network Services.</p>
|
||||
<img src="media/screenshot-country-help-1.png" alt="Wii Settings, hovering Country">
|
||||
<p>Try switching to a country that you think is supported (e.g. United States for North America, United Kingdom for Europe, etc.)</p>
|
||||
<img src="media/screenshot-country-help-2.png" alt="Wii Settings, selecting United States">
|
||||
<p>Now go back to the EULA.</p>
|
||||
</details>
|
||||
<img src="media/screenshot-eula-help-3.png" alt="EULA launch">
|
||||
<p>Click on <b>Next</b>.</p>
|
||||
|
||||
<img src="media/screenshot-eula-help-3.png" alt="EULA launch">
|
||||
<p>Click on <b>Next</b>.</p>
|
||||
<img src="media/screenshot-eula-help-4.png" alt="EULA contents">
|
||||
<p>Click on the <b>I ACCEPT</b> button, you'll now return to the Wii Menu.</p>
|
||||
|
||||
<img src="media/screenshot-eula-help-4.png" alt="EULA contents">
|
||||
<p>Click on the <b>I ACCEPT</b> button, you'll now return to the Wii Menu.</p>
|
||||
|
||||
<p>You will now be able to load into WiiMart.</p>
|
||||
<p>You will now be able to load into WiiMart.</p>
|
||||
</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user