Hi Brandon,
It's confusing because are so many pieces to it, but check out this post regarding setting up the voice control software:
https://groups.google.com/d/msg/quadstick/tE0agDNMfLU/fu8AkDqY3LAJAll the installers for Python, Vocola, etc, all the bits and pieces that work with Dragon Naturally Speaking, have been collected
into one installer, called "prerequisites", as a convenience. There is now a "quadstick" program that lets the user adjust various settings and acts as a front end for the Vocola commands and is also a bridge to a ControllerMax, if you want to play with other consoles, like the PS4. PuTTY still works as a front end, too.
After the QuadStick program is installed, the set of voice command files can be found in your Documents\Natlink\Vocola folder. You can also see them here:
http://csv.quadstick.com in the sub-folders for the different games, with the common voice command files in the "
Vocola Scripts" folder. Voice files are text files with the extension .vch or .vcl. For info on the Vocola language in general, visit their site:
http://vocola.net/v2/LanguageTutorial.asp The commands the QuadStick understands are:
Action commands allow nearly all outputs to be controlled with a text phrase
output_name, state, value, duration where:
output_name is the output's name, like square, circle, triangle.
state is 1 for ON, 0 for OFF and -1 for TOGGLE state. Default is 1.
value is 0 to 100 in percent. Default is 100.
duration is in milliseconds or -1 for Permanent. Default is 200.
Example:
circle,1,50,500<enter> will press the circle button at 50% for 500 milliseconds
right_3,-1,100,-1<enter> will Toggle the R3 button until a new command is given
square<enter> will press square button firmly for 200 milliseconds.
Direct commands:
help This message
outputs Prints list of output names
reset Clears all outputs to idle state
mode,number Sets profile mode directly to specified number
load,filename.csv Loads new configuration profile
swap[,output_name] Swaps output_name to Lip sensor (or clears swap if blank)
and,output_name Adds second output_name to swap with Lip sensor
alternate,0|1|-1] Clear, Set Once for next input, Set On for Alternate mode
boot Force immediate hard reset of QuadStick
debug Turns on printing of raw debug data stream
echo Toggle current character echo state
print Prints configuration settings
Vocola listens for a phrase, like "Zoom Scope" and simply translates that into one or more commands to the QuadStick.