Added dummy-proof warning

This commit is contained in:
Gemdation 2025-06-14 08:36:49 -05:00
parent e91baa3f46
commit 9fc565ed2d
6 changed files with 131 additions and 104 deletions

View File

@ -11,12 +11,10 @@
</head>
<body>
<img src="/media/branding-bag-no-bg.png" loading="lazy" width="150px" height="150px" style="margin-bottom:-30px; float:center;">
<img src="/media/branding-bag-no-bg.png" loading="lazy" width="150px">
<h1 style="color:red">404 Page Not Found</h1>
<a href="/" class="btn">Home page</a> <button onclick="history.back(1);">Previous page</button>
</body>
</html>

View File

@ -62,7 +62,7 @@
downloading and playing these titles with a revival of the Wii Shop Channel.</p>
</div>
<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>

View File

@ -25,6 +25,7 @@
<nav style="margin-bottom:0"><a href="/" class="btn">Back to WiiMart.org</a></nav>
<!-- 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">
<header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
<details>
@ -83,7 +84,7 @@
</ul>
</details>
<details>
<summary>Nintendo 3DS theme and Wii U forwarder <span class="date">05-21</span></summary>
<summary>Specials for 3DS and Wii U <span class="date">05-21</span></summary>
<p>Check out the <a href="specials">Specials</a> page to see the new specials.</p>
</details>
<details>
@ -147,7 +148,7 @@
<p><a href="title-sheet" class="btn">Spreadsheet</a></p>
</details>
<details>
<summary>WiiMart Wednesday #4 Bonus Games <span class="date">04-22</span></summary>
<summary>WiiMart Wednesday #4 Bonus <span class="date">04-22</span></summary>
<ul>
<li>Line Attack Heroes</li>
<li>Pokémon Mystery Dungeon: Radiant Adventure Squad</li>

View File

@ -19,8 +19,12 @@
img {width:100%}
button.r {outline: 1px solid #9A9A9A}
button.r:hover {box-shadow: inset 0 0 0 3px #9A9A9A}
div#start button {width:60%;margin-bottom: 10px}
div.question a {text-decoration:none}
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}
a {text-decoration:none}
</style>
</head>
<body onload="loadafterwednesdaycheck();">
@ -37,10 +41,28 @@
<script>function showDiv(divId) {const divs = document.querySelectorAll('.question'); divs.forEach(div => {div.style.display = 'none'; });document.getElementById(divId).style.display = 'block';}</script>
<div id="start" class="question">
<p><b style="color:red">Heads Up!</b> If you have had any game purchases from the official Wii Shop Channel,
backup their save files before using and downloading games with WiiMart.<a href="support#Backup">(?)</a></p>
<p><a href="https://oscwii.org/library/app/SaveGame_Manager_GX" class="btn">SaveGame Manager GX</a></p>
<hr>
<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>
<button onclick="showDiv('question')">Back</button> <button onclick="showDiv('platform')">Next</button><br>
</div>
<div id="platform" class="question">
<!--
<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>
@ -55,6 +77,7 @@
<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">Back</button><br>
</div>
<!--
@ -78,7 +101,7 @@
</div>
-->
<div id="dolphin" class="question" style="display: none;">
<div id="dolphin" class="question">
<h2>Dolphin</h2>
<h3>Do you have a console NAND backup?</h3>
<button onclick="showDiv('start')" class="r"></button>
@ -86,14 +109,14 @@
<button onclick="showDiv('withNAND')">Yes</button>
</div>
<div id="noNAND" class="question" style="display: none;">
<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"></button>
</div>
<div id="withNAND" class="question" style="display: none;">
<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>
@ -117,7 +140,7 @@
<button onclick="showDiv('dolphin')" class="r"></button>
</div>
<div id="vWii" class="question" style="display: none;">
<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>
@ -139,7 +162,7 @@
<button onclick="showDiv('start')" class="r"></button>
</div>
<div id="wii" class="question" style="display: none;">
<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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -19,8 +19,7 @@
<style>
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;}
details {color:red;outline: solid 1px red;padding-bottom: 5px;margin-bottom: 10px;}
details h2 {color:red}
details {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.show {display:block;opacity:1;transform: translateY(0);}
</style>
@ -57,10 +56,16 @@
<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>
<h3 id="Backup">Why do I have to backup my OG saves?</h3>
<p>This is due to a ticket issue with WiiMart and the original Wii Shop Channel's conflicting tickets.</p>
</div>
<!--
<h2 id="Backup">Save Data Backup</h2>
<div>
<p></p>
<h3></h3>
</div>
-->
<h2>Title-related</h2>
<div>
@ -155,7 +160,7 @@
<p>Click on <b>Yes</b>.</p>
<details>
<summary><img src="media/screenshot-eula-help-3-issue.png" alt="EULA 'not offered' message"> If see this screen, click here!</summary>
<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">