Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

custom commands

emlo40 edited this page Jan 27, 2023 · 6 revisions

To add custom commands you need to open command.ini, in which you will find this altough the program wil auto generate a load command for all models in vtube studio.

For ease of editing download notepad++

[COMMANDS]
!spin = spin(websocket,x,y,s)
!reset = mdmv(websocket,0.2,False,0,0,0,-76)
!rainbow = rainbow(websocket)

to add a command place it in a new line

[COMMANDS]
!spin = spin(websocket,x,y,s)
!reset = mdmv(websocket,0.2,False,0,0,0,-76)
!rainbow = rainbow(websocket)
!wanko = mdch(websocket,'62d3ac625f5644708a623fde122930dc')

this will automatically work next time you run the program also the commands are python functions. All available functions can be found here

Clone this wiki locally