diff --git a/translations/ar_SA/docs/extras/dump-wii-games.md b/translations/ar_SA/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/ar_SA/docs/extras/dump-wii-games.md +++ b/translations/ar_SA/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/ar_SA/docs/extras/uninstall-payloadloader.md b/translations/ar_SA/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/ar_SA/docs/extras/uninstall-payloadloader.md +++ b/translations/ar_SA/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/ar_SA/docs/sidebar.md b/translations/ar_SA/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/ar_SA/docs/sidebar.md +++ b/translations/ar_SA/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/ar_SA/docs/troubleshooting/common-issues-fixes.md b/translations/ar_SA/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/ar_SA/docs/troubleshooting/common-issues-fixes.md +++ b/translations/ar_SA/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/ar_SA/docs/user-guide/introduction.md b/translations/ar_SA/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/ar_SA/docs/user-guide/introduction.md +++ b/translations/ar_SA/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/ar_SA/docs/user-guide/tiramisu/autoboot.md b/translations/ar_SA/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/ar_SA/docs/user-guide/tiramisu/autoboot.md +++ b/translations/ar_SA/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/ar_SA/docs/user-guide/tiramisu/browser-exploit.md b/translations/ar_SA/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/ar_SA/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/ar_SA/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/ar_SA/docs/user-guide/tiramisu/nand-backup.md b/translations/ar_SA/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/ar_SA/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/ar_SA/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/ar_SA/docs/user-guide/tiramisu/sd-preparation.md b/translations/ar_SA/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/ar_SA/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/ar_SA/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/ar_SA/docs/user-guide/vwii/finalizing-setup.md b/translations/ar_SA/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/ar_SA/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/ar_SA/docs/user-guide/vwii/installing-cioses.md b/translations/ar_SA/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/ar_SA/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/ar_SA/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/ar_SA/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/ar_SA/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/ar_SA/docs/user-guide/vwii/nand-backup.md b/translations/ar_SA/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/ar_SA/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ar_SA/docs/user-guide/vwii/patching-ios80.md b/translations/ar_SA/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/ar_SA/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/ar_SA/docs/user-guide/vwii/sd-preparation.md b/translations/ar_SA/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/ar_SA/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ar_SA/docs/user-guide/vwii/sidebar.md b/translations/ar_SA/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/ar_SA/docs/user-guide/vwii/sidebar.md +++ b/translations/ar_SA/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/ar_SA/docs/vwii/vwii-modding.md b/translations/ar_SA/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/ar_SA/docs/vwii/vwii-modding.md +++ b/translations/ar_SA/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/ca_ES/docs/extras/dump-wii-games.md b/translations/ca_ES/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/ca_ES/docs/extras/dump-wii-games.md +++ b/translations/ca_ES/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/ca_ES/docs/extras/uninstall-payloadloader.md b/translations/ca_ES/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/ca_ES/docs/extras/uninstall-payloadloader.md +++ b/translations/ca_ES/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/ca_ES/docs/sidebar.md b/translations/ca_ES/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/ca_ES/docs/sidebar.md +++ b/translations/ca_ES/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/ca_ES/docs/troubleshooting/common-issues-fixes.md b/translations/ca_ES/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/ca_ES/docs/troubleshooting/common-issues-fixes.md +++ b/translations/ca_ES/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/ca_ES/docs/user-guide/introduction.md b/translations/ca_ES/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/ca_ES/docs/user-guide/introduction.md +++ b/translations/ca_ES/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/ca_ES/docs/user-guide/tiramisu/autoboot.md b/translations/ca_ES/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/ca_ES/docs/user-guide/tiramisu/autoboot.md +++ b/translations/ca_ES/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/ca_ES/docs/user-guide/tiramisu/browser-exploit.md b/translations/ca_ES/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/ca_ES/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/ca_ES/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/ca_ES/docs/user-guide/tiramisu/nand-backup.md b/translations/ca_ES/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/ca_ES/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/ca_ES/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/ca_ES/docs/user-guide/tiramisu/sd-preparation.md b/translations/ca_ES/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/ca_ES/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/ca_ES/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/ca_ES/docs/user-guide/vwii/finalizing-setup.md b/translations/ca_ES/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/ca_ES/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/ca_ES/docs/user-guide/vwii/installing-cioses.md b/translations/ca_ES/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/ca_ES/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/ca_ES/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/ca_ES/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/ca_ES/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/ca_ES/docs/user-guide/vwii/nand-backup.md b/translations/ca_ES/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/ca_ES/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ca_ES/docs/user-guide/vwii/patching-ios80.md b/translations/ca_ES/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/ca_ES/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/ca_ES/docs/user-guide/vwii/sd-preparation.md b/translations/ca_ES/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/ca_ES/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ca_ES/docs/user-guide/vwii/sidebar.md b/translations/ca_ES/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/ca_ES/docs/user-guide/vwii/sidebar.md +++ b/translations/ca_ES/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/ca_ES/docs/vwii/vwii-modding.md b/translations/ca_ES/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/ca_ES/docs/vwii/vwii-modding.md +++ b/translations/ca_ES/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/cs_CZ/docs/extras/dump-wii-games.md b/translations/cs_CZ/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/cs_CZ/docs/extras/dump-wii-games.md +++ b/translations/cs_CZ/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/cs_CZ/docs/extras/uninstall-payloadloader.md b/translations/cs_CZ/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/cs_CZ/docs/extras/uninstall-payloadloader.md +++ b/translations/cs_CZ/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/cs_CZ/docs/sidebar.md b/translations/cs_CZ/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/cs_CZ/docs/sidebar.md +++ b/translations/cs_CZ/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/cs_CZ/docs/troubleshooting/common-issues-fixes.md b/translations/cs_CZ/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/cs_CZ/docs/troubleshooting/common-issues-fixes.md +++ b/translations/cs_CZ/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/cs_CZ/docs/user-guide/introduction.md b/translations/cs_CZ/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/cs_CZ/docs/user-guide/introduction.md +++ b/translations/cs_CZ/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/cs_CZ/docs/user-guide/tiramisu/autoboot.md b/translations/cs_CZ/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/cs_CZ/docs/user-guide/tiramisu/autoboot.md +++ b/translations/cs_CZ/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/cs_CZ/docs/user-guide/tiramisu/browser-exploit.md b/translations/cs_CZ/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/cs_CZ/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/cs_CZ/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/cs_CZ/docs/user-guide/tiramisu/nand-backup.md b/translations/cs_CZ/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/cs_CZ/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/cs_CZ/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/cs_CZ/docs/user-guide/tiramisu/sd-preparation.md b/translations/cs_CZ/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/cs_CZ/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/cs_CZ/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/cs_CZ/docs/user-guide/vwii/finalizing-setup.md b/translations/cs_CZ/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/cs_CZ/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/cs_CZ/docs/user-guide/vwii/installing-cioses.md b/translations/cs_CZ/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/cs_CZ/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/cs_CZ/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/cs_CZ/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/cs_CZ/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/cs_CZ/docs/user-guide/vwii/nand-backup.md b/translations/cs_CZ/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/cs_CZ/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/cs_CZ/docs/user-guide/vwii/patching-ios80.md b/translations/cs_CZ/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/cs_CZ/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/cs_CZ/docs/user-guide/vwii/sd-preparation.md b/translations/cs_CZ/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/cs_CZ/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/cs_CZ/docs/user-guide/vwii/sidebar.md b/translations/cs_CZ/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/cs_CZ/docs/user-guide/vwii/sidebar.md +++ b/translations/cs_CZ/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/cs_CZ/docs/vwii/vwii-modding.md b/translations/cs_CZ/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/cs_CZ/docs/vwii/vwii-modding.md +++ b/translations/cs_CZ/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/da_DK/docs/extras/dump-wii-games.md b/translations/da_DK/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/da_DK/docs/extras/dump-wii-games.md +++ b/translations/da_DK/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/da_DK/docs/extras/uninstall-payloadloader.md b/translations/da_DK/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/da_DK/docs/extras/uninstall-payloadloader.md +++ b/translations/da_DK/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/da_DK/docs/sidebar.md b/translations/da_DK/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/da_DK/docs/sidebar.md +++ b/translations/da_DK/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/da_DK/docs/troubleshooting/common-issues-fixes.md b/translations/da_DK/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/da_DK/docs/troubleshooting/common-issues-fixes.md +++ b/translations/da_DK/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/da_DK/docs/user-guide/introduction.md b/translations/da_DK/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/da_DK/docs/user-guide/introduction.md +++ b/translations/da_DK/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/da_DK/docs/user-guide/tiramisu/autoboot.md b/translations/da_DK/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/da_DK/docs/user-guide/tiramisu/autoboot.md +++ b/translations/da_DK/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/da_DK/docs/user-guide/tiramisu/browser-exploit.md b/translations/da_DK/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/da_DK/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/da_DK/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/da_DK/docs/user-guide/tiramisu/nand-backup.md b/translations/da_DK/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/da_DK/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/da_DK/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/da_DK/docs/user-guide/tiramisu/sd-preparation.md b/translations/da_DK/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/da_DK/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/da_DK/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/da_DK/docs/user-guide/vwii/finalizing-setup.md b/translations/da_DK/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/da_DK/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/da_DK/docs/user-guide/vwii/installing-cioses.md b/translations/da_DK/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/da_DK/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/da_DK/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/da_DK/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/da_DK/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/da_DK/docs/user-guide/vwii/nand-backup.md b/translations/da_DK/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/da_DK/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/da_DK/docs/user-guide/vwii/patching-ios80.md b/translations/da_DK/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/da_DK/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/da_DK/docs/user-guide/vwii/sd-preparation.md b/translations/da_DK/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/da_DK/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/da_DK/docs/user-guide/vwii/sidebar.md b/translations/da_DK/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/da_DK/docs/user-guide/vwii/sidebar.md +++ b/translations/da_DK/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/da_DK/docs/vwii/vwii-modding.md b/translations/da_DK/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/da_DK/docs/vwii/vwii-modding.md +++ b/translations/da_DK/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/de_DE/docs/extras/dump-wii-games.md b/translations/de_DE/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/de_DE/docs/extras/dump-wii-games.md +++ b/translations/de_DE/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/de_DE/docs/extras/uninstall-payloadloader.md b/translations/de_DE/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/de_DE/docs/extras/uninstall-payloadloader.md +++ b/translations/de_DE/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/de_DE/docs/sidebar.md b/translations/de_DE/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/de_DE/docs/sidebar.md +++ b/translations/de_DE/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/de_DE/docs/troubleshooting/common-issues-fixes.md b/translations/de_DE/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/de_DE/docs/troubleshooting/common-issues-fixes.md +++ b/translations/de_DE/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/de_DE/docs/user-guide/introduction.md b/translations/de_DE/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/de_DE/docs/user-guide/introduction.md +++ b/translations/de_DE/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/de_DE/docs/user-guide/tiramisu/autoboot.md b/translations/de_DE/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/de_DE/docs/user-guide/tiramisu/autoboot.md +++ b/translations/de_DE/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/de_DE/docs/user-guide/tiramisu/browser-exploit.md b/translations/de_DE/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/de_DE/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/de_DE/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/de_DE/docs/user-guide/tiramisu/nand-backup.md b/translations/de_DE/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/de_DE/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/de_DE/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/de_DE/docs/user-guide/tiramisu/sd-preparation.md b/translations/de_DE/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/de_DE/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/de_DE/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/de_DE/docs/user-guide/vwii/browser-exploit.md b/translations/de_DE/docs/user-guide/vwii/browser-exploit.md index 1cdf52a61..787672b5a 100644 --- a/translations/de_DE/docs/user-guide/vwii/browser-exploit.md +++ b/translations/de_DE/docs/user-guide/vwii/browser-exploit.md @@ -8,10 +8,10 @@ Make sure your Wii U has internet access for this step. 1. Launch an exploit of your choice: - If you've never run homebrew before, "launching the exploit" means run the Browser Exploit. To run the Browser Exploit launch the Internet Browser and navigate to the website `wiiuexploit.xyz`, then click on `Run Exploit!` - - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. - If you're coldbooting into the PayloadLoader, "launching the exploit" means booting your console. - If you're launching into the PayloadLoader via the Health & Safety application, "launching the exploit" means launching the Health & Safety Application. -1. While launching the exploit of your choice, hold either the B button (if you're following the `NAND Backup` section) or the X button (if you're following the `Installing the Homebrew Channel` section). +1. While launching the exploit of your choice, hold either the B button (if you're following the `NAND Backup` section) or the X button (if you're following the `Installing the Homebrew Channel` section). diff --git a/translations/de_DE/docs/user-guide/vwii/finalizing-setup.md b/translations/de_DE/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/de_DE/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/de_DE/docs/user-guide/vwii/installing-cioses.md b/translations/de_DE/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/de_DE/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/de_DE/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/de_DE/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/de_DE/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/de_DE/docs/user-guide/vwii/nand-backup.md b/translations/de_DE/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/de_DE/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/de_DE/docs/user-guide/vwii/patching-ios80.md b/translations/de_DE/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/de_DE/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/de_DE/docs/user-guide/vwii/sd-preparation.md b/translations/de_DE/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/de_DE/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/de_DE/docs/user-guide/vwii/sidebar.md b/translations/de_DE/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/de_DE/docs/user-guide/vwii/sidebar.md +++ b/translations/de_DE/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/de_DE/docs/vwii/vwii-modding.md b/translations/de_DE/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/de_DE/docs/vwii/vwii-modding.md +++ b/translations/de_DE/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/el_GR/docs/extras/dump-wii-games.md b/translations/el_GR/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/el_GR/docs/extras/dump-wii-games.md +++ b/translations/el_GR/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/el_GR/docs/extras/uninstall-payloadloader.md b/translations/el_GR/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/el_GR/docs/extras/uninstall-payloadloader.md +++ b/translations/el_GR/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/el_GR/docs/sidebar.md b/translations/el_GR/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/el_GR/docs/sidebar.md +++ b/translations/el_GR/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/el_GR/docs/troubleshooting/common-issues-fixes.md b/translations/el_GR/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/el_GR/docs/troubleshooting/common-issues-fixes.md +++ b/translations/el_GR/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/el_GR/docs/user-guide/introduction.md b/translations/el_GR/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/el_GR/docs/user-guide/introduction.md +++ b/translations/el_GR/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/el_GR/docs/user-guide/tiramisu/autoboot.md b/translations/el_GR/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/el_GR/docs/user-guide/tiramisu/autoboot.md +++ b/translations/el_GR/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/el_GR/docs/user-guide/tiramisu/browser-exploit.md b/translations/el_GR/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/el_GR/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/el_GR/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/el_GR/docs/user-guide/tiramisu/nand-backup.md b/translations/el_GR/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/el_GR/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/el_GR/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/el_GR/docs/user-guide/tiramisu/sd-preparation.md b/translations/el_GR/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/el_GR/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/el_GR/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/el_GR/docs/user-guide/vwii/finalizing-setup.md b/translations/el_GR/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/el_GR/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/el_GR/docs/user-guide/vwii/installing-cioses.md b/translations/el_GR/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/el_GR/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/el_GR/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/el_GR/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/el_GR/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/el_GR/docs/user-guide/vwii/nand-backup.md b/translations/el_GR/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/el_GR/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/el_GR/docs/user-guide/vwii/patching-ios80.md b/translations/el_GR/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/el_GR/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/el_GR/docs/user-guide/vwii/sd-preparation.md b/translations/el_GR/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/el_GR/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/el_GR/docs/user-guide/vwii/sidebar.md b/translations/el_GR/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/el_GR/docs/user-guide/vwii/sidebar.md +++ b/translations/el_GR/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/el_GR/docs/vwii/vwii-modding.md b/translations/el_GR/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/el_GR/docs/vwii/vwii-modding.md +++ b/translations/el_GR/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/es_ES/docs/extras/dump-wii-games.md b/translations/es_ES/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/es_ES/docs/extras/dump-wii-games.md +++ b/translations/es_ES/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/es_ES/docs/extras/uninstall-payloadloader.md b/translations/es_ES/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/es_ES/docs/extras/uninstall-payloadloader.md +++ b/translations/es_ES/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/es_ES/docs/sidebar.md b/translations/es_ES/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/es_ES/docs/sidebar.md +++ b/translations/es_ES/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/es_ES/docs/troubleshooting/common-issues-fixes.md b/translations/es_ES/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/es_ES/docs/troubleshooting/common-issues-fixes.md +++ b/translations/es_ES/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/es_ES/docs/user-guide/introduction.md b/translations/es_ES/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/es_ES/docs/user-guide/introduction.md +++ b/translations/es_ES/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/es_ES/docs/user-guide/tiramisu/autoboot.md b/translations/es_ES/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/es_ES/docs/user-guide/tiramisu/autoboot.md +++ b/translations/es_ES/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/es_ES/docs/user-guide/tiramisu/browser-exploit.md b/translations/es_ES/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/es_ES/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/es_ES/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/es_ES/docs/user-guide/tiramisu/nand-backup.md b/translations/es_ES/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/es_ES/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/es_ES/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/es_ES/docs/user-guide/tiramisu/sd-preparation.md b/translations/es_ES/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/es_ES/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/es_ES/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/es_ES/docs/user-guide/vwii/finalizing-setup.md b/translations/es_ES/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/es_ES/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/es_ES/docs/user-guide/vwii/installing-cioses.md b/translations/es_ES/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/es_ES/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/es_ES/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/es_ES/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/es_ES/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/es_ES/docs/user-guide/vwii/nand-backup.md b/translations/es_ES/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/es_ES/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/es_ES/docs/user-guide/vwii/patching-ios80.md b/translations/es_ES/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/es_ES/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/es_ES/docs/user-guide/vwii/sd-preparation.md b/translations/es_ES/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/es_ES/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/es_ES/docs/user-guide/vwii/sidebar.md b/translations/es_ES/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/es_ES/docs/user-guide/vwii/sidebar.md +++ b/translations/es_ES/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/es_ES/docs/vwii/vwii-modding.md b/translations/es_ES/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/es_ES/docs/vwii/vwii-modding.md +++ b/translations/es_ES/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/et_EE/docs/extras/dump-wii-games.md b/translations/et_EE/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/et_EE/docs/extras/dump-wii-games.md +++ b/translations/et_EE/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/et_EE/docs/extras/uninstall-payloadloader.md b/translations/et_EE/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/et_EE/docs/extras/uninstall-payloadloader.md +++ b/translations/et_EE/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/et_EE/docs/sidebar.md b/translations/et_EE/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/et_EE/docs/sidebar.md +++ b/translations/et_EE/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/et_EE/docs/troubleshooting/common-issues-fixes.md b/translations/et_EE/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/et_EE/docs/troubleshooting/common-issues-fixes.md +++ b/translations/et_EE/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/et_EE/docs/user-guide/introduction.md b/translations/et_EE/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/et_EE/docs/user-guide/introduction.md +++ b/translations/et_EE/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/et_EE/docs/user-guide/tiramisu/autoboot.md b/translations/et_EE/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/et_EE/docs/user-guide/tiramisu/autoboot.md +++ b/translations/et_EE/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/et_EE/docs/user-guide/tiramisu/browser-exploit.md b/translations/et_EE/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/et_EE/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/et_EE/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/et_EE/docs/user-guide/tiramisu/nand-backup.md b/translations/et_EE/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/et_EE/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/et_EE/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/et_EE/docs/user-guide/tiramisu/sd-preparation.md b/translations/et_EE/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/et_EE/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/et_EE/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/et_EE/docs/user-guide/vwii/finalizing-setup.md b/translations/et_EE/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/et_EE/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/et_EE/docs/user-guide/vwii/installing-cioses.md b/translations/et_EE/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/et_EE/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/et_EE/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/et_EE/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/et_EE/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/et_EE/docs/user-guide/vwii/nand-backup.md b/translations/et_EE/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/et_EE/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/et_EE/docs/user-guide/vwii/patching-ios80.md b/translations/et_EE/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/et_EE/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/et_EE/docs/user-guide/vwii/sd-preparation.md b/translations/et_EE/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/et_EE/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/et_EE/docs/user-guide/vwii/sidebar.md b/translations/et_EE/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/et_EE/docs/user-guide/vwii/sidebar.md +++ b/translations/et_EE/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/et_EE/docs/vwii/vwii-modding.md b/translations/et_EE/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/et_EE/docs/vwii/vwii-modding.md +++ b/translations/et_EE/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/fi_FI/docs/extras/dump-wii-games.md b/translations/fi_FI/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/fi_FI/docs/extras/dump-wii-games.md +++ b/translations/fi_FI/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/fi_FI/docs/extras/uninstall-payloadloader.md b/translations/fi_FI/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/fi_FI/docs/extras/uninstall-payloadloader.md +++ b/translations/fi_FI/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/fi_FI/docs/sidebar.md b/translations/fi_FI/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/fi_FI/docs/sidebar.md +++ b/translations/fi_FI/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/fi_FI/docs/troubleshooting/common-issues-fixes.md b/translations/fi_FI/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/fi_FI/docs/troubleshooting/common-issues-fixes.md +++ b/translations/fi_FI/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/fi_FI/docs/user-guide/introduction.md b/translations/fi_FI/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/fi_FI/docs/user-guide/introduction.md +++ b/translations/fi_FI/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/fi_FI/docs/user-guide/tiramisu/autoboot.md b/translations/fi_FI/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/fi_FI/docs/user-guide/tiramisu/autoboot.md +++ b/translations/fi_FI/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/fi_FI/docs/user-guide/tiramisu/browser-exploit.md b/translations/fi_FI/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/fi_FI/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/fi_FI/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/fi_FI/docs/user-guide/tiramisu/nand-backup.md b/translations/fi_FI/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/fi_FI/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/fi_FI/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/fi_FI/docs/user-guide/tiramisu/sd-preparation.md b/translations/fi_FI/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/fi_FI/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/fi_FI/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/fi_FI/docs/user-guide/vwii/finalizing-setup.md b/translations/fi_FI/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/fi_FI/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/fi_FI/docs/user-guide/vwii/installing-cioses.md b/translations/fi_FI/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/fi_FI/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/fi_FI/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/fi_FI/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/fi_FI/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/fi_FI/docs/user-guide/vwii/nand-backup.md b/translations/fi_FI/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/fi_FI/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/fi_FI/docs/user-guide/vwii/patching-ios80.md b/translations/fi_FI/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/fi_FI/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/fi_FI/docs/user-guide/vwii/sd-preparation.md b/translations/fi_FI/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/fi_FI/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/fi_FI/docs/user-guide/vwii/sidebar.md b/translations/fi_FI/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/fi_FI/docs/user-guide/vwii/sidebar.md +++ b/translations/fi_FI/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/fi_FI/docs/vwii/vwii-modding.md b/translations/fi_FI/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/fi_FI/docs/vwii/vwii-modding.md +++ b/translations/fi_FI/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/fr_FR/docs/extras/dump-wii-games.md b/translations/fr_FR/docs/extras/dump-wii-games.md index 60d2a57c0..9ccef84ff 100644 --- a/translations/fr_FR/docs/extras/dump-wii-games.md +++ b/translations/fr_FR/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumper vos diques vous permet de : les lire sur un émulateur Wii (à savoir Dolphin), les lire en utilisant un lanceur supportant les cartes SD et appareils USB tel que Wiiflow, faire des injections Console Virtuelle qui peuvent être installées sur une clé USB formatée par la Wii U ou sur la NAND et lancées depuis le menu Wii U. -?> Dumper des jeux Wii nécessite une installation fonctionnelle de Homebrew sur la vWii, alors assurez-vous de terminer le [Modding de la vWii](vwii-modding) au préalable. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> Il est **ILLÉGAL** de partager les fichiers dumpés à l'aide de ce guide. Si vous avez l'intention d'utiliser ce guide pour ensuite partager vos jeux dumpés, ne le faites pas. @@ -27,7 +27,7 @@ Si vous avez l'intention d'utiliser ce guide pour ensuite partager vos jeux dump 1. Lisez la clause de non-responsabilité puis appuyez sur A. 1. Sélectionnez Yes pour activer les calculs de la somme de contrôle. 1. Sélectionnez USB ou Front SD selon le périphérique que vous souhaitez utiliser pour le processus de dumping. - - Veuillez noter que l'appareil que vous choisirez doit être formaté soit en FAT32 soit en NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Appuyez sur A pour continuer. 1. Sélectionnez No sur l'écran qui vous demande de télécharger les fichiers DAT de redump.org. 1. Insérez votre disque puis appuyez sur A. @@ -42,14 +42,13 @@ Si vous avez l'intention d'utiliser ce guide pour ensuite partager vos jeux dump ### Fusionner les fichiers scindés -?> Si vous avez dumpé le disque sur un périphérique formaté en FAT32, vous devriez avoir au moins 2 fichiers qui se terminent par `.partX.iso`. Il faut les fusionner. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. Il faut les fusionner. #### Windows {docsify-ignore} 1. Copiez tous les fichiers qui portent le même nom et qui se terminent par `.partX.iso` dans un dossier de votre ordinateur. -1. Ouvrez une fenêtre d'invite de commande. -1. Utilisez la commande `cd ` et remplacez `` par le chemin d'accès à vos fichiers `.partX.iso`. -1. Utilisez la commande suivante comme telle : `copie /b *.part ?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/fr_FR/docs/extras/uninstall-payloadloader.md b/translations/fr_FR/docs/extras/uninstall-payloadloader.md index de235b209..7243c0477 100644 --- a/translations/fr_FR/docs/extras/uninstall-payloadloader.md +++ b/translations/fr_FR/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### Ce dont vous avez besoin {docsify-ignore} - Les derniers fichiers de [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/fr_FR/docs/sidebar.md b/translations/fr_FR/docs/sidebar.md index 91bb38832..a7bd63eb5 100644 --- a/translations/fr_FR/docs/sidebar.md +++ b/translations/fr_FR/docs/sidebar.md @@ -1,8 +1,7 @@ - **Guide de l'utilisateur** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [Modding de la vWii](vwii-modding) +- [Modding de la vWii](vwii/sd-preparation) - **Résolution de problèmes** - [Problèmes courants & solutions](common-issues-fixes) - [Récupérer un·e IOS/Chaîne vWii](recover-vwii-ioses-channels) diff --git a/translations/fr_FR/docs/troubleshooting/common-issues-fixes.md b/translations/fr_FR/docs/troubleshooting/common-issues-fixes.md index e8af374fb..490fcbf43 100644 --- a/translations/fr_FR/docs/troubleshooting/common-issues-fixes.md +++ b/translations/fr_FR/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Erreurs du navigateur - - **FSGetMountSource failed:** Même chose que -3 ci-dessus, cela signifie qu'aucune carte SD n'a été détectée. Réinsérez la carte SD et réessayez. + - **FSGetMountSource failed:** Même chose que -3 ci-dessus, cela signifie qu'aucune carte SD n'a été détectée. Réinsérez la carte SD et réessayez. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Fichier payload manquant sur la carte SD. Vérifiez que vous avez bien le fichier payload.elf dans le dossier wiiu. - **FSOpenFile failed:** `homebrew_launcher` manquant sur la carte SD. Assurez-vous que vous avez `homebrew_launcher.elf` dans le dossier /wiiu/apps/homebrew_launcher. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Le menu Gestion des données demande de supprimer les données inutiles, qu'est-ce que cela signifie ? Il s'agit des fichiers restants, ce qui est dû à une ou plusieurs installations incomplètes. Choisissez toujours Oui pour supprimer ces données, car elles prennent de la place inutilement. Si jamais le processus de suppression des données semble ne pas fonctionner et tourne indéfiniment, vous pouvez supprimer manuellement les données vous-même. diff --git a/translations/fr_FR/docs/user-guide/introduction.md b/translations/fr_FR/docs/user-guide/introduction.md index f5ca049f1..de12798e4 100644 --- a/translations/fr_FR/docs/user-guide/introduction.md +++ b/translations/fr_FR/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Aide sur Discord** Pour une assistance en direct avec ce guide, veuillez nous rendre visite dans **#wiiu-assistance** sur le serveur [Nintendo Homebrew sur Discord](https://discord.gg/C29hYvh) et demandez de l'aide en anglais. Veuillez lire **#faq-wiiu**, ainsi que notre page [Foire Aux Questions](faq) pour voir si votre question a déjà reçu une réponse. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Veuillez lire **#faq-wiiu**, ainsi que notre page [Foire Aux Questions](faq) pour voir si votre question a déjà reçu une réponse. > Si vous appréciez ce guide, nous acceptons les [dons](donations). diff --git a/translations/fr_FR/docs/user-guide/tiramisu/autoboot.md b/translations/fr_FR/docs/user-guide/tiramisu/autoboot.md index 20c14fb81..89bb2585c 100644 --- a/translations/fr_FR/docs/user-guide/tiramisu/autoboot.md +++ b/translations/fr_FR/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Actuellement, chaque fois que vous voudrez lancer Tiramisu, vous devrez lancer l 1. Vous serez invité à choisir si vous souhaitez modifier le titre qui sera lancé lors du démarrage de la console. Appuyez sur A pour sélectionner `Switch to PayloadLoader`. 1. Une fois le processus terminé, appuyez sur A pour éteindre la console. 1. Le PayloadLoader sera maintenant lancé automatiquement à chaque démarrage de la console. - - Pour modifier le titre lancé au démarrage de la console, maintenez la touche START (+) sur le Gamepad lors du démarrage de la console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Naviguez dans la liste en utilisant la croix directionnelle pour survoler le titre que vous voulez démarrer automatiquement, puis appuyez sur le bouton Y pour définir le titre qui sera lancé automatiquement au démarrage de la console. - Appuyez sur A pour lancer le titre sélectionné. diff --git a/translations/fr_FR/docs/user-guide/tiramisu/browser-exploit.md b/translations/fr_FR/docs/user-guide/tiramisu/browser-exploit.md index ba52ed311..264fa5137 100644 --- a/translations/fr_FR/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/fr_FR/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Assurez-vous que votre Wii U a accès à Internet pour cette étape. 1. Retirez la carte SD de votre ordinateur et branchez-la sur votre console Wii U. 1. Lancez le navigateur Internet et allez sur le site web `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - Si votre Wii U reste coincée sur un écran blanc ou gelé, attendez quelques secondes. Si rien ne se passe, redémarrez la console, [réinitialisez les données de sauvegarde du navigateur](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) et réessayez. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/fr_FR/docs/user-guide/tiramisu/nand-backup.md b/translations/fr_FR/docs/user-guide/tiramisu/nand-backup.md index 3ceea394c..d75d2c07b 100644 --- a/translations/fr_FR/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/fr_FR/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ Au cas où quelque chose se passe mal dans le processus ultérieur et que votre - Dump SEEPROM: **yes** 1. Appuyez sur le bouton A pour démarrer le processus de dumping. 1. Une fois le processus terminé, éteignez votre Wii U, retirez votre carte SD de la Wii U et insérez-la dans votre PC. -1. Pour vous assurer de ne pas perdre les fichiers, copiez `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` et si vous avez choisi de faire une sauvegarde complète, `chaque fichier mlc.bin.part` sur votre ordinateur. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Supprimez les fichiers de votre carte SD pour libérer de l'espace. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/fr_FR/docs/user-guide/tiramisu/sd-preparation.md b/translations/fr_FR/docs/user-guide/tiramisu/sd-preparation.md index f03a64771..13547c8fd 100644 --- a/translations/fr_FR/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/fr_FR/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ Nous allons maintenant placer les fichiers du CFW requis et quelques fichiers ho ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### Disposition de la carte SD {docsify-ignore} @@ -32,37 +34,38 @@ Nous allons maintenant placer les fichiers du CFW requis et quelques fichiers ho ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/fr_FR/docs/user-guide/vwii/finalizing-setup.md b/translations/fr_FR/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/fr_FR/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/fr_FR/docs/user-guide/vwii/installing-cioses.md b/translations/fr_FR/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..b4ec2f194 --- /dev/null +++ b/translations/fr_FR/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installation des cIOS + +!> Make sure you have no `.wad` files anywhere else than in the `apps` folder on your SD Card. + +1. Allumez votre Wii U et lancez la vWii. +2. Lancez The Homebrew Channel. +3. Lancez d2x cIOS Installer. +4. Faites en sorte que ce qui suit soit identique à ce qui est affiché sur votre console : + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Faites en sorte que ce qui suit soit identique à ce qui est affiché sur votre console : + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Faites en sorte que ce qui suit soit identique à ce qui est affiché sur votre console : + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/fr_FR/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/fr_FR/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..304190b8d --- /dev/null +++ b/translations/fr_FR/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installer l'Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/fr_FR/docs/user-guide/vwii/nand-backup.md b/translations/fr_FR/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..ff7f4b7d8 --- /dev/null +++ b/translations/fr_FR/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Sauvegarde de la NAND + +In case anything goes wrong in the later process and your vWii ends up bricked, restoring a previously made NAND backup can fix it. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Utilisez la croix directionnelle du Wii U GamePad pour entrer la configuration suivante : + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Appuyez sur le bouton A pour démarrer le processus de dumping. +4. Une fois le processus terminé, éteignez votre Wii U, retirez votre carte SD de la Wii U et insérez-la dans votre PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Supprimez les fichiers de votre carte SD pour libérer de l'espace. +7. Retirez la carte SD de votre ordinateur et branchez-la sur votre console Wii U. diff --git a/translations/fr_FR/docs/user-guide/vwii/patching-ios80.md b/translations/fr_FR/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..6ef7bda3d --- /dev/null +++ b/translations/fr_FR/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Lancez Patched IOS 80 Installer for vWii. +2. Lisez l'écran d'avertissement et attendez 30 secondes. +3. Appuyez sur n'importe quel bouton pour installer. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/fr_FR/docs/user-guide/vwii/sd-preparation.md b/translations/fr_FR/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..5522c8e2e --- /dev/null +++ b/translations/fr_FR/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +Cette page vous guidera tout au long du processus de modding de votre vWii. + +We will now start by placing the required 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://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. + +### Ce dont vous avez besoin + +- 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 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. + +## Instructions + +1. Insérez la carte SD de votre Wii U dans votre PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Retirez la carte SD de votre ordinateur et branchez-la sur votre console Wii U. diff --git a/translations/fr_FR/docs/user-guide/vwii/sidebar.md b/translations/fr_FR/docs/user-guide/vwii/sidebar.md index b12ce6bee..938f66d3b 100644 --- a/translations/fr_FR/docs/user-guide/vwii/sidebar.md +++ b/translations/fr_FR/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**Modding de la vWii** - [Page d'accueil](../introduction) -- [Modding de la vWii](../vwii-modding) -- [Exploit du navigateur](browser-exploit) +- [Préparation de la carte SD](sd-preparation) +- [Sauvegarde de la NAND](nand-backup) +- [Installer l'Homebrew Channel](installing-homebrewchannel) +- [Installation des cIOS](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Liens** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Traduire](https://icongr.am/material/translate.svg?color=808080&size=16)Traduire](https://hacks-guide.crowdin.com/u/projects/10) - [Faire un don](../donations) -- [À propos](../about) \ No newline at end of file +- [À propos](../about) diff --git a/translations/fr_FR/docs/vwii/vwii-modding.md b/translations/fr_FR/docs/vwii/vwii-modding.md index 79bda37df..912550d45 100644 --- a/translations/fr_FR/docs/vwii/vwii-modding.md +++ b/translations/fr_FR/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- Cette page vous guidera tout au long du processus de modding de votre vWii. -Nous allons maintenant placer les fichiers Homebrew nécessaires sur la carte SD. +We will now start by placing the required Homebrew files on the SD Card. ?> **Remarque** Votre carte SD devra être formatée en FAT32. Si votre carte SD n'est pas formatée en FAT32, utilisez [GUIFormat](http://ridgecrop.co.uk/index.htm?guiformat.htm) avec 32k (32768) en taille d'unité d'Allocation pour la formater. **Ne nommez pas** la carte SD en tant que `wiiu` ou cela causera des problèmes avec les homebrews. @@ -19,7 +19,7 @@ Nous allons maintenant placer les fichiers Homebrew nécessaires sur la carte SD - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - Les vWii cIOS apps. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 1. Insérez la carte SD de votre Wii U dans votre PC. 1. Copiez le dossier `apps` du fichier Patched_IOS80_Installer_for_vWii.zip vers la racine de votre carte SD. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Appuyez sur le bouton A pour démarrer le processus de dumping. 1. Une fois le processus terminé, éteignez votre Wii U, retirez votre carte SD de la Wii U et insérez-la dans votre PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Supprimez les fichiers de votre carte SD pour libérer de l'espace. 1. Retirez la carte SD de votre ordinateur et branchez-la sur votre console Wii U. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Lisez l'écran d'avertissement et attendez 30 secondes. 1. Appuyez sur n'importe quel bouton pour installer. 1. Attendez que la console affiche IOS80 Installation is complete!. -1. Appuyez sur n'importe quel bouton pour quitter. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/he_IL/docs/extras/dump-wii-games.md b/translations/he_IL/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/he_IL/docs/extras/dump-wii-games.md +++ b/translations/he_IL/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/he_IL/docs/extras/uninstall-payloadloader.md b/translations/he_IL/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/he_IL/docs/extras/uninstall-payloadloader.md +++ b/translations/he_IL/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/he_IL/docs/sidebar.md b/translations/he_IL/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/he_IL/docs/sidebar.md +++ b/translations/he_IL/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/he_IL/docs/troubleshooting/common-issues-fixes.md b/translations/he_IL/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/he_IL/docs/troubleshooting/common-issues-fixes.md +++ b/translations/he_IL/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/he_IL/docs/user-guide/introduction.md b/translations/he_IL/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/he_IL/docs/user-guide/introduction.md +++ b/translations/he_IL/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/he_IL/docs/user-guide/tiramisu/autoboot.md b/translations/he_IL/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/he_IL/docs/user-guide/tiramisu/autoboot.md +++ b/translations/he_IL/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/he_IL/docs/user-guide/tiramisu/browser-exploit.md b/translations/he_IL/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/he_IL/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/he_IL/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/he_IL/docs/user-guide/tiramisu/nand-backup.md b/translations/he_IL/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/he_IL/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/he_IL/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/he_IL/docs/user-guide/tiramisu/sd-preparation.md b/translations/he_IL/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/he_IL/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/he_IL/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/he_IL/docs/user-guide/vwii/finalizing-setup.md b/translations/he_IL/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/he_IL/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/he_IL/docs/user-guide/vwii/installing-cioses.md b/translations/he_IL/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/he_IL/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/he_IL/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/he_IL/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/he_IL/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/he_IL/docs/user-guide/vwii/nand-backup.md b/translations/he_IL/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/he_IL/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/he_IL/docs/user-guide/vwii/patching-ios80.md b/translations/he_IL/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/he_IL/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/he_IL/docs/user-guide/vwii/sd-preparation.md b/translations/he_IL/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/he_IL/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/he_IL/docs/user-guide/vwii/sidebar.md b/translations/he_IL/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/he_IL/docs/user-guide/vwii/sidebar.md +++ b/translations/he_IL/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/he_IL/docs/vwii/vwii-modding.md b/translations/he_IL/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/he_IL/docs/vwii/vwii-modding.md +++ b/translations/he_IL/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/hr_HR/docs/extras/dump-wii-games.md b/translations/hr_HR/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/hr_HR/docs/extras/dump-wii-games.md +++ b/translations/hr_HR/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/hr_HR/docs/extras/uninstall-payloadloader.md b/translations/hr_HR/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/hr_HR/docs/extras/uninstall-payloadloader.md +++ b/translations/hr_HR/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/hr_HR/docs/sidebar.md b/translations/hr_HR/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/hr_HR/docs/sidebar.md +++ b/translations/hr_HR/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/hr_HR/docs/troubleshooting/common-issues-fixes.md b/translations/hr_HR/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/hr_HR/docs/troubleshooting/common-issues-fixes.md +++ b/translations/hr_HR/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/hr_HR/docs/user-guide/introduction.md b/translations/hr_HR/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/hr_HR/docs/user-guide/introduction.md +++ b/translations/hr_HR/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/hr_HR/docs/user-guide/tiramisu/autoboot.md b/translations/hr_HR/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/hr_HR/docs/user-guide/tiramisu/autoboot.md +++ b/translations/hr_HR/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/hr_HR/docs/user-guide/tiramisu/browser-exploit.md b/translations/hr_HR/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/hr_HR/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/hr_HR/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/hr_HR/docs/user-guide/tiramisu/nand-backup.md b/translations/hr_HR/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/hr_HR/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/hr_HR/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/hr_HR/docs/user-guide/tiramisu/sd-preparation.md b/translations/hr_HR/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/hr_HR/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/hr_HR/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/hr_HR/docs/user-guide/vwii/finalizing-setup.md b/translations/hr_HR/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/hr_HR/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/hr_HR/docs/user-guide/vwii/installing-cioses.md b/translations/hr_HR/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/hr_HR/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/hr_HR/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/hr_HR/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/hr_HR/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/hr_HR/docs/user-guide/vwii/nand-backup.md b/translations/hr_HR/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/hr_HR/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/hr_HR/docs/user-guide/vwii/patching-ios80.md b/translations/hr_HR/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/hr_HR/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/hr_HR/docs/user-guide/vwii/sd-preparation.md b/translations/hr_HR/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/hr_HR/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/hr_HR/docs/user-guide/vwii/sidebar.md b/translations/hr_HR/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/hr_HR/docs/user-guide/vwii/sidebar.md +++ b/translations/hr_HR/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/hr_HR/docs/vwii/vwii-modding.md b/translations/hr_HR/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/hr_HR/docs/vwii/vwii-modding.md +++ b/translations/hr_HR/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/hu_HU/docs/extras/dump-wii-games.md b/translations/hu_HU/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/hu_HU/docs/extras/dump-wii-games.md +++ b/translations/hu_HU/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/hu_HU/docs/extras/uninstall-payloadloader.md b/translations/hu_HU/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/hu_HU/docs/extras/uninstall-payloadloader.md +++ b/translations/hu_HU/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/hu_HU/docs/sidebar.md b/translations/hu_HU/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/hu_HU/docs/sidebar.md +++ b/translations/hu_HU/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/hu_HU/docs/troubleshooting/common-issues-fixes.md b/translations/hu_HU/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/hu_HU/docs/troubleshooting/common-issues-fixes.md +++ b/translations/hu_HU/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/hu_HU/docs/user-guide/introduction.md b/translations/hu_HU/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/hu_HU/docs/user-guide/introduction.md +++ b/translations/hu_HU/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/hu_HU/docs/user-guide/tiramisu/autoboot.md b/translations/hu_HU/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/hu_HU/docs/user-guide/tiramisu/autoboot.md +++ b/translations/hu_HU/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/hu_HU/docs/user-guide/tiramisu/browser-exploit.md b/translations/hu_HU/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/hu_HU/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/hu_HU/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/hu_HU/docs/user-guide/tiramisu/nand-backup.md b/translations/hu_HU/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/hu_HU/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/hu_HU/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/hu_HU/docs/user-guide/tiramisu/sd-preparation.md b/translations/hu_HU/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/hu_HU/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/hu_HU/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/hu_HU/docs/user-guide/vwii/finalizing-setup.md b/translations/hu_HU/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/hu_HU/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/hu_HU/docs/user-guide/vwii/installing-cioses.md b/translations/hu_HU/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/hu_HU/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/hu_HU/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/hu_HU/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/hu_HU/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/hu_HU/docs/user-guide/vwii/nand-backup.md b/translations/hu_HU/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/hu_HU/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/hu_HU/docs/user-guide/vwii/patching-ios80.md b/translations/hu_HU/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/hu_HU/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/hu_HU/docs/user-guide/vwii/sd-preparation.md b/translations/hu_HU/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/hu_HU/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/hu_HU/docs/user-guide/vwii/sidebar.md b/translations/hu_HU/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/hu_HU/docs/user-guide/vwii/sidebar.md +++ b/translations/hu_HU/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/hu_HU/docs/vwii/vwii-modding.md b/translations/hu_HU/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/hu_HU/docs/vwii/vwii-modding.md +++ b/translations/hu_HU/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/id_ID/docs/extras/dump-wii-games.md b/translations/id_ID/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/id_ID/docs/extras/dump-wii-games.md +++ b/translations/id_ID/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/id_ID/docs/extras/uninstall-payloadloader.md b/translations/id_ID/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/id_ID/docs/extras/uninstall-payloadloader.md +++ b/translations/id_ID/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/id_ID/docs/sidebar.md b/translations/id_ID/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/id_ID/docs/sidebar.md +++ b/translations/id_ID/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/id_ID/docs/troubleshooting/common-issues-fixes.md b/translations/id_ID/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/id_ID/docs/troubleshooting/common-issues-fixes.md +++ b/translations/id_ID/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/id_ID/docs/user-guide/introduction.md b/translations/id_ID/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/id_ID/docs/user-guide/introduction.md +++ b/translations/id_ID/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/id_ID/docs/user-guide/tiramisu/autoboot.md b/translations/id_ID/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/id_ID/docs/user-guide/tiramisu/autoboot.md +++ b/translations/id_ID/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/id_ID/docs/user-guide/tiramisu/browser-exploit.md b/translations/id_ID/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/id_ID/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/id_ID/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/id_ID/docs/user-guide/tiramisu/nand-backup.md b/translations/id_ID/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/id_ID/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/id_ID/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/id_ID/docs/user-guide/tiramisu/sd-preparation.md b/translations/id_ID/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/id_ID/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/id_ID/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/id_ID/docs/user-guide/vwii/finalizing-setup.md b/translations/id_ID/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/id_ID/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/id_ID/docs/user-guide/vwii/installing-cioses.md b/translations/id_ID/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/id_ID/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/id_ID/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/id_ID/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/id_ID/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/id_ID/docs/user-guide/vwii/nand-backup.md b/translations/id_ID/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/id_ID/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/id_ID/docs/user-guide/vwii/patching-ios80.md b/translations/id_ID/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/id_ID/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/id_ID/docs/user-guide/vwii/sd-preparation.md b/translations/id_ID/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/id_ID/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/id_ID/docs/user-guide/vwii/sidebar.md b/translations/id_ID/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/id_ID/docs/user-guide/vwii/sidebar.md +++ b/translations/id_ID/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/id_ID/docs/vwii/vwii-modding.md b/translations/id_ID/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/id_ID/docs/vwii/vwii-modding.md +++ b/translations/id_ID/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/it_IT/docs/extras/dump-wii-games.md b/translations/it_IT/docs/extras/dump-wii-games.md index 8cd9637bc..6fe873898 100644 --- a/translations/it_IT/docs/extras/dump-wii-games.md +++ b/translations/it_IT/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ Dumpare dischi del Wii --- Dumpare i tuoi dischi ti permette di: giocarli su un emulatore Wii (come Dolphin), giocarli utilizzando un USB/SD Card loader come WiiFlow, creare un inject in Virtual Console che può essere installato su un dispositivo USB formattato in Wii U o nella NAND e avviato dal menu Wii U. -?> Dumpare i giochi Wii richiede la modifica del vWii, quindi assicurati di seguire tutta la [guida alla modifica del vWii](vwii-modding) prima di procedere. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> E' **ILLEGALE** condividere i file dumpati con questa guida. Se hai intenti di utilizzare questa guida per condividere i tuoi giochi dumpati, non farlo. @@ -27,7 +27,7 @@ Se hai intenti di utilizzare questa guida per condividere i tuoi giochi dumpati, 1. Leggi le avvertenze e premi A. 1. Seleziona Yes per abilitare Checksum Calculations. 1. Seleziona lo USB o la SD a dipendenza del dispositivo che vuoi utilizzare per il processo di dumping. - - Si prega di notare che il dispositivo che sceglierai deve essere formattato in FAT32 o NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Premi A per continuare. 1. Seleziona No nella schermata che chiede di scaricare i file DAT di redump.org. 1. Inserisci il tuo disco e premi A. @@ -42,14 +42,13 @@ Se hai intenti di utilizzare questa guida per condividere i tuoi giochi dumpati, ### Unire i file divisi -?> Se hai dumpato il disco su un dispositivo formattato in FAT32, dovresti avere almeno due file che terminano con `.partX.iso`. Hanno bisogno di essere uniti. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. Hanno bisogno di essere uniti. #### Windows {docsify-ignore} 1. Copia tutti i file che condividono lo stesso nome e che terminano con `.partX.iso` in una cartella sul tuo computer. -1. Apri una finestra del Prompt dei comandi. -1. Usa il comando `cd ` e sostituisci `` con il percorso dei tuoi file `.partX.iso`. -1. Usa il seguente comando come viene riportato affianco: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/it_IT/docs/extras/uninstall-payloadloader.md b/translations/it_IT/docs/extras/uninstall-payloadloader.md index e7671c7c7..83bb5728e 100644 --- a/translations/it_IT/docs/extras/uninstall-payloadloader.md +++ b/translations/it_IT/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ Questa pagina ti guiderà attraverso il processo di disinstallazione di PayloadL ### Cosa ti servirà {docsify-ignore} - Gli ultimi file da [Tiramisu per il tuo caffè](https://tiramisu.foryour.cafe). - - Seleziona `EnvironmentLoader` e `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Annullare l'auto-avvio in PayloadLoader diff --git a/translations/it_IT/docs/sidebar.md b/translations/it_IT/docs/sidebar.md index 746ed25c5..6001b4a01 100644 --- a/translations/it_IT/docs/sidebar.md +++ b/translations/it_IT/docs/sidebar.md @@ -1,8 +1,7 @@ - **Guida per l'utente** - [Introduzione](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Risoluzione Dei Problemi** - [Problemi comuni & Soluzioni](common-issues-fixes) - [Recupera un Canale/IOS vWii](recover-vwii-ioses-channels) diff --git a/translations/it_IT/docs/troubleshooting/common-issues-fixes.md b/translations/it_IT/docs/troubleshooting/common-issues-fixes.md index c17e897a9..47f1755a6 100644 --- a/translations/it_IT/docs/troubleshooting/common-issues-fixes.md +++ b/translations/it_IT/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Errori del browser - - **FSGetMountSource failed:**è uguale a -3, indica che la SD non viene rilevata. Re-inserisci la SD e riprova. + - **FSGetMountSource failed:**è uguale a -3, indica che la SD non viene rilevata. Re-inserisci la SD e riprova. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** il payload non è stato trovato nella SD. Controlla di avere il file payload.elf nella cartella wiiu. - **FSOpenFile failed:** l'`homebrew_launcher` non è presente all'interno della SD. Controlla di avere `homebrew_launcher.elf` nella cartella /wiiu/apps/homebrew_launcher. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Gestione Dati chiede di cancellare dati non necessari, che significa? Questo si riferisce a file rimasti da installazioni incomplete. Seleziona sempre "Si" per cancellare questi dati, visto che occupano spazio per nessun motivo. Se si blocca durante l'eliminazione dei file, puoi cancellarli manualmente. diff --git a/translations/it_IT/docs/user-guide/introduction.md b/translations/it_IT/docs/user-guide/introduction.md index 6b309844f..135291169 100644 --- a/translations/it_IT/docs/user-guide/introduction.md +++ b/translations/it_IT/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- Una guida in collaborazione tra gli Helper e lo Staff di Nintendo Homebrew da stock a Tiramisu Custom Firmware. -?> **Assistenza su Discord** per supporto in tempo reale, visitaci in **#wiiu-assistance** nel [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) e chiedi, in inglese, per assistenza. Per favore leggi **#faq-wiiu**, così come la pagina [Frequently Asked Questions](faq) per vedere se la tua domanda è già stata risposta. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Per favore leggi **#faq-wiiu**, così come la pagina [Frequently Asked Questions](faq) per vedere se la tua domanda è già stata risposta. > Se apprezzi questa guida, accettiamo [donazioni](donations). diff --git a/translations/it_IT/docs/user-guide/tiramisu/autoboot.md b/translations/it_IT/docs/user-guide/tiramisu/autoboot.md index 9ced87eb9..8c308ac94 100644 --- a/translations/it_IT/docs/user-guide/tiramisu/autoboot.md +++ b/translations/it_IT/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Attualmente, ogni volta che vorrai lanciare Tiramisu dovrai lanciare l'app Infor 1. Ti verrà chiesto se vuoi cambiare il titolo di avvio. Premi A per selezionare `Switch to PayloadLoader`. 1. Al termine del processo, premi A per spegnere la console. 1. Il PayloadLoader verrà ora avviato automaticamente ad ogni avvio. - - Per modificare il titolo predefinito di avvio tieni premuto Start (+) sul Gamepad durante l'avvio della console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Naviga l'elenco utilizzando il D-Pad per selezionare il titolo che vuoi avviare automaticamente, poi premi il pulsante Y per impostarlo come titolo predefinito. - Premi A per avviare il titolo selezionato. diff --git a/translations/it_IT/docs/user-guide/tiramisu/browser-exploit.md b/translations/it_IT/docs/user-guide/tiramisu/browser-exploit.md index d9673bb39..8a158d86d 100644 --- a/translations/it_IT/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/it_IT/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Assicurati che la tua Wii U sia connessa ad interneto per questo passaggio. 1. Togli la scheda SD dal computer e inseriscila nella console Wii U. 1. Avvia il browser e naviga sul sito `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - Se il tuo Wii U rimane bloccato su uno schermo bianco o un altro schermo bloccato, aspetta qualche secondo. Se non accade nulla, riavvia la console, [resetta i dati del browser](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) e riprova. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/it_IT/docs/user-guide/tiramisu/nand-backup.md b/translations/it_IT/docs/user-guide/tiramisu/nand-backup.md index 07776a1af..e3484903e 100644 --- a/translations/it_IT/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/it_IT/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In caso qualcosa vada storto nei processi successivi e la tua Wii U si bricka, r - Dump SEEPROM: **yes** 1. Premi A per iniziare il processo di dumping. 1. Quando il processo è completo, spegni la tua Wii U, prendi la SD fuori dalla Wii U ed inseriscila nel tuo PC. -1. Per assicurarti di non perdere file, copia i file: `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` e se scegli di usare un backup completo, `ogni file chiamato mlc.bin.part` sul tuo computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Elimina i file dalla tua SD per liberare spazio. -?> **Se il PayloadLoader è già installato nell'app Informazioni per la salute e la sicurezza e la tua console lo avvia automaticamente, non è necessario continuare a seguire la guida.** \ No newline at end of file +?> **Se il PayloadLoader è già installato nell'app Informazioni per la salute e la sicurezza e la tua console lo avvia automaticamente, non è necessario continuare a seguire la guida.** diff --git a/translations/it_IT/docs/user-guide/tiramisu/sd-preparation.md b/translations/it_IT/docs/user-guide/tiramisu/sd-preparation.md index 9862719e0..73f9752b1 100644 --- a/translations/it_IT/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/it_IT/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ Ora inseriremo i file del CFW richiesti e alcuni altri file homebrew sulla sched ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### Layout scheda SD {docsify-ignore} @@ -32,37 +34,38 @@ Ora inseriremo i file del CFW richiesti e alcuni altri file homebrew sulla sched ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/it_IT/docs/user-guide/vwii/finalizing-setup.md b/translations/it_IT/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..b8323e112 --- /dev/null +++ b/translations/it_IT/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Completamento dell'installazione + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/it_IT/docs/user-guide/vwii/installing-cioses.md b/translations/it_IT/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..4f8ed223a --- /dev/null +++ b/translations/it_IT/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installazione dei cIOS + +!> Make sure you have no `.wad` files anywhere else than in the `apps` folder on your SD Card. + +1. Accendi il tuo Wii U e avvia il vWii. +2. Avvia L'Homebrew Channel. +3. Avvia d2x cIOS Installer. +4. Imposta tutto in modo da corrispondere a quanto segue: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Imposta tutto in modo da corrispondere a quanto segue: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Imposta tutto in modo da corrispondere a quanto segue: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/it_IT/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/it_IT/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..a875f12f6 --- /dev/null +++ b/translations/it_IT/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installazione dell'Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Avvia l'Homebrew Launcher, aprendo il Centro di creazione Mii. +3. Launch the vWii Compat Installer. +4. Press `A` to install the Homebrew Channel and wait until you see `Install succeeded`. Poi premi il pulsante HOME per tornare al menu Wii U. +5. Avvia la vWii (l'icona del Menu Wii). + - Se l'installazione è riuscita, dovresti vedere l'Homebrew Channel nel tuo Menu Wii. diff --git a/translations/it_IT/docs/user-guide/vwii/nand-backup.md b/translations/it_IT/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..5fad5a116 --- /dev/null +++ b/translations/it_IT/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Backup della NAND + +Nel caso qualcosa andasse storto durante il processo e la tua vWii si bricka, ripristinare un backup della NAND fatto in precedenza farà ritornare tutto come prima. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Usa il D-Pad del GamePad per inserire la seguente configurazione: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Premi A per iniziare il processo di dumping. +4. Quando il processo è completo, spegni la tua Wii U, prendi la SD fuori dalla Wii U ed inseriscila nel tuo PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Elimina i file dalla tua SD per liberare spazio. +7. Togli la scheda SD dal computer e inseriscila nella console Wii U. diff --git a/translations/it_IT/docs/user-guide/vwii/patching-ios80.md b/translations/it_IT/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..41fd85bb5 --- /dev/null +++ b/translations/it_IT/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Avvia Patched IOS 80 Installer for vWii. +2. Leggi la schermata di avviso e aspetta 30 secondi. +3. Premi qualsiasi tasto per installarlo. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/it_IT/docs/user-guide/vwii/sd-preparation.md b/translations/it_IT/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..e870ddbe2 --- /dev/null +++ b/translations/it_IT/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +Questa pagina ti guiderà nel processo di modding del tuo vWii. + +We will now start by placing the required 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://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. + +### Cosa ti servirà + +- 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 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. + +## Istruzioni + +1. Inserisci la SD della tua Wii U nel PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Togli la scheda SD dal computer e inseriscila nella console Wii U. diff --git a/translations/it_IT/docs/user-guide/vwii/sidebar.md b/translations/it_IT/docs/user-guide/vwii/sidebar.md index 7f18eb8bb..b5a85647d 100644 --- a/translations/it_IT/docs/user-guide/vwii/sidebar.md +++ b/translations/it_IT/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigazione** +**Modding vWii** - [Pagina Iniziale](../introduction) -- [Modding vWii](../vwii-modding) -- [Exploit del Browser](browser-exploit) +- [Preparazione della SD](sd-preparation) +- [Backup della NAND](nand-backup) +- [Installazione dell'Homebrew Channel](installing-homebrewchannel) +- [Installazione dei cIOS](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Completamento dell'installazione](finalizing-setup) - **Collegamenti** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Traduci](https://icongr.am/material/translate.svg?color=808080&size=16)Traduci](https://hacks-guide.crowdin.com/u/projects/10) - [Dona](../donations) -- [Informazioni](../about) \ No newline at end of file +- [Informazioni](../about) diff --git a/translations/it_IT/docs/vwii/vwii-modding.md b/translations/it_IT/docs/vwii/vwii-modding.md index 17bb7651f..e265d530b 100644 --- a/translations/it_IT/docs/vwii/vwii-modding.md +++ b/translations/it_IT/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- Questa pagina ti guiderà nel processo di modding del tuo vWii. -Ora andremo ad inserire i file Homebrew nella SD. +We will now start by placing the required Homebrew files on the SD Card. ?> **Nota Bene** La tua SD dovrà essere formattata in FAT32. Se la tua SD non è formattata in FAT32 usa [GUIFormat](http://ridgecrop.co.uk/index.htm?guiformat.htm) con 32k (32768) di Unità di allocazione per formattarla. **Non** chiamare la SD come `wiiu` o causerà problemi con homebrew. @@ -19,7 +19,7 @@ Ora andremo ad inserire i file Homebrew nella SD. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - d2x cIOS Installer. -### Istruzioni {docsify-ignore} +### SD Preparations {docsify-ignore} 1. Inserisci la SD del tuo Wii U nel PC. 1. Copia la cartella `apps` dalla cartella Patched_IOS80_Installer_for_vWii.zip file nella radice della scheda SD. @@ -43,7 +43,7 @@ Nel caso qualcosa andasse storto durante il processo e la tua vWii si bricka, ri - Dump SEEPROM: **opzionale** 1. Premi A per iniziare il processo di dumping. 1. Quando il processo è completo, spegni la tua Wii U, prendi la SD fuori dalla Wii U ed inseriscila nel tuo PC. -1. Per assicurarti di non perdere i file, copia `slccmpt.bin`, `otp.bin`, e se scegli di fare il backup intero, `seeprom.bin`, `slc.bin`, e ogni file `mlc.bin.part` sul tuo computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Elimina i file dalla tua SD per liberare spazio. 1. Togli la scheda SD dal computer e inseriscila nella console Wii U. @@ -88,7 +88,7 @@ Nel caso qualcosa andasse storto durante il processo e la tua vWii si bricka, ri 1. Leggi la schermata di avviso e aspetta 30 secondi. 1. Premi qualsiasi tasto per installarlo. 1. Aspetta finchè dice IOS80 Installation is complete!. -1. Premi un qualsiasi pulsante per uscire. +1. Press any button to exit. !> Installando un Menu di Sistema personalizzato è un brick definitivo quindi dovresti sempre avere un backup prima di installare un Menu di Sistema ma quando fatto bene, non brickerà il vWii. diff --git a/translations/ja_JP/docs/extras/dump-wii-games.md b/translations/ja_JP/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/ja_JP/docs/extras/dump-wii-games.md +++ b/translations/ja_JP/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/ja_JP/docs/extras/uninstall-payloadloader.md b/translations/ja_JP/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/ja_JP/docs/extras/uninstall-payloadloader.md +++ b/translations/ja_JP/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/ja_JP/docs/sidebar.md b/translations/ja_JP/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/ja_JP/docs/sidebar.md +++ b/translations/ja_JP/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/ja_JP/docs/troubleshooting/common-issues-fixes.md b/translations/ja_JP/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/ja_JP/docs/troubleshooting/common-issues-fixes.md +++ b/translations/ja_JP/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/ja_JP/docs/user-guide/introduction.md b/translations/ja_JP/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/ja_JP/docs/user-guide/introduction.md +++ b/translations/ja_JP/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/ja_JP/docs/user-guide/tiramisu/autoboot.md b/translations/ja_JP/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/ja_JP/docs/user-guide/tiramisu/autoboot.md +++ b/translations/ja_JP/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/ja_JP/docs/user-guide/tiramisu/browser-exploit.md b/translations/ja_JP/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/ja_JP/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/ja_JP/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/ja_JP/docs/user-guide/tiramisu/nand-backup.md b/translations/ja_JP/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/ja_JP/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/ja_JP/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/ja_JP/docs/user-guide/tiramisu/sd-preparation.md b/translations/ja_JP/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/ja_JP/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/ja_JP/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/ja_JP/docs/user-guide/vwii/finalizing-setup.md b/translations/ja_JP/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/ja_JP/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/ja_JP/docs/user-guide/vwii/installing-cioses.md b/translations/ja_JP/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/ja_JP/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/ja_JP/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/ja_JP/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/ja_JP/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/ja_JP/docs/user-guide/vwii/nand-backup.md b/translations/ja_JP/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/ja_JP/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ja_JP/docs/user-guide/vwii/patching-ios80.md b/translations/ja_JP/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/ja_JP/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/ja_JP/docs/user-guide/vwii/sd-preparation.md b/translations/ja_JP/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/ja_JP/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ja_JP/docs/user-guide/vwii/sidebar.md b/translations/ja_JP/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/ja_JP/docs/user-guide/vwii/sidebar.md +++ b/translations/ja_JP/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/ja_JP/docs/vwii/vwii-modding.md b/translations/ja_JP/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/ja_JP/docs/vwii/vwii-modding.md +++ b/translations/ja_JP/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/ko_KR/docs/extras/dump-wii-games.md b/translations/ko_KR/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/ko_KR/docs/extras/dump-wii-games.md +++ b/translations/ko_KR/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/ko_KR/docs/extras/uninstall-payloadloader.md b/translations/ko_KR/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/ko_KR/docs/extras/uninstall-payloadloader.md +++ b/translations/ko_KR/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/ko_KR/docs/sidebar.md b/translations/ko_KR/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/ko_KR/docs/sidebar.md +++ b/translations/ko_KR/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/ko_KR/docs/troubleshooting/common-issues-fixes.md b/translations/ko_KR/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/ko_KR/docs/troubleshooting/common-issues-fixes.md +++ b/translations/ko_KR/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/ko_KR/docs/user-guide/introduction.md b/translations/ko_KR/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/ko_KR/docs/user-guide/introduction.md +++ b/translations/ko_KR/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/ko_KR/docs/user-guide/tiramisu/autoboot.md b/translations/ko_KR/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/ko_KR/docs/user-guide/tiramisu/autoboot.md +++ b/translations/ko_KR/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/ko_KR/docs/user-guide/tiramisu/browser-exploit.md b/translations/ko_KR/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/ko_KR/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/ko_KR/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/ko_KR/docs/user-guide/tiramisu/nand-backup.md b/translations/ko_KR/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/ko_KR/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/ko_KR/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/ko_KR/docs/user-guide/tiramisu/sd-preparation.md b/translations/ko_KR/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/ko_KR/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/ko_KR/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/ko_KR/docs/user-guide/vwii/finalizing-setup.md b/translations/ko_KR/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/ko_KR/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/ko_KR/docs/user-guide/vwii/installing-cioses.md b/translations/ko_KR/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/ko_KR/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/ko_KR/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/ko_KR/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/ko_KR/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/ko_KR/docs/user-guide/vwii/nand-backup.md b/translations/ko_KR/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/ko_KR/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ko_KR/docs/user-guide/vwii/patching-ios80.md b/translations/ko_KR/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/ko_KR/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/ko_KR/docs/user-guide/vwii/sd-preparation.md b/translations/ko_KR/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/ko_KR/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ko_KR/docs/user-guide/vwii/sidebar.md b/translations/ko_KR/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/ko_KR/docs/user-guide/vwii/sidebar.md +++ b/translations/ko_KR/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/ko_KR/docs/vwii/vwii-modding.md b/translations/ko_KR/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/ko_KR/docs/vwii/vwii-modding.md +++ b/translations/ko_KR/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/ms_MY/docs/extras/dump-wii-games.md b/translations/ms_MY/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/ms_MY/docs/extras/dump-wii-games.md +++ b/translations/ms_MY/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/ms_MY/docs/extras/uninstall-payloadloader.md b/translations/ms_MY/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/ms_MY/docs/extras/uninstall-payloadloader.md +++ b/translations/ms_MY/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/ms_MY/docs/sidebar.md b/translations/ms_MY/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/ms_MY/docs/sidebar.md +++ b/translations/ms_MY/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/ms_MY/docs/troubleshooting/common-issues-fixes.md b/translations/ms_MY/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/ms_MY/docs/troubleshooting/common-issues-fixes.md +++ b/translations/ms_MY/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/ms_MY/docs/user-guide/introduction.md b/translations/ms_MY/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/ms_MY/docs/user-guide/introduction.md +++ b/translations/ms_MY/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/ms_MY/docs/user-guide/tiramisu/autoboot.md b/translations/ms_MY/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/ms_MY/docs/user-guide/tiramisu/autoboot.md +++ b/translations/ms_MY/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/ms_MY/docs/user-guide/tiramisu/browser-exploit.md b/translations/ms_MY/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/ms_MY/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/ms_MY/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/ms_MY/docs/user-guide/tiramisu/nand-backup.md b/translations/ms_MY/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/ms_MY/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/ms_MY/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/ms_MY/docs/user-guide/tiramisu/sd-preparation.md b/translations/ms_MY/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/ms_MY/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/ms_MY/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/ms_MY/docs/user-guide/vwii/finalizing-setup.md b/translations/ms_MY/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/ms_MY/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/ms_MY/docs/user-guide/vwii/installing-cioses.md b/translations/ms_MY/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/ms_MY/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/ms_MY/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/ms_MY/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/ms_MY/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/ms_MY/docs/user-guide/vwii/nand-backup.md b/translations/ms_MY/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/ms_MY/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ms_MY/docs/user-guide/vwii/patching-ios80.md b/translations/ms_MY/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/ms_MY/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/ms_MY/docs/user-guide/vwii/sd-preparation.md b/translations/ms_MY/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/ms_MY/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ms_MY/docs/user-guide/vwii/sidebar.md b/translations/ms_MY/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/ms_MY/docs/user-guide/vwii/sidebar.md +++ b/translations/ms_MY/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/ms_MY/docs/vwii/vwii-modding.md b/translations/ms_MY/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/ms_MY/docs/vwii/vwii-modding.md +++ b/translations/ms_MY/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/nl_NL/docs/extras/dump-wii-games.md b/translations/nl_NL/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/nl_NL/docs/extras/dump-wii-games.md +++ b/translations/nl_NL/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/nl_NL/docs/extras/uninstall-payloadloader.md b/translations/nl_NL/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/nl_NL/docs/extras/uninstall-payloadloader.md +++ b/translations/nl_NL/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/nl_NL/docs/sidebar.md b/translations/nl_NL/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/nl_NL/docs/sidebar.md +++ b/translations/nl_NL/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/nl_NL/docs/troubleshooting/common-issues-fixes.md b/translations/nl_NL/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/nl_NL/docs/troubleshooting/common-issues-fixes.md +++ b/translations/nl_NL/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/nl_NL/docs/user-guide/introduction.md b/translations/nl_NL/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/nl_NL/docs/user-guide/introduction.md +++ b/translations/nl_NL/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/nl_NL/docs/user-guide/tiramisu/autoboot.md b/translations/nl_NL/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/nl_NL/docs/user-guide/tiramisu/autoboot.md +++ b/translations/nl_NL/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/nl_NL/docs/user-guide/tiramisu/browser-exploit.md b/translations/nl_NL/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/nl_NL/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/nl_NL/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/nl_NL/docs/user-guide/tiramisu/nand-backup.md b/translations/nl_NL/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/nl_NL/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/nl_NL/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/nl_NL/docs/user-guide/tiramisu/sd-preparation.md b/translations/nl_NL/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/nl_NL/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/nl_NL/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/nl_NL/docs/user-guide/vwii/browser-exploit.md b/translations/nl_NL/docs/user-guide/vwii/browser-exploit.md index 1cdf52a61..787672b5a 100644 --- a/translations/nl_NL/docs/user-guide/vwii/browser-exploit.md +++ b/translations/nl_NL/docs/user-guide/vwii/browser-exploit.md @@ -8,10 +8,10 @@ Make sure your Wii U has internet access for this step. 1. Launch an exploit of your choice: - If you've never run homebrew before, "launching the exploit" means run the Browser Exploit. To run the Browser Exploit launch the Internet Browser and navigate to the website `wiiuexploit.xyz`, then click on `Run Exploit!` - - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. - If you're coldbooting into the PayloadLoader, "launching the exploit" means booting your console. - If you're launching into the PayloadLoader via the Health & Safety application, "launching the exploit" means launching the Health & Safety Application. -1. While launching the exploit of your choice, hold either the B button (if you're following the `NAND Backup` section) or the X button (if you're following the `Installing the Homebrew Channel` section). +1. While launching the exploit of your choice, hold either the B button (if you're following the `NAND Backup` section) or the X button (if you're following the `Installing the Homebrew Channel` section). diff --git a/translations/nl_NL/docs/user-guide/vwii/finalizing-setup.md b/translations/nl_NL/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/nl_NL/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/nl_NL/docs/user-guide/vwii/installing-cioses.md b/translations/nl_NL/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/nl_NL/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/nl_NL/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/nl_NL/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/nl_NL/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/nl_NL/docs/user-guide/vwii/nand-backup.md b/translations/nl_NL/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/nl_NL/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/nl_NL/docs/user-guide/vwii/patching-ios80.md b/translations/nl_NL/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/nl_NL/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/nl_NL/docs/user-guide/vwii/sd-preparation.md b/translations/nl_NL/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/nl_NL/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/nl_NL/docs/user-guide/vwii/sidebar.md b/translations/nl_NL/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/nl_NL/docs/user-guide/vwii/sidebar.md +++ b/translations/nl_NL/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/nl_NL/docs/vwii/vwii-modding.md b/translations/nl_NL/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/nl_NL/docs/vwii/vwii-modding.md +++ b/translations/nl_NL/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/no_NO/docs/extras/dump-wii-games.md b/translations/no_NO/docs/extras/dump-wii-games.md index 3d4be615e..4085ffb67 100644 --- a/translations/no_NO/docs/extras/dump-wii-games.md +++ b/translations/no_NO/docs/extras/dump-wii-games.md @@ -47,9 +47,8 @@ Ikke bruk denne guiden til å dele spillene dine. #### Windows {docsify-ignore} 1. Kopier alle filene som deler samme navn og slutter med `.partX.iso` i en mappe på PC'en din. -1. Åpne opp et Command Prompt vindu. -1. Skriv `cd ` og erstatt `` med adressen til `.partX.iso` filene. -1. Skriv `copy /b *.part?.iso game.iso`. +1. Høyreklikk inne i mappen mens du holder Shift og velg `Åpne PowerShell-vindu her`. +1. I PowerShell-vinduet, skriv: `cmd.exe /c "copy /b *.part?.iso game.iso"` og trykk Enter. #### macOS/Linux {docsify-ignore} diff --git a/translations/no_NO/docs/extras/uninstall-payloadloader.md b/translations/no_NO/docs/extras/uninstall-payloadloader.md index 9a955f392..7c50ce6f4 100644 --- a/translations/no_NO/docs/extras/uninstall-payloadloader.md +++ b/translations/no_NO/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ Denne siden vil hjelpe deg med å avinstallere PayloadLoader fra Wii U konsollen ### Dette Trenger Du {docsify-ignore} - De nyeste filene i [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Velg `EnvironmentLoader` og `PayloadLoader Installer` + - Klikk på `Download Tiramisu`. ### Tilbakestille Autobooting inn i PayloadLoader @@ -24,6 +24,6 @@ Denne siden vil hjelpe deg med å avinstallere PayloadLoader fra Wii U konsollen 1. Kjør Health & Safety Appen mens du holder X på Gamepad'en 1. Gå til `installer` environment og kjør den ved å trykke på A. 1. Trykk A for å velge `Check`. -1. Select `Remove`. -1. You will be asked if you really want to remove the PayloadLoader. Select `Remove` again. +1. Velg `Remove`. +1. Du vil bli spurt om du virkelig vil fjerne PayloadLoader. Velg `Remove` igjen. 1. Når prosessen er ferdig, trykk A for å slå av konsollen. diff --git a/translations/no_NO/docs/sidebar.md b/translations/no_NO/docs/sidebar.md index c3e39a268..12a807205 100644 --- a/translations/no_NO/docs/sidebar.md +++ b/translations/no_NO/docs/sidebar.md @@ -1,23 +1,22 @@ - **Bruker Guide** - [Introduksjon](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modifisering](vwii-modding) +- [vWii Modifisering](vwii/sd-preparation) - **Feilsøking** - [Vanlige Feil & Løsninger](common-issues-fixes) - [Gjenopprett en vWii IOS/Channel](recover-vwii-ioses-channels) -- **Extras** -- [Blocking Updates](block-updates) -- [Unblocking Updates](unblock-updates) -- [Dumping Wii U Discs](dump-games) -- [Dumping Wii Discs](dump-wii-games) -- [Uninstall CBHC](uninstall-cbhc) -- [Uninstall Indexiine](uninstall-indexiine) -- [Uninstall Payloadloader](uninstall-payloadloader) -- [Frequently Asked Questions](faq) -- **Archive** +- **Ekstra** +- [Blokkere Systemoppdateringer](block-updates) +- [Fjerne Blokkering av Systemoppdateringer](unblock-updates) +- [Dumpe Wii U Spill fra Disk](dump-games) +- [Dumpe Wii Spill fra Disk](dump-wii-games) +- [Avinstallere CBHC](uninstall-cbhc) +- [Avinstallere Indexiine](uninstall-indexiine) +- [Avinstallere PayloadLoader](uninstall-payloadloader) +- [Ofte Stilte Spørsmål](faq) +- **Arkiv** - [Utdaterte Metoder](archive/cfw-choice) -- [Configurable Payload](configurable-payload) +- [Konfigurerbar Payload](configurable-payload) - **Lenker** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) diff --git a/translations/no_NO/docs/troubleshooting/common-issues-fixes.md b/translations/no_NO/docs/troubleshooting/common-issues-fixes.md index 3c88f7050..4adca91fb 100644 --- a/translations/no_NO/docs/troubleshooting/common-issues-fixes.md +++ b/translations/no_NO/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Nettleser feil - - **FSGetMountSource failed:** Samme som -3 ovenfor, betyr at SD-kortet ikke blir registrert. Sett inn SD-kortet på nytt og prøv igjen. + - **FSGetMountSource failed:** Samme som -3 ovenfor, betyr at SD-kortet ikke blir registrert. Sett inn SD-kortet på nytt og prøv igjen. Dette kan også bety at SD kortet har på skrivelås (Tappen på siden av kortet er dratt ned istedenfor opp) eller at du har gitt SD kortet navnet "WIIU", som vi tidligere har sagt vil lage konflikter. Hvis det ikke er noen av disse problemene, se på det siste forslaget om -3 ovenfor. + - **FSOpenFile failed [...] payload.elf:** Mangler payload filen på SD-kortet. Kontroller at du har en payload.elf fil i wiiu mappen. - **FSOpenFile failed:** Mangler `homebrew_launcher` på SD-kortet. Skjekk at du har `homebrew_launcher.elf` i /wiiu/apps/homebrew_launcher mappen. + - **SD Mount Failed:** Lignende feilkode -4, Konsollen gjenkjenner SD kortet, men klarer ikke mounte den. Sørg for at den er formatert riktig. I tillegg er SD kort fra velkjente merkevarer mer kompatibelt (f.eks. SanDisk, Samsung, Lexar, osv.) og har større sjangs for å lykkes. + ### Data Management spør om "delete unnecessary data", what does it mean? Dette refererer til filer som ligger igjen fra ufullstendige installasjoner. Velg alltid "yes" for å slette disse dataene, da det bare tar plass uten grunn. Hvis den sletter i en uendelig loop, kan du manuelt slette dataene selv. diff --git a/translations/no_NO/docs/user-guide/introduction.md b/translations/no_NO/docs/user-guide/introduction.md index bbb54d766..9a912e3ef 100644 --- a/translations/no_NO/docs/user-guide/introduction.md +++ b/translations/no_NO/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- En guide i samarbeid med Staff og Helpers fra Nintendo Homebrew, fra urørt konsoll til Tiramisu custom firmware. -?> **Discord Hjelp** For direkte støtte med denne guiden, kan du snakke med oss i **#wiiu-assistance** på [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) kanalen og spørre om hjelp på engelsk. Les **#faq-wiiu**, og [Ofte Stilte Spørsmål](faq) for å se om spørsmålet ditt allerede har blitt besvart. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Les **#faq-wiiu**, og [Ofte Stilte Spørsmål](faq) for å se om spørsmålet ditt allerede har blitt besvart. > Hvis du setter pris på denne guiden, godtar vi [donasjoner](donations). diff --git a/translations/no_NO/docs/user-guide/tiramisu/autoboot.md b/translations/no_NO/docs/user-guide/tiramisu/autoboot.md index 1cb488a3b..9c074a00f 100644 --- a/translations/no_NO/docs/user-guide/tiramisu/autoboot.md +++ b/translations/no_NO/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Hver gang du vil kjøre Tiramisu så må du starte Health and Safety Information 1. Du vil bli spurt om du vil bytte boot title. Trykk A for å velge `Switch to PayloadLoader`. 1. Når prosessen er ferdig, trykk A for å slå av konsollen. 1. PayloadLoader vil nå kjøre automatisk når konsollen starter. - - For å endre "default boot title" hold Start (+) på Gamepaden mens konsollen slår seg på. + - For å endre "default boot title" hold Start (+) på Gamepaden mens konsollen slår seg på. Du kan ikke bytte boot title før du har satt en default environment først. - Naviger lista ved å bruke D-Paden og velg hvilken tittel du vil autoboote inn i, så trykker du Y knappen for å sette det til autoboot tittel. - Trykk på A for å starte den valgte tittelen. diff --git a/translations/no_NO/docs/user-guide/tiramisu/browser-exploit.md b/translations/no_NO/docs/user-guide/tiramisu/browser-exploit.md index 5a3fea227..246cf7810 100644 --- a/translations/no_NO/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/no_NO/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Sørg for at Wii U konsollen har internettilgang for dette trinnet. 1. Ta SD-kortet ut av PC'en og sett den inn i Wii U konsollen. 1. Start nettleseren og gå til `wiiuexploit.xyz`. -1. Trykk på `Run Exploit!` og hold B knappen intill du ser en meny, dette vil være nødvendig for de neste stegene. +1. Trykk `Run Exploit!` og hold B knappen inne intil du ser ett skjermbilde som sier `Please choose your payload:`, Dette er nødvendig for de neste stegene. - Hvis Wii U konsollen blir sittende fast på en hvit eller fryst skjerm, vent noen få sekunder. Hvis ingenting skjer, start konsollen på nytt og [tilbakestill nettleserens lagringsdata](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) og prøv igjen. + - Hvis du ser EnvironmentLoader, så holdt du ikke B knappen inne lenge nok. Prøv på nytt. diff --git a/translations/no_NO/docs/user-guide/tiramisu/finalizing-setup.md b/translations/no_NO/docs/user-guide/tiramisu/finalizing-setup.md index c08806921..9bafb23e0 100644 --- a/translations/no_NO/docs/user-guide/tiramisu/finalizing-setup.md +++ b/translations/no_NO/docs/user-guide/tiramisu/finalizing-setup.md @@ -10,7 +10,7 @@ Vi skal gjøre så Tiramisu environmentet starter automatisk når konsollen auto 1. Slå på Wii U konsollen. - Environment Loader burde komme opp. -1. Using the D-Pad, navigate to `tiramisu` and press Y to set this to your default environment, then press A to launch into Tiramisu. +1. Ved å bruke D-Paden, naviger til `tiramisu` og trykk Y for å sette dette til default envrionment, så trykker du A for å kjøre Tiramisu. - Det kan hende du får ett rødt advarselvindu som forteller deg at oppdateringer ikke er blokkert ordentlig. Trykk likevel A for å fortsette. Vi går gjennom hvordan man blokkerer oppdateringer i "Blokkere Systemoppdateringer" delen nedenfor. - For å åpne Environment Loader i fremtiden, må du holde X mens Wii U konsollen slår seg på. 1. På Tiramisu Boot Selector, `Wii U Menu` burde allerede være valgt, trykk Y for å sette det til default autobooting option, så trykker du A for å komme inn i Wii U Menu. @@ -18,7 +18,7 @@ Vi skal gjøre så Tiramisu environmentet starter automatisk når konsollen auto ?> Når du har kommet inn i Tiramisu environment, kan du åpne Mii Maker appen når som helst for å komme inn i Homebrew Launcher.
Homebrew Launcher vil være tom for førstegangs oppsett. Følg resten av guiden for å installere apper i Homebrew Launcher.
For å gå tilbake til Mii Maker, trykk HOME knappen mens du er i Homebrew Launcher. -### Blocking Updates +### Blokkere Systemoppdateringer Selv om Tiramisu's PayloadLoader allerede har en update block funksjon, så er det anbefalt å slette update mappen for være sikker på at systemet ikke oppdateres automatisk. Hvis du får ett rødt advarselvindu mens du starter opp i Tiramisu, så betyr det at update mappen fortsatt er i systemet og det er anbefalt å slette den med [denne guiden](../block-updates). ### Ekstra Homebrew-apper diff --git a/translations/no_NO/docs/user-guide/tiramisu/nand-backup.md b/translations/no_NO/docs/user-guide/tiramisu/nand-backup.md index 1d81c31ba..1b9741427 100644 --- a/translations/no_NO/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/no_NO/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ Hvis noe går galt senere i prosessen og Wii U konsollen "bricker", vil gjenoppr - Dump SEEPROM: **yes** 1. Trykk på A knappen for å starte dumpingprosessen. 1. Når prosessen er fullført, skru av Wii U konsollen, ta ut SD-kortet og sett den inn i PC-en din. -1. For å forsikre deg om at du ikke mister filene, kopier `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp. ` og hvis du valgte å gå for full sikkerhetskopi, `hver mlc.bin.part` til PC'en din. +1. Filene vil vises på roten av SD-kortet. +1. For å forsikre deg om at du ikke mister filene, kopier `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp. ` (og hvis du valgte å gå for full sikkerhetskopi, `hver mlc.bin.part`) til PC'en din. 1. Slett filene fra SD-kortet for å frigjøre plass. -?> **Hvis PayloadLoader allerede er installert over Health and Safety Information appen og konsollen din allerede autobooter det, trenger du ikke følge denne guiden mer.** \ No newline at end of file +?> **Hvis PayloadLoader allerede er installert over Health and Safety Information appen og konsollen din allerede autobooter det, trenger du ikke følge denne guiden mer.** diff --git a/translations/no_NO/docs/user-guide/tiramisu/sd-preparation.md b/translations/no_NO/docs/user-guide/tiramisu/sd-preparation.md index 2a7437f57..e4e30819d 100644 --- a/translations/no_NO/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/no_NO/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ Her vil vi plassere de nødvendige CFW-filene og noen ekstra homebrew filer på ?> Hvis pc'en din spør deg om å erstatte eksisterende filer på SD-kortet, skal du trykke ja. + Hvis du bruker en Mac, må du velge `Merge` i stedet for å erstatte. + ---------- ### SD-kort oppsett {docsify-ignore} @@ -32,37 +34,38 @@ Her vil vi plassere de nødvendige CFW-filene og noen ekstra homebrew filer på ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/no_NO/docs/user-guide/vwii/finalizing-setup.md b/translations/no_NO/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..0c78c9fce --- /dev/null +++ b/translations/no_NO/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Fullføre installasjon + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Ekstra Homebrew-apper + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Ekstra Homebrew Apper - Dette Trenger Du + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Ekstra Homebrew Apper - Pakke ut Filer to SD-Kortet + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versjoner før 0.8.2 vil bricke vWii. diff --git a/translations/no_NO/docs/user-guide/vwii/installing-cioses.md b/translations/no_NO/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..23a8e41e7 --- /dev/null +++ b/translations/no_NO/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installerer cIOS'er + +!> Make sure you have no `.wad` files anywhere else than in the `apps` folder on your SD Card. + +1. Slå på Wii U konsollen og start vWii. +2. Start Homebrew Channel. +3. Kjør d2x cIOS Installer. +4. Velg følgende instillinger: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Velg følgende instillinger: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Velg følgende instillinger: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/no_NO/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/no_NO/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..e9f5c7505 --- /dev/null +++ b/translations/no_NO/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installere Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Kjør Homebrew Launcher ved å starte Mii Maker. +3. Launch the vWii Compat Installer. +4. Press `A` to install the Homebrew Channel and wait until you see `Install succeeded`. Så trykker du HOME-knappen for å gå tilbake til Wii U menu. +5. Start vWii (Wii menu ikonet). + - Hvis installasjonen ble ferdig, bør du se Homebrew Channel kanalen i Wii Menu. diff --git a/translations/no_NO/docs/user-guide/vwii/nand-backup.md b/translations/no_NO/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..a87eaa378 --- /dev/null +++ b/translations/no_NO/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## NAND Backup + +Hvis noe går galt senere i prosessen og vWii "bricker", vil gjenoppretting av en NAND backup muligens fikse den. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Bruk D-padden for å sette opp følgende konfigurasjon: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Trykk på A knappen for å starte dumpingprosessen. +4. Når prosessen er fullført, skru av Wii U konsollen, ta ut SD-kortet og sett den inn i PC-en din. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Slett filene fra SD-kortet for å frigjøre plass. +7. Ta SD-kortet ut av PC'en og sett den inn i Wii U konsollen. diff --git a/translations/no_NO/docs/user-guide/vwii/patching-ios80.md b/translations/no_NO/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..ee88439d1 --- /dev/null +++ b/translations/no_NO/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Kjør Patched IOS 80 Installer for vWii. +2. Les advarselen og vent 30 sekunder. +3. Trykk en knapp for å installere. +4. Wait until it says IOS80 Installation is complete!. +5. Trykk en knapp for å avslutte. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/no_NO/docs/user-guide/vwii/sd-preparation.md b/translations/no_NO/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..24c0d7a90 --- /dev/null +++ b/translations/no_NO/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +Denne siden vil hjelpe deg med å modifisere vWii. + +Vi starter med å plassere Homebrew filene du trenger på SD-kortet ditt. + +?> **Notice** +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. + +### Dette trenger du + +- The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). + - Click on `Download Tiramisu`. + - Hvis du allerede har installert Tiramisu, trenger du ikke å laste den ned på nytt. +- 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. + +## Instruksjoner + +1. Sett SD-kortet ditt i PC'en din. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Ta SD-kortet ut av PC'en og sett den inn i Wii U konsollen. diff --git a/translations/no_NO/docs/user-guide/vwii/sidebar.md b/translations/no_NO/docs/user-guide/vwii/sidebar.md index e1bb9c722..e9be68fe2 100644 --- a/translations/no_NO/docs/user-guide/vwii/sidebar.md +++ b/translations/no_NO/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigering** +**vWii Modifisering** - [Hjemmesiden](../introduction) -- [vWii Modifisering](../vwii-modding) -- [Nettleser Exploit](browser-exploit) +- [Forberede SD-kortet](sd-preparation) +- [NAND Backup](nand-backup) +- [Installere Homebrew Channel](installing-homebrewchannel) +- [Installerer cIOS'er](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Fullføre installasjon](finalizing-setup) - **Lenker** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Oversett](https://icongr.am/material/translate.svg?color=808080&size=16)Oversett](https://hacks-guide.crowdin.com/u/projects/10) - [Donere](../donations) -- [Om denne guiden](../about) \ No newline at end of file +- [Om denne guiden](../about) diff --git a/translations/no_NO/docs/vwii/vwii-modding.md b/translations/no_NO/docs/vwii/vwii-modding.md index a16de57c8..d8975f9f7 100644 --- a/translations/no_NO/docs/vwii/vwii-modding.md +++ b/translations/no_NO/docs/vwii/vwii-modding.md @@ -14,12 +14,12 @@ Vi starter med å plassere Homebrew filene du trenger på SD-kortet ditt. - De nyeste filene i [Tiramisu for your café](https://tiramisu.foryour.cafe). - Klikk på `Download Tiramisu`. - - If you have already installed Tiramisu, you do not need to redownload it. + - Hvis du allerede har installert Tiramisu, trenger du ikke å laste den ned på nytt. - Siste utgave av [vwii-compat-installer](https://github.com/TheLordScruffy/vwii-compat-installer/releases). - Patched IOS 80 Installer for vWii. ([kilde](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - d2x cIOS Installer. -### Instruksjoner {docsify-ignore} +### Forberede SD-kortet {docsify-ignore} 1. Sett SD-kortet ditt i PC'en din. 1. Pakk ut `apps` mappen fra Patched_IOS80_Installer_for_vWii.zip til roten av SD kortet. @@ -43,7 +43,7 @@ Hvis noe går galt senere i prosessen og vWii "bricker", vil gjenoppretting av e - Dump SEEPROM: **optional** 1. Trykk på A knappen for å starte dumpingprosessen. 1. Når prosessen er fullført, skru av Wii U konsollen, ta ut SD-kortet og sett den inn i PC-en din. -1. For å være sikker på at du ikke mister filene, kopier `slccmpt.bin`, `otp.bin` og hvis du velger å ta en full backup, `seeprom.bin`, `slc.bin`, og `alle mlc.bin.part` filene til pc'en din. +1. For å være sikker på at du ikke mister filene, kopier `slccmpt.bin` og, `otp.bin`, og hvis du velger å ta en full backup, `seeprom.bin`, `slc.bin`, og `alle mlc.bin.part` filene til pc'en din. 1. Slett filene fra SD-kortet for å frigjøre plass. 1. Ta SD-kortet ut av PC'en og sett den inn i Wii U konsollen. @@ -94,4 +94,4 @@ Hvis noe går galt senere i prosessen og vWii "bricker", vil gjenoppretting av e !> Installering av IOS (inkludert TED IOS'er) eller wads formattert for den originale Wii'en vil "bricke" vWii'en din. -!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. +!> Priiloader versjoner før 0.10.0 fungerer ikke med vWii. Priiloader versjoner før 0.8.2 vil bricke vWii. diff --git a/translations/pl_PL/docs/extras/dump-wii-games.md b/translations/pl_PL/docs/extras/dump-wii-games.md index 4a11b494b..32bdc2a79 100644 --- a/translations/pl_PL/docs/extras/dump-wii-games.md +++ b/translations/pl_PL/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Zrzucanie zawartości płyt z grami pozwala na: granie na emulatorze Wii (mianowicie Dolphin), odtwarzanie ich przy użyciu aplikacji Homebrew dla Wii takich jak np. Wiiflow, instalowanie ich bezpośrednio na Wii U na sformatowanym dysku USB Wii U lub w pamięci NAND i uruchomione z menu Wii U. -?> Zrzucanie gier Wii wymaga działającej konfiguracji Homebrew na vWii, więc upewnij się, że wcześniej wykonałeś wszystkie kroki opisane w [Poradniku vWii Modding](vwii-modding). +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> **NIELEGALNE** jest udostępnianie plików zrzuconych za pomocą tego poradnika. Jeśli zamierzasz użyć tego poradnika do dzielenia się twoimi zrzuconymi grami, nie rób tego. @@ -27,7 +27,7 @@ Jeśli zamierzasz użyć tego poradnika do dzielenia się twoimi zrzuconymi gram 1. Przeczytaj zastrzeżenie, a następnie naciśnij przycisk A. 1. Wybierz "Yes", aby włączyć Checksum Calculations. 1. Wybierz USB lub SD w zależności od urządzenia, którego chcesz użyć do procesu zrzucania. - - Pamiętaj, że wybrane urządzenie musi być sformatowane do FAT32 lub NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Naciśnij A, aby kontynuować. 1. Zaznacz "No" na ekranie, który prosi Cię o pobranie plików redump.org DAT. 1. Włóż płytę, a następnie naciśnij przycisk A. @@ -42,14 +42,13 @@ Jeśli zamierzasz użyć tego poradnika do dzielenia się twoimi zrzuconymi gram ### Łączenie Podzielonych Plików -?> Jeśli zrzucisz płytę na urządzenie sformatowane do FAT32, powinieneś mieć na nim, co najmniej 2 pliki, które kończą się `. artX.iso`. Należy je połączyć. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. Należy je połączyć. #### Windows {docsify-ignore} 1. Skopiuj wszystkie pliki, które mają tę samą nazwę i kończą się na `.partX.iso` do jednego folderu na komputerze. -1. Otwórz okno wiersza poleceń. -1. Użyj polecenia `cd ` i zastąp `` ścieżką do plików `.partX.iso`. -1. Użyj następnie polecenia: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/pl_PL/docs/extras/uninstall-payloadloader.md b/translations/pl_PL/docs/extras/uninstall-payloadloader.md index a1e23800b..a1167f14f 100644 --- a/translations/pl_PL/docs/extras/uninstall-payloadloader.md +++ b/translations/pl_PL/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ Ta strona przeprowadzi Cię przez proces odinstalowania PayloadLoader z Wii U. ### Czego Potrzebujesz {docsify-ignore} - Najnowsze pliki z [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Wybierz `EnvironmentLoader` i `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Anuluj autobotowanie do PayloadLoader diff --git a/translations/pl_PL/docs/sidebar.md b/translations/pl_PL/docs/sidebar.md index b706a2d2c..a8b0955bc 100644 --- a/translations/pl_PL/docs/sidebar.md +++ b/translations/pl_PL/docs/sidebar.md @@ -1,8 +1,7 @@ - **Poradnik użytkownika** - [Wprowadzanie](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [Modyfikacja vWii](vwii-modding) +- [Modyfikacja vWii](vwii/sd-preparation) - **Rozwiązywanie problemów** - [Najczęstsze problemy & ich naprawa](common-issues-fixes) - [Odzyskiwanie vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/pl_PL/docs/troubleshooting/common-issues-fixes.md b/translations/pl_PL/docs/troubleshooting/common-issues-fixes.md index c5f5a6287..0efef788f 100644 --- a/translations/pl_PL/docs/troubleshooting/common-issues-fixes.md +++ b/translations/pl_PL/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Błędy przeglądarki - - **FSGetMountSource failed:** Tak samo jak -3 powyżej, oznacza że nie wykryto karty SD. Spróbuj wyjąć i włożyć kartę ponownie. + - **FSGetMountSource failed:** Tak samo jak -3 powyżej, oznacza że nie wykryto karty SD. Spróbuj wyjąć i włożyć kartę ponownie. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Brak pliku payload na karcie SD. Upewnij się, że masz payload.elf w folderze wiiu. - **FSOpenFile failed:** Brak `homebrew_launcher` na karcie SD. Upewnij się, że masz `homebrew_launcher.elf` w folderze /wiiu/apps/homebrew_launcher. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management prosi o "delete unnecessary data", co to oznacza? Tu chodzi o usunięcie plików pozostałych z instalacji które się nie powiodły. Zawsze wybieraj "Yes", aby usunąć te dane, ponieważ zajmują one miejsce niepotrzebnie. Jeśli kiedykolwiek Wii U zawiesi się na usuwaniu danych, możesz je usunąć ręcznie. diff --git a/translations/pl_PL/docs/user-guide/aroma/sd-preparation.md b/translations/pl_PL/docs/user-guide/aroma/sd-preparation.md index eae1b6416..131e5e8dc 100644 --- a/translations/pl_PL/docs/user-guide/aroma/sd-preparation.md +++ b/translations/pl_PL/docs/user-guide/aroma/sd-preparation.md @@ -4,7 +4,7 @@ We will now place the required Aroma files on the SD Card. -?> **Uwaga** Twoja karta SD będzie musiała być już sformatowana jako 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. +?> **Uwaga** Twoje urządzenie SD będzie musiało być już sformatowane jako 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. ### Czego potrzebujesz diff --git a/translations/pl_PL/docs/user-guide/introduction.md b/translations/pl_PL/docs/user-guide/introduction.md index 4522bd274..7a04ff954 100644 --- a/translations/pl_PL/docs/user-guide/introduction.md +++ b/translations/pl_PL/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- Poradnik - jak przejść z fabrycznej wersji oprogramowania do Tiramisu - powstał dzięki Nintendo Homebrew's Helpers and Staff. -?> **Pomoc na Discord'zie** Aby uzyskać wsparcie na żywo, odwiedź nas w **#wiiu-assistance** na [Nintendo Homebrew Discord](https://discord.gg/C29hYvh). Pomocy udzielamy tylko w języku angielskim. Przeczytaj **#faq-wiiu**, odwiedź też stronę [Najczęściej zadawane pytania](faq) wcześniej, aby sprawdzić, czy odpowiedź na Twoje pytanie nie została już udzielona wcześniej. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Przeczytaj **#faq-wiiu**, odwiedź też stronę [Najczęściej zadawane pytania](faq) wcześniej, aby sprawdzić, czy odpowiedź na Twoje pytanie nie została już udzielona wcześniej. > Jeśli doceniasz ten poradnik, udziel nam [wsparcia](donations). diff --git a/translations/pl_PL/docs/user-guide/tiramisu/autoboot.md b/translations/pl_PL/docs/user-guide/tiramisu/autoboot.md index 3a6e3bb79..0ceb0afb1 100644 --- a/translations/pl_PL/docs/user-guide/tiramisu/autoboot.md +++ b/translations/pl_PL/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Obecnie za każdym razem, gdy chcesz uruchomić Tiramisu, będziesz musiał uruc 1. Będziesz zapytany o to, czy chcesz zmienić aplikację/tutuł boot'owania. Naciśnij A, aby wybrać `Switch to PayloadLoader`. 1. Po zakończeniu procesu, naciśnij A, aby zamknąć konsolę. 1. Od teraz PayloadLoader będzie uruchamiany automatycznie przy każdym uruchomieniu konsoli. - - Aby zmienić domyślny tytuł rozruchu, przytrzymaj Start (+) na Gamepad podczas uruchamiania konsoli. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Poruszaj się przy pomocy D-Pada, aby najechać na tytuł, który chcesz wybrać do autoboot'owania, a następnie naciśnij przycisk Y, aby ustawić ten tytuł na stałe do autoboot'owania. - Naciśnij A, aby uruchomić wybrany tytuł. diff --git a/translations/pl_PL/docs/user-guide/tiramisu/browser-exploit.md b/translations/pl_PL/docs/user-guide/tiramisu/browser-exploit.md index 76119f1c1..0a805fc4f 100644 --- a/translations/pl_PL/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/pl_PL/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Upewnij się, że Twój Wii U ma dostęp do Internetu, aby wykonać ten krok. 1. Wyjmij kartę SD ze swojego komputera i podłącz ją do konsoli Wii U. 1. Uruchom przeglądarkę internetową i przejdź do strony `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - Jeśli Twój Wii U utknie na białym ekranie lub się zawiesi, odczekaj kilka sekund. Jeśli nic się nie zmieni po kilku/kilkunastu sekundach, zrestartuj konsolę, [zresetuj zapisane dane przeglądarki](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) i spróbuj ponownie. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/pl_PL/docs/user-guide/tiramisu/nand-backup.md b/translations/pl_PL/docs/user-guide/tiramisu/nand-backup.md index 28ef37c83..013b38202 100644 --- a/translations/pl_PL/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/pl_PL/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ W sytuacji, gdyby cokolwiek poszło nie tak w późniejszym procesie i Twoja Wii - Dump SEEPROM: **yes** 1. Naciśnij przycisk A, aby rozpocząć proces zrzucania na kartę SD. 1. Po zakończeniu procesu, wyłącz Wii U, wyciągnij kartę SD z Wii U i podłącz ją do komputera. -1. Aby upewnić się, że nie utracisz plików, skopiuj `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` i jeśli zdecydowałeś się na pełną kopię zapasową, `również mlc.bin.part` na komputer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Usuń pliki z karty SD aby zwolnić miejsce. -?> **Jeśli PayloadLoader jest już zainstalowany w aplikacji Health and Safety Information i uruchamia się przy starcie automatycznie, nie musisz kontynuwać dalej.** \ No newline at end of file +?> **Jeśli PayloadLoader jest już zainstalowany w aplikacji Health and Safety Information i uruchamia się przy starcie automatycznie, nie musisz kontynuwać dalej.** diff --git a/translations/pl_PL/docs/user-guide/tiramisu/sd-preparation.md b/translations/pl_PL/docs/user-guide/tiramisu/sd-preparation.md index 18a936bf1..f2f4bcb70 100644 --- a/translations/pl_PL/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/pl_PL/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ Teraz umieścimy wymagane pliki CFW i dodatkowe pliki homebrew na karcie SD. ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### Układ karty SD {docsify-ignore} @@ -32,37 +34,38 @@ Teraz umieścimy wymagane pliki CFW i dodatkowe pliki homebrew na karcie SD. ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/pl_PL/docs/user-guide/vwii/finalizing-setup.md b/translations/pl_PL/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..18804a58f --- /dev/null +++ b/translations/pl_PL/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizowanie konfiguracji + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/pl_PL/docs/user-guide/vwii/installing-cioses.md b/translations/pl_PL/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..efcb809d8 --- /dev/null +++ b/translations/pl_PL/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Instalacja cIOS + +!> Make sure you have no `.wad` files anywhere else than in the `apps` folder on your SD Card. + +1. Włącz Wii U i uruchom vWii. +2. Uruchom Kanał Homebrew Channel. +3. Uruchom instalator d2x cIOS. +4. Ustaw wszystko tak jak poniżej: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Ustaw wszystko tak jak poniżej: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Ustaw wszystko tak jak poniżej: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/pl_PL/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/pl_PL/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..962fec8bb --- /dev/null +++ b/translations/pl_PL/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Instalacja kanału Homebrew + +1. Boot into [Tiramisu](browser-exploit). +2. Uruchom Homebrew Launcher, otwierając Mii Maker. +3. Launch the vWii Compat Installer. +4. Press `A` to install the Homebrew Channel and wait until you see `Install succeeded`. Następnie naciśnij przycisk HOME, aby powrócić do menu Wii U. +5. Uruchom vWii (ikonę Wii Menu). + - Jeśli instalacja zakończyła się sukcesem, powinieneś zobaczyć Kanał Homebrew w Wii Menu. diff --git a/translations/pl_PL/docs/user-guide/vwii/nand-backup.md b/translations/pl_PL/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..9a67ba503 --- /dev/null +++ b/translations/pl_PL/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Kopia zapasowa NAND + +W sytuacji, gdyby cokolwiek poszło nie tak w późniejszym procesie i twoja Wii U zostanie uszkodzona, przywracanie poprzednio utworzonej kopii zapasowej NAND może ją naprawić. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Użyj D-Pada na Wii U GamePad'zie, aby ustawić następującą konfigurację: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Naciśnij przycisk A, aby rozpocząć proces zrzucania na kartę SD. +4. Po zakończeniu procesu, wyłącz Wii U, wyciągnij kartę SD z Wii U i podłącz ją do komputera. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Usuń pliki z karty SD aby zwolnić miejsce. +7. Wyjmij kartę SD ze swojego komputera i podłącz ją do konsoli Wii U. diff --git a/translations/pl_PL/docs/user-guide/vwii/patching-ios80.md b/translations/pl_PL/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..b396807f2 --- /dev/null +++ b/translations/pl_PL/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Uruchom spatch'owany instalator IOS 80 dla vWii. +2. Przeczytaj ekran z ostrzeżeniem i poczekaj 30 sekund. +3. Naciśnij dowolny przycisk, aby zainstalować. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/pl_PL/docs/user-guide/vwii/sd-preparation.md b/translations/pl_PL/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..a8c65b303 --- /dev/null +++ b/translations/pl_PL/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +Ta strona poprowadzi Cię przez proces modyfikacji Twojego vWii. + +We will now start by placing the required 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://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. + +### Czego potrzebujesz + +- 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 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. + +## Instrukcje + +1. Włóż kartę SD Wii U do komputera. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Wyjmij kartę SD ze swojego komputera i podłącz ją do konsoli Wii U. diff --git a/translations/pl_PL/docs/user-guide/vwii/sidebar.md b/translations/pl_PL/docs/user-guide/vwii/sidebar.md index 13e9d8e0c..2d78ec702 100644 --- a/translations/pl_PL/docs/user-guide/vwii/sidebar.md +++ b/translations/pl_PL/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Nawigacja** +**Modyfikacja vWii** - [Strona główna](../introduction) -- [Modyfikacja vWii](../vwii-modding) -- [Eksplorator przeglądarki](browser-exploit) +- [Przygotowanie SD](sd-preparation) +- [Kopia zapasowa NAND](nand-backup) +- [Instalacja kanału Homebrew](installing-homebrewchannel) +- [Instalacja cIOS](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizowanie konfiguracji](finalizing-setup) - **Linki** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Przetłumacz](https://icongr.am/material/translate.svg?color=808080&size=16)Przetłumacz](https://hacks-guide.crowdin.com/u/projects/10) - [Wesprzyj](../donations) -- [O tej stronie](../about) \ No newline at end of file +- [O tej stronie](../about) diff --git a/translations/pl_PL/docs/vwii/vwii-modding.md b/translations/pl_PL/docs/vwii/vwii-modding.md index 845bf7f32..f08d12ab2 100644 --- a/translations/pl_PL/docs/vwii/vwii-modding.md +++ b/translations/pl_PL/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- Ta strona poprowadzi Cię przez proces modyfikacji Twojego vWii. -Teraz umieścimy wymagane pliki Homebrew na karcie SD. +We will now start by placing the required Homebrew files on the SD Card. ?> **Uwaga** Twoja karta SD będzie musiała być już sformatowana jako FAT32. Jeśli Twoja karta SD nie jest sformatowana do FAT32, użyj [GUIFormat](http://ridgecrop.co.uk/index.htm?guiformat.htm) z ustawieniem 32k (32768) jednostek alokacji aby ją sformatować. **Nie** oznaczaj karty SD jako `wiiu` bo spowoduje to problemy z homebrew. @@ -19,7 +19,7 @@ Teraz umieścimy wymagane pliki Homebrew na karcie SD. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - Instalator d2x cIOS. -### Instrukcje {docsify-ignore} +### SD Preparations {docsify-ignore} 1. Włóż kartę SD Wii U do komputera. 1. Skopiuj folder `apps` z pliku Patched_IOS80_Installer_for_vWii.zip do katalogu głównego karty SD. @@ -43,7 +43,7 @@ W sytuacji, gdyby cokolwiek poszło nie tak w późniejszym procesie i twoja Wii - Dump SEEPROM: **optional** 1. Naciśnij przycisk A, aby rozpocząć proces zrzucania na kartę SD. 1. Po zakończeniu procesu, wyłącz Wii U, wyciągnij kartę SD z Wii U i podłącz ją do komputera. -1. Aby upewnić się, że nie utracisz plików, skopiuj `slccmpt.bin`, `otp.bin` i jeśli zdecydowałeś się na pełną kopię zapasową, `seeprom.bin`, `slc.bin`i `każdy plik mlc.bin.part` na twój komputer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Usuń pliki z karty SD aby zwolnić miejsce. 1. Wyjmij kartę SD ze swojego komputera i podłącz ją do konsoli Wii U. @@ -88,7 +88,7 @@ W sytuacji, gdyby cokolwiek poszło nie tak w późniejszym procesie i twoja Wii 1. Przeczytaj ekran z ostrzeżeniem i poczekaj 30 sekund. 1. Naciśnij dowolny przycisk, aby zainstalować. 1. Poczekaj aż pojawi się komunikat IOS80 Installation is complete!. -1. Naciśnij dowolne przyciski, aby wyjść. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/pt_BR/docs/extras/dump-wii-games.md b/translations/pt_BR/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/pt_BR/docs/extras/dump-wii-games.md +++ b/translations/pt_BR/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/pt_BR/docs/extras/uninstall-payloadloader.md b/translations/pt_BR/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/pt_BR/docs/extras/uninstall-payloadloader.md +++ b/translations/pt_BR/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/pt_BR/docs/sidebar.md b/translations/pt_BR/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/pt_BR/docs/sidebar.md +++ b/translations/pt_BR/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/pt_BR/docs/troubleshooting/common-issues-fixes.md b/translations/pt_BR/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/pt_BR/docs/troubleshooting/common-issues-fixes.md +++ b/translations/pt_BR/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/pt_BR/docs/user-guide/introduction.md b/translations/pt_BR/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/pt_BR/docs/user-guide/introduction.md +++ b/translations/pt_BR/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/pt_BR/docs/user-guide/tiramisu/autoboot.md b/translations/pt_BR/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/pt_BR/docs/user-guide/tiramisu/autoboot.md +++ b/translations/pt_BR/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/pt_BR/docs/user-guide/tiramisu/browser-exploit.md b/translations/pt_BR/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/pt_BR/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/pt_BR/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/pt_BR/docs/user-guide/tiramisu/nand-backup.md b/translations/pt_BR/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/pt_BR/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/pt_BR/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/pt_BR/docs/user-guide/tiramisu/sd-preparation.md b/translations/pt_BR/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/pt_BR/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/pt_BR/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/pt_BR/docs/user-guide/vwii/finalizing-setup.md b/translations/pt_BR/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/pt_BR/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/pt_BR/docs/user-guide/vwii/installing-cioses.md b/translations/pt_BR/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/pt_BR/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/pt_BR/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/pt_BR/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/pt_BR/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/pt_BR/docs/user-guide/vwii/nand-backup.md b/translations/pt_BR/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/pt_BR/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/pt_BR/docs/user-guide/vwii/patching-ios80.md b/translations/pt_BR/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/pt_BR/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/pt_BR/docs/user-guide/vwii/sd-preparation.md b/translations/pt_BR/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/pt_BR/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/pt_BR/docs/user-guide/vwii/sidebar.md b/translations/pt_BR/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/pt_BR/docs/user-guide/vwii/sidebar.md +++ b/translations/pt_BR/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/pt_BR/docs/vwii/vwii-modding.md b/translations/pt_BR/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/pt_BR/docs/vwii/vwii-modding.md +++ b/translations/pt_BR/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/pt_PT/docs/extras/dump-wii-games.md b/translations/pt_PT/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/pt_PT/docs/extras/dump-wii-games.md +++ b/translations/pt_PT/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/pt_PT/docs/extras/uninstall-payloadloader.md b/translations/pt_PT/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/pt_PT/docs/extras/uninstall-payloadloader.md +++ b/translations/pt_PT/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/pt_PT/docs/sidebar.md b/translations/pt_PT/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/pt_PT/docs/sidebar.md +++ b/translations/pt_PT/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/pt_PT/docs/troubleshooting/common-issues-fixes.md b/translations/pt_PT/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/pt_PT/docs/troubleshooting/common-issues-fixes.md +++ b/translations/pt_PT/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/pt_PT/docs/user-guide/introduction.md b/translations/pt_PT/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/pt_PT/docs/user-guide/introduction.md +++ b/translations/pt_PT/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/pt_PT/docs/user-guide/tiramisu/autoboot.md b/translations/pt_PT/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/pt_PT/docs/user-guide/tiramisu/autoboot.md +++ b/translations/pt_PT/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/pt_PT/docs/user-guide/tiramisu/browser-exploit.md b/translations/pt_PT/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/pt_PT/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/pt_PT/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/pt_PT/docs/user-guide/tiramisu/nand-backup.md b/translations/pt_PT/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/pt_PT/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/pt_PT/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/pt_PT/docs/user-guide/tiramisu/sd-preparation.md b/translations/pt_PT/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/pt_PT/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/pt_PT/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/pt_PT/docs/user-guide/vwii/finalizing-setup.md b/translations/pt_PT/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/pt_PT/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/pt_PT/docs/user-guide/vwii/installing-cioses.md b/translations/pt_PT/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/pt_PT/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/pt_PT/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/pt_PT/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/pt_PT/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/pt_PT/docs/user-guide/vwii/nand-backup.md b/translations/pt_PT/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/pt_PT/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/pt_PT/docs/user-guide/vwii/patching-ios80.md b/translations/pt_PT/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/pt_PT/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/pt_PT/docs/user-guide/vwii/sd-preparation.md b/translations/pt_PT/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/pt_PT/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/pt_PT/docs/user-guide/vwii/sidebar.md b/translations/pt_PT/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/pt_PT/docs/user-guide/vwii/sidebar.md +++ b/translations/pt_PT/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/pt_PT/docs/vwii/vwii-modding.md b/translations/pt_PT/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/pt_PT/docs/vwii/vwii-modding.md +++ b/translations/pt_PT/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/ro_RO/docs/extras/dump-wii-games.md b/translations/ro_RO/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/ro_RO/docs/extras/dump-wii-games.md +++ b/translations/ro_RO/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/ro_RO/docs/extras/uninstall-payloadloader.md b/translations/ro_RO/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/ro_RO/docs/extras/uninstall-payloadloader.md +++ b/translations/ro_RO/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/ro_RO/docs/sidebar.md b/translations/ro_RO/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/ro_RO/docs/sidebar.md +++ b/translations/ro_RO/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/ro_RO/docs/troubleshooting/common-issues-fixes.md b/translations/ro_RO/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/ro_RO/docs/troubleshooting/common-issues-fixes.md +++ b/translations/ro_RO/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/ro_RO/docs/user-guide/introduction.md b/translations/ro_RO/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/ro_RO/docs/user-guide/introduction.md +++ b/translations/ro_RO/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/ro_RO/docs/user-guide/tiramisu/autoboot.md b/translations/ro_RO/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/ro_RO/docs/user-guide/tiramisu/autoboot.md +++ b/translations/ro_RO/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/ro_RO/docs/user-guide/tiramisu/browser-exploit.md b/translations/ro_RO/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/ro_RO/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/ro_RO/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/ro_RO/docs/user-guide/tiramisu/nand-backup.md b/translations/ro_RO/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/ro_RO/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/ro_RO/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/ro_RO/docs/user-guide/tiramisu/sd-preparation.md b/translations/ro_RO/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/ro_RO/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/ro_RO/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/ro_RO/docs/user-guide/vwii/finalizing-setup.md b/translations/ro_RO/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/ro_RO/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/ro_RO/docs/user-guide/vwii/installing-cioses.md b/translations/ro_RO/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/ro_RO/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/ro_RO/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/ro_RO/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/ro_RO/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/ro_RO/docs/user-guide/vwii/nand-backup.md b/translations/ro_RO/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/ro_RO/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ro_RO/docs/user-guide/vwii/patching-ios80.md b/translations/ro_RO/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/ro_RO/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/ro_RO/docs/user-guide/vwii/sd-preparation.md b/translations/ro_RO/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/ro_RO/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ro_RO/docs/user-guide/vwii/sidebar.md b/translations/ro_RO/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/ro_RO/docs/user-guide/vwii/sidebar.md +++ b/translations/ro_RO/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/ro_RO/docs/vwii/vwii-modding.md b/translations/ro_RO/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/ro_RO/docs/vwii/vwii-modding.md +++ b/translations/ro_RO/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/ru_RU/docs/extras/dump-wii-games.md b/translations/ru_RU/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/ru_RU/docs/extras/dump-wii-games.md +++ b/translations/ru_RU/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/ru_RU/docs/extras/uninstall-payloadloader.md b/translations/ru_RU/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/ru_RU/docs/extras/uninstall-payloadloader.md +++ b/translations/ru_RU/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/ru_RU/docs/sidebar.md b/translations/ru_RU/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/ru_RU/docs/sidebar.md +++ b/translations/ru_RU/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/ru_RU/docs/troubleshooting/common-issues-fixes.md b/translations/ru_RU/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/ru_RU/docs/troubleshooting/common-issues-fixes.md +++ b/translations/ru_RU/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/ru_RU/docs/user-guide/introduction.md b/translations/ru_RU/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/ru_RU/docs/user-guide/introduction.md +++ b/translations/ru_RU/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/ru_RU/docs/user-guide/tiramisu/autoboot.md b/translations/ru_RU/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/ru_RU/docs/user-guide/tiramisu/autoboot.md +++ b/translations/ru_RU/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/ru_RU/docs/user-guide/tiramisu/browser-exploit.md b/translations/ru_RU/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/ru_RU/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/ru_RU/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/ru_RU/docs/user-guide/tiramisu/nand-backup.md b/translations/ru_RU/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/ru_RU/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/ru_RU/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/ru_RU/docs/user-guide/tiramisu/sd-preparation.md b/translations/ru_RU/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/ru_RU/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/ru_RU/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/ru_RU/docs/user-guide/vwii/finalizing-setup.md b/translations/ru_RU/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/ru_RU/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/ru_RU/docs/user-guide/vwii/installing-cioses.md b/translations/ru_RU/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/ru_RU/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/ru_RU/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/ru_RU/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/ru_RU/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/ru_RU/docs/user-guide/vwii/nand-backup.md b/translations/ru_RU/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/ru_RU/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ru_RU/docs/user-guide/vwii/patching-ios80.md b/translations/ru_RU/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/ru_RU/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/ru_RU/docs/user-guide/vwii/sd-preparation.md b/translations/ru_RU/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/ru_RU/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/ru_RU/docs/user-guide/vwii/sidebar.md b/translations/ru_RU/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/ru_RU/docs/user-guide/vwii/sidebar.md +++ b/translations/ru_RU/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/ru_RU/docs/vwii/vwii-modding.md b/translations/ru_RU/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/ru_RU/docs/vwii/vwii-modding.md +++ b/translations/ru_RU/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/sv_SE/docs/extras/dump-wii-games.md b/translations/sv_SE/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/sv_SE/docs/extras/dump-wii-games.md +++ b/translations/sv_SE/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/sv_SE/docs/extras/uninstall-payloadloader.md b/translations/sv_SE/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/sv_SE/docs/extras/uninstall-payloadloader.md +++ b/translations/sv_SE/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/sv_SE/docs/sidebar.md b/translations/sv_SE/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/sv_SE/docs/sidebar.md +++ b/translations/sv_SE/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/sv_SE/docs/troubleshooting/common-issues-fixes.md b/translations/sv_SE/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/sv_SE/docs/troubleshooting/common-issues-fixes.md +++ b/translations/sv_SE/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/sv_SE/docs/user-guide/introduction.md b/translations/sv_SE/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/sv_SE/docs/user-guide/introduction.md +++ b/translations/sv_SE/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/sv_SE/docs/user-guide/tiramisu/autoboot.md b/translations/sv_SE/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/sv_SE/docs/user-guide/tiramisu/autoboot.md +++ b/translations/sv_SE/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/sv_SE/docs/user-guide/tiramisu/browser-exploit.md b/translations/sv_SE/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/sv_SE/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/sv_SE/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/sv_SE/docs/user-guide/tiramisu/nand-backup.md b/translations/sv_SE/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/sv_SE/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/sv_SE/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/sv_SE/docs/user-guide/tiramisu/sd-preparation.md b/translations/sv_SE/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/sv_SE/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/sv_SE/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/sv_SE/docs/user-guide/vwii/finalizing-setup.md b/translations/sv_SE/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/sv_SE/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/sv_SE/docs/user-guide/vwii/installing-cioses.md b/translations/sv_SE/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/sv_SE/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/sv_SE/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/sv_SE/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/sv_SE/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/sv_SE/docs/user-guide/vwii/nand-backup.md b/translations/sv_SE/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/sv_SE/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/sv_SE/docs/user-guide/vwii/patching-ios80.md b/translations/sv_SE/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/sv_SE/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/sv_SE/docs/user-guide/vwii/sd-preparation.md b/translations/sv_SE/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/sv_SE/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/sv_SE/docs/user-guide/vwii/sidebar.md b/translations/sv_SE/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/sv_SE/docs/user-guide/vwii/sidebar.md +++ b/translations/sv_SE/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/sv_SE/docs/vwii/vwii-modding.md b/translations/sv_SE/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/sv_SE/docs/vwii/vwii-modding.md +++ b/translations/sv_SE/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/th_TH/docs/extras/dump-wii-games.md b/translations/th_TH/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/th_TH/docs/extras/dump-wii-games.md +++ b/translations/th_TH/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/th_TH/docs/extras/uninstall-payloadloader.md b/translations/th_TH/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/th_TH/docs/extras/uninstall-payloadloader.md +++ b/translations/th_TH/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/th_TH/docs/sidebar.md b/translations/th_TH/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/th_TH/docs/sidebar.md +++ b/translations/th_TH/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/th_TH/docs/troubleshooting/common-issues-fixes.md b/translations/th_TH/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/th_TH/docs/troubleshooting/common-issues-fixes.md +++ b/translations/th_TH/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/th_TH/docs/user-guide/introduction.md b/translations/th_TH/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/th_TH/docs/user-guide/introduction.md +++ b/translations/th_TH/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/th_TH/docs/user-guide/tiramisu/autoboot.md b/translations/th_TH/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/th_TH/docs/user-guide/tiramisu/autoboot.md +++ b/translations/th_TH/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/th_TH/docs/user-guide/tiramisu/browser-exploit.md b/translations/th_TH/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/th_TH/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/th_TH/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/th_TH/docs/user-guide/tiramisu/nand-backup.md b/translations/th_TH/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/th_TH/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/th_TH/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/th_TH/docs/user-guide/tiramisu/sd-preparation.md b/translations/th_TH/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/th_TH/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/th_TH/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/th_TH/docs/user-guide/vwii/finalizing-setup.md b/translations/th_TH/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/th_TH/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/th_TH/docs/user-guide/vwii/installing-cioses.md b/translations/th_TH/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/th_TH/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/th_TH/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/th_TH/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/th_TH/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/th_TH/docs/user-guide/vwii/nand-backup.md b/translations/th_TH/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/th_TH/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/th_TH/docs/user-guide/vwii/patching-ios80.md b/translations/th_TH/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/th_TH/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/th_TH/docs/user-guide/vwii/sd-preparation.md b/translations/th_TH/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/th_TH/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/th_TH/docs/user-guide/vwii/sidebar.md b/translations/th_TH/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/th_TH/docs/user-guide/vwii/sidebar.md +++ b/translations/th_TH/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/th_TH/docs/vwii/vwii-modding.md b/translations/th_TH/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/th_TH/docs/vwii/vwii-modding.md +++ b/translations/th_TH/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/tr_TR/docs/extras/dump-wii-games.md b/translations/tr_TR/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/tr_TR/docs/extras/dump-wii-games.md +++ b/translations/tr_TR/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/tr_TR/docs/extras/uninstall-payloadloader.md b/translations/tr_TR/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/tr_TR/docs/extras/uninstall-payloadloader.md +++ b/translations/tr_TR/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/tr_TR/docs/sidebar.md b/translations/tr_TR/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/tr_TR/docs/sidebar.md +++ b/translations/tr_TR/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/tr_TR/docs/troubleshooting/common-issues-fixes.md b/translations/tr_TR/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/tr_TR/docs/troubleshooting/common-issues-fixes.md +++ b/translations/tr_TR/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/tr_TR/docs/user-guide/introduction.md b/translations/tr_TR/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/tr_TR/docs/user-guide/introduction.md +++ b/translations/tr_TR/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/tr_TR/docs/user-guide/tiramisu/autoboot.md b/translations/tr_TR/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/tr_TR/docs/user-guide/tiramisu/autoboot.md +++ b/translations/tr_TR/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/tr_TR/docs/user-guide/tiramisu/browser-exploit.md b/translations/tr_TR/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/tr_TR/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/tr_TR/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/tr_TR/docs/user-guide/tiramisu/nand-backup.md b/translations/tr_TR/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/tr_TR/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/tr_TR/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/tr_TR/docs/user-guide/tiramisu/sd-preparation.md b/translations/tr_TR/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/tr_TR/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/tr_TR/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/tr_TR/docs/user-guide/vwii/finalizing-setup.md b/translations/tr_TR/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/tr_TR/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/tr_TR/docs/user-guide/vwii/installing-cioses.md b/translations/tr_TR/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/tr_TR/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/tr_TR/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/tr_TR/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/tr_TR/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/tr_TR/docs/user-guide/vwii/nand-backup.md b/translations/tr_TR/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/tr_TR/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/tr_TR/docs/user-guide/vwii/patching-ios80.md b/translations/tr_TR/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/tr_TR/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/tr_TR/docs/user-guide/vwii/sd-preparation.md b/translations/tr_TR/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/tr_TR/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/tr_TR/docs/user-guide/vwii/sidebar.md b/translations/tr_TR/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/tr_TR/docs/user-guide/vwii/sidebar.md +++ b/translations/tr_TR/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/tr_TR/docs/vwii/vwii-modding.md b/translations/tr_TR/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/tr_TR/docs/vwii/vwii-modding.md +++ b/translations/tr_TR/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/uk_UA/docs/extras/dump-wii-games.md b/translations/uk_UA/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/uk_UA/docs/extras/dump-wii-games.md +++ b/translations/uk_UA/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/uk_UA/docs/extras/uninstall-payloadloader.md b/translations/uk_UA/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/uk_UA/docs/extras/uninstall-payloadloader.md +++ b/translations/uk_UA/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/uk_UA/docs/sidebar.md b/translations/uk_UA/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/uk_UA/docs/sidebar.md +++ b/translations/uk_UA/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/uk_UA/docs/troubleshooting/common-issues-fixes.md b/translations/uk_UA/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/uk_UA/docs/troubleshooting/common-issues-fixes.md +++ b/translations/uk_UA/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/uk_UA/docs/user-guide/introduction.md b/translations/uk_UA/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/uk_UA/docs/user-guide/introduction.md +++ b/translations/uk_UA/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/uk_UA/docs/user-guide/tiramisu/autoboot.md b/translations/uk_UA/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/uk_UA/docs/user-guide/tiramisu/autoboot.md +++ b/translations/uk_UA/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/uk_UA/docs/user-guide/tiramisu/browser-exploit.md b/translations/uk_UA/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/uk_UA/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/uk_UA/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/uk_UA/docs/user-guide/tiramisu/nand-backup.md b/translations/uk_UA/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/uk_UA/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/uk_UA/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/uk_UA/docs/user-guide/tiramisu/sd-preparation.md b/translations/uk_UA/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/uk_UA/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/uk_UA/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/uk_UA/docs/user-guide/vwii/finalizing-setup.md b/translations/uk_UA/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/uk_UA/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/uk_UA/docs/user-guide/vwii/installing-cioses.md b/translations/uk_UA/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/uk_UA/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/uk_UA/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/uk_UA/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/uk_UA/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/uk_UA/docs/user-guide/vwii/nand-backup.md b/translations/uk_UA/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/uk_UA/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/uk_UA/docs/user-guide/vwii/patching-ios80.md b/translations/uk_UA/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/uk_UA/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/uk_UA/docs/user-guide/vwii/sd-preparation.md b/translations/uk_UA/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/uk_UA/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/uk_UA/docs/user-guide/vwii/sidebar.md b/translations/uk_UA/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/uk_UA/docs/user-guide/vwii/sidebar.md +++ b/translations/uk_UA/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/uk_UA/docs/vwii/vwii-modding.md b/translations/uk_UA/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/uk_UA/docs/vwii/vwii-modding.md +++ b/translations/uk_UA/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/vi_VN/docs/extras/dump-wii-games.md b/translations/vi_VN/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/vi_VN/docs/extras/dump-wii-games.md +++ b/translations/vi_VN/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/vi_VN/docs/extras/uninstall-payloadloader.md b/translations/vi_VN/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/vi_VN/docs/extras/uninstall-payloadloader.md +++ b/translations/vi_VN/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/vi_VN/docs/sidebar.md b/translations/vi_VN/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/vi_VN/docs/sidebar.md +++ b/translations/vi_VN/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/vi_VN/docs/troubleshooting/common-issues-fixes.md b/translations/vi_VN/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/vi_VN/docs/troubleshooting/common-issues-fixes.md +++ b/translations/vi_VN/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/vi_VN/docs/user-guide/introduction.md b/translations/vi_VN/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/vi_VN/docs/user-guide/introduction.md +++ b/translations/vi_VN/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/vi_VN/docs/user-guide/tiramisu/autoboot.md b/translations/vi_VN/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/vi_VN/docs/user-guide/tiramisu/autoboot.md +++ b/translations/vi_VN/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/vi_VN/docs/user-guide/tiramisu/browser-exploit.md b/translations/vi_VN/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/vi_VN/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/vi_VN/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/vi_VN/docs/user-guide/tiramisu/nand-backup.md b/translations/vi_VN/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/vi_VN/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/vi_VN/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/vi_VN/docs/user-guide/tiramisu/sd-preparation.md b/translations/vi_VN/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/vi_VN/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/vi_VN/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/vi_VN/docs/user-guide/vwii/finalizing-setup.md b/translations/vi_VN/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/vi_VN/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/vi_VN/docs/user-guide/vwii/installing-cioses.md b/translations/vi_VN/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/vi_VN/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/vi_VN/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/vi_VN/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/vi_VN/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/vi_VN/docs/user-guide/vwii/nand-backup.md b/translations/vi_VN/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/vi_VN/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/vi_VN/docs/user-guide/vwii/patching-ios80.md b/translations/vi_VN/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/vi_VN/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/vi_VN/docs/user-guide/vwii/sd-preparation.md b/translations/vi_VN/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/vi_VN/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/vi_VN/docs/user-guide/vwii/sidebar.md b/translations/vi_VN/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/vi_VN/docs/user-guide/vwii/sidebar.md +++ b/translations/vi_VN/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/vi_VN/docs/vwii/vwii-modding.md b/translations/vi_VN/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/vi_VN/docs/vwii/vwii-modding.md +++ b/translations/vi_VN/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/zh_CN/docs/extras/dump-wii-games.md b/translations/zh_CN/docs/extras/dump-wii-games.md index 0c021afd6..c7caca98b 100644 --- a/translations/zh_CN/docs/extras/dump-wii-games.md +++ b/translations/zh_CN/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- 导出你的光盘允许你:在 Wii 模拟器(即 Dolphin)中游玩它们,或使用 USB/SD 卡加载器(如Wiiflow)玩它们,亦或制作一个 VC (Virtual Console)模拟游戏并安装在 USB 设备或 NAND 中,允许它从 Wii U 菜单中启动。 -?> 导出 Wii 游戏需要提前完成 vWii 的 Homebrew 设置,所以你需要先完成 [vWii 修改教程](vwii-modding) 再来关注这一部分的内容。 +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> 分享本教程导出的文件是 **非法的**。 如果你想要使用这个教程导出游戏并分享出去,请不要这么做。 @@ -27,7 +27,7 @@ 1. 阅读免责声明,然后按下 A 键。 1. 选择 Yes 来启用校验计算。 1. 选择导出过程中你想使用的 USB 设备或 SD 卡。 - - 请注意,你选择的设备需要格式化为 FAT32 或 NTFS。 + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. 按 A 继续。 1. 如果屏幕上提示是否从 redump.org 上下载 DAT 文件,选择 No。 1. 插入你的光盘,然后按下 A 键。 @@ -42,14 +42,13 @@ ### 合并拆分文件 -?> 如果你选择将光盘的文件导入一个文件格式是 FAT32 的设备中,则你至少会得到两个名字尾部为 `.partX.iso` (X为数字)的文件。 它们需要被合并起来。 +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. 它们需要被合并起来。 #### Windows {docsify-ignore} 1. 将以 `.partX.iso` 结尾文件名的文件复制到你的电脑上。 -1. 打开命令提示符。 -1. 使用 `cd ` 命令将路径移动至你的 `.partX.iso` 文件夹中。 -1. 输入以下命令:`copy /b *.part?.iso game.iso` 来合并文件为 game.iso。 +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/zh_CN/docs/extras/uninstall-payloadloader.md b/translations/zh_CN/docs/extras/uninstall-payloadloader.md index 3ccaacbfa..6b9232f21 100644 --- a/translations/zh_CN/docs/extras/uninstall-payloadloader.md +++ b/translations/zh_CN/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### 你需要准备些啥? {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/zh_CN/docs/sidebar.md b/translations/zh_CN/docs/sidebar.md index b62b5bfb9..6f1eb93e4 100644 --- a/translations/zh_CN/docs/sidebar.md +++ b/translations/zh_CN/docs/sidebar.md @@ -1,8 +1,7 @@ - **用户手册** - [介绍](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii 修改](vwii-modding) +- [vWii 修改](vwii/sd-preparation) - **故障排查** - [常见问题 & 修复](common-issues-fixes) - [恢复一个 vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/zh_CN/docs/troubleshooting/common-issues-fixes.md b/translations/zh_CN/docs/troubleshooting/common-issues-fixes.md index 22fd22881..d64cae47d 100644 --- a/translations/zh_CN/docs/troubleshooting/common-issues-fixes.md +++ b/translations/zh_CN/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### 浏览器错误 - - **FSGetMountSource failed:** 与上文的 -3 错误一样,意思就是没有检测到内存卡。 重新插一下 SD 卡,然后再试一次。 + - **FSGetMountSource failed:** 与上文的 -3 错误一样,意思就是没有检测到内存卡。 重新插一下 SD 卡,然后再试一次。 This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** SD 卡上缺少 payload 文件。 请确认在 wiiu 文件夹下是否有一个叫做 payload.elf 的文件。 - **FSOpenFile failed:** SD 卡中缺失 `homebrew_launcher`。 请确认在 /wiiu/apps/homebrew_launcher 文件夹中有一个叫做 `homebrew_launcher.elf` 的文件。 + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### 数据管理说要删除一些不必要的数据,它什么意思? 这里指的是没有安装完成而残留的文件。 请总是确认删除这些数据,因为它们本来就没有存在的必要。 如果它一直卡在删除数据的进程中,那么你可以选择自己手动删除这些数据。 diff --git a/translations/zh_CN/docs/user-guide/introduction.md b/translations/zh_CN/docs/user-guide/introduction.md index 4cdadc3ec..546698a5c 100644 --- a/translations/zh_CN/docs/user-guide/introduction.md +++ b/translations/zh_CN/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord 支持** 如需要本手册的实时技术支持。请加入我们的 [Nintendo Homebrew Discord](https://discord.gg/C29hYvh),然后在 **#wiiu-assistance** 频道以英文交流获取技术支持。 请先阅读 **#faq-wiiu** 频道和我们这里的[常见问题](faq)页面来确认你的问题是否已经有解决方法。 +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. 请先阅读 **#faq-wiiu** 频道和我们这里的[常见问题](faq)页面来确认你的问题是否已经有解决方法。 > 如果你认为这份手册对你很有帮助,请向我们[捐赠](donations)。 diff --git a/translations/zh_CN/docs/user-guide/tiramisu/autoboot.md b/translations/zh_CN/docs/user-guide/tiramisu/autoboot.md index ee43877d4..7ad46a83a 100644 --- a/translations/zh_CN/docs/user-guide/tiramisu/autoboot.md +++ b/translations/zh_CN/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/zh_CN/docs/user-guide/tiramisu/browser-exploit.md b/translations/zh_CN/docs/user-guide/tiramisu/browser-exploit.md index 8980704eb..b7cbbf7c8 100644 --- a/translations/zh_CN/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/zh_CN/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ 1. 把 SD 卡从电脑中弹出并插入 Wii U 主机。 1. 启动 Wii U 的浏览器,然后访问 `wiiuexploit.xyz` 网站。 -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - 如果你的 Wii U 卡住不动或白屏了,请等一会。 如果什么都没有发生,那就重启主机后[重置浏览器保存的数据](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history),然后再来一次。 + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/zh_CN/docs/user-guide/tiramisu/nand-backup.md b/translations/zh_CN/docs/user-guide/tiramisu/nand-backup.md index 83ed640e9..4115724fc 100644 --- a/translations/zh_CN/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/zh_CN/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ - Dump SEEPROM: **yes** 1. 按下 A 键启动导出的进程。 1. 当完成后,将 Wii U 关机,然后把 SD 卡从 Wii U 上拔出并插入电脑。 -1. 确认你的内存卡中有以下文件:`slc.bin`、`slccmpt.bin`、`seeprom.bin`、`otp.bin` 然后将其复制到电脑上。 若你选择了全部备份,则你还需要复制 `所有的 mlc.bin.part` 文件到电脑上。 +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. 从 SD 卡中删除文件来腾出空间。 -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/zh_CN/docs/user-guide/tiramisu/sd-preparation.md b/translations/zh_CN/docs/user-guide/tiramisu/sd-preparation.md index 2ee684917..edff6a5cb 100644 --- a/translations/zh_CN/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/zh_CN/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/zh_CN/docs/user-guide/vwii/finalizing-setup.md b/translations/zh_CN/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/zh_CN/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/zh_CN/docs/user-guide/vwii/installing-cioses.md b/translations/zh_CN/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..8555dfd86 --- /dev/null +++ b/translations/zh_CN/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 安装 cIOS + +!> Make sure you have no `.wad` files anywhere else than in the `apps` folder on your SD Card. + +1. 将 Wii U 开机,然后启动 vWii。 +2. 启动 Homebrew Channel。 +3. 启动 d2x cIOS Installer。 +4. 设定以下选项: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. 设定以下选项: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. 设定以下选项: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/zh_CN/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/zh_CN/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/zh_CN/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/zh_CN/docs/user-guide/vwii/nand-backup.md b/translations/zh_CN/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..7ed938251 --- /dev/null +++ b/translations/zh_CN/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## NAND 备份 + +In case anything goes wrong in the later process and your vWii ends up bricked, restoring a previously made NAND backup can fix it. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. 使用 Wii U 游戏手柄上的十字键来配置以下内容: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. 按下 A 键启动导出的进程。 +4. 当完成后,将 Wii U 关机,然后把 SD 卡从 Wii U 上拔出并插入电脑。 +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. 从 SD 卡中删除文件来腾出空间。 +7. 把 SD 卡从电脑中弹出并插入 Wii U 主机。 diff --git a/translations/zh_CN/docs/user-guide/vwii/patching-ios80.md b/translations/zh_CN/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c965181c2 --- /dev/null +++ b/translations/zh_CN/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. 启动 vWii 的 Patched IOS 80 Installer。 +2. 阅读警告信息并等待 30 秒。 +3. 按下任意键来安装。 +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/zh_CN/docs/user-guide/vwii/sd-preparation.md b/translations/zh_CN/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..6480ead87 --- /dev/null +++ b/translations/zh_CN/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +此页将会教你如何修改 vWii。 + +We will now start by placing the required 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://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. + +### 你需要准备点啥? + +- 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 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. + +## 操作步骤 + +1. 将你的 Wii U SD 卡 插入你的电脑。 +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. 把 SD 卡从电脑中弹出并插入 Wii U 主机。 diff --git a/translations/zh_CN/docs/user-guide/vwii/sidebar.md b/translations/zh_CN/docs/user-guide/vwii/sidebar.md index 9fd47270b..a5d98ea75 100644 --- a/translations/zh_CN/docs/user-guide/vwii/sidebar.md +++ b/translations/zh_CN/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **导航** +**vWii 修改** - [主页](../introduction) -- [vWii 修改](../vwii-modding) -- [浏览器漏洞](browser-exploit) +- [SD 卡准备](sd-preparation) +- [NAND 备份](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [安装 cIOS](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **链接** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![帮助我们翻译手册](https://icongr.am/material/translate.svg?color=808080&size=16)帮助我们翻译手册](https://hacks-guide.crowdin.com/u/projects/10) - [捐赠](../donations) -- [关于我们](../about) \ No newline at end of file +- [关于我们](../about) diff --git a/translations/zh_CN/docs/vwii/vwii-modding.md b/translations/zh_CN/docs/vwii/vwii-modding.md index 26b4adabc..7ba0a9a96 100644 --- a/translations/zh_CN/docs/vwii/vwii-modding.md +++ b/translations/zh_CN/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- 此页将会教你如何修改 vWii。 -我们现在需要将 Homebrew 所需的文件放入 SD 卡中。 +We will now start by placing the required Homebrew files on the SD Card. ?> **注意** 你的 SD 卡需要被格式化为 FAT32。 如果你的 SD 卡的格式不是 FAT32,则你需要用 [GUIFormat](http://ridgecrop.co.uk/index.htm?guiformat.htm) 格式化,格式化时请将分配单元大小设置为 32k(32768)。 **不要**把 SD 卡分区命名为 `wiiu`,这样做会导致出现 homebrew 程序上的问题。 @@ -19,7 +19,7 @@ - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### 步骤 {docsify-ignore} +### SD Preparations {docsify-ignore} 1. 将你的 Wii U SD 卡 插入你的电脑。 1. Copy the `apps` folder from the Patched_IOS80_Installer_for_vWii.zip file to the root of your SD Card. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. 按下 A 键启动导出的进程。 1. 当完成后,将 Wii U 关机,然后把 SD 卡从 Wii U 上拔出并插入电脑。 -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. 从 SD 卡中删除文件来腾出空间。 1. 把 SD 卡从电脑中弹出并插入 Wii U 主机。 @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. 阅读警告信息并等待 30 秒。 1. 按下任意键来安装。 1. 等一会,直到它提示 IOS80 Installation is complete!。 -1. 按下任意键来退出。 +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. diff --git a/translations/zh_TW/docs/extras/dump-wii-games.md b/translations/zh_TW/docs/extras/dump-wii-games.md index ae29811b9..c6969b728 100644 --- a/translations/zh_TW/docs/extras/dump-wii-games.md +++ b/translations/zh_TW/docs/extras/dump-wii-games.md @@ -2,7 +2,7 @@ --- Dumping your Discs allows you to: play them on a Wii emulator (namely Dolphin), play them using a USB/SD Card loader such as Wiiflow, make Virtual Console injects that can be installed on a Wii U formatted USB drive or the NAND and launched from the Wii U Menu. -?> Dumping Wii games require a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. +?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the [vWii Modding guide](vwii-modding) beforehand. !> It is **ILLEGAL** to share the files dumped with this guide. If you intend to use this guide to share your dumped games, don't. @@ -27,7 +27,7 @@ If you intend to use this guide to share your dumped games, don't. 1. Read the Disclaimer then press A. 1. Select Yes to enable Checksum Calculations. 1. Select either USB or Front SD depending on which device you want to use for the dumping process. - - Please note that the device you will choose needs to be formatted either in FAT32 or NTFS. + - Please note that the device you choose needs to be formatted either in FAT32 or NTFS. 1. Press A to continue. 1. Select No on the screen that asks you to download redump.org DAT files. 1. Insert your disc then press A. @@ -42,14 +42,13 @@ If you intend to use this guide to share your dumped games, don't. ### Joining Split Files -?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. #### Windows {docsify-ignore} 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`. +1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`. #### macOS/Linux {docsify-ignore} diff --git a/translations/zh_TW/docs/extras/uninstall-payloadloader.md b/translations/zh_TW/docs/extras/uninstall-payloadloader.md index 1e047b9f0..483aaae52 100644 --- a/translations/zh_TW/docs/extras/uninstall-payloadloader.md +++ b/translations/zh_TW/docs/extras/uninstall-payloadloader.md @@ -7,7 +7,7 @@ This page will guide through the process of uninstalling the PayloadLoader from ### What You Need {docsify-ignore} - The latest files from [Tiramisu for your café](https://tiramisu.foryour.cafe). - - Select `EnvironmentLoader` and `PayloadLoader Installer` + - Click on `Download Tiramisu`. ### Undo Autobooting into PayloadLoader diff --git a/translations/zh_TW/docs/sidebar.md b/translations/zh_TW/docs/sidebar.md index 9b606a6bb..b82b8b5ce 100644 --- a/translations/zh_TW/docs/sidebar.md +++ b/translations/zh_TW/docs/sidebar.md @@ -1,8 +1,7 @@ - **User Guide** - [Introduction](introduction) - [Tiramisu](tiramisu/sd-preparation) -- **vWii** -- [vWii Modding](vwii-modding) +- [vWii Modding](vwii/sd-preparation) - **Troubleshooting** - [Common Issues & Fixes](common-issues-fixes) - [Recover a vWii IOS/Channel](recover-vwii-ioses-channels) diff --git a/translations/zh_TW/docs/troubleshooting/common-issues-fixes.md b/translations/zh_TW/docs/troubleshooting/common-issues-fixes.md index 7ed93072f..a2f6ed4bd 100644 --- a/translations/zh_TW/docs/troubleshooting/common-issues-fixes.md +++ b/translations/zh_TW/docs/troubleshooting/common-issues-fixes.md @@ -10,12 +10,15 @@ ### Browser errors - - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. + - **FSGetMountSource failed:** Same as -3 above, means no SD Card detected. Re-insert the SD and try again. This could also mean that the SD card is locked (Slider is down instead of up) or the SD card label is "WIIU", which is stated in the guide causes conflict. If it's not any of these issues, refer to the last suggestion from -3. + - **FSOpenFile failed [...] payload.elf:** Missing payload file on SD. Make sure you have payload.elf in the wiiu folder. - **FSOpenFile failed:** Missing `homebrew_launcher` on SD. Make sure you have `homebrew_launcher.elf` in the /wiiu/apps/homebrew_launcher folder. + - **SD Mount Failed:** Similar to -4, the console recognizes the SD card but could not mount it. Make sure it is formatted properly. Also, your SD card is more compatible with reputable brands (i.e. SanDisk, Samsung, Lexar, etc.) and less likely to have issues. + ### Data Management asks to delete unnecessary data, what does it mean? This refers to leftover files from incomplete installs. Always choose Yes to delete this data, as it takes up space for no good reason. If it ever stays stuck on deleting the data in an infinite loop, you can manually delete the data yourself. diff --git a/translations/zh_TW/docs/user-guide/introduction.md b/translations/zh_TW/docs/user-guide/introduction.md index a559d6d4f..f255b483a 100644 --- a/translations/zh_TW/docs/user-guide/introduction.md +++ b/translations/zh_TW/docs/user-guide/introduction.md @@ -2,7 +2,7 @@ --- A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Tiramisu custom firmware. -?> **Discord Help** For live support with this guide please visit us in **#wiiu-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. +?> **Discord Help** For live support with this guide please visit us in **#wiiu-vwii-assistance** on the [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) and ask, in English, for assistance. Please read **#faq-wiiu**, as well as our [Frequently Asked Questions](faq) page beforehand to see if your question has already been answered. > If you appreciate this guide, we accept [donations](donations). diff --git a/translations/zh_TW/docs/user-guide/tiramisu/autoboot.md b/translations/zh_TW/docs/user-guide/tiramisu/autoboot.md index 0d8463cc2..de54edd01 100644 --- a/translations/zh_TW/docs/user-guide/tiramisu/autoboot.md +++ b/translations/zh_TW/docs/user-guide/tiramisu/autoboot.md @@ -13,7 +13,7 @@ Currently, every time you want to launch Tiramisu you will have to launch the He 1. You will be asked if you want to switch the boot title. Press A to select `Switch to PayloadLoader`. 1. When the process finished, press A to shutdown the console. 1. The PayloadLoader will now be launched automatically on every boot. - - To change the default boot title hold Start (+) on the Gamepad while booting the console. + - To change the default boot title hold Start (+) on the Gamepad while booting the console. You cannot change the boot title until you set a default environment first. - Navigate the list using the D-Pad to hover on the title you want to autoboot in, then press the Y button to set this to your autoboot title. - Press A to launch the selected title. diff --git a/translations/zh_TW/docs/user-guide/tiramisu/browser-exploit.md b/translations/zh_TW/docs/user-guide/tiramisu/browser-exploit.md index 3175a07a7..f4abfaa52 100644 --- a/translations/zh_TW/docs/user-guide/tiramisu/browser-exploit.md +++ b/translations/zh_TW/docs/user-guide/tiramisu/browser-exploit.md @@ -8,6 +8,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see a menu, this will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see a screen that says `Please choose your payload:`, this will be necessary for the next steps. - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. + - If you see the EnvironmentLoader, you did not hold down B long enough. Try again. diff --git a/translations/zh_TW/docs/user-guide/tiramisu/nand-backup.md b/translations/zh_TW/docs/user-guide/tiramisu/nand-backup.md index 60ece114f..5eae90292 100644 --- a/translations/zh_TW/docs/user-guide/tiramisu/nand-backup.md +++ b/translations/zh_TW/docs/user-guide/tiramisu/nand-backup.md @@ -19,7 +19,8 @@ In case anything should go wrong in the later process and your Wii U ends up bri - Dump SEEPROM: **yes** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` and if you chose to go with a full backup, `every mlc.bin.part` file to your computer. +1. The files will appear on the root of the SD card. +1. To make sure you don't lose the files, copy the `slc.bin`, `slccmpt.bin`, `seeprom.bin`, `otp.bin` (and if you chose to go with a full backup, `every mlc.bin.part`) file to your computer. 1. Delete the files from your SD Card to free up space. -?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** \ No newline at end of file +?> **If the PayloadLoader is already installed into the Health and Safety Information app and your console is already autobooting it, you do not need to continue following the guide.** diff --git a/translations/zh_TW/docs/user-guide/tiramisu/sd-preparation.md b/translations/zh_TW/docs/user-guide/tiramisu/sd-preparation.md index 219194393..68072967c 100644 --- a/translations/zh_TW/docs/user-guide/tiramisu/sd-preparation.md +++ b/translations/zh_TW/docs/user-guide/tiramisu/sd-preparation.md @@ -23,6 +23,8 @@ We will now place the required CFW files and some additional homebrew files on t ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. + If you're using a Mac, you have to select `Merge` instead of replace. + ---------- ### SD Card Layout {docsify-ignore} @@ -32,37 +34,38 @@ We will now place the required CFW files and some additional homebrew files on t ``` 💾sd: - ┗ 📂wiiu - ┣ 📂apps - ┃ ┣ 📂homebrew_launcher - ┃ ┃ ┣ 📜homebrew_launcher.elf - ┃ ┃ ┣ 📜icon.png - ┃ ┃ ┗ 📜meta.xml - ┃ ┣ 📜PayloadLoaderInstaller.wuhb - ┃ ┗ (All other apps should be here too) - ┣ 📂environments - ┃ ┣ 📂installer - ┃ ┃ ┗ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┗ 📜90_launch_installer.rpx - ┃ ┗ 📂tiramisu - ┃ ┣ 📂modules - ┃ ┃ ┗ 📂setup - ┃ ┃ ┣ 📜00_mocha.rpx - ┃ ┃ ┣ 📜01_sigpatches.rpx - ┃ ┃ ┣ 📜50_hbl_installer.rpx - ┃ ┃ ┗ 📜99_autoboot.rpx - ┃ ┗ 📜root.rpx - ┣ 📂payloads - ┃ ┣ 📂default - ┃ ┃ ┗ 📜payload.elf - ┃ ┣ 📂fw_img_loader - ┃ ┃ ┗ 📜payload.elf - ┃ ┗ 📂nanddumper - ┃ ┗ 📜payload.elf - ┣ 📜payload.rpx - ┗ 📜payload.elf + ┣ 📂wiiu + ┃ ┣ 📂apps + ┃ ┃ ┣ 📂homebrew_launcher + ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf + ┃ ┃ ┃ ┣ 📜icon.png + ┃ ┃ ┃ ┗ 📜meta.xml + ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb + ┃ ┃ ┗ (All other apps should be here too) + ┃ ┣ 📂environments + ┃ ┃ ┣ 📂installer + ┃ ┃ ┃ ┗ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx + ┃ ┃ ┗ 📂tiramisu + ┃ ┃ ┣ 📂modules + ┃ ┃ ┃ ┗ 📂setup + ┃ ┃ ┃ ┣ 📜00_mocha.rpx + ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx + ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx + ┃ ┃ ┃ ┗ 📜99_autoboot.rpx + ┃ ┃ ┗ 📜root.rpx + ┃ ┣ 📂payloads + ┃ ┃ ┣ 📂default + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┣ 📂fw_img_loader + ┃ ┃ ┃ ┗ 📜payload.elf + ┃ ┃ ┗ 📂nanddumper + ┃ ┃ ┗ 📜payload.elf + ┃ ┣ 📜payload.rpx + ┃ ┗ 📜payload.elf + ┗ 📜versions.json ``` diff --git a/translations/zh_TW/docs/user-guide/vwii/finalizing-setup.md b/translations/zh_TW/docs/user-guide/vwii/finalizing-setup.md new file mode 100644 index 000000000..417c1921e --- /dev/null +++ b/translations/zh_TW/docs/user-guide/vwii/finalizing-setup.md @@ -0,0 +1,33 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Finalizing Setup + +Now that the required cIOSes and IOS80 patch have been applied, we are now going to finalize the setup. + +### Additional Homebrew Apps + +- **SaveGame Manager GX** allows you to backup and restore your saves and Miis, especially saves that can't usually be copied. +- **Nintendont** is a virtual machine that allows you to play Gamecube games. +- The **Open Shop Channel** is an appstore where you can download more apps. + +### Additional Homebrew Apps - What You Need + +- The latest release of [SaveGame Manager GX](https://hbb1.oscwii.org/api/v3/contents/SaveGame_Manager_GX/SaveGame_Manager_GX.zip) +- The `loader.dol`, `meta.xml` and `icon.png` of [Nintendont](https://github.com/GaryOderNichts/Nintendont) +- The `Homebrew Browser.zip` of the [Open Shop Channel](https://hbb1.oscwii.org/api/v3/contents/homebrew_browser/homebrew_browser.zip) + +### Additional Homebrew Apps - Extracting Files to the SD Card + +1. Extract and copy the contents of `SaveGame_Manager_GX.zip` to the root of the SD card. +2. Follow the instructions in the link for copying Nintendont. +3. Extract the contents of the `homebrew_browser.zip` to the root of the SD card. + +### USB Loaders + +In order to play Wii games, you will need a USB loader. There are two popular loaders called WiiFlow Lite and USB Loader GX. Both can be found on [this site](https://wii.hacks.guide/wii-loaders). + +### Installing Priiloader + +Yes, Priiloader now works on vWii! The guide for installing it can be found [here](https://wii.hacks.guide/priiloader). + +!> Priiloader versions before 0.10.0 do not work with vWii. Priiloader versions before 0.8.2 will brick your vWii. diff --git a/translations/zh_TW/docs/user-guide/vwii/installing-cioses.md b/translations/zh_TW/docs/user-guide/vwii/installing-cioses.md new file mode 100644 index 000000000..96a01abcb --- /dev/null +++ b/translations/zh_TW/docs/user-guide/vwii/installing-cioses.md @@ -0,0 +1,27 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. +2. Launch The Homebrew Channel. +3. Launch d2x cIOS Installer. +4. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `56` + - Select cIOS slot: `249` +5. Press the `A` button to install. +6. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `57` + - Select cIOS slot: `250` +7. Press the `A` button to install. +8. Set everything to match the following: + - Select cIOS: `d2x-v11-beta1-vWii` + - Select cIOS base: `58` + - Select cIOS slot: `251` +9. Press the `A` button to install. +10. Press the `B` button to exit. + +!> If you are only getting `d2x-v6` or `d2x-v11-beta1`, redownload the app and/or make sure your SD card is unlocked. diff --git a/translations/zh_TW/docs/user-guide/vwii/installing-homebrewchannel.md b/translations/zh_TW/docs/user-guide/vwii/installing-homebrewchannel.md new file mode 100644 index 000000000..8fb2fbab5 --- /dev/null +++ b/translations/zh_TW/docs/user-guide/vwii/installing-homebrewchannel.md @@ -0,0 +1,10 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Installing the Homebrew Channel + +1. Boot into [Tiramisu](browser-exploit). +2. Launch the Homebrew Launcher, by opening the Mii Maker. +3. Launch the vWii Compat Installer. +4. 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. +5. Launch vWii (the Wii Menu icon). + - If the installation has succeeded, you should see the Homebrew Channel in your Wii Menu. diff --git a/translations/zh_TW/docs/user-guide/vwii/nand-backup.md b/translations/zh_TW/docs/user-guide/vwii/nand-backup.md new file mode 100644 index 000000000..382002e4f --- /dev/null +++ b/translations/zh_TW/docs/user-guide/vwii/nand-backup.md @@ -0,0 +1,20 @@ +# vWii Modding Guide {docsify-ignore-all} + +## 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. + +?> If you have recently made a NAND backup that includes SLCCMPT and OTP, feel free to skip this step. + +1. Launch the [Wii U NAND Dumper](browser-exploit). +2. Use the Wii U GamePad's D-Pad to enter the following configuration: + - Dump SLC: **optional** + - Dump SLCCMPT: **yes** + - Dump MLC: **optional** + - Dump OTP: **yes** + - Dump SEEPROM: **optional** +3. Press the A button to start the dumping process. +4. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. +5. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files (and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file) to your computer. +6. Delete the files from your SD Card to free up space. +7. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/zh_TW/docs/user-guide/vwii/patching-ios80.md b/translations/zh_TW/docs/user-guide/vwii/patching-ios80.md new file mode 100644 index 000000000..c67c398f6 --- /dev/null +++ b/translations/zh_TW/docs/user-guide/vwii/patching-ios80.md @@ -0,0 +1,17 @@ +# vWii Modding Guide {docsify-ignore-all} + +## Patching IOS 80 (Optional) + +Patching IOS 80 allows you to have custom channels on the SD card, including wads. However, it is not required. + +!> If for any reason, the Wii U is turned off while patching IOS 80, your vWii will be bricked. This can be fixed by either extracting the IOS 80 from your previously made NAND backup and then replacing it over FTP or by [reinstalling IOS 80](recover-vwii-ioses-channels). + +1. Launch Patched IOS 80 Installer for vWii. +2. Read the warning screen and wait 30 seconds. +3. Press any buttons to install. +4. Wait until it says IOS80 Installation is complete!. +5. Press any button to exit. + +!> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii. + +!> Installing any IOS (including TED IOSes) or wads made for the original Wii on your vWii will brick it. WiiWare wads are fine, but some need to be converted to work. diff --git a/translations/zh_TW/docs/user-guide/vwii/sd-preparation.md b/translations/zh_TW/docs/user-guide/vwii/sd-preparation.md new file mode 100644 index 000000000..7071455c5 --- /dev/null +++ b/translations/zh_TW/docs/user-guide/vwii/sd-preparation.md @@ -0,0 +1,32 @@ +# vWii Modding Guide {docsify-ignore-all} + +*** + +## SD Preparations + +This page will guide you through the process of modding your vWii. + +We will now start by placing the required 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://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. + +### 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 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. + +## Instructions + +1. Insert your Wii U's SD Card into your PC. +2. Copy the `apps` folder from the `Patched_IOS80_Installer_for_vWii.zip` file to the root of your SD Card. +3. Copy the `d2x-cios-installer` from the `d2x_cIOS_Installer.zip` file to the apps folder on your SD Card. +4. Copy the contents of the downloaded Tiramisu _`.zip`_ file to the root of your SD Card. +5. Copy the contents of the `CompatTitleInstaller.zip` file to the root of your SD Card. +6. Take the SD Card out of your computer and plug it into your Wii U console. diff --git a/translations/zh_TW/docs/user-guide/vwii/sidebar.md b/translations/zh_TW/docs/user-guide/vwii/sidebar.md index 7c305eec1..f16a4a8b6 100644 --- a/translations/zh_TW/docs/user-guide/vwii/sidebar.md +++ b/translations/zh_TW/docs/user-guide/vwii/sidebar.md @@ -1,10 +1,14 @@ -- **Navigation** +**vWii Modding** - [Home Page](../introduction) -- [vWii Modding](../vwii-modding) -- [Browser Exploit](browser-exploit) +- [SD Preparation](sd-preparation) +- [NAND Backup](nand-backup) +- [Installing the Homebrew Channel](installing-homebrewchannel) +- [Installing cIOSes](installing-cioses) +- [Patching IOS 80 (Optional)](patching-ios80) +- [Finalizing Setup](finalizing-setup) - **Links** - [![GitHub](https://icongr.am/simple/github.svg?color=808080&size=16)GitHub](https://github.com/hacks-guide/Guide-WiiU) - [![Discord](https://icongr.am/simple/discord.svg?colored&size=16)Discord](https://discord.gg/C29hYvh) - [![Translate](https://icongr.am/material/translate.svg?color=808080&size=16)Translate](https://hacks-guide.crowdin.com/u/projects/10) - [Donate](../donations) -- [About](../about) \ No newline at end of file +- [About](../about) diff --git a/translations/zh_TW/docs/vwii/vwii-modding.md b/translations/zh_TW/docs/vwii/vwii-modding.md index 7c598d3bd..0b0e0d7d7 100644 --- a/translations/zh_TW/docs/vwii/vwii-modding.md +++ b/translations/zh_TW/docs/vwii/vwii-modding.md @@ -2,7 +2,7 @@ --- This page will guide you through the process of modding your vWii. -We will now place the required Homebrew files on the SD Card. +We will now start by placing the required 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://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. @@ -19,7 +19,7 @@ We will now place the required Homebrew files on the SD Card. - The Patched IOS 80 Installer for vWii. ([Source](https://github.com/Lazr1026/Patched-IOS80-Installer-for-vWii)) - The d2x cIOS Installer. -### Instructions {docsify-ignore} +### SD Preparations {docsify-ignore} 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. @@ -43,7 +43,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, - Dump SEEPROM: **optional** 1. Press the A button to start the dumping process. 1. When the process completed, power off your Wii U, take your SD Card out of the Wii U and plug it into your PC. -1. To make sure you don't lose the files, copy the `slccmpt.bin`, `otp.bin` and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. +1. To make sure you don't lose the files, copy the `slccmpt.bin` and `otp.bin` files, and if you chose to go with a full backup, `seeprom.bin`, `slc.bin`, and `every mlc.bin.part` file to your computer. 1. Delete the files from your SD Card to free up space. 1. Take the SD Card out of your computer and plug it into your Wii U console. @@ -88,7 +88,7 @@ In case anything goes wrong in the later process and your vWii ends up bricked, 1. Read the warning screen and wait 30 seconds. 1. Press any buttons to install. 1. Wait until it says IOS80 Installation is complete!. -1. Press any buttons to exit. +1. Press any button to exit. !> Installing custom System Menu is a definite brick risk and you should always have an effective backup before installing one but when done right, won't brick the vWii.