diff --git a/docs/bluebomb.md b/docs/bluebomb.md index 82b0a623676..a45cafc33ce 100644 --- a/docs/bluebomb.md +++ b/docs/bluebomb.md @@ -64,6 +64,9 @@ Make sure that the console is close to the computer running the exploit, ideally 1. Copy `boot.elf` from the hackmii_installer_v1.2 `.zip` to the root of your flash drive. + (If attempting to fix a brick, you should also copy the homebrew app you wish to use to /apps/) + (Even for a Wii mini, bootmini.elf will **not** work, its purpose is entirely different and unrelated. Use boot.elf in all cases). + + ![](/images/exploits/bluebomb/usb-exploit.png) + 1. Reinsert your flash drive into your console. + For a Wii mini, the USB port is on the back. + For a normal Wii, use the bottom port (or the right port if it's upright). @@ -76,8 +79,7 @@ Make sure that the console is close to the computer running the exploit, ideally 1. Power off your console. 1. Start your Linux distro, and ensure you are connected to the internet. -1. Open the Terminal -1. Run the following commands: +1. Open the Terminal, and run the following commands: ```bash wget https://wii.hacks.guide/assets/files/bluebomb-helper.sh @@ -85,16 +87,33 @@ Make sure that the console is close to the computer running the exploit, ideally ./bluebomb-helper.sh ``` + ![](/images/exploits/bluebomb/run-commands.png) + 1. The helper will then download the required files, and ask for information about your console. + + ![](/images/exploits/bluebomb/console-type.png) + + If you have selected a Wii mini you will be asked to provide your region. This can be determined by the last letter of the Wii Menu version (`U` for **USA** and `E` for **PAL** models). - + If you have selected a Wii you will be asked to provide your Wii Menu Version (What you determined in step 4) + + ![](/images/exploits/bluebomb/wii-mini-options.png) + + + If you have selected a Wii you will be asked to provide your Wii Menu version (what you determined in step 4). + + ![](/images/exploits/bluebomb/wii-options.png) + 1. Power on your console. + **Do not** connect any Wii Remotes. +1. Type `yes` in the script to proceed if you have not already done so, and make sure that `Waiting to accept` is displaying. 1. Press the Sync button repeatedly until the terminal shows `got connection handle`. + This could take numerous attempts. -1. If the exploit was successful, your device will have loaded the HackMii Installer. + + ![](/images/exploits/bluebomb/got-connection-handle.png) + +1. If the exploit was successful, you should see a similar screen to the below, after which the HackMii installer should load. + If you are not planning to use it later, you can now shut down your Linux distro. + ![](/images/exploits/bluebomb/thanks-fullmetal5.png) + ::: info If using a Wii: [Continue to Homebrew Channel and BootMii Installation](hbc) diff --git a/docs/modmii.md b/docs/modmii.md index a3da5686683..6c18dacde58 100644 --- a/docs/modmii.md +++ b/docs/modmii.md @@ -80,6 +80,12 @@ When using ModMii, it is important to note that it will generate a custom guide ### Installation +::: warning + +Your browser or antivirus software may flag ModMii as malware - this is a false positive. ModMii does NOT contain any malware. + +::: + 1. Go to the [ModMii website](https://modmii.github.io) and scroll down to the Download section. Here, select the `Installer` option. Your browser may flag the installer as malware, but it is a **false positive**. ![](/images/modmii/modmii-download.png) diff --git a/docs/osc.md b/docs/osc.md index d994ca9e9c7..cf003313003 100644 --- a/docs/osc.md +++ b/docs/osc.md @@ -37,11 +37,22 @@ There are two methods to use the Open Shop Channel: on your Wii through Homebrew ### Instructions for Windows +::: info + +You may get a Microsoft SmartScreen window. This is a false positive, ignore and run anyway. + +::: + +::: info + +If you get a User Account Control pop-up that asks whether or not you would like the program to make changes to your PC, select Yes. Open Shop Channel is a safe application. + +::: + 1. Download `oscdl-installer.exe` and run the installer. Optionally, you may instead download `oscdl-standalone.exe`, which does not have to be installed and instead runs as a portable executable. ![](/images/osc/exe-download-OSCDL.png) -1. If you get a User Account Control pop-up that asks whether or not you would like the program to make changes to your PC, select Yes. Open Shop Channel is a safe application. 1. Let the installer run, and then launch OSCDL once the process is finished. ![](/images/osc/install-finished-OSCDL.png) @@ -50,12 +61,43 @@ There are two methods to use the Open Shop Channel: on your Wii through Homebrew ![](/images/osc/app-download-OSCDL.png) -1. A `.zip` file containing your app should download to wherever you specified the directory to be. Extract the `apps` folder in this archive to the root of your SD card or USB drive. +1. If downloaded directly, a dialog box will pop up asking you for a download location. OSCDL will prompt you if it detects a storage device with an apps directory, and if downloaded there, it will automatically unzip the homebrew and be ready to use. Otherwise, you may specify a manual download location and unzip it yourself. + + ![](/images/osc/download-prompt-OSCDL.png) + 1. Insert your SD card or USB drive into your Wii, and go to the Homebrew Channel. Your downloaded piece of homebrew should now display. ### Instructions for macOS/Linux -UNDER CONSTRUCTION +::: warning + +You will need Python 3 installed in order to use OSCDL on these platforms. + +::: + +1. Download the source code for OSCDL, either the `.zip` or the `.tar.gz`. + + ![](/images/osc/source-code-download-OSCDL.png) + +1. Extract the archive to a location on your computer that you would like to use OSCDL in. +1. Open the location of the extracted files in a terminal and run the command `pip install -r requirements.txt`. This will download Python packages needed to run OSCDL. + + ![](/images/osc/satisfy-requirements-OSCDL.png) + +1. Run the command `python3 oscdl.py`. This will open the program. Optionally, you can also create a desktop shortcut that runs this command for easier access. + + ![](/images/osc/run-OSCDL-terminal.png) + +1. Find an application that you would like to get, and press the Download button. Alternatively, you can send the app directly to your Wii (this requires that your computer and Wii be on the same network). + + ![](/images/osc/app-download-OSCDL-linux.png) + +1. If downloaded directly, a dialog box will pop up asking you for a download location. OSCDL will prompt you if it detects a storage device with an apps directory, and if downloaded there, it will automatically unzip the homebrew and be ready to use. Otherwise, you may specify a manual download location and unzip it yourself. + + ![](/images/osc/download-prompt-OSCDL-linux.png) + +1. Insert your SD card or USB drive into your Wii, and go to the Homebrew Channel. Your downloaded piece of homebrew should now display. + ::: tip diff --git a/docs/public/images/riiconnect24/WiiRC24Logo.jpg b/docs/public/images/#unused#/RiiConnect24/WiiRC24Logo.jpg similarity index 100% rename from docs/public/images/riiconnect24/WiiRC24Logo.jpg rename to docs/public/images/#unused#/RiiConnect24/WiiRC24Logo.jpg diff --git a/docs/public/images/desktop-apps/dolphin/dolphin-user-folder.png b/docs/public/images/#unused#/desktop-apps/dolphin/dolphin-user-folder.png similarity index 100% rename from docs/public/images/desktop-apps/dolphin/dolphin-user-folder.png rename to docs/public/images/#unused#/desktop-apps/dolphin/dolphin-user-folder.png diff --git a/docs/public/images/desktop-apps/dolphin/export-wiisave.png b/docs/public/images/#unused#/desktop-apps/dolphin/export-wiisave.png similarity index 100% rename from docs/public/images/desktop-apps/dolphin/export-wiisave.png rename to docs/public/images/#unused#/desktop-apps/dolphin/export-wiisave.png diff --git a/docs/public/images/exploits/letterbomb/letterbomb.png b/docs/public/images/#unused#/exploits/letterbomb/letterbomb.png similarity index 100% rename from docs/public/images/exploits/letterbomb/letterbomb.png rename to docs/public/images/#unused#/exploits/letterbomb/letterbomb.png diff --git a/docs/public/images/homebrew/DumpDiscs_LAN/2.png b/docs/public/images/#unused#/homebrew/DumpDiscs_LAN/2.png similarity index 100% rename from docs/public/images/homebrew/DumpDiscs_LAN/2.png rename to docs/public/images/#unused#/homebrew/DumpDiscs_LAN/2.png diff --git a/docs/public/images/homebrew/DumpDiscs_LAN/3.png b/docs/public/images/#unused#/homebrew/DumpDiscs_LAN/3.png similarity index 100% rename from docs/public/images/homebrew/DumpDiscs_LAN/3.png rename to docs/public/images/#unused#/homebrew/DumpDiscs_LAN/3.png diff --git a/docs/public/images/homebrew/DumpDiscs_LAN/4.png b/docs/public/images/#unused#/homebrew/DumpDiscs_LAN/4.png similarity index 100% rename from docs/public/images/homebrew/DumpDiscs_LAN/4.png rename to docs/public/images/#unused#/homebrew/DumpDiscs_LAN/4.png diff --git a/docs/public/images/homebrew/DumpDiscs_LAN/5.png b/docs/public/images/#unused#/homebrew/DumpDiscs_LAN/5.png similarity index 100% rename from docs/public/images/homebrew/DumpDiscs_LAN/5.png rename to docs/public/images/#unused#/homebrew/DumpDiscs_LAN/5.png diff --git a/docs/public/images/homebrew/DumpDiscs_LAN/6.png b/docs/public/images/#unused#/homebrew/DumpDiscs_LAN/6.png similarity index 100% rename from docs/public/images/homebrew/DumpDiscs_LAN/6.png rename to docs/public/images/#unused#/homebrew/DumpDiscs_LAN/6.png diff --git a/docs/public/images/homebrew/DumpDiscs_LAN/7.jpg b/docs/public/images/#unused#/homebrew/DumpDiscs_LAN/7.jpg similarity index 100% rename from docs/public/images/homebrew/DumpDiscs_LAN/7.jpg rename to docs/public/images/#unused#/homebrew/DumpDiscs_LAN/7.jpg diff --git a/docs/public/images/homebrew/DumpDiscs_LAN/8.PNG b/docs/public/images/#unused#/homebrew/DumpDiscs_LAN/8.PNG similarity index 100% rename from docs/public/images/homebrew/DumpDiscs_LAN/8.PNG rename to docs/public/images/#unused#/homebrew/DumpDiscs_LAN/8.PNG diff --git a/docs/public/images/homebrew/DumpDiscs_LAN/insertthedisc.jpg b/docs/public/images/#unused#/homebrew/DumpDiscs_LAN/insertthedisc.jpg similarity index 100% rename from docs/public/images/homebrew/DumpDiscs_LAN/insertthedisc.jpg rename to docs/public/images/#unused#/homebrew/DumpDiscs_LAN/insertthedisc.jpg diff --git a/docs/public/images/homebrew/USBLoaderGX/usbloadergx.png b/docs/public/images/#unused#/homebrew/USBLoaderGX/usbloadergx.png similarity index 100% rename from docs/public/images/homebrew/USBLoaderGX/usbloadergx.png rename to docs/public/images/#unused#/homebrew/USBLoaderGX/usbloadergx.png diff --git a/docs/public/images/homebrew/riivolution/riivolution.png b/docs/public/images/#unused#/homebrew/riivolution/riivolution.png similarity index 100% rename from docs/public/images/homebrew/riivolution/riivolution.png rename to docs/public/images/#unused#/homebrew/riivolution/riivolution.png diff --git a/docs/public/images/homebrew/rssmii/rssmii-remove.png b/docs/public/images/#unused#/homebrew/rssmii/rssmii-remove.png similarity index 100% rename from docs/public/images/homebrew/rssmii/rssmii-remove.png rename to docs/public/images/#unused#/homebrew/rssmii/rssmii-remove.png diff --git a/docs/public/images/homebrew/rssmii/rssmii.png b/docs/public/images/#unused#/homebrew/rssmii/rssmii.png similarity index 100% rename from docs/public/images/homebrew/rssmii/rssmii.png rename to docs/public/images/#unused#/homebrew/rssmii/rssmii.png diff --git a/docs/public/images/homebrew/wiiflow/wiiflowlogo.png b/docs/public/images/#unused#/homebrew/wiiflow/wiiflowlogo.png similarity index 100% rename from docs/public/images/homebrew/wiiflow/wiiflowlogo.png rename to docs/public/images/#unused#/homebrew/wiiflow/wiiflowlogo.png diff --git a/docs/public/images/homebrew/yawmME/icon.png b/docs/public/images/#unused#/homebrew/yawmME/icon.png similarity index 100% rename from docs/public/images/homebrew/yawmME/icon.png rename to docs/public/images/#unused#/homebrew/yawmME/icon.png diff --git a/docs/public/images/main-pages/Wii_Red_404.jpg b/docs/public/images/#unused#/main-pages/Wii_Red_404.jpg similarity index 100% rename from docs/public/images/main-pages/Wii_Red_404.jpg rename to docs/public/images/#unused#/main-pages/Wii_Red_404.jpg diff --git a/docs/public/images/main-pages/Wii_Yellow_Gray.jpg b/docs/public/images/#unused#/main-pages/Wii_Yellow_Gray.jpg similarity index 100% rename from docs/public/images/main-pages/Wii_Yellow_Gray.jpg rename to docs/public/images/#unused#/main-pages/Wii_Yellow_Gray.jpg diff --git a/docs/public/images/priiloader/installer.jpg b/docs/public/images/#unused#/priiloader/installer.jpg similarity index 100% rename from docs/public/images/priiloader/installer.jpg rename to docs/public/images/#unused#/priiloader/installer.jpg diff --git a/docs/public/images/priiloader/installing.jpg b/docs/public/images/#unused#/priiloader/installing.jpg similarity index 100% rename from docs/public/images/priiloader/installing.jpg rename to docs/public/images/#unused#/priiloader/installing.jpg diff --git a/docs/public/images/priiloader/on.jpg b/docs/public/images/#unused#/priiloader/on.jpg similarity index 100% rename from docs/public/images/priiloader/on.jpg rename to docs/public/images/#unused#/priiloader/on.jpg diff --git a/docs/public/images/priiloader/priiloader.jpg b/docs/public/images/#unused#/priiloader/priiloader.jpg similarity index 100% rename from docs/public/images/priiloader/priiloader.jpg rename to docs/public/images/#unused#/priiloader/priiloader.jpg diff --git a/docs/public/images/priiloader/reset.jpg b/docs/public/images/#unused#/priiloader/reset.jpg similarity index 100% rename from docs/public/images/priiloader/reset.jpg rename to docs/public/images/#unused#/priiloader/reset.jpg diff --git a/docs/public/images/site-config/apple-touch-icon.png b/docs/public/images/#unused#/site-config/apple-touch-icon.png similarity index 100% rename from docs/public/images/site-config/apple-touch-icon.png rename to docs/public/images/#unused#/site-config/apple-touch-icon.png diff --git a/docs/public/images/site-config/bio-photo.png b/docs/public/images/#unused#/site-config/bio-photo.png similarity index 100% rename from docs/public/images/site-config/bio-photo.png rename to docs/public/images/#unused#/site-config/bio-photo.png diff --git a/docs/public/images/themes/mym-theme-selection.png b/docs/public/images/#unused#/themes/mym-theme-selection.png similarity index 100% rename from docs/public/images/themes/mym-theme-selection.png rename to docs/public/images/#unused#/themes/mym-theme-selection.png diff --git a/docs/public/images/wiimmfi/WiiWare-Patcher/rc24_using_the_wiiware_patcher.jpg b/docs/public/images/#unused#/wiimmfi/WiiWare-Patcher/rc24_using_the_wiiware_patcher.jpg similarity index 100% rename from docs/public/images/wiimmfi/WiiWare-Patcher/rc24_using_the_wiiware_patcher.jpg rename to docs/public/images/#unused#/wiimmfi/WiiWare-Patcher/rc24_using_the_wiiware_patcher.jpg diff --git a/docs/public/images/wiimmfi/WiiWiimmfiLogo.jpg b/docs/public/images/#unused#/wiimmfi/WiiWiimmfiLogo.jpg similarity index 100% rename from docs/public/images/wiimmfi/WiiWiimmfiLogo.jpg rename to docs/public/images/#unused#/wiimmfi/WiiWiimmfiLogo.jpg diff --git a/docs/public/images/exploits/bluebomb/console-type.png b/docs/public/images/exploits/bluebomb/console-type.png new file mode 100644 index 00000000000..0781d2f9d2e Binary files /dev/null and b/docs/public/images/exploits/bluebomb/console-type.png differ diff --git a/docs/public/images/exploits/bluebomb/got-connection-handle.png b/docs/public/images/exploits/bluebomb/got-connection-handle.png new file mode 100644 index 00000000000..13d0a807716 Binary files /dev/null and b/docs/public/images/exploits/bluebomb/got-connection-handle.png differ diff --git a/docs/public/images/exploits/bluebomb/run-commands.png b/docs/public/images/exploits/bluebomb/run-commands.png new file mode 100644 index 00000000000..22ca27816bb Binary files /dev/null and b/docs/public/images/exploits/bluebomb/run-commands.png differ diff --git a/docs/public/images/exploits/bluebomb/script-prompt.png b/docs/public/images/exploits/bluebomb/script-prompt.png new file mode 100644 index 00000000000..e7a2414f40e Binary files /dev/null and b/docs/public/images/exploits/bluebomb/script-prompt.png differ diff --git a/docs/public/images/exploits/bluebomb/thanks-fullmetal5.png b/docs/public/images/exploits/bluebomb/thanks-fullmetal5.png new file mode 100644 index 00000000000..cb4808415d5 Binary files /dev/null and b/docs/public/images/exploits/bluebomb/thanks-fullmetal5.png differ diff --git a/docs/public/images/exploits/bluebomb/usb-exploit.png b/docs/public/images/exploits/bluebomb/usb-exploit.png new file mode 100644 index 00000000000..5685fcedf61 Binary files /dev/null and b/docs/public/images/exploits/bluebomb/usb-exploit.png differ diff --git a/docs/public/images/exploits/bluebomb/wii-mini-options.png b/docs/public/images/exploits/bluebomb/wii-mini-options.png new file mode 100644 index 00000000000..7714a2ec6e0 Binary files /dev/null and b/docs/public/images/exploits/bluebomb/wii-mini-options.png differ diff --git a/docs/public/images/exploits/bluebomb/wii-options.png b/docs/public/images/exploits/bluebomb/wii-options.png new file mode 100644 index 00000000000..7e3e45317f7 Binary files /dev/null and b/docs/public/images/exploits/bluebomb/wii-options.png differ diff --git a/docs/public/images/exploits/wilbrand/windows.png b/docs/public/images/exploits/wilbrand/windows.png index 6db5f091e1e..1f719f605c9 100644 Binary files a/docs/public/images/exploits/wilbrand/windows.png and b/docs/public/images/exploits/wilbrand/windows.png differ diff --git a/docs/public/images/modmii/hackmii-wizard-1.png b/docs/public/images/modmii/hackmii-wizard-1.png index ac48f7d442d..472a3e8c5de 100644 Binary files a/docs/public/images/modmii/hackmii-wizard-1.png and b/docs/public/images/modmii/hackmii-wizard-1.png differ diff --git a/docs/public/images/modmii/hackmii-wizard-2.png b/docs/public/images/modmii/hackmii-wizard-2.png index f625cf9f710..75f495d927e 100644 Binary files a/docs/public/images/modmii/hackmii-wizard-2.png and b/docs/public/images/modmii/hackmii-wizard-2.png differ diff --git a/docs/public/images/modmii/hackmii-wizard-3.png b/docs/public/images/modmii/hackmii-wizard-3.png index 90a84d1bd9c..6e6a3881837 100644 Binary files a/docs/public/images/modmii/hackmii-wizard-3.png and b/docs/public/images/modmii/hackmii-wizard-3.png differ diff --git a/docs/public/images/modmii/hackmii-wizard-4.png b/docs/public/images/modmii/hackmii-wizard-4.png index fd0e909d4a0..4e4773eb5bb 100644 Binary files a/docs/public/images/modmii/hackmii-wizard-4.png and b/docs/public/images/modmii/hackmii-wizard-4.png differ diff --git a/docs/public/images/modmii/hackmii-wizard-5.png b/docs/public/images/modmii/hackmii-wizard-5.png index 7d97a0114fc..b89c4a0bde2 100644 Binary files a/docs/public/images/modmii/hackmii-wizard-5.png and b/docs/public/images/modmii/hackmii-wizard-5.png differ diff --git a/docs/public/images/modmii/modmii-install.png b/docs/public/images/modmii/modmii-install.png index cb3f7540b29..4aa38dee6e1 100644 Binary files a/docs/public/images/modmii/modmii-install.png and b/docs/public/images/modmii/modmii-install.png differ diff --git a/docs/public/images/modmii/modmii-wizard-1.png b/docs/public/images/modmii/modmii-wizard-1.png index 25c37e90d37..bf231d9a4db 100644 Binary files a/docs/public/images/modmii/modmii-wizard-1.png and b/docs/public/images/modmii/modmii-wizard-1.png differ diff --git a/docs/public/images/modmii/modmii-wizard-10.png b/docs/public/images/modmii/modmii-wizard-10.png index 48b229a7fe2..71753e2286d 100644 Binary files a/docs/public/images/modmii/modmii-wizard-10.png and b/docs/public/images/modmii/modmii-wizard-10.png differ diff --git a/docs/public/images/modmii/modmii-wizard-11.png b/docs/public/images/modmii/modmii-wizard-11.png index 8bd7c50a501..781ee01719b 100644 Binary files a/docs/public/images/modmii/modmii-wizard-11.png and b/docs/public/images/modmii/modmii-wizard-11.png differ diff --git a/docs/public/images/modmii/modmii-wizard-12.png b/docs/public/images/modmii/modmii-wizard-12.png index 122c33b9c20..4ffaf19e420 100644 Binary files a/docs/public/images/modmii/modmii-wizard-12.png and b/docs/public/images/modmii/modmii-wizard-12.png differ diff --git a/docs/public/images/modmii/modmii-wizard-13.png b/docs/public/images/modmii/modmii-wizard-13.png index 0af7ae91be6..99ee8fe3192 100644 Binary files a/docs/public/images/modmii/modmii-wizard-13.png and b/docs/public/images/modmii/modmii-wizard-13.png differ diff --git a/docs/public/images/modmii/modmii-wizard-2.png b/docs/public/images/modmii/modmii-wizard-2.png index c3d92c59598..3f1f0b7be3d 100644 Binary files a/docs/public/images/modmii/modmii-wizard-2.png and b/docs/public/images/modmii/modmii-wizard-2.png differ diff --git a/docs/public/images/modmii/modmii-wizard-3.png b/docs/public/images/modmii/modmii-wizard-3.png index 0c81e841c01..a82b5010c9c 100644 Binary files a/docs/public/images/modmii/modmii-wizard-3.png and b/docs/public/images/modmii/modmii-wizard-3.png differ diff --git a/docs/public/images/modmii/modmii-wizard-4.png b/docs/public/images/modmii/modmii-wizard-4.png index 528073f1c1e..54422a82a32 100644 Binary files a/docs/public/images/modmii/modmii-wizard-4.png and b/docs/public/images/modmii/modmii-wizard-4.png differ diff --git a/docs/public/images/modmii/modmii-wizard-5.png b/docs/public/images/modmii/modmii-wizard-5.png index 1ae49719a00..23c209e50f1 100644 Binary files a/docs/public/images/modmii/modmii-wizard-5.png and b/docs/public/images/modmii/modmii-wizard-5.png differ diff --git a/docs/public/images/modmii/modmii-wizard-6.png b/docs/public/images/modmii/modmii-wizard-6.png index 73046716cf1..594b1dc6995 100644 Binary files a/docs/public/images/modmii/modmii-wizard-6.png and b/docs/public/images/modmii/modmii-wizard-6.png differ diff --git a/docs/public/images/modmii/modmii-wizard-7.png b/docs/public/images/modmii/modmii-wizard-7.png index 791d6bac243..04bf870accf 100644 Binary files a/docs/public/images/modmii/modmii-wizard-7.png and b/docs/public/images/modmii/modmii-wizard-7.png differ diff --git a/docs/public/images/modmii/modmii-wizard-8.png b/docs/public/images/modmii/modmii-wizard-8.png index 267ce1025ef..ab90150fb4d 100644 Binary files a/docs/public/images/modmii/modmii-wizard-8.png and b/docs/public/images/modmii/modmii-wizard-8.png differ diff --git a/docs/public/images/modmii/modmii-wizard-9.png b/docs/public/images/modmii/modmii-wizard-9.png index 6abff0b0587..282b32f07f6 100644 Binary files a/docs/public/images/modmii/modmii-wizard-9.png and b/docs/public/images/modmii/modmii-wizard-9.png differ diff --git a/docs/public/images/modmii/syscheck-wizard-1.png b/docs/public/images/modmii/syscheck-wizard-1.png index 29d814e6a18..bf0de426713 100644 Binary files a/docs/public/images/modmii/syscheck-wizard-1.png and b/docs/public/images/modmii/syscheck-wizard-1.png differ diff --git a/docs/public/images/modmii/syscheck-wizard-2.png b/docs/public/images/modmii/syscheck-wizard-2.png index 3642510115a..1c31bff3dbe 100644 Binary files a/docs/public/images/modmii/syscheck-wizard-2.png and b/docs/public/images/modmii/syscheck-wizard-2.png differ diff --git a/docs/public/images/modmii/syscheck-wizard-3.png b/docs/public/images/modmii/syscheck-wizard-3.png index 28ffed30819..95c32b02756 100644 Binary files a/docs/public/images/modmii/syscheck-wizard-3.png and b/docs/public/images/modmii/syscheck-wizard-3.png differ diff --git a/docs/public/images/osc/app-download-OSCDL-linux.png b/docs/public/images/osc/app-download-OSCDL-linux.png new file mode 100644 index 00000000000..aad13f2ca5b Binary files /dev/null and b/docs/public/images/osc/app-download-OSCDL-linux.png differ diff --git a/docs/public/images/osc/app-download-OSCDL.png b/docs/public/images/osc/app-download-OSCDL.png index 21683c3e306..6badba6fff5 100644 Binary files a/docs/public/images/osc/app-download-OSCDL.png and b/docs/public/images/osc/app-download-OSCDL.png differ diff --git a/docs/public/images/osc/download-prompt-OSCDL-linux.png b/docs/public/images/osc/download-prompt-OSCDL-linux.png new file mode 100644 index 00000000000..e675da42c75 Binary files /dev/null and b/docs/public/images/osc/download-prompt-OSCDL-linux.png differ diff --git a/docs/public/images/osc/download-prompt-OSCDL.png b/docs/public/images/osc/download-prompt-OSCDL.png new file mode 100644 index 00000000000..550d5e9f2c4 Binary files /dev/null and b/docs/public/images/osc/download-prompt-OSCDL.png differ diff --git a/docs/public/images/osc/exe-download-OSCDL.png b/docs/public/images/osc/exe-download-OSCDL.png index 4e48a57d5d9..406230db7bb 100644 Binary files a/docs/public/images/osc/exe-download-OSCDL.png and b/docs/public/images/osc/exe-download-OSCDL.png differ diff --git a/docs/public/images/osc/install-finished-OSCDL.png b/docs/public/images/osc/install-finished-OSCDL.png index a905b29f9ac..d2b6d6e0b80 100644 Binary files a/docs/public/images/osc/install-finished-OSCDL.png and b/docs/public/images/osc/install-finished-OSCDL.png differ diff --git a/docs/public/images/osc/run-OSCDL-terminal.png b/docs/public/images/osc/run-OSCDL-terminal.png new file mode 100644 index 00000000000..c07a0d8570d Binary files /dev/null and b/docs/public/images/osc/run-OSCDL-terminal.png differ diff --git a/docs/public/images/osc/satisfy-requirements-OSCDL.png b/docs/public/images/osc/satisfy-requirements-OSCDL.png new file mode 100644 index 00000000000..b55faaf14ce Binary files /dev/null and b/docs/public/images/osc/satisfy-requirements-OSCDL.png differ diff --git a/docs/public/images/osc/source-code-download-OSCDL.png b/docs/public/images/osc/source-code-download-OSCDL.png new file mode 100644 index 00000000000..dac9894b8dd Binary files /dev/null and b/docs/public/images/osc/source-code-download-OSCDL.png differ diff --git a/docs/public/images/osc/zip-download-HBB.png b/docs/public/images/osc/zip-download-HBB.png index 5707183d163..1c0dee6d3c4 100644 Binary files a/docs/public/images/osc/zip-download-HBB.png and b/docs/public/images/osc/zip-download-HBB.png differ diff --git a/docs/public/images/priiloader/hacks.jpg b/docs/public/images/priiloader/hacks.jpg deleted file mode 100644 index 68be9f6f8fe..00000000000 Binary files a/docs/public/images/priiloader/hacks.jpg and /dev/null differ diff --git a/docs/public/images/priiloader/hacks.png b/docs/public/images/priiloader/hacks.png new file mode 100644 index 00000000000..3b25df628c0 Binary files /dev/null and b/docs/public/images/priiloader/hacks.png differ diff --git a/docs/public/images/priiloader/mainmenu.jpg b/docs/public/images/priiloader/mainmenu.jpg deleted file mode 100644 index 722f9d76685..00000000000 Binary files a/docs/public/images/priiloader/mainmenu.jpg and /dev/null differ diff --git a/docs/public/images/priiloader/mainmenu.png b/docs/public/images/priiloader/mainmenu.png new file mode 100644 index 00000000000..aec9cd44fd6 Binary files /dev/null and b/docs/public/images/priiloader/mainmenu.png differ diff --git a/docs/wiimmfi.md b/docs/wiimmfi.md index 8d218210ca8..e703301ce03 100644 --- a/docs/wiimmfi.md +++ b/docs/wiimmfi.md @@ -32,7 +32,7 @@ A method for Wiimmfi patching which runs on retail disc games automatically via 1. Hold the RESET button while turning on your Wii. If you are using a Wii mini, plug in a USB keyboard and hold Escape while turning it ON. 1. You should see the Priiloader menu. - ![](/images/priiloader/mainmenu.jpg) + ![](/images/priiloader/mainmenu.png) 1. Go to `System Menu Hacks`. @@ -45,7 +45,7 @@ A method for Wiimmfi patching which runs on retail disc games automatically via 1. Make sure the `Wiimmfi patch v4` hack is enabled. - ![](/images/priiloader/hacks.jpg) + ![](/images/priiloader/hacks.png) 1. Scroll to `Save Settings` and save your changes. 1. Return to the main menu, and press `System Menu` to return to the Wii Menu.