Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i5ucc/vrctextboxosc
A Text to Text OSC application to communicate with VRChats new "Text Chatbox" system.
https://github.com/i5ucc/vrctextboxosc
vrchat vrchat-osc vrchat-tool
Last synced: 13 days ago
JSON representation
A Text to Text OSC application to communicate with VRChats new "Text Chatbox" system.
- Host: GitHub
- URL: https://github.com/i5ucc/vrctextboxosc
- Owner: I5UCC
- License: gpl-3.0
- Archived: true
- Created: 2022-08-13T17:54:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T21:48:31.000Z (over 1 year ago)
- Last Synced: 2024-10-04T13:26:45.855Z (about 1 month ago)
- Topics: vrchat, vrchat-osc, vrchat-tool
- Language: C#
- Homepage:
- Size: 131 KB
- Stars: 23
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# VRCTextboxOSC [![Github All Releases](https://img.shields.io/github/downloads/i5ucc/VRCTextboxOSC/total.svg)](https://github.com/I5UCC/VRCTextboxOSC/releases/latest)
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](https://github.com/I5UCC/VRCTextboxSTT)
### [Discord Support Server](https://discord.gg/rqcWHje3hn)
# [Download here](https://github.com/I5UCC/VRCTextboxOSC/releases/download/v0.1.3/VRCTextboxOSCv0.1.3.zip)
# Showcase
https://user-images.githubusercontent.com/43730681/184694019-4a272780-5bba-40a5-835e-1b62ce395943.mp4
## How to use
Activate OSC in VRChat:
![EnableOSC](https://user-images.githubusercontent.com/43730681/172059335-db3fd6f9-86ae-4f6a-9542-2a74f47ff826.gif)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
- [.NET 6 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime)