Major rewrite

This commit is contained in:
Gemdation 2025-04-02 01:34:15 -05:00
parent 30ad4eade3
commit a025d39dfd
28 changed files with 290 additions and 51 deletions

View File

@ -1,39 +1,10 @@
# WiiMart: a working, active WSC revival
# Website of WiiMart
<img src="WiiMart_star_logo.png" width="100" height="100" align="right" />
<img src="media/branding-bag-no-bg.png" width="100" height="100" align="right" />
Nintendo, if you want us to take this down, email us at wiimartshopping@gmail.com and we will immediately take this down upon request.
(Please don't though, we love this 🥺)
This is the website of WiiMart, it contains WADs, branding, and project information.
WiiMart is the first ever Wii Shop Channel revival that lasted more than a week and still wasn't nuked!
# Download (automatic)
If you want to install WiiMart with ease, check out the [WiiMart Installer.](https://github.com/WiiMart/WiiMartInstaller)
Else you can follow the instructions below if you want to install it manually.
# Download (manual)
The IOSes are [here](https://wiimart.github.io/cIOS/) while WiiMart's WAD [here](https://wiimart.github.io/wad/). In the meantime, [join the Discord!](https://dsc.gg/WiiMart)
# Installation (manual)
Downloading WiiMart varies on what platform you are on.
- Console
Download the WiiMart WAD and the patched IOS WAD for your console type (Wii/vWii). We recommend [YAWMME](https://oscwii.org/library/app/yawmME) for installing WADs.
(vWii is the Wii U's Wii Mode)
You can install both WADs normally, but if they give you an error such as `-1022` or `-1029` you can delete the existing title then install. Press `-` to mark the channel for uninstallation, and then mark it with `+` for installation.
- Dolphin
*For those with Wii NAND backups*
Install both the WiiMart WAD and the patched IOS WAD (for Wii). Install by going to `Tools` and `Install WAD`. You can then go to the Wii Menu by going to `Tools` and then `Load Wii System Menu 4.3X`.
*For those without Wii NAND backups*
So far, getting the shop on a blank NAND has been unsuccesful.
Pages managed by [LNLenost](https://github.com/LNLenost)
* `index.html` Main page
* `download.html` Installation instructions
* `branding.html` Branding for WiiMart
* `/media` Files used throughout the site

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

69
branding.html Normal file
View File

@ -0,0 +1,69 @@
<!DOCTYPE html>
<html>
<head>
<title>Branding of WiiMart</title>
<meta content="Branding of WiiMart" property="og:title" />
<meta content="This page contains the WiiMart branding guidelines." property="og:description" />
<meta content="https://wiimart.github.io/media/branding-bag.png" property="og:image"/>
<meta content="https://wiimart.github.io/branding" property="og:url" />
<meta content="#1164E9" data-react-helmet="true" name="theme-color" />
<meta name="keywords" content="WiiMart, Wii Shop, homebrew">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="media/main.css" />
<link rel="stylesheet" href="media/verdana.css" />
<link rel="icon" type="image/x-icon" href="media/wiimart-bag.ico" />
<style>mark {color:white}</style>
</head>
<body>
<h1>Branding</h1>
<a href="/"><button>Back</button></a><br><br>
<div>
<h2>Colors</h2>
<mark style="background-color: #1164E9;">WiiMart Blue&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#1164E9</mark>
<br><mark style="background-color:#00378F">WiiMart Dark Blue&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#00378F</mark>
<br><mark style="background-color:#001F50">WiiMart Darker Blue&nbsp;&nbsp;#001F50</mark>
<br><br>
</div>
<div>
<h2>Wordmarks</h2>
<div><img src="media/branding-wordmark-white.png" width="300px"></div>
<div style="background-color: white;border-color: white;"><img src="media/branding-wordmark-blue.png" width="300px"></div>
<div style="background-color: white;border-color: white;"><img src="media/branding-wordmark-black.png" width="300px"></div>
<p>The wordmarks should be visible on the background they are in, like shown.</p>
</div>
<div>
<h2>Icons</h2>
<img src="media/branding-bag.png" width="200px"> <img src="media/branding-bag-no-bg.png" width="200px">
<br><br>
</div>
<div>
<h2>Banner</h2>
<img src="media/branding-banner.png">
<br><br>
</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>
<div style="background:none;border: none;">
<p>WiiMart is not affiliated with Nintendo or any related parties.</p>
<p>To contact, please send an email <a href="mailto:wiimartshopping@gmail.com" style="color:white"><b>wiimartshopping@gmail.com</b></a>.</p>
</div>
</body>
</html>

View File

@ -1,8 +0,0 @@
# IOS list
Here you can find the IOSes for your console.
[Wii](https://wiimart.github.io/cIOS/IOS56(Wii).wad)
[vWii, aka Wii U](https://WIIMART.github.io/cIOS/IOS56(vWii).wad)
[Go back to the main page](https://wiimart.github.io/)

62
download.html Normal file
View File

@ -0,0 +1,62 @@
<!DOCTYPE html>
<html>
<head>
<title>Download WiiMart</title>
<meta content="Download WiiMart" property="og:title" />
<meta content="This download page contains the WiiMart WAD along with the custom IOS WADs needed for it." property="og:description" />
<meta content="https://wiimart.github.io/media/branding-bag.png" property="og:image"/>
<meta content="https://wiimart.github.io/download" property="og:url" />
<meta content="#1164E9" data-react-helmet="true" name="theme-color" />
<meta name="keywords" content="WiiMart, Wii Shop, homebrew">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="media/main.css" />
<link rel="stylesheet" href="media/verdana.css" />
<link rel="icon" type="image/x-icon" href="media/wiimart-bag.ico" />
</head>
<body>
<h1>Download</h1>
<a href="/"><button>Back</button></a><br><br>
<div>
<h2>File Downloads</h2>
<p><a href="media/WiiMart.wad"><button>WiiMart</button></a></p>
<p><a href="media/IOS56(Wii).wad"><button>Patched IOS56 for Wii</button></a></p>
<p><a href="media/IOS56(vWii).wad"><button>Patched IOS56 for vWii</button></a></p>
</div>
<div hidden>
<h2>Automatic Instructions</h2>
<!--idk how it works so-->
</div>
<div>
<h2>Manual Instructions</h2>
<p>Downloading WiiMart varies on what platform you are on.</p>
<h3>Console (Wii or Wii U)</h3>
<p>Download the WiiMart WAD and the patched IOS WAD for your console type (Wii or vWii). We recommend
<a href="https://oscwii.org/library/app/yawmME">YAWMME</a> for installing WADs. vWii is the Wii U's
Wii Mode.</p>
<p>You can install both WADs normally, but if they give you an error such as <mark>-1022</mark> or <mark>-1029</mark> you can delete
the existing title then install. Press <mark>-</mark> to mark the channel for uninstallation, and then mark it with <mark>+</mark>
for installation.</p>
<h3>Emulator (Dolphin)</h3>
<p><mark>A BootMii NAND backup is required.</mark> Install both the WiiMart WAD and the patched IOS WAD
(for Wii). Install by going to <mark>Tools</mark> and <mark>Install WAD</mark>. You can then go to the
Wii Menu by going to <mark>Tools</mark> and then <mark>Load Wii System Menu 4.3X</mark>.</p>
</div>
<div style="background:none;border: none;">
<p>WiiMart is not affiliated with Nintendo or any related parties.</p>
<p>To contact, please send an email <a href="mailto:wiimartshopping@gmail.com" style="color:white"><b>wiimartshopping@gmail.com</b></a>.</p>
</div>
</body>
</html>

99
index.html Normal file
View File

@ -0,0 +1,99 @@
<!DOCTYPE html>
<html>
<head>
<title>WiiMart: an active Wii Shop revival!</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="https://wiimart.github.io/media/branding-bag.png" property="og:image"/>
<meta content="https://wiimart.github.io" property="og:url" />
<meta content="#1164E9" data-react-helmet="true" name="theme-color" />
<meta name="keywords" content="WiiMart, Wii Shop, homebrew">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="media/main.css" />
<link rel="stylesheet" href="media/verdana.css" />
<link rel="icon" type="image/x-icon" href="media/wiimart-bag.ico" />
</head>
<body>
<div style="border-color: white;border-width: 5px;border-style: solid;background-image: url(media/branding-banner.png);background-position:bottom;background-size: 100%;background-repeat: no-repeat;">
<br><br><br><br><br>
<img src="media/branding-wordmark-white.png" width="300px">
<br><br><br><br><br>
</div>
<div class="clear">
<a href="branding"><button>Branding</button></a> <a href="download"><button><u>Download</u></button></a> <a href="https://discord.gg/wiimart"><button>Discord</button></a> <a href="https://github.com/wiimart"><button>GitHub</button></a>
</div>
<div>
<h2>About</h2>
<p>WiiMart is a 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>
<p>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>
</div>
<div hidden>
<h2>Screenshots</h2>
<!--too lazy to get em-->
</div>
<div>
<h2>Shop Progress</h2>
<div style="text-align: left;">
🟨 Catalog system
<br>🟨 Account activity
<br>🟥 'Titles you've downloaded'
<br>🟨 Downloading titles
<br>🟩 Logging in
<br>🟩 Recommended titles
<br>🟩 Wii Points system
<br>🟨 Gifting titles
<br>🟩 Dynamic banner on the Wii Menu
<br>🟩 Searching titles based on System (VC only)
<br>🟩 Searching titles based on Genre
<br>🟨 Searching titles based on Popularity
<br>🟨 Searching titles based on Newest Additions
<br>🟩 Wii Channels catalog
<br>🟩 Authentication servers (IAS)
<br>🟩 Download servers (ECS)
<br>🟥 DLC Servers (CAS)
</div>
</div>
<div>
<h2>FAQ</h2>
<h3>How do I get support?</h3>
<p>You may ask in our Discord server, the <b>#support</b> or <b>#ticket</b> channel will surely help you.</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>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>
<h2>Project Members</h2>
<a href="https://github.com/Ocarinaoftime"><img src="media/pfp-ocarina.png" title="Ocarina"></a>
<a href="https://larsenv.xyz"><img src="media/pfp-larsenv.png" title="LarsenV"></a>
<img src="media/pfp-wabagg.png" title="Wabagg">
<a href="https://gemdation.com"><img src="media/pfp-gem.png" title="Gemdation"></a>
<a href="https://chrisplayzyt.github.io"><img src="media/pfp-chris.png" title="Chrisplayz"></a>
<a href="https://github.com/thom2305"><img src="media/pfp-thom.png" title="Thom"></a>
<a href="https://idkwh.ct8.pl"><img src="media/pfp-idkwh.png" title="idkwhereisthisname"></a>
<a href="https://lnlenost.netlify.app"><img src="media/pfp-lnl.png" title="LNLenost"></a>
<a href="https://andry6702.net"><img src="media/pfp-andry.png" title="Andry"></a>
</div>
<div style="background:none;border: none;">
<p>WiiMart is not affiliated with Nintendo or any related parties.</p>
<p>To contact, please send an email <a href="mailto:wiimartshopping@gmail.com" style="color:white"><b>wiimartshopping@gmail.com</b></a>.</p>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

BIN
media/branding-bag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
media/branding-banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
media/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

38
media/index.html Normal file
View File

@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<title>Index of /media</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css" />
<link rel="icon" type="image/x-icon" href="media/wiimart-bag.ico" />
<style>a {color:white;text-decoration: none;}</style>
</head>
<body class="dir">
<h1>Index of /media</h1>
<table>
<tr><td><a href="/">..</a></td></tr>
<tr><td><a href="branding-bag.png">branding-bag.png</a></td></tr>
<tr><td><a href="branding-banner.png">branding-banner.png</a></td></tr>
<tr><td><a href="branding-wordmark-black.png">branding-wordmark-black.png</a></td></tr>
<tr><td><a href="branding-wordmark-blue.png">branding-wordmark-blue.png</a></td></tr>
<tr><td><a href="branding-wordmark-white.png">branding-wordmark-white.png</a></td></tr>
<tr><td><a href="favicon.ico">favicon.ico</a></td></tr>
<tr><td><a href="IOS56(vWii).wad">IOS56(vWii).wad</a></td></tr>
<tr><td><a href="IOS56(Wii).wad">IOS56(Wii).wad</a></td></tr>
<tr><td><a href="main.css">main.css</a></td></tr>
<tr><td><a href="pfp-andry.png">pfp-andry.png</a></td></tr>
<tr><td><a href="pfp-chris.png">pfp-chris.png</a></td></tr>
<tr><td><a href="pfp-gem.png">pfp-gem.png</a></td></tr>
<tr><td><a href="pfp-idkwh.png">pfp-idkwh.png</a></td></tr>
<tr><td><a href="pfp-larsenv.png">pfp-larsenv.png</a></td></tr>
<tr><td><a href="pfp-lnl.png">pfp-lnl.png</a></td></tr>
<tr><td><a href="pfp-ocarina.png">pfp-ocarina.png</a></td></tr>
<tr><td><a href="pfp-thom.png">pfp-thom.png</a></td></tr>
<tr><td><a href="pfp-wabagg.png">pfp-wabagg.png</a></td></tr>
<tr><td><a href="WiiMart.wad">WiiMart.wad</a></td></tr>
</table>
</body>
</html>

15
media/main.css Normal file
View File

@ -0,0 +1,15 @@
body {background-color: #1164E9;color:white;text-align: center;font-family: sans-serif;}
div {border-color: #00378F;box-sizing: border-box;border-width: 5px;border-style: solid;background-color: #00378F;width: 50%;text-align: center;margin: 0 auto;padding: 5px;margin-top: 6px; overflow: auto}
div.clear {border:none;background: none;}
button {border-color: white;border-width: 2px;border-style: solid;font-family: sans-serif;color: white; background-color:#1164E9; padding: 10px;font-weight: bold;}
button:hover {cursor: pointer;}
button:active {background-color: #001f50;color: #1164E9;}
a {color:#7eafff}
a:hover {color:#1164E9}
mark {background-color: white;color:#1164E9;font-weight: bold;}
body.dir {text-align: left;}
table {border: 1px solid white; border-collapse: collapse;}
th, td {border: 1px solid}
@media (max-width: 768px) {div {width: 100%;}}

BIN
media/pfp-andry.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
media/pfp-chris.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
media/pfp-gem.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
media/pfp-idkwh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
media/pfp-larsenv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
media/pfp-lnl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
media/pfp-ocarina.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
media/pfp-thom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
media/pfp-wabagg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1,7 +0,0 @@
# WiiMart WAD
You can download WiiMart's latest WAD here.
[Download](https://wiimart.github.io//wad/WiiMart.wad)
[Go back to the main page](https://wiimart.github.io/)