Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soramimi/osc-chatboxassistant
VRChat Chatbox Utility
https://github.com/soramimi/osc-chatboxassistant
chatbox osc translation vrchat
Last synced: about 1 month ago
JSON representation
VRChat Chatbox Utility
- Host: GitHub
- URL: https://github.com/soramimi/osc-chatboxassistant
- Owner: soramimi
- License: gpl-2.0
- Created: 2024-03-23T12:46:47.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-06T09:48:53.000Z (5 months ago)
- Last Synced: 2024-12-19T20:10:03.026Z (about 1 month ago)
- Topics: chatbox, osc, translation, vrchat
- Language: C++
- Homepage: https://soramimi-vox.booth.pm/items/6038144
- Size: 12.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# OSC Chatbox Assistant
![OSC Chatbox Assistant](0.png)
## 概要
VRChatのチャットボックスの入力を支援するツールです。
- 日本語入力のオン/オフを切り替えられます。
- 日本語/英語/韓国語/中国語へ相互翻訳できます。
- VR使用時はXSOverlayと組み合わせて使うと便利です。## インストール
- OSC-ChatboxAssistant.zip を展開し、任意のフォルダへ移動します。
## 起動方法
- OSC-ChatboxAssistant.exe を実行します。
- About画面からショートカットを保存することができます。## 翻訳機能の準備
- [DeepL](https://www.deepl.com/)へログイン
![DeepLへログイン](1.png)
- 初めての場合はアカウントの登録
![DeepLアカウントの登録](2.png)
- 無料プランを選択
- クレジットカード番号を登録(無料プランなので請求はされません)
- アカウントページを開く
![アカウントページを開く](3.png)
- APIキーを取得
![ご利用中のDeepLアカウント](4.png)
- コピーアイコンをクリック
- OSC Chatbox Assistant の Settings ページで、DeepL API Key の欄で貼り付け(Ctrl+V)
- Saveボタンをクリック
![Settingsページ](5.png)## OSCの有効化
![OSCの有効化](8.png)
## 使い方
### Textページ
- テキストエリアに文を入力して、Sendボタンを押すとVRChat上のチャットボックスに表示されます。
- Clearボタンでテキストボックスを消去します。
- Pasteボタンでクリップボードのテキストを貼り付けます。
![Textページ](6.png)### Translationページ
- 言語一覧から、翻訳先の言語を選択します。
- 上側のテキストエリアに文を入力して、Translateボタンを押すと、翻訳結果が下側のテキストエリアに表示されます。
- Swapボタンで上側と下側の文を交換できます。
- Insertボタンを押すと、Textページに切り替わり、翻訳結果の文が挿入されます。
![Translationページ](7.png)### Settingsページ
- Address : 送信先のホスト名かIPアドレスを指定します。既定値はlocalhostです。
- Port : 送信先のポート番号を指定します。既定値は9000です。
- DeepL API Key : 翻訳機能を利用するためのAPIキーを指定します。