From 4b82a0fa3a72c4fa10620b8b7d74bb4ae4c9f074 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 6 May 2020 18:15:29 -0700 Subject: [PATCH] New translations sd-preparation.md (German) --- .../docs/user-guide/haxchi/sd-preparation.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 translations/de_DE/docs/user-guide/haxchi/sd-preparation.md diff --git a/translations/de_DE/docs/user-guide/haxchi/sd-preparation.md b/translations/de_DE/docs/user-guide/haxchi/sd-preparation.md new file mode 100644 index 000000000..d9f281c6c --- /dev/null +++ b/translations/de_DE/docs/user-guide/haxchi/sd-preparation.md @@ -0,0 +1,42 @@ +# Haxchi + +## SD Preparation {docsify-ignore} + +We will now place the required CFW files and some additional homebrew files on the SD Card. + +?> **Notice** Your SD Card will need to be formatted as FAT32. If your SD Card is not formatted to FAT32, use [GUIFormat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) with 32k (32768) Allocation unit size to format it. + +### What You Need + +- The Haxchi config +- The latest release of [Homebrew Launcher Installer](https://github.com/wiiu-env/homebrew_launcher_installer/releases/latest) + - You will need to download the `payload.zip` file. +- The 1.4 release of [The Homebrew Launcher](https://github.com/dimok789/homebrew_launcher/releases/tag/1.4) + - You will need to download the v1.4 `homebrew_launcher.v1.4.zip` release of The Homebrew Launcher +- The latest release of [WUP Installer GX2](http://wiiubru.com/appstore/zips/wup_installer_gx2.zip) +- The latest release of [The Homebrew Launcher Channel](https://github.com/dimok789/homebrew_launcher/releases/latest) + - You will need to download the `channel.zip` file. +- The latest release of [Wii U NAND Dumper](https://github.com/koolkdev/wiiu-nanddumper/releases/latest) +- The latest release of the [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest) + - You will need to download the `wiiu-extracttosd.zip` file. +- The latest release of [Haxchi](https://github.com/FIX94/haxchi/releases/latest) + - Download only the Haxchi `.zip` file. +- The latest release of [SaveMii mod](https://github.com/GabyPCgeeK/savemii/releases) + + +### Instructions + +?> **Notice** The info.json and manifest.install files are not needed for the modding process and therefore can be deleted. + +1. Insert your Wii U's SD card into your PC. +1. Create a folder called `install` on the root of your SD Card. +1. Create a folder called `Homebrew Launcher Channel` in the `install` folder you created. +1. Extract the `homebrew_launcher_channel.v2.1.zip` file to the `Homebrew Launcher Channel` folder you created. +1. Extract the `Haxchi.zip` file to the root of your SD Card. +1. Extract the `wup_installer_gx2.zip` file to the root of your SD Card. +1. Extract the `nanddumper.zip` file to the root of your SD Card. +1. Extract the `wiiu-extracttosd.zip` file to the root of your SD Card. +1. Extract the `homebrew_launcher.v.1.4.zip` file to the root of your SD Card. +1. Copy the `savemii_mod` folder from the `savemii_mod5.zip` file to the `/wiiu/apps` folder on your SD Card. +1. Copy the `config.txt` file to the `haxchi` folder on the root of your SD Card. Overwrite files if asked. +1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card. \ No newline at end of file