vrchat-community / osc

Files and Info on using OSC to communicate with VRChat
MIT License
234 stars 4 forks source link

osc input to change represented group #166

Open EIA485 opened 4 months ago

EIA485 commented 4 months ago

*What's the idea?** Id like to be able to send vrchat a group ID string to an endpoint and have it represent that group if im already in it. a blank string should set the represented group to none. eg: sending /input/representGroup/ a string like VRCAT.0243 or grp_24e403b9-5f4d-4e02-8a50-12310c984ad8

The usecase for this is mostly silly things like representing a group depending on some information from the web eg: Who is winning in a sports ball game Whats the current state of bool.chat

Is there another way? Its possible to change your represented group via the Vrchat REST API. The Vrchat client does poll often enough for my usecase. in testing it will update eventually but takes atleast greater than 15 minutes.

Additional context Mostly an idea for fun. totally get if this is a 0 priority feature request or just flat out something yall dont want to implement.