mirror of
https://github.com/hacks-guide/Guide_WiiU-OLD.git
synced 2024-11-23 09:19:56 +00:00
automate permalinks; this'll probably break Crowdin because it has no idea how to handle file name case changes
This commit is contained in:
parent
53f999b67f
commit
21e49faa63
394
_config.yml
394
_config.yml
@ -205,16 +205,6 @@ sass:
|
||||
sass_dir: _sass
|
||||
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
|
||||
|
||||
# Defaults
|
||||
defaults:
|
||||
# _pages
|
||||
- scope:
|
||||
path: ""
|
||||
type: pages
|
||||
values:
|
||||
layout: single
|
||||
author_profile: false
|
||||
|
||||
# Plugins
|
||||
gems:
|
||||
- jekyll-paginate
|
||||
@ -268,3 +258,387 @@ compress_html:
|
||||
clippings: all
|
||||
ignore:
|
||||
envs: development
|
||||
|
||||
# Defaults
|
||||
defaults:
|
||||
# _pages
|
||||
- scope:
|
||||
path: ""
|
||||
type: pages
|
||||
values:
|
||||
layout: single
|
||||
author_profile: false
|
||||
- scope:
|
||||
path: "_pages/af_ZA"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /af_ZA/:basename:output_ext
|
||||
lang: af
|
||||
- scope:
|
||||
path: "_pages/ar_SA"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ar_SA/:basename:output_ext
|
||||
lang: ar
|
||||
- scope:
|
||||
path: "_pages/ca_ES"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ca_ES/:basename:output_ext
|
||||
lang: ca
|
||||
- scope:
|
||||
path: "_pages/cs_CZ"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /cs_CZ/:basename:output_ext
|
||||
lang: cs
|
||||
- scope:
|
||||
path: "_pages/da_DK"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /da_DK/:basename:output_ext
|
||||
lang: da
|
||||
- scope:
|
||||
path: "_pages/de_DE"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /de_DE/:basename:output_ext
|
||||
lang: ds
|
||||
- scope:
|
||||
path: "_pages/el_GR"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /el_GR/:basename:output_ext
|
||||
lang: el
|
||||
- scope:
|
||||
path: "_pages/en_PT"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /en_PT/:basename:output_ext
|
||||
lang: en-PT
|
||||
- scope:
|
||||
path: "_pages/en_US"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /:basename:output_ext
|
||||
lang: en
|
||||
- scope:
|
||||
path: "_pages/es_ES"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /es_ES/:basename:output_ext
|
||||
lang: es
|
||||
- scope:
|
||||
path: "_pages/fi_FI"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /fi_FI/:basename:output_ext
|
||||
lang: fi
|
||||
- scope:
|
||||
path: "_pages/fr_FR"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /fr_FR/:basename:output_ext
|
||||
lang: fr
|
||||
- scope:
|
||||
path: "_pages/he_IL"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /he_IL/:basename:output_ext
|
||||
lang: he
|
||||
- scope:
|
||||
path: "_pages/hu_HU"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /hu_HU/:basename:output_ext
|
||||
lang: hu
|
||||
- scope:
|
||||
path: "_pages/id_ID"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /id_ID/:basename:output_ext
|
||||
lang: id
|
||||
- scope:
|
||||
path: "_pages/it_IT"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /it_IT/:basename:output_ext
|
||||
lang: it
|
||||
- scope:
|
||||
path: "_pages/ja_JP"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ja_JP/:basename:output_ext
|
||||
lang: ja
|
||||
- scope:
|
||||
path: "_pages/ko_KR"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ko_KR/:basename:output_ext
|
||||
lang: ko
|
||||
- scope:
|
||||
path: "_pages/ms_MY"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ms_MY/:basename:output_ext
|
||||
lang: ms
|
||||
- scope:
|
||||
path: "_pages/no_NO"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /no_NO/:basename:output_ext
|
||||
lang: no-NO
|
||||
- scope:
|
||||
path: "_pages/nl_NL"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /nl_NL/:basename:output_ext
|
||||
lang: nl
|
||||
- scope:
|
||||
path: "_pages/pl_PL"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /pl_PL/:basename:output_ext
|
||||
lang: pl
|
||||
- scope:
|
||||
path: "_pages/pt_BR"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /pt_BR/:basename:output_ext
|
||||
lang: pt-BR
|
||||
- scope:
|
||||
path: "_pages/pt_PT"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /pt_PT/:basename:output_ext
|
||||
lang: pt-PT
|
||||
- scope:
|
||||
path: "_pages/ro_RO"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ro_RO/:basename:output_ext
|
||||
lang: ro
|
||||
- scope:
|
||||
path: "_pages/ru_RU"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ru_RU/:basename:output_ext
|
||||
lang: ru
|
||||
- scope:
|
||||
path: "_pages/sr_SP"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /sr_SP/:basename:output_ext
|
||||
lang: sr
|
||||
- scope:
|
||||
path: "_pages/sv_SE"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /sv_SE/:basename:output_ext
|
||||
lang: sv
|
||||
- scope:
|
||||
path: "_pages/th_TH"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /th_TH/:basename:output_ext
|
||||
lang: th
|
||||
- scope:
|
||||
path: "_pages/tr_TR"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /tr_TR/:basename:output_ext
|
||||
lang: tr
|
||||
- scope:
|
||||
path: "_pages/uk_UA"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /uk_UA/:basename:output_ext
|
||||
lang: uk
|
||||
- scope:
|
||||
path: "_pages/vi_VN"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /vi_VN/:basename:output_ext
|
||||
lang: vi
|
||||
- scope:
|
||||
path: "_pages/zh_CN"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /zh_CN/:basename:output_ext
|
||||
lang: zh-Hans
|
||||
- scope:
|
||||
path: "_pages/zh_TW"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /zh_TW/:basename:output_ext
|
||||
lang: zh-Hant
|
||||
- scope:
|
||||
path: "_pages/af_ZA/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /af_ZA/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/ar_SA/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ar_SA/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/ca_ES/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ca_ES/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/cs_CZ/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /cs_CZ/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/da_DK/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /da_DK/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/de_DE/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /de_DE/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/el_GR/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /el_GR/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/en_PT/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /en_PT/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/en_US/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /index:output_ext
|
||||
- scope:
|
||||
path: "_pages/es_ES/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /es_ES/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/fi_FI/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /fi_FI/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/fr_FR/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /fr_FR/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/he_IL/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /he_IL/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/hu_HU/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /hu_HU/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/id_ID/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /id_ID/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/it_IT/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /it_IT/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/ja_JP/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ja_JP/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/ko_KR/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ko_KR/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/ms_MY/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ms_MY/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/no_NO/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /no_NO/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/nl_NL/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /nl_NL/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/pl_PL/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /pl_PL/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/pt_BR/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /pt_BR/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/pt_PT/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /pt_PT/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/ro_RO/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ro_RO/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/ru_RU/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /ru_RU/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/sr_SP/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /sr_SP/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/sv_SE/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /sv_SE/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/th_TH/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /th_TH/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/tr_TR/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /tr_TR/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/uk_UA/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /uk_UA/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/vi_VN/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /vi_VN/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/zh_CN/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /zh_CN/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/zh_TW/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /zh_TW/index:output_ext
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Page Not Found" #
|
||||
lang: en
|
||||
permalink: /404.html
|
||||
title: "Page Not Found"
|
||||
layout: single-no-ads
|
||||
excerpt: "Page not found. Your pixels are in another canvas." #
|
||||
sitemap: false
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Coldboot Haxchi" #
|
||||
lang: en
|
||||
permalink: /coldboot-haxchi.html
|
||||
title: "Coldboot Haxchi"
|
||||
---
|
||||
|
||||
CBHC (Coldboot Haxchi) changes your default system title to make your SysNAND launch the DS virtual console game by default instead of the system menu, which will then load patched SysNAND.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Credits" #
|
||||
lang: en
|
||||
permalink: /credits.html
|
||||
title: "Credits"
|
||||
---
|
||||
|
||||
If we forgot you here, contact us and we'll add your name.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "disc2app" #
|
||||
lang: en
|
||||
permalink: /disc2app.html
|
||||
title: "disc2app"
|
||||
---
|
||||
|
||||
This will allow you to dump your discs to a format you can install for the purpose of playing them without needing the disc.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Donations" #
|
||||
lang: en
|
||||
permalink: /donations.html
|
||||
title: "Donations"
|
||||
layout: single-no-ads
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "F3 (Linux)" #
|
||||
lang: en
|
||||
permalink: /f3-(linux).html
|
||||
title: "F3 (Linux)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "F3X (Mac)" #
|
||||
lang: en
|
||||
permalink: /f3x-(mac).html
|
||||
title: "F3X (Mac)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3X.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "FAQ" #
|
||||
lang: en
|
||||
permalink: /faq.html
|
||||
title: "FAQ"
|
||||
---
|
||||
|
||||
{% capture notice-1 %}
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Get Started" #
|
||||
lang: en
|
||||
permalink: /get-started.html
|
||||
title: "Get Started"
|
||||
---
|
||||
|
||||
These steps will prepare your SD card in preparation for installing coldboothax custom firmware.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "H2testw (Windows)" #
|
||||
lang: en
|
||||
permalink: /h2testw-(windows).html
|
||||
title: "H2testw (Windows)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using h2testw.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Haxchi" #
|
||||
lang: en
|
||||
permalink: /haxchi.html
|
||||
title: "Haxchi"
|
||||
---
|
||||
|
||||
Haxchi is a custom firmware that patches signature checks, region checks, and runs other custom code in the background.
|
||||
|
@ -9,9 +9,7 @@ header:
|
||||
cta_url: "get-started" #
|
||||
caption:
|
||||
|
||||
excerpt: "A complete guide to Wii U custom firmware, <br /> from stock to Coldboot Haxchi.<br />" #
|
||||
lang: en
|
||||
permalink: /index.html
|
||||
excerpt: "A complete guide to Wii U custom firmware, <br /> from stock to Coldboot Haxchi.<br />"
|
||||
---
|
||||
|
||||
{% capture notice-home %}
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Homebrew Launcher (Channel)" #
|
||||
lang: en
|
||||
permalink: /homebrew-launcher-(channel).html
|
||||
title: "Homebrew Launcher (Channel)"
|
||||
---
|
||||
|
||||
This will install the Homebrew Channel so that, once you have a patched SysNAND running, the Homebrew Launcher will appear as an icon on the system menu.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Homebrew Launcher" #
|
||||
lang: en
|
||||
permalink: /homebrew-launcher.html
|
||||
title: "Homebrew Launcher"
|
||||
---
|
||||
|
||||
The Homebrew Launcher is a homebrew application that lists and allows the launching of other homebrew applications from the SD card.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Mocha CFW" #
|
||||
lang: en
|
||||
permalink: /mocha-cfw.html
|
||||
title: "Mocha CFW"
|
||||
---
|
||||
|
||||
Mocha CFW is a custom firmware that patches signature checks, region checks, and runs other custom code in the background.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "NAND Backup" #
|
||||
lang: en
|
||||
permalink: /nand-backup.html
|
||||
title: "NAND Backup"
|
||||
---
|
||||
|
||||
These steps will create a backup of your NAND on your SD card, which will allow you to restore your device using a hardmod in the case of a brick.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Site Navigation" #
|
||||
lang: en
|
||||
permalink: /site-navigation.html
|
||||
title: "Site Navigation"
|
||||
layout: single-no-ads
|
||||
sitemap: false
|
||||
---
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Uninstall CFW" #
|
||||
lang: en
|
||||
permalink: /uninstall-cfw.html
|
||||
title: "Uninstall CFW"
|
||||
---
|
||||
|
||||
This will remove CFW from your Wii U, regardless of install method, for the purpose of restoring the device to stock.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "vWii Modding" #
|
||||
lang: en
|
||||
permalink: /vwii-modding.html
|
||||
title: "vWii Modding"
|
||||
---
|
||||
|
||||
This will allow you to install the Homebrew Channel and other modifications to the Wii U's vWii (virtual Wii).
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Why Ads?" #
|
||||
lang: en
|
||||
permalink: /why-ads.html
|
||||
title: "Why Ads?"
|
||||
layout: single-no-ads
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Page Not Found" #
|
||||
lang: en
|
||||
permalink: /404.html
|
||||
title: "Page Not Found"
|
||||
layout: single-no-ads
|
||||
excerpt: "Page not found. Your pixels are in another canvas." #
|
||||
sitemap: false
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Coldboot Haxchi" #
|
||||
lang: en
|
||||
permalink: /coldboot-haxchi.html
|
||||
title: "Coldboot Haxchi"
|
||||
---
|
||||
|
||||
CBHC (Coldboot Haxchi) changes your default system title to make your SysNAND launch the DS virtual console game by default instead of the system menu, which will then load patched SysNAND.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Credits" #
|
||||
lang: en
|
||||
permalink: /credits.html
|
||||
title: "Credits"
|
||||
---
|
||||
|
||||
If we forgot you here, contact us and we'll add your name.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "disc2app" #
|
||||
lang: en
|
||||
permalink: /disc2app.html
|
||||
title: "disc2app"
|
||||
---
|
||||
|
||||
This will allow you to dump your discs to a format you can install for the purpose of playing them without needing the disc.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Donations" #
|
||||
lang: en
|
||||
permalink: /donations.html
|
||||
title: "Donations"
|
||||
layout: single-no-ads
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "F3 (Linux)" #
|
||||
lang: en
|
||||
permalink: /f3-(linux).html
|
||||
title: "F3 (Linux)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "F3X (Mac)" #
|
||||
lang: en
|
||||
permalink: /f3x-(mac).html
|
||||
title: "F3X (Mac)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3X.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "FAQ" #
|
||||
lang: en
|
||||
permalink: /faq.html
|
||||
title: "FAQ"
|
||||
---
|
||||
|
||||
{% capture notice-1 %}
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Get Started" #
|
||||
lang: en
|
||||
permalink: /get-started.html
|
||||
title: "Get Started"
|
||||
---
|
||||
|
||||
These steps will prepare your SD card in preparation for installing coldboothax custom firmware.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "H2testw (Windows)" #
|
||||
lang: en
|
||||
permalink: /h2testw-(windows).html
|
||||
title: "H2testw (Windows)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using h2testw.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Haxchi" #
|
||||
lang: en
|
||||
permalink: /haxchi.html
|
||||
title: "Haxchi"
|
||||
---
|
||||
|
||||
Haxchi is a custom firmware that patches signature checks, region checks, and runs other custom code in the background.
|
||||
|
@ -9,9 +9,7 @@ header:
|
||||
cta_url: "get-started" #
|
||||
caption:
|
||||
|
||||
excerpt: "A complete guide to Wii U custom firmware, <br /> from stock to Coldboot Haxchi.<br />" #
|
||||
lang: en
|
||||
permalink: /index.html
|
||||
excerpt: "A complete guide to Wii U custom firmware, <br /> from stock to Coldboot Haxchi.<br />"
|
||||
---
|
||||
|
||||
{% capture notice-home %}
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Homebrew Launcher (Channel)" #
|
||||
lang: en
|
||||
permalink: /homebrew-launcher-(channel).html
|
||||
title: "Homebrew Launcher (Channel)"
|
||||
---
|
||||
|
||||
This will install the Homebrew Channel so that, once you have a patched SysNAND running, the Homebrew Launcher will appear as an icon on the system menu.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Homebrew Launcher" #
|
||||
lang: en
|
||||
permalink: /homebrew-launcher.html
|
||||
title: "Homebrew Launcher"
|
||||
---
|
||||
|
||||
The Homebrew Launcher is a homebrew application that lists and allows the launching of other homebrew applications from the SD card.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Mocha CFW" #
|
||||
lang: en
|
||||
permalink: /mocha-cfw.html
|
||||
title: "Mocha CFW"
|
||||
---
|
||||
|
||||
Mocha CFW is a custom firmware that patches signature checks, region checks, and runs other custom code in the background.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "NAND Backup" #
|
||||
lang: en
|
||||
permalink: /nand-backup.html
|
||||
title: "NAND Backup"
|
||||
---
|
||||
|
||||
These steps will create a backup of your NAND on your SD card, which will allow you to restore your device using a hardmod in the case of a brick.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Site Navigation" #
|
||||
lang: en
|
||||
permalink: /site-navigation.html
|
||||
title: "Site Navigation"
|
||||
layout: single-no-ads
|
||||
sitemap: false
|
||||
---
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Uninstall CFW" #
|
||||
lang: en
|
||||
permalink: /uninstall-cfw.html
|
||||
title: "Uninstall CFW"
|
||||
---
|
||||
|
||||
This will remove CFW from your Wii U, regardless of install method, for the purpose of restoring the device to stock.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "vWii Modding" #
|
||||
lang: en
|
||||
permalink: /vwii-modding.html
|
||||
title: "vWii Modding"
|
||||
---
|
||||
|
||||
This will allow you to install the Homebrew Channel and other modifications to the Wii U's vWii (virtual Wii).
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Why Ads?" #
|
||||
lang: en
|
||||
permalink: /why-ads.html
|
||||
title: "Why Ads?"
|
||||
layout: single-no-ads
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Page Not Found" #
|
||||
lang: en
|
||||
permalink: /404.html
|
||||
title: "Page Not Found"
|
||||
layout: single-no-ads
|
||||
excerpt: "Page not found. Your pixels are in another canvas." #
|
||||
sitemap: false
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Coldboot Haxchi" #
|
||||
lang: en
|
||||
permalink: /coldboot-haxchi.html
|
||||
title: "Coldboot Haxchi"
|
||||
---
|
||||
|
||||
CBHC (Coldboot Haxchi) changes your default system title to make your SysNAND launch the DS virtual console game by default instead of the system menu, which will then load patched SysNAND.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Credits" #
|
||||
lang: en
|
||||
permalink: /credits.html
|
||||
title: "Credits"
|
||||
---
|
||||
|
||||
If we forgot you here, contact us and we'll add your name.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "disc2app" #
|
||||
lang: en
|
||||
permalink: /disc2app.html
|
||||
title: "disc2app"
|
||||
---
|
||||
|
||||
This will allow you to dump your discs to a format you can install for the purpose of playing them without needing the disc.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Donations" #
|
||||
lang: en
|
||||
permalink: /donations.html
|
||||
title: "Donations"
|
||||
layout: single-no-ads
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "F3 (Linux)" #
|
||||
lang: en
|
||||
permalink: /f3-(linux).html
|
||||
title: "F3 (Linux)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "F3X (Mac)" #
|
||||
lang: en
|
||||
permalink: /f3x-(mac).html
|
||||
title: "F3X (Mac)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3X.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "FAQ" #
|
||||
lang: en
|
||||
permalink: /faq.html
|
||||
title: "FAQ"
|
||||
---
|
||||
|
||||
{% capture notice-1 %}
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Get Started" #
|
||||
lang: en
|
||||
permalink: /get-started.html
|
||||
title: "Get Started"
|
||||
---
|
||||
|
||||
These steps will prepare your SD card in preparation for installing coldboothax custom firmware.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "H2testw (Windows)" #
|
||||
lang: en
|
||||
permalink: /h2testw-(windows).html
|
||||
title: "H2testw (Windows)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using h2testw.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Haxchi" #
|
||||
lang: en
|
||||
permalink: /haxchi.html
|
||||
title: "Haxchi"
|
||||
---
|
||||
|
||||
Haxchi is a custom firmware that patches signature checks, region checks, and runs other custom code in the background.
|
||||
|
@ -9,9 +9,7 @@ header:
|
||||
cta_url: "get-started" #
|
||||
caption:
|
||||
|
||||
excerpt: "A complete guide to Wii U custom firmware, <br /> from stock to Coldboot Haxchi.<br />" #
|
||||
lang: en
|
||||
permalink: /index.html
|
||||
excerpt: "A complete guide to Wii U custom firmware, <br /> from stock to Coldboot Haxchi.<br />"
|
||||
---
|
||||
|
||||
{% capture notice-home %}
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Homebrew Launcher (Channel)" #
|
||||
lang: en
|
||||
permalink: /homebrew-launcher-(channel).html
|
||||
title: "Homebrew Launcher (Channel)"
|
||||
---
|
||||
|
||||
This will install the Homebrew Channel so that, once you have a patched SysNAND running, the Homebrew Launcher will appear as an icon on the system menu.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Homebrew Launcher" #
|
||||
lang: en
|
||||
permalink: /homebrew-launcher.html
|
||||
title: "Homebrew Launcher"
|
||||
---
|
||||
|
||||
The Homebrew Launcher is a homebrew application that lists and allows the launching of other homebrew applications from the SD card.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Mocha CFW" #
|
||||
lang: en
|
||||
permalink: /mocha-cfw.html
|
||||
title: "Mocha CFW"
|
||||
---
|
||||
|
||||
Mocha CFW is a custom firmware that patches signature checks, region checks, and runs other custom code in the background.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "NAND Backup" #
|
||||
lang: en
|
||||
permalink: /nand-backup.html
|
||||
title: "NAND Backup"
|
||||
---
|
||||
|
||||
These steps will create a backup of your NAND on your SD card, which will allow you to restore your device using a hardmod in the case of a brick.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Site Navigation" #
|
||||
lang: en
|
||||
permalink: /site-navigation.html
|
||||
title: "Site Navigation"
|
||||
layout: single-no-ads
|
||||
sitemap: false
|
||||
---
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Uninstall CFW" #
|
||||
lang: en
|
||||
permalink: /uninstall-cfw.html
|
||||
title: "Uninstall CFW"
|
||||
---
|
||||
|
||||
This will remove CFW from your Wii U, regardless of install method, for the purpose of restoring the device to stock.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "vWii Modding" #
|
||||
lang: en
|
||||
permalink: /vwii-modding.html
|
||||
title: "vWii Modding"
|
||||
---
|
||||
|
||||
This will allow you to install the Homebrew Channel and other modifications to the Wii U's vWii (virtual Wii).
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Why Ads?" #
|
||||
lang: en
|
||||
permalink: /why-ads.html
|
||||
title: "Why Ads?"
|
||||
layout: single-no-ads
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Page Not Found" #
|
||||
lang: en
|
||||
permalink: /404.html
|
||||
title: "Page Not Found"
|
||||
layout: single-no-ads
|
||||
excerpt: "Page not found. Your pixels are in another canvas." #
|
||||
sitemap: false
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Coldboot Haxchi" #
|
||||
lang: en
|
||||
permalink: /coldboot-haxchi.html
|
||||
title: "Coldboot Haxchi"
|
||||
---
|
||||
|
||||
CBHC (Coldboot Haxchi) changes your default system title to make your SysNAND launch the DS virtual console game by default instead of the system menu, which will then load patched SysNAND.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Credits" #
|
||||
lang: en
|
||||
permalink: /credits.html
|
||||
title: "Credits"
|
||||
---
|
||||
|
||||
If we forgot you here, contact us and we'll add your name.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "disc2app" #
|
||||
lang: en
|
||||
permalink: /disc2app.html
|
||||
title: "disc2app"
|
||||
---
|
||||
|
||||
This will allow you to dump your discs to a format you can install for the purpose of playing them without needing the disc.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Donations" #
|
||||
lang: en
|
||||
permalink: /donations.html
|
||||
title: "Donations"
|
||||
layout: single-no-ads
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "F3 (Linux)" #
|
||||
lang: en
|
||||
permalink: /f3-(linux).html
|
||||
title: "F3 (Linux)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "F3X (Mac)" #
|
||||
lang: en
|
||||
permalink: /f3x-(mac).html
|
||||
title: "F3X (Mac)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3X.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "FAQ" #
|
||||
lang: en
|
||||
permalink: /faq.html
|
||||
title: "FAQ"
|
||||
---
|
||||
|
||||
{% capture notice-1 %}
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Get Started" #
|
||||
lang: en
|
||||
permalink: /get-started.html
|
||||
title: "Get Started"
|
||||
---
|
||||
|
||||
These steps will prepare your SD card in preparation for installing coldboothax custom firmware.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "H2testw (Windows)" #
|
||||
lang: en
|
||||
permalink: /h2testw-(windows).html
|
||||
title: "H2testw (Windows)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using h2testw.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Haxchi" #
|
||||
lang: en
|
||||
permalink: /haxchi.html
|
||||
title: "Haxchi"
|
||||
---
|
||||
|
||||
Haxchi is a custom firmware that patches signature checks, region checks, and runs other custom code in the background.
|
||||
|
@ -9,9 +9,7 @@ header:
|
||||
cta_url: "get-started" #
|
||||
caption:
|
||||
|
||||
excerpt: "A complete guide to Wii U custom firmware, <br /> from stock to Coldboot Haxchi.<br />" #
|
||||
lang: en
|
||||
permalink: /index.html
|
||||
excerpt: "A complete guide to Wii U custom firmware, <br /> from stock to Coldboot Haxchi.<br />"
|
||||
---
|
||||
|
||||
{% capture notice-home %}
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Homebrew Launcher (Channel)" #
|
||||
lang: en
|
||||
permalink: /homebrew-launcher-(channel).html
|
||||
title: "Homebrew Launcher (Channel)"
|
||||
---
|
||||
|
||||
This will install the Homebrew Channel so that, once you have a patched SysNAND running, the Homebrew Launcher will appear as an icon on the system menu.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Homebrew Launcher" #
|
||||
lang: en
|
||||
permalink: /homebrew-launcher.html
|
||||
title: "Homebrew Launcher"
|
||||
---
|
||||
|
||||
The Homebrew Launcher is a homebrew application that lists and allows the launching of other homebrew applications from the SD card.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Mocha CFW" #
|
||||
lang: en
|
||||
permalink: /mocha-cfw.html
|
||||
title: "Mocha CFW"
|
||||
---
|
||||
|
||||
Mocha CFW is a custom firmware that patches signature checks, region checks, and runs other custom code in the background.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "NAND Backup" #
|
||||
lang: en
|
||||
permalink: /nand-backup.html
|
||||
title: "NAND Backup"
|
||||
---
|
||||
|
||||
These steps will create a backup of your NAND on your SD card, which will allow you to restore your device using a hardmod in the case of a brick.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Site Navigation" #
|
||||
lang: en
|
||||
permalink: /site-navigation.html
|
||||
title: "Site Navigation"
|
||||
layout: single-no-ads
|
||||
sitemap: false
|
||||
---
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Uninstall CFW" #
|
||||
lang: en
|
||||
permalink: /uninstall-cfw.html
|
||||
title: "Uninstall CFW"
|
||||
---
|
||||
|
||||
This will remove CFW from your Wii U, regardless of install method, for the purpose of restoring the device to stock.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "vWii Modding" #
|
||||
lang: en
|
||||
permalink: /vwii-modding.html
|
||||
title: "vWii Modding"
|
||||
---
|
||||
|
||||
This will allow you to install the Homebrew Channel and other modifications to the Wii U's vWii (virtual Wii).
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Why Ads?" #
|
||||
lang: en
|
||||
permalink: /why-ads.html
|
||||
title: "Why Ads?"
|
||||
layout: single-no-ads
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Page Not Found" #
|
||||
lang: en
|
||||
permalink: /404.html
|
||||
title: "Page Not Found"
|
||||
layout: single-no-ads
|
||||
excerpt: "Page not found. Your pixels are in another canvas." #
|
||||
sitemap: false
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Coldboot Haxchi" #
|
||||
lang: en
|
||||
permalink: /coldboot-haxchi.html
|
||||
title: "Coldboot Haxchi"
|
||||
---
|
||||
|
||||
CBHC (Coldboot Haxchi) changes your default system title to make your SysNAND launch the DS virtual console game by default instead of the system menu, which will then load patched SysNAND.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Credits" #
|
||||
lang: en
|
||||
permalink: /credits.html
|
||||
title: "Credits"
|
||||
---
|
||||
|
||||
If we forgot you here, contact us and we'll add your name.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "disc2app" #
|
||||
lang: en
|
||||
permalink: /disc2app.html
|
||||
title: "disc2app"
|
||||
---
|
||||
|
||||
This will allow you to dump your discs to a format you can install for the purpose of playing them without needing the disc.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Donations" #
|
||||
lang: en
|
||||
permalink: /donations.html
|
||||
title: "Donations"
|
||||
layout: single-no-ads
|
||||
---
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "F3 (Linux)" #
|
||||
lang: en
|
||||
permalink: /f3-(linux).html
|
||||
title: "F3 (Linux)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "F3X (Mac)" #
|
||||
lang: en
|
||||
permalink: /f3x-(mac).html
|
||||
title: "F3X (Mac)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using F3X.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "FAQ" #
|
||||
lang: en
|
||||
permalink: /faq.html
|
||||
title: "FAQ"
|
||||
---
|
||||
|
||||
{% capture notice-1 %}
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Get Started" #
|
||||
lang: en
|
||||
permalink: /get-started.html
|
||||
title: "Get Started"
|
||||
---
|
||||
|
||||
These steps will prepare your SD card in preparation for installing coldboothax custom firmware.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "H2testw (Windows)" #
|
||||
lang: en
|
||||
permalink: /h2testw-(windows).html
|
||||
title: "H2testw (Windows)"
|
||||
---
|
||||
|
||||
This page will walk you through the process of checking your SD card for errors using h2testw.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Haxchi" #
|
||||
lang: en
|
||||
permalink: /haxchi.html
|
||||
title: "Haxchi"
|
||||
---
|
||||
|
||||
Haxchi is a custom firmware that patches signature checks, region checks, and runs other custom code in the background.
|
||||
|
@ -9,9 +9,7 @@ header:
|
||||
cta_url: "get-started" #
|
||||
caption:
|
||||
|
||||
excerpt: "A complete guide to Wii U custom firmware, <br /> from stock to Coldboot Haxchi.<br />" #
|
||||
lang: en
|
||||
permalink: /index.html
|
||||
excerpt: "A complete guide to Wii U custom firmware, <br /> from stock to Coldboot Haxchi.<br />"
|
||||
---
|
||||
|
||||
{% capture notice-home %}
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Homebrew Launcher (Channel)" #
|
||||
lang: en
|
||||
permalink: /homebrew-launcher-(channel).html
|
||||
title: "Homebrew Launcher (Channel)"
|
||||
---
|
||||
|
||||
This will install the Homebrew Channel so that, once you have a patched SysNAND running, the Homebrew Launcher will appear as an icon on the system menu.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Homebrew Launcher" #
|
||||
lang: en
|
||||
permalink: /homebrew-launcher.html
|
||||
title: "Homebrew Launcher"
|
||||
---
|
||||
|
||||
The Homebrew Launcher is a homebrew application that lists and allows the launching of other homebrew applications from the SD card.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Mocha CFW" #
|
||||
lang: en
|
||||
permalink: /mocha-cfw.html
|
||||
title: "Mocha CFW"
|
||||
---
|
||||
|
||||
Mocha CFW is a custom firmware that patches signature checks, region checks, and runs other custom code in the background.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "NAND Backup" #
|
||||
lang: en
|
||||
permalink: /nand-backup.html
|
||||
title: "NAND Backup"
|
||||
---
|
||||
|
||||
These steps will create a backup of your NAND on your SD card, which will allow you to restore your device using a hardmod in the case of a brick.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Site Navigation" #
|
||||
lang: en
|
||||
permalink: /site-navigation.html
|
||||
title: "Site Navigation"
|
||||
layout: single-no-ads
|
||||
sitemap: false
|
||||
---
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "Uninstall CFW" #
|
||||
lang: en
|
||||
permalink: /uninstall-cfw.html
|
||||
title: "Uninstall CFW"
|
||||
---
|
||||
|
||||
This will remove CFW from your Wii U, regardless of install method, for the purpose of restoring the device to stock.
|
||||
|
@ -1,7 +1,5 @@
|
||||
---
|
||||
title: "vWii Modding" #
|
||||
lang: en
|
||||
permalink: /vwii-modding.html
|
||||
title: "vWii Modding"
|
||||
---
|
||||
|
||||
This will allow you to install the Homebrew Channel and other modifications to the Wii U's vWii (virtual Wii).
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user