Hyblocker
Hyblocker
Can't reproduce.
The gradient is a part of stock Discord, and there for added readability. Accessibility (easily readable text in this case) is one of the things this theme strives for.
If you set the ID as 0xFFFFFFFF, it'll work on any base station the command is sent to.
It's stated in the Lighthouse Redox repo here, and the timeout value works when the ID is set to 0xFFFFFFFF with specific values of the timeout part of the packet:...

works on my phone 👍
I think this makes sense to wait for sandboxing to be finalised first. It'll require a reimplementation of the core of this once that gets merged and the sandboxing core...
Currently, I'm seeing an issue with IPC. Since C# doesn't allow for an easy way of defining fixed size buffers, transferring all blendshapes is going to either be a lot...
We've opted to use UDP for IPC rather than named pipes as described above. I am currently implementing the IPC protocol and am going to attempt to get a basic...
Managed to implement a full duplex handshake, with support for several sandbox process communicating simultaneously. Getting most of VRCFT modules to work under sandboxing should now mostly be straightforward.