diff --git a/_pages/en_US/wiimodlite.md b/_pages/en_US/wiimodlite.md index 39c6e54ea..b40fe2145 100644 --- a/_pages/en_US/wiimodlite.md +++ b/_pages/en_US/wiimodlite.md @@ -7,9 +7,10 @@ title: "Wii Mod Lite" If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net). {: .notice--info} -This tutorial will explain you how to install WADs on your Wii with Wii Mod Lite. The WAD manager of choice is Wii Mod Lite, but there are others such as YAWMM. +Wii Mod Lite is an application that allows you to manage installed titles, install WAD files, modify your Wii's region settings and IOS.
+This tutorial will show you how to install WADs. -We do not recommend using "WAD Manager" by Waninkoko. +It is recommended to use [YAWMME](yawmme) to install WAD files. It has checks in place to prevent bricks from installing WADs. {: .notice--warning} #### What you need @@ -20,8 +21,7 @@ We do not recommend using "WAD Manager" by Waninkoko. ##### Section I - Downloading -1. Extract Wii Mod Lite and put it in the `apps` folder on your SD card or USB drive. -![SD card Drag and Drop](/images/WiiModLite/1.gif) +1. Download and extract the Wii Mod Lite zip to your SD card or USB drive. 2. Insert your SD card or USB drive into your Wii, and launch Wii Mod Lite from the Homebrew Channel. ##### Section II - Running diff --git a/_pages/en_US/yawmme.md b/_pages/en_US/yawmme.md new file mode 100644 index 000000000..64d56aaea --- /dev/null +++ b/_pages/en_US/yawmme.md @@ -0,0 +1,38 @@ +--- +title: "YAWM ModMii Edition" +--- + +{% include toc title="Table of Contents" %} + +If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/rc24) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net). +{: .notice--info} + +![yawmME icon](/images/yawmME/icon.png) + +yawmME is an application that can install WADs and launch homebrew applications. +This tutorial will show you how to install WADs. + +### What you need +* an SD card or USB drive +* [YAWM ModMii Edition](https://oscwii.org/library/app/yawmme) + +### Instructions + +#### Section I - Downloading + +1. Download and extract the yawmME zip to the root of your SD card or USB drive. +1. Insert your SD card or USB drive into your Wii, and launch YAWM ModMii Edition from the Homebrew Channel. + +#### Section II - Installing WADs + +1. Select the source device that has the WAD file(s) you would like to install. +![Selecting source device](/images/yawmME/source_device.png) +1. Navigate to the folder that has the WAD files. + - If you have a folder named `wad`, it will be opened automatically. +![Selecting WAD file](/images/yawmME/file_selection.png) +1. Navigate to the WAD file you would like to install and press `A`. + - If you would like to install multiple WAD files at once, press `+` on each of them, then press `A`. +![WAD options](/images/yawmME/install_wad.png) +1. Press A again to install the WAD(s). +![Installing WAD](/images/yawmME/installing_wad.png) +![Installing WAD OK](/images/yawmME/installing_wad_ok.png) diff --git a/images/yawmME/file_selection.png b/images/yawmME/file_selection.png new file mode 100644 index 000000000..bb0c4cc9c Binary files /dev/null and b/images/yawmME/file_selection.png differ diff --git a/images/yawmME/icon.png b/images/yawmME/icon.png new file mode 100644 index 000000000..ce9bb1abf Binary files /dev/null and b/images/yawmME/icon.png differ diff --git a/images/yawmME/install_wad.png b/images/yawmME/install_wad.png new file mode 100644 index 000000000..67e707144 Binary files /dev/null and b/images/yawmME/install_wad.png differ diff --git a/images/yawmME/installing_wad.png b/images/yawmME/installing_wad.png new file mode 100644 index 000000000..f242fad36 Binary files /dev/null and b/images/yawmME/installing_wad.png differ diff --git a/images/yawmME/installing_wad_ok.png b/images/yawmME/installing_wad_ok.png new file mode 100644 index 000000000..3c367ac19 Binary files /dev/null and b/images/yawmME/installing_wad_ok.png differ diff --git a/images/yawmME/source_device.png b/images/yawmME/source_device.png new file mode 100644 index 000000000..248be33d5 Binary files /dev/null and b/images/yawmME/source_device.png differ