diff --git a/README.md b/README.md index dc881fe..cf515e2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Experimental Grasscutter launcher for easily switching between Official and Priv * [Setup (for development)](#setup-for-development) * [TODO](#todo) * [Common Problems](#having-problems) + * [Proxy Installation not Opening/Failing](#manual-proxy-installation) * [White Screen Fix](#white-screen-fix) * [Error 502](#error-502) * [Error 4206](#error-4206) @@ -60,6 +61,15 @@ Experimental Grasscutter launcher for easily switching between Official and Priv Below are some scenarios you may encounter and their solutions. +# Manual Proxy Installation + +If you having trouble installing the proxy server, you can also install it manually. To do so: +1. Create a folder if it does not exist named `ext` in the GrassClipper folder. +2. Download and extract the contents of [this file](https://snapshots.mitmproxy.org/7.0.4/mitmproxy-7.0.4-windows.zip) into the `ext` folder +3. Double click `mitmdump.exe` and allow it to run for a few seconds to generate the certificate +4. Run this command as Administrator: `certutil -addstore root "%USERPROFILE%\.mitmproxy\mitmproxy-ca-cert.cer"` +5. Use GrassClipper like normal! + ## White Screen Fix Encountering a white screen? [Ensure WebView2 is installed](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download) diff --git a/languages/zh-tw.json b/languages/zh-tw.json index e006138..bb0f316 100644 --- a/languages/zh-tw.json +++ b/languages/zh-tw.json @@ -81,5 +81,11 @@ "updateNotifText": "有新的GrassClipper更新可用! 最新版本: ", - "chineseCharacterAlert": "此路徑含有中文字體,這可能會導致問題的發生。" + "chineseCharacterAlert": "此路徑含有中文字體,這可能會導致問題的發生。", + + "dialogOk": "好的", + "dialogNo": "不要", + "serverEnableDialogTitle": "您找到了Grasscutter本地伺服器啟動器!", + "serverEnableDialogText": "如果你現在還沒有把Grasscutter安裝在電腦上面的話,要不要直接從網路上下載?" + }