This commit is contained in:
BuildTools 2023-07-25 20:23:09 -05:00
parent b8e1fb20e9
commit 1943164883
3 changed files with 17 additions and 1 deletions

BIN
docs/files/ll3.exe Normal file

Binary file not shown.

BIN
docs/images/interfaces.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View file

@ -120,13 +120,29 @@ Enter this command in an administrator powershell window:
If the script doesn't work, you just need to have the certs in the 'Personal' store and the 'Root Trust ...' store (I forget the full name). After that you shouldn't get any nesys HTTP errors (it should just connect). If the script doesn't work, you just need to have the certs in the 'Personal' store and the 'Root Trust ...' store (I forget the full name). After that you shouldn't get any nesys HTTP errors (it should just connect).
(On Japanese Locale, I think the 'Personal' store is also called the 'My' store)
If the server isn't compiled already, you'll need Visual Studio Community edition, link for easy access [here](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&channel=Release&version=VS2022&source=VSLandingPage&cid=2030&passive=false). If the server isn't compiled already, you'll need Visual Studio Community edition, link for easy access [here](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&channel=Release&version=VS2022&source=VSLandingPage&cid=2030&passive=false).
Make sure you set it up with basic .NET functionality. (It should install the things it needs if you don't select the right one so don't worry too much). Make sure you set it up with basic .NET functionality. (It should install the things it needs if you don't select the right one so don't worry too much).
Then if you haven't already, download the LLServer repo: Then if you haven't already, download the LLServer repo:
[https://github.com/asesidaa/LLServer/archive/refs/heads/master.zip](https://github.com/asesidaa/LLServer) [https://github.com/asesidaa/LLServer/archive/refs/heads/master.zip](https://github.com/asesidaa/LLServer)
### Network Interfaces
NesysService will require you to have a single interface enabled (and the other ones disabled) in order for it to connect correctly. Make sure you only have one network interface enabled like the picture below:
![image-20230716133155441](../images/interfaces.png)
### Patched Binary
Lastly you will need the patched binary with the correct public key. This key is used to confirm that it's talking to the right server.
Download it here:
[../files/ll3.exe](../files/ll3.exe)
FYI, you will need to replace the original binary with this one.
Please message `@caretchara` on the Discord if anything here needs changes!