mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-21 17:19:18 +01:00
[Website] Reword some stuff related to the site
This commit is contained in:
parent
d9a7588ff4
commit
e1a3058551
@ -1,5 +1,5 @@
|
||||
title: Cemu Graphic Packs
|
||||
description: Official website of the Community Graphic Packs for Cemu, used to upscale and change your Wii U games.
|
||||
description: Official website of the Community Graphic Packs for Cemu, used to upscale and/or change your favorite Wii U games.
|
||||
url: https://ActualMandM.github.io/cemu_graphic_packs/
|
||||
repository: ActualMandM/cemu_graphic_packs
|
||||
|
||||
|
@ -24,6 +24,7 @@ const altNames = {
|
||||
"tphd": "The Legend of Zelda: Twilight Princess HD",
|
||||
"wwhd": "The Legend of Zelda: The Wind Waker HD",
|
||||
// easter eggs
|
||||
"zemu": "The Legend of Zelda: Breath of the Wild",
|
||||
"breath of the dicknut": "The Legend of Zelda: Breath of the Wild",
|
||||
"f-zero": "FAST Racing NEO",
|
||||
"m&m": "Sonic",
|
||||
@ -53,10 +54,17 @@ async function searchSupportedGames(searchString) {
|
||||
|
||||
let resultsHintSearch = [];
|
||||
if (Object.keys(altNames).includes(searchString.toLowerCase())) searchString = altNames[searchString.toLowerCase()];
|
||||
if (searchString.toLowerCase() == "digital foundry") {
|
||||
document.title = "Home - CEMU Hacks";
|
||||
document.getElementsByClassName("display-4")[0].innerText="CEMU Hacks";
|
||||
document.getElementsByClassName("lead")[0].innerText = "Get your online CEMU hax here!!";
|
||||
switch (searchString.toLowerCase()) {
|
||||
case "digital foundry":
|
||||
document.title = "Home - CEMU Hacks";
|
||||
document.getElementsByClassName("navbar-brand")[0].innerText="CEMU Hacks";
|
||||
document.getElementsByClassName("display-4")[0].innerText="CEMU Hacks";
|
||||
document.getElementsByClassName("lead")[0].innerText = "Get your online CEMU hax here!!";
|
||||
case "ign":
|
||||
// IGN based for calling it community built presets & plugins instead of hacks
|
||||
document.title = "Home - Cemu Plugins";
|
||||
document.getElementsByClassName("navbar-brand")[0].innerText="Cemu Plugins";
|
||||
document.getElementsByClassName("display-4")[0].innerText="Cemu Plugins";
|
||||
}
|
||||
if (searchString != "*") resultsHintSearch = supportedGamesSearchSet.get(searchString);
|
||||
else {
|
||||
|
@ -8,7 +8,7 @@ layout: page
|
||||
<div class="jumbotron pt-4 pb-4" style="background-color: #127282;">
|
||||
<h3>Downloads</h3>
|
||||
<div><strong>Automatic installation instructions (recommended)</strong></div>
|
||||
<div>Use Cemu's built-in graphic packs downloader (a new feature added in Cemu 1.15.1) to automatically retrieve the newest graphic packs from our repository.</div>
|
||||
<div>Use Cemu's built-in graphic packs downloader (a feature added in Cemu 1.15.1) to automatically retrieve the newest graphic packs from our repository.</div>
|
||||
<div><strong>Manual installation instructions</strong></div>
|
||||
<div class="mb-3">Remove all of your graphic packs first, then move all of the folders from a downloaded .zip below to the <kbd>graphicPacks</kbd> folder from your Cemu folder.</div>
|
||||
<p class="pt-2 mb-1"><strong>Select the download for your Cemu version</strong></p>
|
||||
|
Loading…
Reference in New Issue
Block a user