Hi!
I'm trying to setup a generic joystick on Windows 7 and KSP 1.9.1. The Joystick has 4 analog axis and those work perfect in X-plane and the windows calibration works perfect, however KSP's setup refuses to recognize the axis when I move them. I've tried to configure them manually without luck.
It seems to find my joystick, "HID DEVICE" but none of the axis work as they should. Am I blind or is there no calibration in KSP for range, centerpoint etc?
Can anyone explain what modeMask means and how I should treat scale and sensitivity?
AXIS_PITCH
{
PRIMARY
{
name = HID DEVICE
axis = 2
inv = True
sensitivity = 1
deadzone = 0.0500000007
scale = 1
group = 0
modeMask = -1
}
SECONDARY
{
name = None
axis = -1
inv = False
sensitivity = 1
deadzone = 0.0500000007
scale = 1
group = 0
modeMask = -1
}
}