Hello, I'm no programmer and I need help with this little project. My goal is to have a voice attack mod that would allow the user to speak how much axis input he wants and have voice attack do it until counter-commanded. Essentially, I'd like to be able to split each rotational axis (yaw, pitch,roll) input into 16 markers ... 0%, 2%, 5%, 10%, 25%, 50%, 75% and 100% .. in either direction. This will allow the player to just say : 'Up 25%, Right 50%, Roll Right 2% ...and voice attack will make and sustain that input until the player countercommands it. A 'master' command to zero all axis inputs simultaneously would be needed as well. Finally, it would also be helpful to have the same 16 markers per displacement axis (fore/aft/up/down/left/right). Likewise, a 'master' command to zero all displacement axis inputs simultaneously would be needed. Now, if this was doable with voice attack's regular functions I would have done this long time ago.. but it is not. The developers of voice attack have released this document outlining how make joystick axis inputs work but have not implemented it natively into the program. https://forum.voiceattack.com/smf/index.php?topic=463.0 From what I can read, it requires the user to create his own .DLL file and somehow make it work with voice attack. This is martian to me. So, I need help. :slightly_smiling_face: This would be very useful to players that have disabilities in the hands and also enables all users to command their ships via voice... like a real captain should be (not twirling the stick!).