Skip to content

VRCSubs & Translation Quick Start

CyberKitsune edited this page Nov 5, 2022 · 1 revision

Setting up VRCSubs

  1. Install Python from: https://www.python.org/downloads/ and be sure to check "Add python.exe to PATH"

  1. Download the repository as a zip from https://github.com/cyberkitsune/vrc-osc-scripts

  1. Extract the zip file and put the vrc-osc-scripts-main folder somewhere

  1. If you have VR: Start SteamVR, connect your VR headset

  1. Double click on RunVRCSubs.bat

  1. If you see "Starting audio collection!" it is working!

  1. 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 - Japanese
  • ko-KR - Korean
  • zh-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)