I just got my Saitek Cyborg Graphite in the mail. I recently tried binding the horizontal axis to roll, but it said that the whatever was in use. you know what i mean.
I read this:
I read this:
But i'm not sure which one to change/edit/remove. Currently in my settings, the horizontal axis is unused. The same is with the Helicopter. So if any of you guys could help me, that'd be great.tF-voodoochild wrote:
I doubt this is a problem with your specific joystick since I have had it happen for random keys. Your best bet is to just open and edit the controls.con file manually and remove the extra horizontal axis mapping that is surely in there somewhere.Rosse_modest wrote:
I have a Saitek ST290 and when i try to map the horizontal axis in the aircraft controls screen it says it's already in use for aircraft which isn't true. I can assign all other buttons and axes without any problems.
Does any1 know whats wrong here?
Code:
ControlMap.create AirPlayerInputControlMap ControlMap.addKeysToAxisMapping c_PIYaw IDFKeyboard IDKey_D IDKey_A 0 ControlMap.addButtonsToAxisMapping c_PIYaw IDFGameController_0 IDButton_5 IDButton_7 1 ControlMap.addAxisToAxisMapping c_PIPitch IDFGameController_0 IDAxis_1 1 0 ControlMap.addKeysToAxisMapping c_PIPitch IDFKeyboard IDKey_ArrowUp IDKey_ArrowDown 1 ControlMap.addKeysToAxisMapping c_PIRoll IDFKeyboard IDKey_ArrowRight IDKey_ArrowLeft 1 ControlMap.addKeysToAxisMapping c_PIThrottle IDFKeyboard IDKey_W IDKey_S 0 ControlMap.addAxisToAxisMapping c_PIThrottle IDFGameController_0 IDAxis_2 1 1
Code:
ControlMap.create HelicopterPlayerInputControlMap ControlMap.addKeysToAxisMapping c_PIYaw IDFKeyboard IDKey_D IDKey_A 0 ControlMap.addButtonsToAxisMapping c_PIYaw IDFGameController_0 IDButton_5 IDButton_7 1 ControlMap.addAxisToAxisMapping c_PIPitch IDFGameController_0 IDAxis_1 1 0 ControlMap.addKeysToAxisMapping c_PIPitch IDFKeyboard IDKey_ArrowUp IDKey_ArrowDown 1 ControlMap.addKeysToAxisMapping c_PIRoll IDFKeyboard IDKey_ArrowRight IDKey_ArrowLeft 1 ControlMap.addKeysToAxisMapping c_PIThrottle IDFKeyboard IDKey_W IDKey_S 0 ControlMap.addAxisToAxisMapping c_PIThrottle IDFGameController_0 IDAxis_2 1 1