VRCSubs & Translation Quick Start - cyberkitsune/vrc-osc-scripts GitHub Wiki
Setting up VRCSubs
- Install Python from: https://www.python.org/downloads/ and be sure to check "Add python.exe to PATH"
- Download the repository as a zip from https://github.com/cyberkitsune/vrc-osc-scripts
- Extract the zip file and put the vrc-osc-scripts-main folder somewhere
- If you have VR: Start SteamVR, connect your VR headset
- Double click on
RunVRCSubs.bat
- If you see
"Starting audio collection!"
it is working!
- In VRChat, make sure OSC is enabled in the action wheel.
Changing Language and using Translation
Input Language
To change the language you speak, open the Config.yml
file for VRCSubs in Notepad
Change the line that says CapturedLanguage: "en-US"
to your language of choice as described in http://www.lingoes.net/en/translator/langcode.htm
->
Example languages:
en-US
- English (USA)es-MX
- Spanish (Mexico)ja-JP
- Japaneseko-KR
- Koreanzh-CN
- Chinese (Mandarin)yue-HK
- Chinese (Cantonese)
Afterwards, restart VRCSubs (Close it and rerun the .bat
file)
Translation
To enable machine translation of speech, open the Config.yml
file for VRCSubs in Notepad.
Change EnableTranslation: false
to EnableTranslation: true
, and set the language to translate to in TranslateTo
-- TranslateTo
uses language codes as described above.
->
Afterwards, Restart VRCSubs (Close it and rerun the .bat
file)