Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to images on the guide #124

Merged
merged 3 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 23 additions & 4 deletions docs/bluebomb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -76,25 +79,41 @@ 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
chmod +x bluebomb-helper.sh
./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)
Expand Down
6 changes: 6 additions & 0 deletions docs/modmii.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
48 changes: 45 additions & 3 deletions docs/osc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down
Binary file modified docs/public/images/exploits/wilbrand/windows.png
Binary file modified docs/public/images/modmii/hackmii-wizard-1.png
Binary file modified docs/public/images/modmii/hackmii-wizard-2.png
Binary file modified docs/public/images/modmii/hackmii-wizard-3.png
Binary file modified docs/public/images/modmii/hackmii-wizard-4.png
Binary file modified docs/public/images/modmii/hackmii-wizard-5.png
Binary file modified docs/public/images/modmii/modmii-install.png
Binary file modified docs/public/images/modmii/modmii-wizard-1.png
Binary file modified docs/public/images/modmii/modmii-wizard-10.png
Binary file modified docs/public/images/modmii/modmii-wizard-11.png
Binary file modified docs/public/images/modmii/modmii-wizard-12.png
Binary file modified docs/public/images/modmii/modmii-wizard-13.png
Binary file modified docs/public/images/modmii/modmii-wizard-2.png
Binary file modified docs/public/images/modmii/modmii-wizard-3.png
Binary file modified docs/public/images/modmii/modmii-wizard-4.png
Binary file modified docs/public/images/modmii/modmii-wizard-5.png
Binary file modified docs/public/images/modmii/modmii-wizard-6.png
Binary file modified docs/public/images/modmii/modmii-wizard-7.png
Binary file modified docs/public/images/modmii/modmii-wizard-8.png
Binary file modified docs/public/images/modmii/modmii-wizard-9.png
Binary file modified docs/public/images/modmii/syscheck-wizard-1.png
Binary file modified docs/public/images/modmii/syscheck-wizard-2.png
Binary file modified docs/public/images/modmii/syscheck-wizard-3.png
Binary file modified docs/public/images/osc/app-download-OSCDL.png
Binary file added docs/public/images/osc/download-prompt-OSCDL.png
Binary file modified docs/public/images/osc/exe-download-OSCDL.png
Binary file modified docs/public/images/osc/install-finished-OSCDL.png
Binary file added docs/public/images/osc/run-OSCDL-terminal.png
Binary file modified docs/public/images/osc/zip-download-HBB.png
Binary file removed docs/public/images/priiloader/hacks.jpg
Diff not rendered.
Binary file added docs/public/images/priiloader/hacks.png
Binary file removed docs/public/images/priiloader/mainmenu.jpg
Diff not rendered.
Binary file added docs/public/images/priiloader/mainmenu.png
4 changes: 2 additions & 2 deletions docs/wiimmfi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand All @@ -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.
Expand Down
Loading