making the most out of VRChat OSC chatbox input
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lamp 54f7a8dca6 Update 'README.md' 4 days ago
Properties assembly ver 1.1 8 months ago
packages init working 8 months ago
.gitignore use windows form 8 months ago
App.config init working 8 months ago
Form1.Designer.cs rename project 8 months ago
Form1.cs rename project 8 months ago
Form1.resx init working 8 months ago
Program.cs chat history 8 months ago
README.md Update 'README.md' 4 days ago
VRChatboxApp.csproj chat history 8 months ago
VRChatboxApp.csproj.user rename project 8 months ago
VRChatboxApp.sln rename project 8 months ago
packages.config init working 8 months ago
screenshot.png add image 8 months ago

README.md

VRChatboxApp

  • Shows time and FPS in chatbox (updates every 2 seconds)
  • Shows the active application if it's not VRChat (useful when chilling on desktop while alt-tabbing to other things)
  • Input chat with external window
    • Allows you to continue chatting on desktop after taking off your headset and loosing control of VRChat
    • Chat persists until cleared
    • Chat messages are appended so you have some chat history
    • Able to update chatbox instantly while avoiding spam timeout

screenshot

Download latest build from releases and just run the executable.

Notes

  • This app uses VRChat OSC; make sure to enable it.
  • You cannot use in-game chatbox input, hence the external window.
  • Anti-spam-timeout isn't foolproof apparently; you might trigger it if you spam chat input of this app.
  • The timeout may also trigger after VRChat freezes (such as when loading a world).

Todo

  • Osc receiver so that other stuff can be plugged into this app
  • GUI improvements, typing indicator
  • What other cool stuff could be put in the chatbox?