do NOT choose form over function 🔥 🔥 💯 😭 🛍 🛍

This commit is contained in:
Gemdation 2025-08-14 01:25:42 -05:00
parent 56c154b629
commit 940a5c93a4
5 changed files with 217 additions and 220 deletions

1
CNAME
View File

@ -1 +0,0 @@
wiimart.org

View File

@ -4,31 +4,28 @@
This is the source code of WiiMart's website. It contains WADs, branding, and project information. This is the source code of WiiMart's website. It contains WADs, branding, and project information.
## Folders and build script
* `/extras` Files used for the Specials page (Themes, forwarders)
* `/media` Media files used throughout the site (pictures, branding, sound effects)
* `/meta` Files used for the website (CSS, JS, images, music)
* `/wad` WAD files (patched IOS and shop)
* `.gitlab-ci.yml` Build script for the website
## Content pages ## Content pages
* `404.html` 404 page
* `branding.html` Branding for WiiMart * `branding.html` Branding for WiiMart
* `credits.html` Credits for WiiMart * `credits.html` Credits for WiiMart
* `CNAME` Domain text file
* `errors.html` Error Code Checker * `errors.html` Error Code Checker
* `favicon.ico` Favicon
* `fishiemart.html` ;D * `fishiemart.html` ;D
* `index.html` Main page * `index.html` Main page
* `info-log.html` 'Important Info' log * `info-log.html` 'Important Info' log
* `install.html` Installation guide * `install.html` Installation guide
* `support.html` Support/FAQ page * `support.html` Support/FAQ page
### Meta
* `/extras` Files used for the Specials page (Themes, forwarders)
* `/media` Media files used throughout the site (pictures, branding, sound effects)
* `/meta` Files used for the website (CSS, JS, images, music)
* `/wad` WAD files (patched IOS and shop)
* `.gitlab-ci.yml` Build script for the website
* `favicon.ico` Favicon
* `404.html` 404 page
### Redirects ### Redirects
* `download.html` Redirect for `install.html` * `download.html` Redirect for `install.html`
* `title-sheet.html` Redirect for the WiiMart Titles spreadsheet * `title-sheet.html` Redirect for the WiiMart Titles spreadsheet
*The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to support@wiimart.org* *The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to support@wiimart.org*

View File

