Update Getting Started
parent
4c3df9b9d8
commit
c859e600b1
|
@ -10,24 +10,4 @@
|
|||
- Download the patch [here](https://git.lewd.wtf/PGR/ascnet/releases/download/1.0.0-alpha/KRSDK_Debug.zip)
|
||||
- Extract the downloaded file
|
||||
- Rename KRSDK.dll in the game folder `PGR_Data\Plugins` to KRSDK.dll.bak
|
||||
- Put the DLLs from extracted file in the game folder `PGR_Data\Plugins`
|
||||
|
||||
## Connecting
|
||||
- Download and install [Fiddler Classic](https://www.telerik.com/fiddler/fiddler-classic)
|
||||
- Open Fiddler Classic and go to the `FiddlerScript` tab
|
||||
- Paste in this script
|
||||
```
|
||||
import System;
|
||||
import System.Windows.Forms;
|
||||
import Fiddler;
|
||||
import System.Text.RegularExpressions;
|
||||
class Handlers
|
||||
{
|
||||
static function OnBeforeRequest(oS: Session) {
|
||||
if(oS.host.EndsWith(".yuanshen.com") || oS.host.EndsWith(".hoyoverse.com") || oS.host.EndsWith(".starrails.com") || oS.host.EndsWith(".bhsr.com") || oS.host.EndsWith(".kurogame.net") || oS.host.EndsWith(".kurogame.com") || oS.host.EndsWith(".zenlesszonezero.com") || oS.host.EndsWith(".g3.proletariat.com") || oS.host.EndsWith("west.honkaiimpact3.com") || oS.host.EndsWith("westglobal01.honkaiimpact3.com") || oS.host.EndsWith(".os.honkaiimpact3.com") || oS.host.EndsWith("overseas01-appsflyer-report.honkaiimpact3.com") || oS.host.EndsWith(".mihoyo.com") || oS.host.EndsWith("global1.bh3.com")) {
|
||||
oS.host = "127.0.0.1";
|
||||
}
|
||||
}
|
||||
};
|
||||
```
|
||||
- Click `Save Script`
|
||||
- Put the DLLs from extracted file in the game folder `PGR_Data\Plugins`
|
Loading…
Reference in New Issue