Updated docs image paths

This commit is contained in:
Jonathan Barrow 2022-09-03 12:39:06 -04:00
parent fed2b7a095
commit da0b6f5f93
No known key found for this signature in database
GPG Key ID: E86E9FE9049C741F
22 changed files with 90 additions and 18 deletions

View File

@ -10,7 +10,7 @@
## Online files
Cemu requires the use of several files obtained via dumping from real hardware. You may use those files if you have a physical Wii U, they will work just fine. If you _don't_ have a real Wii U navigate to [your account page](/account) and select <strong>`Download account files`</strong>
<center><img src="/assets/images/docs/download-account-files.png"/></center>
<center><img src="/assets/images/docs/install/cemu/download-account-files.png"/></center>
## Setup Cemu for online
After obtaining the files needed for online play refer to the official [Cemu Online Play](https://cemu.cfw.guide/online-play.html) guide

View File

@ -1,18 +1,90 @@
<div class="tip green">This Guide may be missing some info or incomplete.</div>
# Wii U
## Select your homebrew environment
<div class="tip">
This guide assumes that you have a <b>Homebrewed System</b>, if you don't please follow this <a href="https://wiiu.hacks.guide/" target="_blank">guide</a> on how to homebrew your system first.
</div>
- ### [Tiramisu](#tiramisu-1)
- ### [Aroma](#aroma-1)
- ### [Legacy](#legacy-1)
# Environment
There are several homebrew environments for the Wii U, all with pros and cons. We have several patches for multiple environments to try and accommodate as many users as possible. Each patch has a slightly different feature set. See below for a table of patches and their feature sets
| Name | GitHub Branch | Environment | NoSSL | URL Patches | Inkay | Exploit Fixes |
| ------ | ------------- | ----------- | ----- | ----------- | ----- | ------------- |
| Nimble | main | HBL | ✅ | ✅ | ❌ | ❌ |
| Nimble | new_patch | HBL | ✅ | ✅ | ✅ | ✅ |
| Nimble | tiramisu | Tiramisu | ✅ | ✅ | ❌ | ❌ |
| Inkay | main | HBL+WUPS | ❌ | ❌ | ✅ | ❌ |
| Inkay | devel | Aroma | ❌ | ❌ | ✅ | ❌ |
# Tiramisu
To connect to Pretendo Network using Tiramisu you must use the [Nimble](https://github.com/PretendoNetwork/Nimble) set up module. There are 2 ways of obtaining the patch, either the stable release version or the bleeding edge version.
### Tiramisu - Stable
Navigate to the [releases](https://github.com/PretendoNetwork/Nimble/releases) page on the Nimble GitHub repository
<img src="/assets/images/docs/install/wiiu/tiramisu/releases-highlight.png" width=100% height=auto/>
Now download the `30_nimble.rpx` file from the latest release
<img src="/assets/images/docs/install/wiiu/tiramisu/rpx-highlight.png" width=100% height=auto/>
Place the downloaded `30_nimble.rpx` file on your SD card at `sd:/wiiu/environments/tiramisu/setup`
<img src="/assets/images/docs/install/wiiu/tiramisu/sd-card.png" width=100% height=auto/>
Place your SD card back into your console and boot like normal. You should now be connected to Pretendo Network
### Tiramisu - Bleeding Edge
Navigate to the [actions](https://github.com/PretendoNetwork/Nimble/actions) page on the Nimble GitHub repository
<img src="/assets/images/docs/install/wiiu/tiramisu/actions-highlight.png" width=100% height=auto/>
Select the `Nimble-CI` workflow and select the latest workflow run. _**Note:** At this stage you may also use the provided filters to only grab builds from specific branches, events, etc. By default the latest build, regardless of branch, is always shown._
<img src="/assets/images/docs/install/wiiu/tiramisu/workflow-highlight.png" width=100% height=auto/>
Select the `nimble` artifact. This will download a `nimble.zip` zip file
<img src="/assets/images/docs/install/wiiu/tiramisu/artifact-highlight.png" width=100% height=auto/>
Extract `nimble.zip` and place the extracted `30_nimble.rpx` file on your SD card at `sd:/wiiu/environments/tiramisu/setup`
<img src="/assets/images/docs/install/wiiu/tiramisu/sd-card.png" width=100% height=auto/>
Place your SD card back into your console and boot like normal. You should now be connected to Pretendo Network
# Aroma
To connect to Pretendo Network using Aroma you must use the [Inkay](https://github.com/PretendoNetwork/Inkay) plugin. There are 2 ways of obtaining the patch, either the stable release version or the bleeding edge version.
### Aroma - Stable
Navigate to the [releases](https://github.com/PretendoNetwork/Aroma/releases) page on the Aroma GitHub repository
<img src="/assets/images/docs/install/wiiu/aroma/releases-highlight.png" width=100% height=auto/>
Now download the `Inkay-pretendo.wps` file from the latest release
<img src="/assets/images/docs/install/wiiu/aroma/wps-highlight.png" width=100% height=auto/>
Place the downloaded `Inkay-pretendo.wps` file on your SD card at `sd:/wiiu/environments/aroma/plugins`
<img src="/assets/images/docs/install/wiiu/aroma/sd-card.png" width=100% height=auto/>
Place your SD card back into your console and boot like normal. You should now be connected to Pretendo Network
### Aroma - Bleeding Edge
Navigate to the [actions](https://github.com/PretendoNetwork/Aroma/actions) page on the Aroma GitHub repository
<img src="/assets/images/docs/install/wiiu/aroma/actions-highlight.png" width=100% height=auto/>
Select the `Inkay-CI` workflow and select the latest workflow run. _**Note:** At this stage you may also use the provided filters to only grab builds from specific branches, events, etc. By default the latest build, regardless of branch, is always shown._
<img src="/assets/images/docs/install/wiiu/aroma/workflow-highlight.png" width=100% height=auto/>
Select the `inkay` artifact. This will download a `inkay.zip` zip file
<img src="/assets/images/docs/install/wiiu/aroma/artifact-highlight.png" width=100% height=auto/>
Extract `inkay.zip` and place the extracted `Inkay-pretendo.wps` file on your SD card at `sd:/wiiu/environments/aroma/plugins`
<img src="/assets/images/docs/install/wiiu/aroma/sd-card.png" width=100% height=auto/>
Place your SD card back into your console and boot like normal. You should now be connected to Pretendo Network
# Legacy
Pretendo does not officially support legacy homebrew environments (Haxchi/CBHC) anymore. Legacy releases of the patcher may be found in old [releases](https://github.com/PretendoNetwork/Nimble/releases), and the source code may be found in the [old_hbl](https://github.com/PretendoNetwork/Nimble/tree/old_hbl) and [old_hbl_inkay](https://github.com/PretendoNetwork/Nimble/tree/old_hbl_inkay) branches on GitHub. However you will need to build these patches from source, and they will _**not**_ be receiving any updates or technical support. Please consider upgrading to Tiramisu/Aroma

View File

@ -84,7 +84,7 @@ button#openSidebar {
brightness(99%) contrast(92%);
position: absolute;
left: -30px;
content: url(../images/arrow-right.svg);
content: url(../images/docs/arrow-right.svg);
}
.docs-wrapper .content {

View File

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 315 B

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -44,19 +44,19 @@
</p>
<div class="platform-grid">
<a href="/docs/install/wiiu">
<img src="/assets/images/wiiu-gamepad.svg" alt="Illustration of a Wii U Gamepad" />
<img src="/assets/images/docs/install/icons/wiiu-gamepad.svg" alt="Illustration of a Wii U Gamepad" />
<span>Wii U</span>
</a>
<a href="/docs/install/3ds">
<img src="/assets/images/2ds.svg" alt="Illustration of a New Nintendo 2DS XL" />
<img src="/assets/images/docs/install/icons/2ds.svg" alt="Illustration of a New Nintendo 2DS XL" />
<span>3DS Family</span>
</a>
<a href="/docs/install/cemu">
<img src="/assets/images/cemu.svg" alt="Cemu logo" />
<img src="/assets/images/docs/install/icons/cemu.svg" alt="Cemu logo" />
<span>Cemu</span>
</a>
<a href="/docs/install/citra">
<img src="/assets/images/citra.svg" alt="Citra logo" />
<img src="/assets/images/docs/install/icons/citra.svg" alt="Citra logo" />
<span>Citra</span>
</a>
</div>