Page 1 of 1

Emulated xbox 360 controller and dead zones

Posted: Wed Dec 09, 2015 7:40 am
by romkube
I'm trying to use the Xoutput-plugin, FreePIE and the XBOX app in Windows 10 to play Destiny with mouse and keyboard. All works well except I cant make small adjustments to my aim, due to dead zone in the emulated 360 left stick (read: have to do large mouse movement to move the sights). Is there any way to eliminate the dead zones through code or is it hard coded in the game?

I've been trying to read through both the FreePIE code and XOutput plugin to figure out a solution, but i'm a novice programmer at best.

Re: Emulated xbox 360 controller and dead zones

Posted: Mon Dec 14, 2015 5:46 am
by CyberVillain
There is no deadzone in FreePIE atlest, probably a deadzone in the game.
YOu could compensate for it in your script

Re: Emulated xbox 360 controller and dead zones

Posted: Mon Dec 14, 2015 6:21 am
by romkube
Ok, thank you. :)