making the most out of VRChat OSC chatbox input
Go to file
Lamp bfba6943ea add sound 2024-01-01 23:30:02 -08:00
Properties add sound 2024-01-01 23:30:02 -08:00
packages init working 2022-10-10 01:24:35 -07:00
.gitignore use windows form 2022-10-13 23:59:24 -07:00
App.config init working 2022-10-10 01:24:35 -07:00
Form1.Designer.cs rename project 2022-10-20 16:22:04 -07:00
Form1.cs rename project 2022-10-20 16:22:04 -07:00
Form1.resx init working 2022-10-10 01:24:35 -07:00
Program.cs add sound 2024-01-01 23:30:02 -08:00
README.md Update 'README.md' 2023-06-04 02:22:52 -05:00
VRChatboxApp.csproj chat history 2022-10-20 18:13:00 -07:00
VRChatboxApp.csproj.user rename project 2022-10-20 16:22:04 -07:00
VRChatboxApp.sln rename project 2022-10-20 16:22:04 -07:00
packages.config init working 2022-10-10 01:24:35 -07:00
screenshot.png add image 2022-10-20 18:55:25 -07:00

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

  • If it doesn't work, run it as administrator, or add your user to the "Performance Log Users" group: open "Computer Management", find your user, type in this exact group name, then log out and back in.
  • 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?