I'm making a POV SNES controller for a client and we were both under the impression that I could rig a press for each individual button. But it turns out the Nyarupad VTube Studio plugin can only detect nonspecific "left side" (d-pad) and "right side" (ABXY) button inputs, ignoring which actual button has been pressed.
Our alternative idea was for me to rig each individual button, and make some custom code that outputs one of them at random. So though Nyarupad is only detecting "right side", the rig would randomly cycle between the A, B, X, Y buttons. It wouldn't be accurate, but at least it would look more interesting than the rig only ever hitting 1 button over and over again.
So, 1. Is there another controller plugin that can detect A B X Y etc individually?
**2. **Does custom coding like this exist, and is there a way for a tracking input to output a set of parameters randomly?