原神怎么搭载私服

1.首先现在Mongo数据库

链接:https://github.com/Grasscutters/Grasscutter
该数据库应该是用于储存私服数据。
原神怎么搭载私服_第1张图片

2.下载Fiddler

链接:https://www.telerik.com/fiddler
该软件用于将原神连接米哈游服务器改为本地服务器

3.下载github开源项目

链接:https://github.com/Grasscutters/Grasscutter
https://github.com/Koko-boya/Grasscutter_Resources

分别下载jar包,本体,resource
原神怎么搭载私服_第2张图片
原神怎么搭载私服_第3张图片

4.运行过程

首先打开mongo,开启数据库。然后运行jar包。打开Fiddler,在脚本处输入一下代码,记得点save 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(".mihoyo.com")) {
            oS.host = "localhost"; // This can also be replaced with another IP address.
        }
    }
};

原神怎么搭载私服_第4张图片

然后打开代理

原神怎么搭载私服_第5张图片

5.打开游戏

打开游戏为国际服登录界面,控制台输入 account create 用户名 uid 即可

6.问题记录

如果出现mongo数据库连接不上的情况,先win+q搜索服务,开启mongo服务即可

你可能感兴趣的:(玩游戏)