diff --git a/CNAME b/CNAME deleted file mode 100644 index b4058ef..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -wiimart.org \ No newline at end of file diff --git a/README.md b/README.md index d55c1d3..01a9148 100644 --- a/README.md +++ b/README.md @@ -4,31 +4,28 @@ 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 -* `404.html` 404 page * `branding.html` Branding for WiiMart * `credits.html` Credits for WiiMart -* `CNAME` Domain text file * `errors.html` Error Code Checker -* `favicon.ico` Favicon * `fishiemart.html` ;D * `index.html` Main page * `info-log.html` 'Important Info' log * `install.html` Installation guide * `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 * `download.html` Redirect for `install.html` * `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* \ No newline at end of file diff --git a/index.html b/index.html index c83cd71..53dc496 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,23 @@ - - - - - - WiiMart: an active Wii Shop revival! - - - - - - - - - - - + + + + + + WiiMart: an active Wii Shop revival! + + + + + + + + + + + @@ -30,50 +30,50 @@
-
-
Important Info:
-
- WiiMart Wednesday #18 08-06 -

These titles were added this Wednesday.

-
    -
  • Beavis and Butt-Head
  • -
  • Tanglewood
  • -
  • Fantasy Zone
  • -
  • Fantasy Zone: The Maze
  • -
  • Riddle School
  • -
  • Riddle School 2
  • -
  • Riddle School 3
  • -
  • Virtual Goose
  • -
  • SpongeBob's Bumper Subs
  • -
  • Don't Wake Kate
  • -
-

Two additional missing channels, Amazon/LOVEFiLM and Crunchyroll, have been added.

-
-
- Update your WiiMart! 05-02 -

Since May 2nd, WiiMart has been relocated to a new domain. For this update, you'll need to download new WADs. Go to the Install page.

-
- View older -
+
+
Important Info:
+
+ WiiMart Wednesday #18 08-06 +

These titles were added this Wednesday.

+
    +
  • Beavis and Butt-Head
  • +
  • Tanglewood
  • +
  • Fantasy Zone
  • +
  • Fantasy Zone: The Maze
  • +
  • Riddle School
  • +
  • Riddle School 2
  • +
  • Riddle School 3
  • +
  • Virtual Goose
  • +
  • SpongeBob's Bumper Subs
  • +
  • Don't Wake Kate
  • +
+

Two additional missing channels, Amazon/LOVEFiLM and Crunchyroll, have been added.

+
+
+ Update your WiiMart! 05-02 +

Since May 2nd, WiiMart has been relocated to a new domain. For this update, you'll need to download new WADs. Go to the Install page.

+
+ View older +
-
+

WiiMart 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.

- -

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.

-

Get Started

- -
*Images for preview purposes, Recommended Titles and relevant information may be outdated, or subject to change.
+ +

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.

+

Get Started

+ +
Here are just some screenshots of WiiMart! Pages and content may be subject to change.

What's on it?

@@ -111,9 +111,8 @@

The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.

Can WiiMart run on Dolphin?

It can, however you'll need a real console NAND to bypass the Wii Shop message, also downloads do not work.

-

I want to ask how the shop is doing.

-

So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs, - are all being utilized.

+

How the shop is doing?

+

So far, the developers have been utilizing most of the channel's features. Downloading, catalogs, are all being utilized. Gifting and manuals are planned.

When is this feature going to be added?

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. Important: Gifting is no longer available at the moment.

diff --git a/meta/main.css b/meta/main.css index 87051e1..99bc2e1 100644 --- a/meta/main.css +++ b/meta/main.css @@ -10,8 +10,6 @@ h1 {margin-bottom: 10px;} nav {margin-bottom: 20px;line-height: 35px;} footer {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:hover { background-color: #C7FDFF; padding:5px; font-size:16px; transition:.2s ease-in-out;} 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: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 ul {padding-left: 0;} +details {text-align:left;padding-left: 5px;padding-right: 5px; max-height:50px;transition:.3s ease-in-out;scrollbar-width:none;} +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;} -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: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 a img:hover {outline: solid 2px #9900FF} +details li a img:hover {outline:solid 2px #9900FF} details li img.pf {outline:none} /* 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);}} /* 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;} .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%;} diff --git a/support.html b/support.html index e987e94..f29d2a2 100644 --- a/support.html +++ b/support.html @@ -1,29 +1,29 @@ - - - - - - Support for WiiMart - - - - - - - - - - - + + + + + + Support for WiiMart + + + + + + + + + + +

bgm plr..

@@ -37,144 +37,146 @@

Shop-related

-
-

Is real money needed to buy Wii Points?

-

The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.

-

How do I troubleshoot this error code?

-

Check it with this tool, otherwise ask for help in the #support channel on Discord.

-

Why did the gift button disappear?

-

Gifting was available using a WiiConnect24 revival. Unfortunately we were asked to stop sending out gifts via their service.

-

Why can't I install titles to the SD Card?

-

A patched IOS80 WAD is needed. To get it, go through the Install page.

-

How do I change the region?

- - - -

Title-related

- -
-

My title says 'This channel can't be used.' or just has a black screen!

- +