BattleBit 卡连接主服务器/Connecting to Master Server...
BattleBit 卡连接主服务器/Connecting to Master Server...
BattleBit的api是套的一层cf,所以可以通过修改hosts达到稳定连接主服务器的效果
1.
github中有一些项目可以找到对自己较快的cf节点,例如:
https://github.com/XIU2/CloudflareSpeedTest
https://github.com/hoseinnikkhah/CloudflareSpeedTest-English
这里是我使用的是CloudflareSpeedTest





程序运行结束后可以看到结果和一个result.csv文件,result.csv文件也是运行的结果。
2.
然后修改hosts文件,位于:
C:\Windows\System32\drivers\etc\hosts

在其中按以下格式添加一行:
xxx.xxx.xxx.xxx api.battlebit.cloud
例如对我比较快的cf节点ip为162.159.39.205,那么添加的就是:
162.159.39.205 api.battlebit.cloud


3.
然后按win+r输入cmd,在cmd中输入ipconfig /flushdns


4.
重启/启动游戏