diff --git a/docs/Dockerfile b/docs/Dockerfile
deleted file mode 100644
index 45c8cf15..00000000
--- a/docs/Dockerfile
+++ /dev/null
@@ -1,8 +0,0 @@
-FROM jekyll/jekyll
-
-COPY Gemfile .
-COPY Gemfile.lock .
-
-RUN bundle install --quiet --clean
-
-CMD ["jekyll", "serve"]
diff --git a/docs/LICENSE b/docs/LICENSE
deleted file mode 100644
index 72fab4a3..00000000
--- a/docs/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2016 Dean Attali
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/docs/_FAQ/How do I add my own resolutions.md b/docs/_FAQ/How do I add my own resolutions.md
new file mode 100644
index 00000000..2777d7f4
--- /dev/null
+++ b/docs/_FAQ/How do I add my own resolutions.md
@@ -0,0 +1,21 @@
+---
+anchor_link: customize-packs
+order: 99
+---
+This might be slightly technical, so carefully follow these steps.
+
+If you use the build-in downloader, follow the extra steps in this guide. If you use the manual installation, just skip those steps.
+
+1. Open the resolution pack folder, which follows the following name convention `ShortTitle_Resolution`, for example `MarioKart8_Resolution`.
+2. Open the `rules.txt` file in notepad or something similar and find the following text (this is for 720p games, but 1080p will only have some changes in values):
+
+[Preset]
+name = 1280x720 (Default)
+$width = 1280
+$height = 720
+$gameWidth = 1280
+$gameHeight = 720
+
+3. Now, change the `$width` and `$height` to the resolution you want and pick the default preset!
+
+**Though, graphic packs and some resolutions aren't compatible so choosing common monitor resolutions is recommended.**
\ No newline at end of file
diff --git a/docs/_FAQ/How do I install the graphic packs, step by step.md b/docs/_FAQ/How do I install the graphic packs, step by step.md
new file mode 100644
index 00000000..f7894b96
--- /dev/null
+++ b/docs/_FAQ/How do I install the graphic packs, step by step.md
@@ -0,0 +1,12 @@
+---
+anchor_link: how-to-install-gfx-packs
+order: 1
+---
+{%- comment -%}Maybe include a gif or something.{%- endcomment -%}
+Here we'll repeat some info from above in a more detailed step-by-step guide of how to install graphic packs. This assumes you use the manual method of installing packs, and not the build-in automatic graphic pack downloader/updater.
+
+1. Choose one of the 3 downloads from above. Each download has a range of versions it supports, pick the one that's supported by your downloaded Cemu version.
+2. Right-click on the `graphicPacks307.zip` and click "Extract all..." to extract all of the contents to a new folder.
+3. Afterwards, open that folder you've just extracted it to and press Ctrl+A to select all the folders and then Ctrl+C to copy the files.
+4. Browse to your Cemu folder and open the `graphicPacks` folder. Press Ctrl+V to paste your copied folders.
+5. Go to `Options`->`Graphic packs` after you've started Cemu and enable the packs you want to use.
\ No newline at end of file
diff --git a/docs/_FAQ/Why does game X not have graphic packs for 1.14.0 and newer.md b/docs/_FAQ/Why does game X not have graphic packs for 1.14.0 and newer.md
new file mode 100644
index 00000000..ec2c05e7
--- /dev/null
+++ b/docs/_FAQ/Why does game X not have graphic packs for 1.14.0 and newer.md
@@ -0,0 +1,10 @@
+---
+anchor_link: version-3-compatibility
+order: 2
+---
+Some graphic packs might not be available for Cemu 1.14.0 and newer while previous versions did have graphic packs.
+This is due to the full reimplementation of the texture system in Cemu 1.14.0.
+This also changed a lot of the aspects with textures and made all previous graphic packs that changed textures outdated.
+
+Hence, why some games have their graphic packs missing in the new versions for now..
+You can search which games are supported above or see [this project page](https://github.com/slashiee/cemu_graphic_packs/projects/5?fullscreen=true) for more detailed information.
\ No newline at end of file
diff --git a/docs/_config.yml b/docs/_config.yml
index 23100d1a..e9d52c26 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,215 +1,19 @@
-# --- General options --- #
-
title: Cemu Graphic Packs
-description: Largest graphic packs source for Cemu that modify or scale games.
+description: Official website of the Community Graphic Packs for Cemu, used to upscale and change your Wii U games.
url: https://slashiee.github.io/cemu_graphic_packs
+repository: slashiee/cemu_graphic_packs
-# --- Navigation bar options --- #
-navbar-links:
- #Installation: "installation"
- Resources:
- #- FAQ: "frequently-asked-questions"
- - How to make graphic packs: "https://github.com/slashiee/cemu_graphic_packs/wiki/How-to-create-resolution-packs"
- Contribute!: "https://github.com/slashiee/cemu_graphic_packs"
-
-# Image to show in the navigation bar - image must be a square (width = height)
-# Remove this parameter if you don't want an image in the navbar
-# avatar: "/img/avatar-icon.png"
-
-# If you want to have an image logo in the top-left corner instead of the title text,
-# then specify the following parameter
-# title-img: /path/to/image
-
-# --- Background colour/image options --- #
-
-# Dark-themed?
-# navbar-col: "#1f1f1f"
-# navbar-text-col: "#bfbfbf"
-# navbar-children-col: "#333"
-# page-col: "#FFFFFF"
-# link-col: "#008AFF"
-# hover-col: "#0085A1"
-# footer-col: "#222"
-# footer-text-col: "#989898"
-# footer-link-col: "#d2d2d2"
-
-# Or beige
-navbar-col: "#d8d8d8"
-navbar-text-col: "#404040"
-navbar-children-col: "#F5F5F5"
-page-col: "#bbbbbb"
-link-col: "#008AFF"
-hover-col: "#0085A1"
-footer-col: "#d8d8d8"
-footer-text-col: "#777777"
-footer-link-col: "#404040"
-
-# Or just white
-# navbar-col: "#F5F5F5"
-# navbar-text-col: "#404040"
-# navbar-children-col: "#F5F5F5"
-# page-col: "#FFFFFF"
-# link-col: "#008AFF"
-# hover-col: "#0085A1"
-# footer-col: "#F5F5F5"
-# footer-text-col: "#777777"
-# footer-link-col: "#404040"
-
-
-
-
-# Alternatively, the navbar, footer, and page background can be set to use background images
-# instead of colour
-
-# navbar-img: "/img/bgimage.png"
-# footer-img: "/img/bgimage.png"
-# page-img: "/img/bgimage.png"
-
-# --- Footer options --- #
-
-# Change all these values or delete the ones you don't want.
-# Important: you must keep the "name" parameter, everything else you can remove
author:
name: Slashiee + awesome contributors
-# Select your active Social Network Links.
-# Uncomment the links you want to show in the footer and add your information to each link.
-# You can reorder the items to define the link order.
-# If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml
-social-network-links:
-# rss: true
-# email: "someone@example.com"
-# facebook: daattali
-# github: daattali
-# twitter: daattali
-# reddit: yourname
-# google-plus: +DeanAttali
-# linkedin: daattali
-# xing: yourname
-# stackoverflow: "3943160/daattali"
-# snapchat: deanat78
-# instagram: deanat78
-# youtube: user/deanat78
-# spotify: yourname
-# telephone: +14159998888
-# steam: deanat78
-# twitch: yourname
-# yelp: yourname
-
-# Select which share links to show in posts
-share-links-active:
- twitter: false
- facebook: false
- google: false
- linkedin: false
-
-# How to display the link to the website in the footer
-# Remove this if you don't want a link in the footer
-url-pretty: "slashiee.github.io/gfx_pack"
-
-# Excerpt Word Length
-# Truncates the excerpt to the specified number of words on the index page
-excerpt_length: 50
-
-# Character used to separate site title and description in HTML document title
-# and RSS feed title
-title-separator: "-"
-
-# --- Don't need to touch anything below here (but you can if you want) --- #
-
-# Output options (more information on Jekyll's site)
-markdown: kramdown
-highlighter: rouge
-permalink: /:year-:month-:day-:title/
-paginate: 5
-
-kramdown:
- input: GFM
-
-# Default YAML values (more information on Jekyll's site)
-defaults:
- -
- scope:
- path: ""
- type: "posts"
- values:
- layout: "post"
- comments: false
- social-share: false
- -
- scope:
- path: "" # all files
- values:
- layout: "page"
- show-avatar: true
-
-# Use tags index page and make tags on each post clickable
-link-tags: true
-
-# Exclude these files from production site
exclude:
- - CHANGELOG.md
- - CNAME
- - Dockerfile
+ - .gitignore
- Gemfile
- Gemfile.lock
- - LICENSE
- - README.md
- - Vagrantfile
- watch_local.bat
-# prose.io config
-prose:
- rooturl: '_posts'
- media: 'img'
- ignore:
- - 404.html
- - LICENSE
- - feed.xml
- - _config.yml
- - /_layouts
- - /_includes
- - /css
- - /img
- - /js
- metadata:
- _posts:
- - name: "layout"
- field:
- element: "hidden"
- value: "post"
- - name: "title"
- field:
- element: "text"
- label: "Post title"
- placeholder: "Title"
- alterable: true
- - name: "subtitle"
- field:
- element: "textarea"
- label: "Subtitle"
- placeholder: "A description of your post."
- alterable: true
- - name: "date"
- field:
- element: "text"
- label: "Date"
- help: "Enter date of post."
- placeholder: "yyyy-mm-dd"
- alterable: true
- - name: "image"
- field:
- element: "text"
- label: "Image"
- help: "Add a thumbnail image to your post."
- placeholder: "Thumbnail"
- alterable: true
- - name: "published"
- field:
- element: "checkbox"
- label: "Publish"
- help: "Check to publish post, uncheck to hide."
+collections:
+ - FAQ
plugins:
- - jekyll-paginate
- - jekyll-sitemap
+ - jekyll-redirect-from
\ No newline at end of file
diff --git a/docs/_data/GameTitles.yml b/docs/_data/GameTitles.yml
index 70f91387..ba7a79f9 100644
--- a/docs/_data/GameTitles.yml
+++ b/docs/_data/GameTitles.yml
@@ -1,356 +1,356 @@
-- title: "Adventure Time: Explore the Dungeon Because I DON’T KNOW"
+"Adventure Time: Explore the Dungeon Because I DON’T KNOW":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Adventure_Time:_Explore_the_Dungeon_Because_I_Don't_Know!"
version3: false
-- title: "Adventure Time: Finn And Jake Investigations"
+"Adventure Time: Finn And Jake Investigations":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Adventure_Time:_Finn_And_Jake_Investigations"
version3: false
-- title: "Animal Crossing: amiibo Festival"
+"Animal Crossing: amiibo Festival":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Animal_Crossing:_Amiibo_Festival"
version3: false
-- title: "Aqua TV"
+"Aqua TV":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Aqua_TV"
version3: false
-- title: "A World of Keflings"
+"A World of Keflings":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/A_World_of_Keflings"
version3: true
-- title: "Batman: Arkham City Armored Edition"
+"Batman: Arkham City Armored Edition":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Batman:_Arkham_City_Armored_Edition"
version3: false
-- title: "Bayonetta"
+"Bayonetta":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Bayonetta"
version3: true
-- title: "Bayonetta 2"
+"Bayonetta 2":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Bayonetta_2"
version3: true
-- title: "Ben 10 Omniverse"
+"Ben 10 Omniverse":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Ben_10:_Omniverse"
version3: false
-- title: "BIT.TRIP Presents… Runner2: Future Legend of Rhythm Alien"
+"BIT.TRIP Presents… Runner2: Future Legend of Rhythm Alien":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/BIT.TRIP_Presents..._Runner2:_Future_Legend_of_Rhythm_Alien"
version3: false
-- title: "Brunswick Pro Bowling"
+"Brunswick Pro Bowling":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Brunswick_Pro_Bowling"
version3: false
-- title: "Captain Toad: Treasure Tracker"
+"Captain Toad: Treasure Tracker":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Captain_Toad:_Treasure_Tracker"
version3: true
-- title: "Chariot"
+"Chariot":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Chariot"
version3: false
-- title: "Chimpuzzle Pro"
+"Chimpuzzle Pro":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Chimpuzzle_Pro"
version3: false
-- title: "Chompy Chomp Chomp Party"
+"Chompy Chomp Chomp Party":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Chompy_Chomp_Chomp_Party"
version3: false
-- title: "Citizens Of Earth"
+"Citizens Of Earth":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Citizens_of_Earth"
version3: false
-- title: "Devil’s Third"
+"Devil’s Third":
nativeRes: 720
- compatLink: "http://compat.cemu.info/wiki/Chariot"
+ compatLink: "http://compat.cemu.info/wiki/Devil%27s_Third"
version3: false
-- title: "Donkey Kong Country: Tropical Freeze"
+"Donkey Kong Country: Tropical Freeze":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Donkey_Kong_Country:_Tropical_Freeze"
version3: true
-- title: "DuckTales Remastered"
+"DuckTales Remastered":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/DuckTales_Remastered"
version3: false
-- title: "Electronic Super Joy: Groove City"
+"Electronic Super Joy: Groove City":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Electronic_Super_Joy:_Groove_City"
version3: false
-- title: "FAST Racing NEO"
+"FAST Racing NEO":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Fast_Racing_Neo"
version3: true
-- title: "Family Tennis SP"
+"Family Tennis SP":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Family_Tennis_SP"
version3: false
-- title: "Fist of the North Star - Ken’s Rage 2"
+"Fist of the North Star - Ken’s Rage 2":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Fist_of_the_North_Star:_Ken's_Rage_2"
version3: false
-- title: "Frenchy Bird"
+"Frenchy Bird":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Frenchy_Bird"
version3: false
-- title: "Ghost Blade HD"
+"Ghost Blade HD":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Ghost_Blade_HD"
version3: false
-- title: "Giana Sisters: Twisted Dreams"
+"Giana Sisters: Twisted Dreams":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Giana_Sisters:_Twisted_Dreams"
version3: false
-- title: "Guacamelee! Super Turbo Championship Edition"
+"Guacamelee! Super Turbo Championship Edition":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Guacamelee:_Super_Turbo_Championship_Edition"
version3: false
-- title: "Hyrule Warriors"
+"Hyrule Warriors":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Hyrule_Warriors"
version3: true
-- title: "Infinity Runner"
+"Infinity Runner":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Infinity_Runner"
version3: false
-- title: "Kamen Rider - Battride War II"
+"Kamen Rider - Battride War II":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Kamen_Rider:_Battride_War_II"
version3: false
-- title: "Kick and Fennick"
+"Kick and Fennick":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Kick_and_Fennick"
version3: false
-- title: "Kirby and the Rainbow Curse"
+"Kirby and the Rainbow Curse":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Kirby_and_the_Rainbow_Curse"
version3: false
-- title: "Kung Fu Panda: Showdown of Legendary Legends"
+"Kung Fu Panda: Showdown of Legendary Legends":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Kung_Fu_Panda:_Showdown_of_Legendary_Legends"
version3: false
-- title: "LEGO City Undercover"
+"LEGO City Undercover":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/LEGO_City_Undercover"
version3: false
-- title: "Mario Party 10"
+"Mario Party 10":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Mario_Party_10"
- version3: false
-- title: "Mario & Sonic at the Rio 2016 Olympic Games"
+ version3: true
+"Mario & Sonic at the Rio 2016 Olympic Games":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Mario_&_Sonic_at_the_Rio_2016_Olympic_Games"
version3: true
-- title: "Mario & Sonic at the Sochi 2014 Olympic Winter Games"
+"Mario & Sonic at the Sochi 2014 Olympic Winter Games":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Mario_&_Sonic_at_the_Sochi_2014_Olympic_Winter_Games"
version3: false
-- title: "Mario Kart 8"
+"Mario Kart 8":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Mario_Kart_8"
version3: true
-- title: "Mario Tennis: Ultra Smash"
+"Mario Tennis: Ultra Smash":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Mario_Tennis:_Ultra_Smash"
version3: true
-- title: "Meme Run"
+"Meme Run":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Meme_Run"
version3: true
-- title: "Minecraft: Story Mode"
+"Minecraft: Story Mode":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Minecraft:_Story_Mode"
version3: false
-- title: "Minecraft: Wii U Edition"
+"Minecraft: Wii U Edition":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Minecraft:_Wii_U_Edition"
version3: false
-- title: "Monster Hunter 3 Ultimate"
+"Monster Hunter 3 Ultimate":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Monster_Hunter_3_Ultimate"
version3: true
-- title: "NBA 2K13"
+"NBA 2K13":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/NBA_2K13"
version3: false
-- title: "New Super Luigi U"
+"New Super Luigi U":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/New_Super_Luigi_U"
version3: true
-- title: "New Super Mario Bros. U"
+"New Super Mario Bros. U":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/New_Super_Mario_Bros._U"
version3: true
-- title: "Ninja Gaiden 3: Razor’s Edge"
+"Ninja Gaiden 3: Razor’s Edge":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Ninja_Gaiden_3:_Razor's_Edge"
version3: true
-- title: "Nintendo Land"
+"Nintendo Land":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Nintendo_Land"
version3: true
-- title: "One Piece: Unlimited World Red"
+"One Piece: Unlimited World Red":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/One_Piece:_Unlimited_World_Red"
version3: true
-- title: "PAC-MAN & the Ghostly Adventures"
+"PAC-MAN & the Ghostly Adventures":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Pac-Man_and_the_Ghostly_Adventures_1"
version3: false
-- title: "PAC-MAN & the Ghostly Adventures 2"
+"PAC-MAN & the Ghostly Adventures 2":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Pac-Man_and_the_Ghostly_Adventures_2"
version3: false
-- title: "Paper Mario: Color Splash"
+"Paper Mario: Color Splash":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Paper_Mario:_Color_Splash"
version3: false
-- title: "Paper Monsters Recut"
+"Paper Monsters Recut":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Paper_Monsters_Recut"
version3: false
-- title: "Phineas and Ferb: Quest for Cool Stuff"
+"Phineas and Ferb: Quest for Cool Stuff":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Phineas_and_Ferb:_Quest_for_Cool_Stuff"
version3: false
-- title: "Pikmin 3"
+"Pikmin 3":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Pikmin_3"
version3: true
-- title: "Pokkén Tournament"
+"Pokkén Tournament":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Pokk%C3%A9n_Tournament"
version3: true
-- title: "Project Zero: Maiden of Black Water"
+"Project Zero: Maiden of Black Water":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Project_Zero:_Maiden_of_Black_Water"
version3: true
-- title: "Puyo Puyo Tetris"
+"Puyo Puyo Tetris":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Puyo_Puyo_Tetris"
version3: false
-- title: "Sanatory Hallways"
+"Sanatory Hallways":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Sanatory_Hallways"
version3: false
-- title: "Scribblenauts Unlimited"
+"Scribblenauts Unlimited":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Scribblenauts_Unlimited"
version3: false
-- title: "Scribblenauts Unmasked: A DC Comics Adventure"
+"Scribblenauts Unmasked: A DC Comics Adventure":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Scribblenauts_Unmasked:_A_DC_Comics_Adventure"
version3: false
-- title: "Severed"
+"Severed":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Severed"
version3: false
-- title: "Shantae: Half-Genie Hero"
+"Shantae: Half-Genie Hero":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Shantae:_Half-Genie_Hero"
version3: false
-- title: "Shovel Knight"
+"Shovel Knight":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Shovel_Knight:_Plauge_of_Shadows"
version3: false
-- title: "The Smurfs 2"
+"The Smurfs 2":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/The_Smurfs_2"
version3: false
-- title: "Sonic Boom: Rise of Lyric"
+"Sonic Boom: Rise of Lyric":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Sonic_Boom:_Rise_of_Lyric"
version3: true
-- title: "Sonic Lost World"
+"Sonic Lost World":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Sonic_Lost_World"
version3: true
-- title: "Splatoon"
+"Splatoon":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Splatoon"
version3: true
-- title: "SpongeBob SquarePants: Plankton’s Robotic Revenge"
+"SpongeBob SquarePants: Plankton’s Robotic Revenge":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Spongebob_Squarepants:_Plankton's_Robotic_Revenge"
version3: false
-- title: "Star Fox Guard"
+"Star Fox Guard":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Star_Fox_Guard"
version3: false
-- title: "Star Fox Zero"
+"Star Fox Zero":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Star_Fox_Zero"
version3: false
-- title: "Super Mario 3D World"
+"Super Mario 3D World":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Super_Mario_3D_World"
version3: true
-- title: "Super Mario Maker"
+"Super Mario Maker":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Super_Mario_Maker"
version3: true
-- title: "Super Smash Bros. for Wii U"
+"Super Smash Bros. for Wii U":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Super_Smash_Bros._U"
version3: true
-- title: "TNT Racers Nitro Machines Edition"
+"TNT Racers Nitro Machines Edition":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/TNT_Racers_Nitro_Machines_Edition"
version3: false
-- title: "Taiko no Tatsujin: Atsumete Tomodachi Daisakusen"
+"Taiko no Tatsujin: Atsumete Tomodachi Daisakusen":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Taiko_no_Tatsujin:_Atsumete_Tomodachi_Daisakusen"
version3: false
-- title: "Tekken Tag Tournament 2: Wii U Edition"
+"Tekken Tag Tournament 2: Wii U Edition":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Tekken_Tag_Tournament_2"
version3: false
-- title: "Tengami"
+"Tengami":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Tengami"
version3: false
-- title: "The Legend of Zelda: Breath of the Wild"
+"The Legend of Zelda: Breath of the Wild":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/The_Legend_of_Zelda:_Breath_of_the_Wild"
version3: true
-- title: "The Legend of Zelda: The Wind Waker HD"
+"The Legend of Zelda: The Wind Waker HD":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/The_Legend_of_Zelda:_The_Wind_Waker_HD"
version3: true
-- title: "The Legend of Zelda: Twilight Princess HD"
+"The Legend of Zelda: Twilight Princess HD":
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/The_Legend_of_Zelda:_Twilight_Princess_HD"
version3: true
-- title: "The Wonderful 101"
+"The Wonderful 101":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/The_Wonderful_101"
version3: true
-- title: "Tokyo Mirage Sessions ♯FE"
+"Tokyo Mirage Sessions ♯FE":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Tokyo_Mirage_Sessions_#FE"
version3: true
-- title: "Turbo: Super Stunt Squad"
+"Turbo: Super Stunt Squad":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Turbo:_Super_Stunt_Squad"
version3: false
-- title: "Warriors Orochi 3 Hyper"
+"Warriors Orochi 3 Hyper":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Warriors_Orochi_3_Hyper"
version3: false
-- title: "Wipeout 3"
+"Wipeout 3":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Wipeout_3"
version3: false
-- title: "Wipeout Create & Crash"
+"Wipeout Create & Crash":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Wipeout:_Create_&_Crash"
version3: false
-- title: "Xenoblade Chronicles X"
+"Xenoblade Chronicles X":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Xenoblade_Chronicles_X"
version3: true
-- title: "Yoshi’s Woolly World"
+"Yoshi’s Woolly World":
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Yoshi's_Woolly_World"
version3: true
\ No newline at end of file
diff --git a/docs/_data/SocialNetworks.yml b/docs/_data/SocialNetworks.yml
deleted file mode 100644
index d0a26350..00000000
--- a/docs/_data/SocialNetworks.yml
+++ /dev/null
@@ -1,97 +0,0 @@
-# You can define your custom social network links here.
-# Use the same key you added in _config.yml -> social-network-links.
-# In addition to that you need to specify the following properties:
-# name: Specify a user-friendly name that will be used as a link title
-# baseURL: Define a base URL which will be combined with the value of
-# site.social-network-links.
-# icon: Specify a valid fontawesome icon class
-
-facebook:
- name: "Facebook"
- baseURL: "https://www.facebook.com/"
- icon: "fa-facebook"
-
-github:
- name: "GitHub"
- baseURL: "https://github.com/"
- icon: "fa-github"
-
-twitter:
- name: "Twitter"
- baseURL: "https://twitter.com/"
- icon: "fa-twitter"
-
-reddit:
- name: "Reddit"
- baseURL: "https://reddit.com/u/"
- icon: "fa-reddit"
-
-google-plus:
- name: "Google+"
- baseURL: "https://plus.google.com/"
- icon: "fa-google-plus"
-
-email:
- name: "Email me"
- baseURL: "mailto:"
- icon: "fa-envelope"
-
-linkedin:
- name: "LinkedIn"
- baseURL: "https://linkedin.com/in/"
- icon: "fa-linkedin"
-
-xing:
- name: "Xing"
- baseURL: "https://www.xing.com/profile/"
- icon: "fa-xing"
-
-stackoverflow:
- name: "StackOverflow"
- baseURL: "https://stackoverflow.com/users/"
- icon: "fa-stack-overflow"
-
-snapchat:
- name: "Snapchat"
- baseURL: "https://www.snapchat.com/add/"
- icon: "fa-snapchat-ghost"
-
-instagram:
- name: "Instagram"
- baseURL: "https://www.instagram.com/"
- icon: "fa-instagram"
-
-youtube:
- name: "YouTube"
- baseURL: "https://www.youtube.com/"
- icon: "fa-youtube"
-
-spotify:
- name: "Spotify"
- baseURL: "https://open.spotify.com/user/"
- icon: "fa-spotify"
-
-telephone:
- name: "Phone"
- baseURL: "tel:"
- icon: "fa-phone"
-
-rss:
- name: "RSS"
- baseURL: "{{ '/feed.xml' | prepend: site.baseurl }}"
- icon: "fa-rss"
-
-steam:
- name: "Steam"
- baseURL: "https://steamcommunity.com/id/"
- icon: "fa-steam"
-
-twitch:
- name: "Twitch"
- baseURL: "https://www.twitch.tv/"
- icon: "fa-twitch"
-
-yelp:
- name: "Yelp"
- baseURL: "https://{{ site.author.yelp }}.yelp.com"
- icon: "fa-yelp"
diff --git a/docs/_includes/disqus.html b/docs/_includes/disqus.html
deleted file mode 100644
index dd80975c..00000000
--- a/docs/_includes/disqus.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{%- if site.disqus -%}
-
Use Cemu's build-in graphic packs downloader (a new feature added in Cemu 1.15.1) to automatically retrieve the newest graphic packs from our repository.
+
Manual installation instructions
+
Remove all of your graphic packs first, then move all of the folders from the .zip file you've made below to the graphicPacks folder from your Cemu installation.