Disable diagonal POV
-
Hey all, I’ve been running a Warthog stick with no TARGET scripting, just straight DX buttons and having a little issue using my Trim hat. Right now BMS picks it up as as the POV which is usually fine as pov functions are overwritten by my trim assignment. If I accidentally bump it in the diagonal, it’s a different story. Then I get my view panned all the way into the corners of the cockpit. I looked through the keyfile and couldn’t find those assignments. Any way to disable those diagonal POV pans?
-
I have a similar set up …. Warthog stick, DX only, no TARGET. You need to set the diagonal POV to ‘SimDoNothing’. Below is my POV hat DX commands.
AFElevatorTrimUp 0 -1 -3 0 0x0 -1
SimDoNothing 0 -1 -3 1 0x0 -1
AFAileronTrimRight 0 -1 -3 2 0x0 -1
SimDoNothing 0 -1 -3 3 0x0 -1
AFElevatorTrimDown 0 -1 -3 4 0x0 -1
SimDoNothing 0 -1 -3 5 0x0 -1
AFAileronTrimLeft 0 -1 -3 6 0x0 -1
SimDoNothing 0 -1 -3 7 0x0 -1 -
Awesome, that explains it. I was looking through the view controls trying to figure out what I missed instead of thinking to assign nothing to those hat controls.
Thanks!