updated Juxt installation guide

This commit is contained in:
Jonathan Barrow 2023-10-10 11:44:21 -04:00
parent 939489df56
commit 2f755af88f
No known key found for this signature in database
GPG Key ID: E86E9FE9049C741F
3 changed files with 22 additions and 50 deletions

View File

@ -4,66 +4,34 @@
This guide assumes that you have a <b>Homebrewed System</b>, and have already connected to Pretendo. If you have not yet set up your Pretendo Network ID, follow this <a href="/docs/install" target="_blank">guide</a> to get started.
</div>
<div class="tip yellow">
<b>Pretendo Network is currently in a closed beta. Not all features, including game servers and Miiverse, are open to the public</b>.
</div>
Juxtaposition is the Pretendo Network replacement for the now defunct Miiverse service
## Select your console
- ### [Wii U (Tiramisu)](#wii-u-tiramisu-1)
- ### [Wii U](#wii-u)
- ### [3DS](#3ds-1)
# Wii U (Tiramisu)
# Wii U
<div class="tip">
<b>Aroma users</b>: The Aroma patcher already handles ingame patches and redirects the Miiverse applet to Juxtaposition - no further setup is needed.
The below instructions are <b>only for Tiramisu users</b>.<br/>
Inkay already handles all the required patches for Miiverse. If you do not have Inkay installed, follow this <a href="/docs/install/wiiu" target="_blank">guide</a> to get started.
</div>
<div class="tip">
⚠️ Note that Tiramisu is no longer supported by Pretendo and cannot receive the latest network and <b>security patches</b>. These instructions
are kept for legacy users only.
</div>
Navigate to the [releases](https://github.com/PretendoNetwork/Martini/releases) page on the Martini GitHub repository
<img src="/assets/images/docs/install/juxt/martini-highlight.png" width=100% height=auto/>
Select the `martini-juxt-patcher.rpx` to download it
<img src="/assets/images/docs/install/juxt/martini-download.png" width=100% height=auto/>
Copy `martini-juxt-patcher.rpx` and place it on your SD card at `sd:/wiiu/apps/`
<img src="/assets/images/docs/install/juxt/martini-sd-card.png" width=100% height=auto/>
Place your SD card back into your console and boot like normal.
Open the Homebrew Launcher and launch `martini-juxt-patcher.rpx`
<img src="/assets/images/docs/install/juxt/martini-hbl.png" width=100% height=auto/>
After confirming the state of the Miiverse applet, press A to apply the patches.
<img src="/assets/images/docs/install/juxt/martini-install.png" width=100% height=auto/>
Once the patcher is done running and your console has rebooted, you're done! Have fun in Juxt!
<img src="/assets/images/docs/install/juxt/martini-success.png" width=100% height=auto/>
If you encountered any errors, try [searching](/docs/search) for the error code. If that doesn't work, get in touch with a developer in our [Discord](https://invite.gg/pretendo).
# 3DS
<div class="tip yellow">
⚠️ Nimbus will overwrite existing patches for services such as Rverse. As such, use with caution
</div>
<div class="tip">
Nimbus already handles all the required patches for the Miiverse applet. If you do not have Nimbus installed, follow this <a href="/docs/install/3ds" target="_blank">guide</a> to get started.
</div>
### In Game Patches
Nimbus already takes care of most in game patches for miiverse, so you're already good to go!
### Applet Patch
First, download `Juxt.zip` from [here](https://cdn.discordapp.com/attachments/911878047895023637/937516295069515866/Juxt.zip).
Extract `Juxt.zip` and copy the `3ds` and `luma` folders to the root of your SD card. You should now have the `000400300000BC02`, `000400300000BD02`, and `000400300000BE02` Luma patches along with the `juxt.pem` cert
<img src="/assets/images/docs/install/juxt/3ds-sd-card.png" width=100% height=auto/>
Place your SD card back into your console. Boot your console and ensure Luma patches are enabled.
That's it! Have fun in Juxt!
Miiverse content inside of games is not supported on the 3DS at this time.

View File

@ -166,6 +166,9 @@ button#openSidebar {
background: var(--accent-shade-2);
opacity: 1;
}
.docs-wrapper .content-inner div.tip.yellow::after {
background: var(--yellow-shade-1);
}
.docs-wrapper .content-inner div.tip.red::after {
background: var(--red-shade-1);
}

View File

@ -23,6 +23,7 @@
--green-shade-1: #59c9a5;
--red-shade-1: #a9375b;
--yellow-shade-1: #ffd966;
--border: rgba(255, 255, 255, 0.1);
}