@ -1,23 +1,23 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style> <style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<script src="meta/music.js"></script> <script src="meta/music.js"></script>
<script src="meta/loader.js"></script> <script src="meta/loader.js"></script>
<title>WiiMart: an active Wii Shop revival!</title> <title>WiiMart: an active Wii Shop revival!</title>
<meta content="WiiMart: an active Wii Shop revival!" property="og:title"> <meta content="WiiMart: an active Wii Shop revival!" property="og:title">
<meta content="WiiMart is an open-source revival of the defunct Wii Shop Channel. This website contains information about it and the project team behind it!" property="og:description"> <meta content="WiiMart is an open-source revival of the defunct Wii Shop Channel. This website contains information about it and the project team behind it!" property="og:description">
<meta content="https://wiimart.org/media/branding-bag.png" property="og:image"> <meta content="https://wiimart.org/media/branding-bag.png" property="og:image">
<meta content="https://wiimart.org" property="og:url"> <meta content="https://wiimart.org" property="og:url">
<meta content="#1164E9" data-react-helmet="true" name="theme-color"> <meta content="#1164E9" data-react-helmet="true" name="theme-color">
<meta name="keywords" content="WiiMart, Wii Shop, homebrew"> <meta name="keywords" content="WiiMart, Wii Shop, homebrew">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="meta/main.css"> <link rel="stylesheet" href="meta/main.css">
<script src="meta/gallery.js" defer></script> <script src="meta/gallery.js" defer></script>
<link rel="icon" type="image/x-icon" href="favicon.ico"> <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;} #disclaimer {text-align:left;color: #929a9a; font-weight:Bold; font-size:10px;padding:0;height:23px; max-height:23px; width:100%; max-width:100%; display:block; margin-bottom:2px;margin-top:-8px; white-space: nowrap; overflow:auto hidden; scrollbar-width: none; -ms-overflow-style: none;} #disclaimer::-webkit-scrollbar {display:none;}</style> <style>.em {opacity:1; transition: opacity 0.5s ease-in-out;} .em.fade {opacity: 0;} #disclaimer {text-align:left;color: #929a9a; font-weight:Bold; font-size:10px;padding:0;height:23px; max-height:23px; width:100%; max-width:100%; display:block; margin-bottom:2px;margin-top:-8px; white-space: nowrap; overflow:auto hidden; scrollbar-width: none; -ms-overflow-style: none;} #disclaimer::-webkit-scrollbar {display:none;}</style>
</head> </head>
<body onload="WiiMartWednesday(); loadafterwednesdaycheck();"> <body onload="WiiMartWednesday(); loadafterwednesdaycheck();">
@ -30,50 +30,50 @@
<div class="box" id="wednesdaytitles" style="display:none"><mark class="new" style="margin-right:5px;"><span id="NEWtext">NEW</span></mark>It's WiiMart Wednesday, The catalog has been updated with new games! <br><a href="javascript:whatiswmw();" onclick="allowedtoload = false;" 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; padding:0;"><header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">What is WiiMart Wednesday?</header><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.<BR><a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><button onclick="whatiswmwclose();">Close</button></div> <div class="box" id="wednesdaytitles" style="display:none"><mark class="new" style="margin-right:5px;"><span id="NEWtext">NEW</span></mark>It's WiiMart Wednesday, The catalog has been updated with new games! <br><a href="javascript:whatiswmw();" onclick="allowedtoload = false;" 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; padding:0;"><header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">What is WiiMart Wednesday?</header><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.<BR><a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><button onclick="whatiswmwclose();">Close</button></div>
<div class="row"> <div class="row">
<div class="box" style="padding: 0;"> <div class="box" style="padding: 0;">
<header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header> <header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
<details> <details>
<summary>WiiMart Wednesday #18 <span class="date">08-06</span></summary> <summary>WiiMart Wednesday #18 <span class="date">08-06</span></summary>
<p>These titles were added this Wednesday.</p> <p>These titles were added this Wednesday.</p>
<ul> <ul>
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Beavis and Butt-Head</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li> <li><img src="meta/em-vc-genesis.png" class="pf"><i>Beavis and Butt-Head</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Tanglewood</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li> <li><img src="meta/em-vc-genesis.png" class="pf"><i>Tanglewood</i> <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
<li><img src="meta/em-vc-genesis.png" class="pf"> <i>Fantasy Zone</i> <a href="credits#AFA"><img src="media/em-afa.png"></a></li> <li><img src="meta/em-vc-genesis.png" class="pf"><i>Fantasy Zone</i> <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
<li><img src="meta/em-vc-master.png" class="pf"> <i>Fantasy Zone: The Maze</i> <a href="credits#AFA"><img src="media/em-afa.png"></a></li> <li><img src="meta/em-vc-master.png" class="pf"><i>Fantasy Zone: The Maze</i> <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li> <li><img src="meta/em-flash.png" class="pf"><i>Riddle School</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School 2</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li> <li><img src="meta/em-flash.png" class="pf"><i>Riddle School 2</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
<li><img src="meta/em-flash.png" class="pf"> <i>Riddle School 3</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li> <li><img src="meta/em-flash.png" class="pf"><i>Riddle School 3</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
<li><img src="meta/em-flash.png" class="pf"> <i>Virtual Goose</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li> <li><img src="meta/em-flash.png" class="pf"><i>Virtual Goose</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
<li><img src="meta/em-flash.png" class="pf"> <i>SpongeBob's Bumper Subs</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li> <li><img src="meta/em-flash.png" class="pf"><i>SpongeBob's Bumper Subs</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
<li><img src="meta/em-flash.png" class="pf"> <i>Don't Wake Kate</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li> <li><img src="meta/em-flash.png" class="pf"><i>Don't Wake Kate</i> <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
</ul> </ul>
<p>Two additional missing channels, <i>Amazon/LOVEFiLM</i> and <i>Crunchyroll</i>, have been added.</p> <p>Two additional missing channels, <i>Amazon/LOVEFiLM</i> and <i>Crunchyroll</i>, have been added.</p>
</details> </details>
<details> <details>
<summary>Update your WiiMart! <span class="date"><img src="meta/em-pinned.svg" style="width:20px;height:20px;vertical-align:middle"> 05-02</span></summary> <summary>Update your WiiMart! <span class="date"><img src="meta/em-pinned.svg" style="width:20px;height:20px;vertical-align:middle"> 05-02</span></summary>
<p id="detailsinfo">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> <p id="detailsinfo">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> </details>
<a href="info-log" style="float:right;font-size:small;padding-right:5px">View older</a> <a href="info-log" style="float:right;font-size:small;padding-right:5px">View older</a>
</div> </div>
<div class="box" id="about"> <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, <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 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> downloading and playing these titles with a revival of the Wii Shop Channel.</p>
</div> </div>
<div class="box" style="padding-bottom:0"> <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%;"> <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 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> <p><a href="install" class="btn" style="font-size: larger;">Get Started</a></p>
<div class="gallery" style="margin-bottom:10px"> <div class="gallery" style="margin-bottom:10px">
<img src="media/screenshot-start-menu.png" class="slide" loading="lazy" alt="screenshot" title="the recommended titles present in the image aren't the lastest added titles, check the Important Info: box on the top of the page for the latest." > <img src="media/screenshot-start-menu.png" class="slide" loading="lazy" alt="screenshot" title="the recommended titles present in the image aren't the lastest added titles, check the Important Info: box on the top of the page for the latest." >
<img src="media/screenshot-main-menu.png" class="slide" loading="lazy" alt="screenshot> <img src="media/screenshot-main-menu.png" class="slide" loading="lazy" alt="screenshot">
<img src="media/screenshot-catalog.png" class="slide" loading="lazy" alt="screenshot"> <img src="media/screenshot-catalog.png" class="slide" loading="lazy" alt="screenshot">
<img src="media/screenshot-game.png" class="slide" loading="lazy" alt="screenshot"> <img src="media/screenshot-game.png" class="slide" loading="lazy" alt="screenshot">
<img src="media/screenshot-news.png" class="slide" loading="lazy" alt="screenshot" title="the info present in the image isnt about the lastest added titles, check the Important Info: box on the top of the page for the latest."> <img src="media/screenshot-news.png" class="slide" loading="lazy" alt="screenshot" title="the info present in the image isnt about the lastest added titles, check the Important Info: box on the top of the page for the latest.">
</div> </div>
<div id="disclaimer" title="this text is scrollable, highlight right or use arrow keys to scroll.">*Images for preview purposes, Recommended Titles and relevant information may be outdated, or subject to change.</div> <div id="disclaimer">Here are just some screenshots of WiiMart! Pages and content may be subject to change.</div>
</div> </div>
<h1>What's on it?</h1> <h1>What's on it?</h1>
@ -111,9 +111,8 @@
<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> <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> <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> <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> <h3>How the shop is doing?</h3>
<p>So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs, <p>So far, the developers have been utilizing most of the channel's features. Downloading, catalogs, are all being utilized. Gifting and manuals are planned.</p>
are all being utilized.</p>
<h3>When is <i>this feature</i> going to be added?</h3> <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 <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> for what features do and don't work. <b>Important: Gifting is no longer available at the moment.</b></p>

