Author Topic: Voice attack and Oculus Touch  (Read 3801 times)

Zill45

  • Guest
Voice attack and Oculus Touch
« on: February 04, 2018, 03:26:07 AM »
Dear Devs,

I have been using VA to mych enjoyment in VR enviroment, it is like the program was designed for that and I am very gratefull fo the time and energy you put into this program.

However, i am missing a critical frature for full usage in VR.

I need VA to be able to accept mapped buttons on Oculus Touch controllers.
The reason for this is that some games does not allow for enough additional bind keys or you have to use the additional bind keys to get the game working in VR. This tend to end up limiting the usage of VA in for example Elite Dangerous, when playing in VA, because i need to bind a lot "additional keys" just to get the game working with Oculus Touch

So basically i need VA to be able to press Oculus touch INCLUDING combination keys like [OCULUS X] + [-Oculus Left stick Y] ->>> wich differs from [OCULUS X] + [+ Oculus Left stick Y]

Let me know what you can do. And if this has been done already would you please direct me to it.

Thx!

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Voice attack and Oculus Touch
« Reply #1 on: February 04, 2018, 12:37:52 PM »
I don't know if Gary has experimented with this, but from my experience with AutoHotkey's implementation, you essentially need to run as a VR application to get button input through the Oculus API.

This means that Oculus acts as if you're running a VR app that won't actually start properly(you'll get stuck in the loading scene), and it'll ask you whether you want to stop the application, which I believe you need to do to be able to start another app.
At that point it'll try to kill the app, but AutoHotkey will ignore that and keep running(which it needs to, to get button input), causing a warning message in Oculus that you need to accept(something like "this app won't close and may cause performance issues").

After all this, you can finally start the VR app you actually want to run; A very messy experience, really.


Steam VR(thanks to OpenVR, which is the SDK/API it supports), has VR Input Emulator, which runs as a plugin without interfering with normal VR usage.

VR Input Emulator does allow for mapping keyboard keys to Touch buttons(which in turn can trigger VoiceAttack), however doesn't share analog data with other applications.


All that said, Elite: Dangerous seems to be designed with at least a HOTAS setup in mind, which comes with a large amount of buttons by definition, so mapping all that to a set of Touch controllers(especially with shifting, so buttons can change function on-the-fly) could result in quite a clumsy-to-use setup.