Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.
/ VRCTextboxOSC Public archive

A Text to Text OSC application to communicate with VRChats new "Text Chatbox" system.

License

Notifications You must be signed in to change notification settings

I5UCC/VRCTextboxOSC

Repository files navigation

VRCTextboxOSC Github All Releases Buy Me a Coffee at ko-fi.com

An OSC application to communicate with VRChats new "Text Chatbox" system. This can directly replace the in game Keyboard for the Chat box and update it in real time! (With a bit of a delay tho)

Features:

  • Auto update

    • Continuosly Updates the textbox with your written text. Pressing enter clears the Chatbox.
    • Continuous Writing: When the maximum Character limit is reached it removes the first word so you can continue typing.
  • Manually send by pressing enter or the send button.

  • Window focus feature, press Alt+A to focus your keyboard and mouse from VRChat to VRCTextboxOSC

  • "Set Window Always on top" mode, This is useful for Users who want to keep the textbox app window ontop of all other apps.

Want to talk rather then type? Try my SpeechToText implementation

Showcase

VRChat_OUz3vNdnLR.mp4

How to use

Activate OSC in VRChat:

EnableOSC

In Action menu, got to Options>OSC>Enable

Then just run the VRCTextboxOSC.exe and you are all set!

OSC Troubleshoot

If you have problems with this program, try this to fix it:

  • Close VRChat.
  • Open 'Run' in Windows (Windows Key + R)
  • Type in %APPDATA%\..\LocalLow\VRChat\VRChat\OSC
  • Delete the folders that start with 'usr_*'.
  • Startup VRChat again and it should work.

Requirements