YuukiPS uses 1.2.0 so is it possible to have my own local/offline version of it by amending the Fiddler script to:
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(".mihoyo.com") ||
oS.host.EndsWith(".zenlesszonezero.com") ||
oS.host.EndsWith(".honkaiimpact3.com") ||
oS.host.EndsWith(".bhsr.com") ||
oS.host.EndsWith(".starrails.com") ||
oS.uriContains("http://overseauspider.yuanshen.com:8888/log")
) {
oS.host = "127.0.0.1";
}
}
};
Or is there anything specific that I’d need to know to get it to run locally? The initial setup of things such as MongoDB, etc., I know how to do that. Issue would persist from the Fiddler script not running and just getting ‘Connection failed’ in game.