View File

@ -10,8 +10,6 @@ h1 {margin-bottom: 10px;}
nav {margin-bottom: 20px;line-height: 35px;} nav {margin-bottom: 20px;line-height: 35px;}
footer {color:grey} footer {color:grey}
footer a {color:grey} footer a {color:grey}
details[open] {transition:.3s ease-in-out; max-height: 445px; overflow: hidden auto; margin-bottom:3px;}
details[open] summary {position:sticky; top:0; left:0; background-image:url("/meta/fadebg-wmw.png"); background-color:#73bad146; background-size:100% !important; }
a.btn { background-color: #E6FFF2;border-radius: 10px;padding: 4px;margin-bottom: 10px;color:black;text-decoration: none;filter: drop-shadow(1px 1px 1px black);font-weight: 100;display:inline; transition:.2s ease-in-out;} a.btn { background-color: #E6FFF2;border-radius: 10px;padding: 4px;margin-bottom: 10px;color:black;text-decoration: none;filter: drop-shadow(1px 1px 1px black);font-weight: 100;display:inline; transition:.2s ease-in-out;}
a.btn:hover { background-color: #C7FDFF; padding:5px; font-size:16px; transition:.2s ease-in-out;} a.btn:hover { background-color: #C7FDFF; padding:5px; font-size:16px; transition:.2s ease-in-out;}
a.btn:active {filter: none;} a.btn:active {filter: none;}
@ -26,14 +24,16 @@ button {transform:scale(1);margin-bottom: 6px;font-family:'Shop',sans-serif;padd
button:hover { transform:scale(1.03);transition: transform 0.2s ease-in-out; box-shadow: inset 0 0 0 3px #34BEED;cursor:pointer} button:hover { transform:scale(1.03);transition: transform 0.2s ease-in-out; box-shadow: inset 0 0 0 3px #34BEED;cursor:pointer}
button:disabled {outline: 1px solid #9A9A9A;box-shadow:none;cursor:default} button:disabled {outline: 1px solid #9A9A9A;box-shadow:none;cursor:default}
details {text-align:left;padding-left: 5px;padding-right: 5px; max-height:50px; transition:.3s ease-in-out;} details {text-align:left;padding-left: 5px;padding-right: 5px; max-height:50px;transition:.3s ease-in-out;scrollbar-width:none;}
details ul {padding-left: 0;} details[open] {transition:.3s ease-in-out; max-height: 445px; overflow: hidden auto; margin-bottom:3px;}
details[open] summary {position:sticky; top:0; left:0; background-image:url("/meta/fadebg-wmw.png"); background-color:#73bad146; background-size:100% !important; }
details ul {padding-left:0;}
details li {font-size:smaller;list-style:none;vertical-align:middle;} details li {font-size:smaller;list-style:none;vertical-align:middle;}
summary {padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none; border-radius:5px; margin-bottom:3px;} summary {padding-left:5px;padding-right:5px;backdrop-filter:blur(1.8px);cursor:pointer;user-select:none;border-radius:5px;margin-bottom:3px;}
summary:hover {background-color:#73bad14d;} summary:hover {background-color:#73bad14d;}
summary:active {background-color:#73bad16b;} summary:active {background-color:#73bad16b;}
details li img {width:25px;height:25px;vertical-align:middle;margin:1px;outline:solid 1px #9900FF;border-radius:2px} details li img {width:25px;height:25px;vertical-align:middle;margin:1px;outline:solid 1px #9900FF;border-radius:2px}
details li a img:hover {outline: solid 2px #9900FF} details li a img:hover {outline:solid 2px #9900FF}
details li img.pf {outline:none} details li img.pf {outline:none}
/* Text stuff */ /* Text stuff */
@ -76,7 +76,7 @@ img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;}
@keyframes rightHoverAnimation {0% {transform: translateY(-50%) translateX(0);} 100% {transform: translateY(-50%) translateX(-5px);}} @keyframes rightHoverAnimation {0% {transform: translateY(-50%) translateX(0);} 100% {transform: translateY(-50%) translateX(-5px);}}
/* Music */ /* Music */
div#bgmplayer {backdrop-filter: blur(1.8px); background-color:#0000; background-size:0px;z-index: 1000;transition:.3s ease-in-out; position:fixed; bottom:3px; border:2px solid #34BEED; width:60px; height:20px; overflow:hidden;} div#bgmplayer {backdrop-filter:blur(1.8px);background-color:#0000; background-size:0px;z-index: 1000;transition:.3s ease-in-out; position:fixed; bottom:3px; border:2px solid #34BEED; width:60px; height:20px; overflow:hidden;}
div#bgmplayer:hover {cursor:pointer; }div#bgmplayer .shopbgm {margin-right:4px;} div#bgmplayer button {opacity:90%; background-color: #ebebebb6; color:#323232;} div#bgmplayer:hover {cursor:pointer; }div#bgmplayer .shopbgm {margin-right:4px;} div#bgmplayer button {opacity:90%; background-color: #ebebebb6; color:#323232;}
.bgmplayerdisplayed{background-image:url("/meta/fadebg-bgm.png"); background-size:100% !important; cursor:default !important; transition:.3s ease-in-out; height:65px !important; width:120px !important; overflow:auto;scrollbar-width: none;}.bgmplayeropenanim{width:165px !important; height:100px !important;} .bgmplayerdisplayed{background-image:url("/meta/fadebg-bgm.png"); background-size:100% !important; cursor:default !important; transition:.3s ease-in-out; height:65px !important; width:120px !important; overflow:auto;scrollbar-width: none;}.bgmplayeropenanim{width:165px !important; height:100px !important;}
#mainplayer {z-index: 1001;}#bgmplayerBG {display:block; position:absolute; user-select:none; pointer-events:none; top:0; left:0; width:100%; height:100%;} #mainplayer {z-index: 1001;}#bgmplayerBG {display:block; position:absolute; user-select:none; pointer-events:none; top:0; left:0; width:100%; height:100%;}

View File

@ -1,29 +1,29 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<style>@font-face {font-family:'Shop';src:url('meta/shop.ttf') format('truetype');font-weight: normal;font-style: normal;}</style> <style>@font-face {font-family:'Shop';src:url('meta/shop.ttf') format('truetype');font-weight: normal;font-style: normal;}</style>
<script src="meta/music.js"></script> <script src="meta/music.js"></script>
<script src="meta/loader.js"></script> <script src="meta/loader.js"></script>
<title>Support for WiiMart</title> <title>Support for WiiMart</title>
<meta content="Support for WiiMart" property="og:title"> <meta content="Support for WiiMart" property="og:title">
<meta content="This page contains troublehsooting tips for WiiMart." property="og:description"> <meta content="This page contains troublehsooting tips for WiiMart." property="og:description">
<meta content="https://wiimart.org/media/branding-bag.png" property="og:image"> <meta content="https://wiimart.org/media/branding-bag.png" property="og:image">
<meta content="https://wiimart.org/support" property="og:url"> <meta content="https://wiimart.org/support" property="og:url">
<meta content="#FF0000" data-react-helmet="true" name="theme-color"> <meta content="#FF0000" data-react-helmet="true" name="theme-color">
<meta name="keywords" content="Errors, support, Wii Shop, homebrew"> <meta name="keywords" content="Errors, support, Wii Shop, homebrew">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="meta/main.css"> <link rel="stylesheet" href="meta/main.css">
<script src="meta/gallery.js" defer></script> <script src="meta/gallery.js" defer></script>
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
<style> <style>
img, img.slide {width:100%} input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} img, img.slide {width:100%} input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;}
summary {color:red;text-decoration: underline;list-style: none;font-weight: bold;user-select: none;cursor: pointer;} summary {color:red;list-style:none;font-weight:bold;padding-top:5px;}
details {color:red;outline: solid 1px red;padding-bottom: 5px;margin-bottom: 10px;text-align: center;h2 {color:red};} details {padding-top:5px;color:red;outline:solid 1px red;padding-bottom: 5px;margin-bottom: 10px;text-align: center;h2 {color:red};}
button#scrollUp {position:fixed;bottom: 10px; right: 10px; display: none; transform: translateY(20px); transition: opacity 0.3s ease, transform 0.3s ease;padding-bottom:0;z-index:1000;} button#scrollUp {position:fixed;bottom: 10px; right: 10px; display: none; transform: translateY(20px); transition: opacity 0.3s ease, transform 0.3s ease;padding-bottom:0;z-index:1000;}
button#scrollUp.show {display:block;opacity:1;transform: translateY(0);} button#scrollUp.show {display:block;opacity:1;transform: translateY(0);}
</style> </style>
</head> </head>
<body > <body >
<div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="allowedtoload = false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">....</button></a><a href="javascript:deactivatebgmplayer();" onclick="allowedtoload = false;"><button>Close</button></a></div> </div> <div id="backgroundd" style="display:none;"></div><div id="wscspinnerbg" style="display:none;"><img id="wscspinner" src="/meta/grey-loader.png" alt="spin"><img id="wscspinnershadow" src="/meta/grey-loader.png" alt="s"></div><div class="box" id="bgmplayer" onclick="activatebgmplayer();"> <div id="bgmplayerBG"></div> <div id="mainplayer"><p id="bgmplrtitle">bgm plr..</p><a href="javascript:playBGM();" onclick="allowedtoload = false;" id="shopbgmselector" title="Enable audio autoplay in your browser for it to continue playing throughout the website."><button id="shopbgm">....</button></a><a href="javascript:deactivatebgmplayer();" onclick="allowedtoload = false;"><button>Close</button></a></div> </div>
@ -37,144 +37,146 @@
<h2>Shop-related</h2> <h2>Shop-related</h2>
<div class="row"> <div class="row">
<div class="box"> <div class="box">
<h3>Is real money needed to buy Wii Points?</h3> <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> <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> <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> <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 disappear?</h3> <h3>Why did the gift button disappear?</h3>
<p>Gifting was available using a WiiConnect24 revival. Unfortunately we were asked to stop sending out gifts via their service.</p> <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> <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> <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> <h3>How do I change the region?</h3>
<div class="gallery" style="width:100%"> <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-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-2.png" class="slide" alt="Shop settings, scrolled to regions">
<img src="media/screenshot-region-help-3.png" class="slide" alt="Shop region options"> <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> </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> <h2 id="Backup">Save Data Backup</h2>
<div class="box"> <div class="box">
<p></p> <p></p>
<h3></h3> <h3></h3>
</div>
-->
<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> </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> <h2>Title-related</h2>
<div class="gallery">
<img src="media/screenshot-ob-1.png" class="slide" alt="Cursor hovering over the old banner"> <div class="box">
<img src="media/screenshot-ob-2.png" class="slide" alt=""> <h3>My title says 'This channel can't be used.' or just has a black screen!</h3>
<img src="media/screenshot-ob-3.png" class="slide" alt="Old banner showing on Wii Menu"> <div class="gallery" style="width:100%">
<img src="media/screenshot-ob-4.png" class="slide" alt=""> <img src="media/screenshot-priiloader-help-1.png" class="slide" alt="Priiloader main menu">
<img src="media/screenshot-ob-5.png" class="slide" alt=""> <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> </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> <h2>Project-related</h2>
<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> <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 class="box"> <h2 id="EULA">User Agreements</h2>
<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> <div class="box">
<img src="media/screenshot-eula-help-0.png" alt="Shop user agreements message">
<div class="box"> <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>
<img src="media/screenshot-eula-help-0.png" alt="Shop user agreements message"> <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> <img src="media/screenshot-eula-help-1.png" alt="Wii Settings, Internet hovering">
<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> <p>Go to page 2 and click on <b>Internet</b>, then click on <b>User Agreements</b>.</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"> <details>
<p>Go to page 2 and click on <b>Internet</b>, then click on <b>User Agreements</b>.</p> <summary>If you are on vWii and it wants you to update, click here!</summary>
<h2>Manually Downloading the EULA</h2>
<p><img src="media/screenshot-eula-help-2-issue.png" alt="vWii update dialog"></p>
<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> <img src="media/screenshot-eula-help-2.png" alt="EULA pre-launch">
<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"> <p>Click on <b>Yes</b>.</p>
<p>Click on <b>Yes</b>.</p> <details>
<summary>If you see the 'not offered' message, click here!</summary>
<h2>How to bypass WiiConnect24 'not offered' message</h2>
<p><img src="media/screenshot-eula-help-3-issue.png" alt="EULA 'not offered' message"></p>
<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> <img src="media/screenshot-eula-help-3.png" alt="EULA launch">
<summary><img src="media/screenshot-eula-help-3-issue.png" alt="EULA 'not offered' message"> If you see this screen, click here!</summary> <p>Click on <b>Next</b>.</p>
<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"> <img src="media/screenshot-eula-help-4.png" alt="EULA contents">
<p>Click on <b>Next</b>.</p> <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>You will now be able to load into WiiMart.</p>
<p>Click on the <b>I ACCEPT</b> button, you'll now return to the Wii Menu.</p> </div>
</div>
<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> <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>