From 104c308593d3b7a67b6a44f1a6deb4217c907405 Mon Sep 17 00:00:00 2001 From: Vanny <48239094+VannyBuns@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:34:00 -0500 Subject: [PATCH] Use Aroma for modding vWii (#210) * Use Aroma for vWii --------- Co-authored-by: Lazr <68634861+Lazr1026@users.noreply.github.com> --- docs/sidebar.md | 1 - docs/user-guide/vwii/installing-cioses.md | 2 -- docs/user-guide/vwii/installing-homebrewchannel.md | 5 ++--- docs/user-guide/vwii/nand-backup.md | 2 +- docs/user-guide/vwii/sd-preparation.md | 12 +++++++----- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/sidebar.md b/docs/sidebar.md index 9787044d0..ef2c843d1 100644 --- a/docs/sidebar.md +++ b/docs/sidebar.md @@ -1,7 +1,6 @@ - **User Guide** - [Introduction](introduction) - [Aroma](aroma/getting-started) -- **vWii** - [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) diff --git a/docs/user-guide/vwii/installing-cioses.md b/docs/user-guide/vwii/installing-cioses.md index f0bd6070a..e6476a23e 100644 --- a/docs/user-guide/vwii/installing-cioses.md +++ b/docs/user-guide/vwii/installing-cioses.md @@ -2,8 +2,6 @@ ## Installing cIOSes -!> Make sure you have no `.wad` files anywhere else than in the `apps` folder on your SD Card. - 1. Power on your Wii U and launch vWii. 1. Launch The Homebrew Channel. 1. Launch d2x cIOS Installer. diff --git a/docs/user-guide/vwii/installing-homebrewchannel.md b/docs/user-guide/vwii/installing-homebrewchannel.md index 998bcda8c..8ca56b7ee 100644 --- a/docs/user-guide/vwii/installing-homebrewchannel.md +++ b/docs/user-guide/vwii/installing-homebrewchannel.md @@ -2,9 +2,8 @@ ## Installing the Homebrew Channel -1. Boot into [Tiramisu](browser-exploit). -1. Launch the Homebrew Launcher, by opening the Mii Maker. -1. Launch the vWii Compat Installer. +1. Boot into [Aroma](browser-exploit). +1. Launch the `vWii Compat Installer` from the Wii U Menu. 1. Press `A` to install the Homebrew Channel and wait until you see `Install succeeded`. Then press the HOME button to return to the Wii U Menu. 1. Launch vWii (the Wii Menu icon). - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/docs/user-guide/vwii/nand-backup.md b/docs/user-guide/vwii/nand-backup.md index d9714ffb4..458de80cf 100644 --- a/docs/user-guide/vwii/nand-backup.md +++ b/docs/user-guide/vwii/nand-backup.md @@ -2,7 +2,7 @@ ## NAND Backup -In case anything goes wrong in the later process and your vWii ends up bricked, restoring a previously made NAND backup can fix it. +In case anything goes wrong in the later process and your vWii ends up bricked, restoring a previously made NAND backup can fix it, or you can completely [reinstall the vWii](http://wiiu.hacks.guide/#/recover-vwii-ioses-channels). ?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. diff --git a/docs/user-guide/vwii/sd-preparation.md b/docs/user-guide/vwii/sd-preparation.md index 12ebbb52f..a7ab501c7 100644 --- a/docs/user-guide/vwii/sd-preparation.md +++ b/docs/user-guide/vwii/sd-preparation.md @@ -10,13 +10,15 @@ We will now start by placing the required Homebrew files on the SD Card. Your SD Card will need to be formatted as FAT32. If your SD Card is not formatted to FAT32, use [GUIFormat](http://ridgecrop.co.uk/index.htm?guiformat.htm) with 32k (32768) Allocation unit size to format it. **Do not** label the SD Card as `wiiu` or it will cause issues with homebrew. ?> If you have hacked your Wii U in the past, you can use the same SD Card for this process. - + +?> Unlike Wii U homebrew, vWii apps go in a separate apps folder on the root. Compat Installer is the **only** Wii U app here. ### What You Need -- The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Click on `Download Tiramisu`. - - If you have already installed Tiramisu, you do not need to redownload it. +- The latest files from [Aroma for your café](https://aroma.foryour.cafe). + - Click on `Download Payloads`and `Download Base Aroma`. + - Read through the steps and click on the checkboxes. + - If you have already installed Aroma, you do not need to redownload it. - The latest release of the [Compat Title Installer](https://hb-app.store/wiiu/CompatTitleInstaller). - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. @@ -26,6 +28,6 @@ We will now start by placing the required Homebrew files on the SD Card. 1. Insert your Wii U's SD Card into your PC. 1. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. 1. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on the root of your SD Card. -1. Copy the contents of the downloaded Tiramisu *`.zip`* file to the root of your SD Card. +1. Copy the contents of the downloaded Base Aroma and payloads `.zip` files to the root of your SD Card. 1. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. 1. Take the SD Card out of your computer and plug it into your Wii U console.