[VRChat] OSC Auto Response System
- Digital0 JPY
![[VRChat] OSC Auto Response System](https://booth.pximg.net/6f3fea98-5288-4b9f-9969-debdf3fe29c3/i/4376447/754cc090-d8bf-461e-b930-2249e372e250_base_resized.jpg)
[Discount] FREE NOW!!!! This application uses OSC API from VRChat. When someone touches your head or somewhere else(VRC Contact Receiver), this application will pick up a sentence that you set up in the Config file randomly. That means some published avatars which have the VRC_Contact_Receiver are also available. Be an NPC in VRChat!!! Demo: https://www.bilibili.com/video/BV1W14y1J7XK/
How to set up?
Open the Config file and set the parameter value the same as the parameter for VRC Contact Receiver in unity.
Update:
2023/07/04 v3.3: rewrote all code 2023/01/05 v3.1: fixed a BUG!!! 2022/12/15 V3: supported float and int parameter in Vrc_Contact_Receiver!!! supported multi-parameter, which mean you can put many Vrc_Contact_Receiver on your avatar different group of sentences will show on your chatbox. Changed the format of config file, easier to add parameter. old: sen_t: - I'm AFK-ing... - stop touching my head!!! - qweqweqwe - "123" - "asdasda,qwe" new: parameter1: - I'm AFK-ing... - stop touching my head!!! parameter2: - "123" - "asdasda,qwe" ...... 2022/12/10 V2: Fixed bug: The program gets stuck when there is only one sentence. Changed the format of config file, easier to add sentence. old: 1_sen: I'm AFK-ing... 2_sen: stop touching my head!!! 3_sen: qweqweqwe 4_sen: "123" 5_sen: "asdasda.qwe" new: sen_t: - I'm AFK-ing... - stop touching my head!!! - qweqweqwe - "123" - "asdasda,qwe"