Guide-WiiU/docs/user-guide/cfw-choice.md

56 lines
2.6 KiB
Markdown
Raw Normal View History

2019-12-18 16:58:30 +01:00
# Choose The CFW You Want
2020-01-02 08:18:41 +01:00
---
2019-12-18 16:58:30 +01:00
?> Before starting, make sure to update your Wii U console to the latest firmware (5.5.4 for European consoles, 5.5.3 for all other regions) if you haven't already.
There are two main CFWs: Haxchi/ColdBootHaxchi (CBHC) or Mocha.
Haxchi/CBHC are both injected into a paid DS VC game, while Mocha is only used with the web browser exploit and Indexiine, which makes it the only free CFW.
2019-12-18 16:58:30 +01:00
2019-12-20 00:17:41 +01:00
## Haxchi
2019-12-18 16:58:30 +01:00
- Requires a legitimately installed paid DS VC game from the eShop.
- Can be used to launch CFW directly from the Wii U Menu.
- Needs to be re-launched from the Wii U Menu every reboot to enable CFW.
- Its functionality can be extended by installing ColdBootHaxchi (CBHC) to a Haxchi installation.
### [**Continue with Haxchi**](user-guide/haxchi/ds-vc-choice) {docsify-ignore}
2019-12-18 16:58:30 +01:00
2019-12-20 00:17:41 +01:00
## CBHC
2019-12-18 16:58:30 +01:00
!> Installing CBHC incorrectly can brick your Wii U. Make sure to follow the following rules when installing CBHC:
<br>- The DS game has to be legitimately installed from the eShop
<br>- Don't format the system while CBHC is installed
<br>- Don't delete the user account that bought the DS VC game
<br>- Don't re-install the same game using WUP Installer or from the eShop
<br>- Don't install Haxchi over CBHC
2020-01-26 06:08:27 +01:00
<br>- Don't uninstall the DS Virtual Console game without [properly uninstalling CBHC first](extras/uninstall-cbhc)
<br>- Don't move the DS Virtual Console game to a USB drive
2019-12-18 16:58:30 +01:00
!> Breaking one of the above rules will result in a brick.
- Requires a legitimately installed paid DS VC game from the eShop.
- Automatically launches CFW on every boot.
2019-12-18 16:58:30 +01:00
### [**Continue with CBHC**](user-guide/cbhc/ds-vc-choice) {docsify-ignore}
2019-12-18 16:58:30 +01:00
2019-12-20 00:17:41 +01:00
## Mocha
2019-12-18 16:58:30 +01:00
- Does not require any game, and is therefore free.
- Needs to be re-launched through the browser exploit every reboot to enable CFW.
2019-12-18 17:15:42 +01:00
- Is not compatible with the Homebrew Launcher Channel.
- May require an Internet connection depending on what entry point you choose.
2019-12-18 16:58:30 +01:00
### [**Continue with Mocha**](user-guide/mocha/entrypoint-choice) {docsify-ignore}
2019-12-24 23:15:05 +01:00
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<div class="docsify-pagination-container">
<div class="pagination-item pagination-item--previous">
<a href="#/user-guide/introduction">
<div class="pagination-item-label">
<svg class="icon" width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" vector-effect="non-scaling-stroke" points="8,2 2,8 8,14"></polyline>
</svg>
<span>PREVIOUS</span>
</div>
<div class="pagination-item-title">Introduction</div>
</a>
</div>