-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A solution for Chinese users #73
Comments
Tried it but not work for me so far. failed to fetch unity archive.I downloaded the .tar.xz and how to get it work .should I exact the .xz and copy that to some path? |
There is no .login file in the downloaded files, resulting in the inability to log in. |
我也提了一个pr #72 |
我的pr修改后可以正常使用cn区域下载 |
If you have proxy running in local, you can try to install |
You can cd into the ChatGPT can help when compile the login file. |
The project cannot run directly for the CN server. I made some modifications, and somehow it works.
login/login.c
and replacehttps://battle.net/login/?app=wtcg
withhttps://account.battlenet.com.cn/login/?app=wtcg
../craft.sh
withkr
region first. After all downloads are finished, modifyhearthstone/client.config
and replace the lineAurora.Env=cn.actual.battlenet.com.cn
. When download Unity in the craft.sh, a proxy may be necessary.项目无法直接在国服运行。我做了一些修改,现在可以运行了。
login/login.c
,将https://battle.net/login/?app=wtcg
替换为https://account.battlenet.com.cn/login/?app=wtcg
。kr
区域运行./craft.sh
。下载完成后,修改hearthstone/client.config
,将其中的Aurora.Env=cn.actual.battlenet.com.cn
替换掉。在craft.sh
中下载 Unity 时,可能需要使用代理。The text was updated successfully, but these errors were encountered: