diff --git a/Doc/Screenshots-en/21-HotKey.png b/Doc/Screenshots-en/21-HotKey.png new file mode 100644 index 0000000..7337284 Binary files /dev/null and b/Doc/Screenshots-en/21-HotKey.png differ diff --git a/Doc/Screenshots/21-HotKey.png b/Doc/Screenshots/21-HotKey.png new file mode 100644 index 0000000..b51282f Binary files /dev/null and b/Doc/Screenshots/21-HotKey.png differ diff --git a/README.md b/README.md index c336f2d..fb266d0 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,26 @@ Support 简体中文, 繁體中文, English and Русский languages. > **Warning**: app look may be different rather than on screenshots. It may also contain translation errors and a lack of certain resources. **We're welcome everyone to contribute to their [improvement](/Source/GrasscutterTools/Resources/en-us)** +## Remote command + +The server require [gc-opencommand-plugin](https://github.com/jie65535/gc-opencommand-plugin) support + +![OpenCommand](Doc/Screenshots/OpenCommand.gif) + +> If you cannot connect to the server, please make sure the server address is correct. +> +> It is recommended to configure the server to HTTP mode, as shown in the figure(config.json): +> ![ConfigHttp](Doc/Screenshots/ConfigHttp.png) +> +> You can visit http://127.0.0.1/status/server with a browser to test whether the service is working properly. +> +> If you are not using port `80`, specify the port number to access in the url: http://127.0.0.1:443 + ## Update log +### GrasscutterTools-v1.11 +![HotKey](Doc/Screenshots-en/21-HotKey.png) + ### GrasscutterTools-v1.10 ![Cutscene](Doc/Screenshots-en/7-ChangeScene.png) @@ -51,21 +69,6 @@ Added [AttackModifier](https://github.com/NotThorny/AttackModifier), [AttackInfu ![Mail Editor](Doc/Screenshots-en/16-MailEditor.png) -## Remote command - -The server require [gc-opencommand-plugin](https://github.com/jie65535/gc-opencommand-plugin) support - -![OpenCommand](Doc/Screenshots/OpenCommand.gif) - -> If you cannot connect to the server, please make sure the server address is correct. -> -> It is recommended to configure the server to HTTP mode, as shown in the figure(config.json): -> ![ConfigHttp](Doc/Screenshots/ConfigHttp.png) -> -> You can visit http://127.0.0.1/status/server with a browser to test whether the service is working properly. -> -> If you are not using port `80`, specify the port number to access in the url: http://127.0.0.1:443 - --- diff --git a/README_ru-RU.md b/README_ru-RU.md index c768b24..d6904b2 100644 --- a/README_ru-RU.md +++ b/README_ru-RU.md @@ -16,8 +16,28 @@ GCG поддерживает 简体中文 (китайский упр.), 繁體 > **Warning**: вид приложения может отличаться от скриншотов. Также в нём могут присутствовать ошибки в переводе и отсутсвие некоторых ресурсов. **Мы приглашаем всех сделать вклад в их [улучшение](/Source/GrasscutterTools/Resources/ru-ru)** +## Удаленная команда (OpenCommand) + +Чтобы использовать команды прямо из GCG, серверу требуется плагин [gc-opencommand-plugin](https://github.com/jie65535/gc-opencommand-plugin). + +![Open Command](Doc/Screenshots/OpenCommand.gif) + +> Если вы не можете подключиться к серверу, проверьте правильность написания его URL-адреса. +> +> Рекомендуется изменить секцию HTTP в конфиге как на скриншоте ниже (конфиг - файл config.json): +> +> ![ConfigHttp](Doc/Screenshots/ConfigHttp.png) +> +> Для проверки можете посетить http://127.0.0.1/status/server в браузере, чтобы проверить работоспособность OpenCommand. +> +> Если вы не указали порт `80` в конфиге, вам нужно указать свой порт в URL-адресе (например, http://127.0.0.1:443) + + ## Лог обновлений +### GrasscutterTools-v1.11 +![HotKey](Doc/Screenshots-en/21-HotKey.png) + ### GrasscutterTools-v1.10 ![Cutscene](Doc/Screenshots-ru/12-Scenes.png) @@ -50,22 +70,6 @@ GCG поддерживает 简体中文 (китайский упр.), 繁體 ![Редактор писем](Doc/Screenshots-ru/10-Mail.png) -## Удаленная команда (OpenCommand) - -Чтобы использовать команды прямо из GCG, серверу требуется плагин [gc-opencommand-plugin](https://github.com/jie65535/gc-opencommand-plugin). - -![Open Command](Doc/Screenshots/OpenCommand.gif) - -> Если вы не можете подключиться к серверу, проверьте правильность написания его URL-адреса. -> -> Рекомендуется изменить секцию HTTP в конфиге как на скриншоте ниже (конфиг - файл config.json): -> -> ![ConfigHttp](Doc/Screenshots/ConfigHttp.png) -> -> Для проверки можете посетить http://127.0.0.1/status/server в браузере, чтобы проверить работоспособность OpenCommand. -> -> Если вы не указали порт `80` в конфиге, вам нужно указать свой порт в URL-адресе (например, http://127.0.0.1:443) - --- ## Скриншоты diff --git a/README_zh-cn.md b/README_zh-cn.md index 7a6d37c..c8c8ac2 100644 --- a/README_zh-cn.md +++ b/README_zh-cn.md @@ -17,8 +17,27 @@ > **Warning**: 应用程序的外观可能与截图上的不同。它也可能包含翻译错误和缺乏某些资源。**我们欢迎各位为此工具做出贡献并改进 : )** +## 远程执行 + +服务端需要 [gc-opencommand-plugin](https://github.com/jie65535/gc-opencommand-plugin) 插件支持 + +![OpenCommand](Doc/Screenshots/OpenCommand.gif) + +> 如果你无法连接到服务器,请确认填写的服务器地址是否正确。 +> +> 建议配置服务器为HTTP模式,如图所示(config.json): +> ![ConfigHttp](Doc/Screenshots/ConfigHttp.png) +> +> 你可以用浏览器访问 http://127.0.0.1/status/server 来测试服务是否正常工作。 +> +> 如果使用的不是`80`端口,则要在url中指定访问的端口号:http://127.0.0.1:443 + + ## 更新概要 +### GrasscutterTools-v1.11 +![HotKey](Doc/Screenshots/21-HotKey.png) + ### GrasscutterTools-v1.10 ![Cutscene](Doc/Screenshots/7-ChangeScene.png) @@ -55,21 +74,6 @@ ![Mail Editor](Doc/Screenshots/16-MailEditor.png) -## 远程执行 - -服务端需要 [gc-opencommand-plugin](https://github.com/jie65535/gc-opencommand-plugin) 插件支持 - -![OpenCommand](Doc/Screenshots/OpenCommand.gif) - -> 如果你无法连接到服务器,请确认填写的服务器地址是否正确。 -> -> 建议配置服务器为HTTP模式,如图所示(config.json): -> ![ConfigHttp](Doc/Screenshots/ConfigHttp.png) -> -> 你可以用浏览器访问 http://127.0.0.1/status/server 来测试服务是否正常工作。 -> -> 如果使用的不是`80`端口,则要在url中指定访问的端口号:http://127.0.0.1:443 - --- ## 软件截图 diff --git a/README_zh-tw.md b/README_zh-tw.md index e62c279..9967361 100644 --- a/README_zh-tw.md +++ b/README_zh-tw.md @@ -17,8 +17,26 @@ > **Warning**: 程式中的實際外觀可能會與截圖中的內容不同。其中也可能包含翻譯錯誤及缺乏特定資源。**我們歡迎各位為此工具做出貢獻並[改進](/Source/GrasscutterTools/Resources/zh-tw)** +## 遠端控制 + +伺服器需要安裝 [gc-opencommand-plugin](https://github.com/jie65535/gc-opencommand-plugin) 插件 + +![OpenCommand](Doc/Screenshots-tw/OpenCommand.gif) + +> 如果你無法連接至伺服器,請確認輸入的伺服器位址是否正確。 +> +> 建議將伺服器調整為HTTP模式,如下圖所示(config.json): +> ![ConfigHttp](Doc/Screenshots-tw/ConfigHttp.png) +> +> 你可藉由任何瀏覽器輸入網址 http://127.0.0.1/status/server 以測試伺服器是否正常運作。 +> +> 如果你並非使用`80`端口, 則須在網址後輸入指定端口: http://127.0.0.1:443 + ## 更新日誌 +### GrasscutterTools-v1.11 +![HotKey](Doc/Screenshots/21-HotKey.png) + ### GrasscutterTools-v1.10 ![Cutscene](Doc/Screenshots-tw/7-ChangeScene.png) @@ -55,21 +73,6 @@ ![Mail Editor](Doc/Screenshots-tw/16-MailEditor.png) -## 遠端控制 - -伺服器需要安裝 [gc-opencommand-plugin](https://github.com/jie65535/gc-opencommand-plugin) 插件 - -![OpenCommand](Doc/Screenshots-tw/OpenCommand.gif) - -> 如果你無法連接至伺服器,請確認輸入的伺服器位址是否正確。 -> -> 建議將伺服器調整為HTTP模式,如下圖所示(config.json): -> ![ConfigHttp](Doc/Screenshots-tw/ConfigHttp.png) -> -> 你可藉由任何瀏覽器輸入網址 http://127.0.0.1/status/server 以測試伺服器是否正常運作。 -> -> 如果你並非使用`80`端口, 則須在網址後輸入指定端口: http://127.0.0.1:443 - ---