mirror of
https://github.com/Milxnor/Cobalt.git
synced 2026-01-13 02:22:22 +01:00
finish recording requests tutorial
This commit is contained in:
14
README.md
14
README.md
@@ -9,11 +9,15 @@ Go to `settings.h` and change URL_HOST and URL_PORT to what you want.
|
|||||||
|
|
||||||
Go to `settings.h` and change the variable `CobaltUsage` to `ECobaltUsage::Hybrid`.
|
Go to `settings.h` and change the variable `CobaltUsage` to `ECobaltUsage::Hybrid`.
|
||||||
|
|
||||||
# How to record requests on latest with XMPP.
|
# Recording Requests on latest
|
||||||
|
|
||||||
|
Download [LawinServerV1](https://github.com/Lawin0129/LawinServer).<br>
|
||||||
|
Remember to change the mode to hybrid and make sure URL_HOST is right and URL_PORT is 3551 (default LawinServerV1 port).
|
||||||
|
|
||||||
|
## How to have fiddler and connect to XMPP
|
||||||
|
|
||||||
Thanks [Lawin](https://github.com/Lawin0129) for this method.<br>
|
Thanks [Lawin](https://github.com/Lawin0129) for this method.<br>
|
||||||
Download [LawinServerV1](https://github.com/Lawin0129/LawinServer).<br>
|
Go to the `CloudStorage` folder in your LawinServerV1 and open `DefaultEngine.ini` and change it to
|
||||||
Go to the `CloudStorage` folder and open `DefaultEngine.ini` and change it to
|
|
||||||
|
|
||||||
```
|
```
|
||||||
[OnlineSubsystemMcp.Xmpp]
|
[OnlineSubsystemMcp.Xmpp]
|
||||||
@@ -43,11 +47,9 @@ class Handlers
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Remember to change the mode to hybrid and make sure URL_HOST is right and URL_PORT is 3551 (default LawinServerV1 port).
|
|
||||||
|
|
||||||
## Launching latest
|
## Launching latest
|
||||||
|
|
||||||
Go to your Win64 folder of latest, replace FortniteClient-Win64-Shipping_BE.exe, FortniteClient-Win64-Shipping_EAC.exe, and FortniteClient-Win64-Shipping_EAC_EOS.exe with FortniteClient-Win64-Shipping.exe.<br>
|
Go to your Win64 folder of latest, replace `FortniteClient-Win64-Shipping_BE.exe`, `FortniteClient-Win64-Shipping_EAC.exe`, and `FortniteClient-Win64-Shipping_EAC_EOS.exe` with `FortniteClient-Win64-Shipping.exe`.<br>
|
||||||
<br>
|
<br>
|
||||||
Launch fiddler, and when you get the error, inject Cobalt and then you should load in lobby a few seconds later.
|
Launch fiddler, and when you get the error, inject Cobalt and then you should load in lobby a few seconds later.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user