mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Added Cemu and 3DS docs. Wii U needs updating
This commit is contained in:
parent
ef1af44f8b
commit
760dfb7a07
33
docs/en_US/install/3ds.md
Normal file
33
docs/en_US/install/3ds.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<div class="tip red">
|
||||
<strong>Note!</strong>
|
||||
<br>
|
||||
Pretendo Network is currently in closed beta! The servers are only accessible to testers. To become a tester, upgrade your <a href="/account/upgrade" target="_blank">PNID here</a>
|
||||
</div>
|
||||
|
||||
<div class="tip green">This Guide may be missing some info or incomplete.</div>
|
||||
|
||||
# 3DS/2DS Family
|
||||
|
||||
In this guide you will learn how to setup a PNID from Scratch on a 3DS.
|
||||
|
||||
<div class="tip">
|
||||
ℹ️ This guide assumes that you have a <b>Homebrewed System</b>, if you don't please follow this <a href="https://3ds.hacks.guide/" target="_blank">guide</a> on how to homebrew your system first.
|
||||
</div>
|
||||
|
||||
## Download
|
||||
Nimbus [Github](https://github.com/PretendoNetwork/nimbus/releases)
|
||||
|
||||
|
||||
## Usage
|
||||
1. Extract to the root of your SD card
|
||||
2. Ensure Game Patching is enabled in Luma (hold SELECT at boot to enter Luma settings)
|
||||
3. Run the Nimbus homebrew and select the network you wish to use (Nintendo Network, or Pretendo Network)
|
||||
|
||||
## How does it work?
|
||||
Nimbus will create a 2nd local account set to the `test` NASC environment. The IPS patches will set the `test` NASC environment URLs to point to Pretendo. You may freely switch between Pretendo and Nintendo. Your selected mode will persist between reboots.
|
||||
|
||||
## 2nd local account?
|
||||
You may have thought to yourself; _"2nd local account? What's that? I thought the 3DS only had one account?"_ And you'd be half right. The 3DS only _normally_ supports one account, and you may only have one account active at a time. However Nintendo implemented support for multiple local accounts on the 3DS/2DS which remains unused on all retail units. On a normal retail unit only one local account is ever made, which is set to the `prod` NASC environment. Local accounts may be set to `prod`, `test` or `dev`. Nimbus makes use of this unused feature to create sandboxed local accounts with different environments
|
||||
|
||||
## Can I connect my PNID?
|
||||
Currently connecting a PNID is not officially supported, though some users have reported it working just fine.
|
||||
44
docs/en_US/install/cemu.md
Normal file
44
docs/en_US/install/cemu.md
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<div class="tip red">
|
||||
<strong>Note!</strong>
|
||||
<br>
|
||||
Pretendo Network is currently in closed beta! The servers are only accessible to testers. To become a tester, upgrade your <a href="/account/upgrade" target="_blank">PNID here</a>
|
||||
</div>
|
||||
|
||||
<div class="tip green">This Guide may be missing some info or incomplete.</div>
|
||||
|
||||
# Cemu
|
||||
|
||||
<div class="tip red">
|
||||
<strong>Cemu support is experimental!</strong>
|
||||
Cemu does not currently have a (working) way of redriecting to custom servers. Because of this, we must hook into the Cemu process and patch parts of the program memory, much like how our Wii U patch works. This is not officially supported by Cemu or it's developers, and may have issues or fail to work entirely.
|
||||
</div>
|
||||
|
||||
## 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>
|
||||
|
||||
## 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
|
||||
|
||||
<div class="tip">
|
||||
<strong>Note! If you downloaded the account files from your Pretendo Network account you may skip the steps on the Cemu guide which dumps them from a console. However these files will not work on Nintendo Network. For compatibility with both servers, use files dumped from a real console</strong>
|
||||
</div>
|
||||
|
||||
## Installing Pretendo
|
||||
Once you have Cemu setup for online play navigate to our [Cemu Patcher](https://github.com/PretendoNetwork/cemu-patcher) repository. To build from scratch, clone the repository and open in Visual Studio and build the solution. To download the latest pre-built release, head to the [releases](https://github.com/PretendoNetwork/cemu-patcher/releases) page and download the latest `cemuhook.dll`
|
||||
|
||||
Place `cemuhook.dll` in the same folder as `Cemu.exe` and run Cemu. Cemu should automatically detect `cemuhook.dll` and load it. You may now go online with Pretendo!
|
||||
|
||||
## The patch doesn't seem to work?
|
||||
Due to the experimental state of Cemu support, our patch may fail to load at times. This could be caused by changes in Cemu, your systems anti-virus, bugs in our programming, and more. We are looking into more stable patches. If the hook fails to load, try renaming `cemuhook.dll` to `dbghelp.dll` and restarting Cemu. If this does not work, you may need to contact a developer. Please be patient as we try to figure out the cause of the issue and any potential solutions
|
||||
|
||||
<div class="tip">
|
||||
<strong>Please be warned that in some cases the patch fails for completely unknown reasons. There have been cases where different users on the same operating system, using the same Cemu version, playing the same game, experience different results. In these cases there is not much to do besides trying a different machine or Cemu version.</strong>
|
||||
</div>
|
||||
|
||||
## What about Cemuhook by Rajkosto?
|
||||
You may have noticed that Cemu automatically searches for loads DLL files named `cemuhook.dll`. This is intended for use with Cemuhook developed by Rajkosto. We hijack the DLL name in order to get Cemu to load our hook automatically. If you would like to still use Cemuhook by Rajkosto with Pretendo, name the Cemuhook by Rajkosto DLL to `true_cemuhook.dll` while keeping the Pretendo hook named `cemuhook.dll`. Our patcher will look for a DLL named `true_cemuhook.dll` and load it automatically. This is not officially supported by Rajkosto and may cause issues. Use at your own risk.
|
||||
|
||||
## Wine/Linux support?
|
||||
The Pretendo patches do work under wine. Rename `cemuhook.dll` to `dbghelp.dll` and place `dbghelp.dll` in the same folder as `Cemu.exe`. Run `winecfg` and navigate to `Libraries` and make sure `dbghelp` is added to the override list. Select it and click `Edit` and ensure the override is set to `Native then Builtin`. Wine should now allow your local `dbghelp.dll` override the built-in DLL
|
||||
|
|
@ -1,3 +1,9 @@
|
|||
<div class="tip red">
|
||||
<strong>Note!</strong>
|
||||
<br>
|
||||
Pretendo Network is currently in closed beta! The servers are only accessible to testers. To become a tester, upgrade your <a href="/account/upgrade" target="_blank">PNID here</a>
|
||||
</div>
|
||||
|
||||
# Citra
|
||||
|
||||
At the moment Citra does not support true online play, so it doesn't work with Pretendo. Moreover, it shows no sign of supporting true play in the future.
|
||||
|
|
|
|||
|
|
@ -1,16 +1,24 @@
|
|||
<div class="tip red">
|
||||
<strong>Note!</strong>
|
||||
<br>
|
||||
Pretendo Network is currently in closed beta! The servers are only accessible to testers. To become a tester, upgrade your <a href="/account/upgrade" target="_blank">PNID here</a>
|
||||
</div>
|
||||
|
||||
<div class="tip green">This Guide may be missing some info or incomplete.</div>
|
||||
|
||||
# Wii U
|
||||
|
||||
This guide assumes your Wii U can already run Homebrew. If not, you can [follow this guide](https://wiiu.hacks.guide/) and come back here when you're done.
|
||||
|
||||
<div class="tip">
|
||||
guide lol
|
||||
ℹ️ 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>
|
||||
|
||||
<div class="tip green">
|
||||
guide lol
|
||||
</div>
|
||||
|
||||
<div class="tip red">
|
||||
guide lol
|
||||
</div>
|
||||
# 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 | ❌ | ❌ | ✅ | ❌ |
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
# Welcome
|
||||
|
||||
Welcome to the official documentation for Pretendo Network. Here you'll be able to find installation instructions, error codes, and more.
|
||||
|
||||
To begin, check out the quick links or take a look at the sidebar
|
||||
BIN
public/assets/images/docs/download-account-files.png
Normal file
BIN
public/assets/images/docs/download-account-files.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue
Block a user