Page 1 of 1

(jlv) Add stick deadzone setting

Posted: Sat Nov 16, 2019 8:57 am
by RFX_corentin_12
Hi Jlv, i was wondering if it was possible to add a deadzone setting for the stick, like on MX Bikes, so we could setup the deadzone if the stick doesnt came back right in the middle so the bike doesnt go left or right by it self? Thanks and sorry if my english sucks a bit

Re: (jlv) Add stick deadzone setting

Posted: Sun Nov 17, 2019 1:29 am
by jlv
It's not user-friendly but you can edit the deadzone in the config file now.

This would be no dead zone:
left_key=(0.0,-1.0)js0 axis 3

This would be 10% dead zone at the beginning and end of the travel:
left_key=(0.1,-0.9)js0 axis 3

Re: (jlv) Add stick deadzone setting

Posted: Sun Nov 17, 2019 9:04 am
by RFX_corentin_12
Thanks