Minor update v0.2.0


-Now you'll only need to authenticate it once.

-You can now edit the ip and port of the connection by editing the file ip_address.

Files

Nyarupad.zip 683 kB
Apr 26, 2022

Get Nyarupad VTS

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

Im about to start rigging gamepads for this vtuber model. But im kind of confused on what some of parameters do. I tried looking at the example model but it doesn't show the actual buttons in front of the controller being pressed. I made my avatar with the front of the gamepad visible. I would check for myself by testing all buttons but i don't have a controller with me at the moment.

I was wonder what actions the following parameters do?

RButtonDown

LButtonDown

RButtonPressed

LButtonPressed

ROnStick

LOnStick

LThumbX (Also are these next ones the same as ThumbPosR etc)

LThumbY

RThumbX

RThumbY

(1 edit)

L/RButton = Left or right face buttons are being pressed / down (most useful if the face of the controller is not visible from the camera, or to add bump/tilt)

    Down = 1 if the face buttons from the respective side are held

    Pressed = 1 on the first frame the button is held then goes to 0

L/ROnStick = if 1 the thumb should be on the stick, 0 hovering over the face buttons. It is set to the one you used last

L/RThumbX/Y = position of the thumb when hovering over the face buttons.

These last ones are a bit hard to conceptualize so here's a gif demonstrating them

Its kinda too many keyframes to put on a thumb but if you rig it in this order

  • Start
  • (Start on 0) ROnStick
  • (ROnStick on 0) A,B,X,Y
  • (A,B,X,Y on 0, ROnStick on 1) RStickX/Y
  • (All on 0) RThumbX/Y

Its not so bad

Thank you this is much easier to understand.

For the ip_address file, what kind of information do you need to put in (and how) - I've been trying to put in my IP address and port but no connection ;w;

Unless you're trying to connect to another computer or you changed the plugin port in VTube Studio you should use the default "ws://localhost:8001"

Also make sure you have "Start API (Allow Plugins)" checked in the first tab of the configuration in VTube Studio. Also check immediately below it if it says it's using port 8001.

yep! It's all configured, and I've left the defaults, but it still won't connect... I'm using a Bluetooth connection - does that affect anything?

(1 edit)


It's a problem with the input, I'm pretty sure...  No matter what I press it doesn't register any input- even though the controller is still interacting with the PC (buttons and such do work, just aren't being picked up by the plugin)

testing with other plugins; it works with other controller based plugins like vts puppet - is there anything I can do to troubleshoot connecting it to nyarupad? I don't have anything else plugged in.

(1 edit)

ah I see what you mean. im not sure whats causing this issue but one thing you can try to do is adding it in steam as a non steam game and enabling steam input in the properties and launching from there if you really want to use the plugin

this may be an issue with windows 11 but i don't have a way to test it at the moment