bgm plr..
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 @@
- - - - - -These titles were added this Wednesday.
-Two additional missing channels, Amazon/LOVEFiLM and Crunchyroll, have been added.
-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.
-These titles were added this Wednesday.
+Two additional missing channels, Amazon/LOVEFiLM and Crunchyroll, have been added.
+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.
+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.
- -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.
+ +The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.
It can, however you'll need a real console NAND to bypass the Wii Shop message, also downloads do not work.
-So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs, - are all being utilized.
+So far, the developers have been utilizing most of the channel's features. Downloading, catalogs, are all being utilized. Gifting and manuals are planned.
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 @@ - - - - - -The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.
-Check it with this tool, otherwise ask for help in the #support channel on Discord.
-Gifting was available using a WiiConnect24 revival. Unfortunately we were asked to stop sending out gifts via their service.
-A patched IOS80 WAD is needed. To get it, go through the Install page.
-The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.
+Check it with this tool, otherwise ask for help in the #support channel on Discord.
+Gifting was available using a WiiConnect24 revival. Unfortunately we were asked to stop sending out gifts via their service.
+A patched IOS80 WAD is needed. To get it, go through the Install page.
+Go to Wii Shop settings and look for the Change Region button.
Go to Wii Shop settings and look for the Change Region button.
-Install Priiloader and enable the + Region Free EVERYTHING option in System Menu Hacks, then launch it again.
+ +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.
+ +Install the following WADs, they will overwrite WiiMart and the patched IOS associated.
+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.
-Install the following WADs, they will overwrite WiiMart and the patched IOS associated.
-So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs, + are all being utilized.
+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.
+Of course! It will be in settings.
+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.
+So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs, - are all being utilized.
-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.
-Of course! It will be in settings.
-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.
-If you've come across this screen then the following will help. Click on that User Agreements button, if it takes you to the Wii Menu then you can go to it manually.
+Precaution: Please make sure you do not have a DNS set that interferes with the EULA. (e.g. str2hax)
+Click on the bottom right Wii icon to go to Wii Options, then click on Wii System Settings.
+ +Install Priiloader and load in to it.
+Go to System Menu Hacks
+Select Wii System Settings via Options Button and Permanent vWii System Settings to enable them.
+Save the settings and then proceed with the guide.
+If you've come across this screen then the following will help. Click on that User Agreements button, if it takes you to the Wii Menu then you can go to it manually.
-Precaution: Please make sure you do not have a DNS set that interferes with the EULA. (e.g. str2hax)
-Click on the bottom right Wii icon to go to Wii Options, then click on Wii System Settings.
- -Install Priiloader and load in to it.
-Go to System Menu Hacks
-Select Wii System Settings via Options Button and Permanent vWii System Settings to enable them.
-Save the settings and then proceed with the guide.
-Go to page 2 and click on Internet, then click on User Agreements.
-Go to page 2 and click on Internet, then click on User Agreements.
+Before you go to the User Agreements you will need to install the vWii EULA applet.
+Download the System Channel Restorer app and launch it from The Homebrew Channel, select EULA (and some other channels you might like as well).
+The homebrew app will look like this.
+Press A to select the EULA, you can also get other channels while here.
+Press the + START button to begin downloading. Once it is done, proceed with this guide.
+Before you go to the User Agreements you will need to install the vWii EULA applet.
-Download the System Channel Restorer app and launch it from The Homebrew Channel, select EULA (and some other channels you might like as well).
-The homebrew app will look like this.
-Press A to select the EULA, you can also get other channels while here.
-Press the + START button to begin downloading. Once it is done, proceed with this guide.
-Click on Yes.
-Click on Yes.
+This screen appears because the console is set to a country that was not supported by the original Wii Network Services.
+Try switching to a country that you think is supported (e.g. United States for North America, United Kingdom for Europe, etc.)
+Now go back to the EULA.
+This screen appears because the console is set to a country that was not supported by the original Wii Network Services.
-Try switching to a country that you think is supported (e.g. United States for North America, United Kingdom for Europe, etc.)
-Now go back to the EULA.
-Click on Next.
-Click on Next.
+Click on the I ACCEPT button, you'll now return to the Wii Menu.
-Click on the I ACCEPT button, you'll now return to the Wii Menu.
- -You will now be able to load into WiiMart.
-You will now be able to load into WiiMart.
+