CoNa Posted March 20, 2011 Posted March 20, 2011 I have finally taken the step to make a center mount for my TM Harthog stick. Howver to get it ergonomic there is the need to set the axis offset by 15 degrees as you know. I have found this for fixing it by a script, but to be honest I don't know how to use it. Is there a way to set this in T.A.R.G.E.T ? Im first looking into fixing this for FC2, BS, and IL-2 as I understand there might be some issue with DCS-a10 The full script is: MapAxis(&Joystick, JOYX, DX_X_AXIS); MapAxis(&Joystick, JOYY, DX_Y_AXIS); SetSCurve(&Joystick, JOYX, 0,0,0,0, 0.6); SetSCurve(&Joystick, JOYY, 0,0,0,0, 0.6); RotateDXAxis(DX_X_AXIS, DX_Y_AXIS, -15);
Recommended Posts