mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-25 08:01:53 -05:00
updated Juxt installation guide
This commit is contained in:
parent
939489df56
commit
2f755af88f
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
--green-shade-1: #59c9a5;
|
||||
|
||||
--red-shade-1: #a9375b;
|
||||
--yellow-shade-1: #ffd966;
|
||||
|
||||
--border: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user