matzman666 / OpenVR-InputEmulator

An OpenVR driver that allows to create virtual controllers, emulate controller input, manipulate poses of existing controllers and remap buttons. A client-side library that communicates with the driver via shared-memory is also included.
GNU General Public License v3.0
716 stars 138 forks source link

Feature Request (FO4VR support): improve turning #41

Open kozian opened 6 years ago

kozian commented 6 years ago

Right now you need to move stick to desired position and click to turn (rotate). The idea is to autoclick each time stick gets to 1.0 or -1.0 position in horizontal direction, so you don't need to click it manually.

Grum30 commented 6 years ago

That's right, for now it's necessary to press the stick, at the same time we turn to one of the sides to make an angle turn of X degrees (45º / 60 / º90º).

This is done by the stick in the right motion controller for Oculus Cv1 + touch controllers.

It seems to me a great idea, to work on this, to release the unnecessary and uncomfortable click in order to make the turns simply move the stick to one side.

Additionally, I would like to have the possibility of making complete smooth turns, if this were possible to complete this fantastic tool. Probably, these advances could be at the same time of great help for other future games and controllers (Oculus Cv1 and Windows Mixed Reality headsets) regards