MURcarnage
CAPS LOCK IS CRUISE CONTROL FOR COOL!
+86|7130|San Francisco, CA
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:

tF-voodoochild wrote:

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?
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.
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.

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
MURcarnage
CAPS LOCK IS CRUISE CONTROL FOR COOL!
+86|7130|San Francisco, CA
come on. where are all the smarter people?
PspRpg-7
-
+961|7171

MURcarnage wrote:

come on. where are all the smarter people?
I ate their brains, but sadly, it made me no smater I gotta headache...
If you give the directions, I could manually go into my controls and copy and paste my joy controls (I have a joystick as well) Would that help or is it more complicated?

Last edited by PspRpg-7 (2006-08-15 20:37:16)

MURcarnage
CAPS LOCK IS CRUISE CONTROL FOR COOL!
+86|7130|San Francisco, CA

PspRpg-7 wrote:

MURcarnage wrote:

come on. where are all the smarter people?
I ate their brains, but sadly, it made me no smater I gotta headache...
cute

so does anyone know what to change then?
PspRpg-7
-
+961|7171

Code:

ControlMap.create AirPlayerInputControlMap
ControlMap.addKeysToAxisMapping c_PIYaw IDFKeyboard IDKey_D IDKey_A 0
ControlMap.addAxisToAxisMapping c_PIPitch IDFMouse IDAxis_1 0 0
ControlMap.addKeysToAxisMapping c_PIPitch IDFKeyboard IDKey_ArrowUp IDKey_ArrowDown 1
ControlMap.addAxisToAxisMapping c_PIRoll IDFMouse IDAxis_0 0 0
ControlMap.addKeysToAxisMapping c_PIRoll IDFKeyboard IDKey_ArrowRight IDKey_ArrowLeft 1
ControlMap.addKeysToAxisMapping c_PIThrottle IDFKeyboard IDKey_W IDKey_S 0
Try that and let me know if it works.

Last edited by PspRpg-7 (2006-08-15 20:39:56)

MURcarnage
CAPS LOCK IS CRUISE CONTROL FOR COOL!
+86|7130|San Francisco, CA

PspRpg-7 wrote:

Code:

ControlMap.create AirPlayerInputControlMap
ControlMap.addKeysToAxisMapping c_PIYaw IDFKeyboard IDKey_D IDKey_A 0
ControlMap.addAxisToAxisMapping c_PIPitch IDFMouse IDAxis_1 0 0
ControlMap.addKeysToAxisMapping c_PIPitch IDFKeyboard IDKey_ArrowUp IDKey_ArrowDown 1
ControlMap.addAxisToAxisMapping c_PIRoll IDFMouse IDAxis_0 0 0
ControlMap.addKeysToAxisMapping c_PIRoll IDFKeyboard IDKey_ArrowRight IDKey_ArrowLeft 1
ControlMap.addKeysToAxisMapping c_PIThrottle IDFKeyboard IDKey_W IDKey_S 0
Try that and let me know if it works.
can i use these for the airplane and helicopter controls?
Heershreck
Member
+0|6938
have you tried deleting all the controls associated with the joystick and doing the horizantel axis first? i had to do this with my joystick.
MURcarnage
CAPS LOCK IS CRUISE CONTROL FOR COOL!
+86|7130|San Francisco, CA

Heershreck wrote:

have you tried deleting all the controls associated with the joystick and doing the horizantel axis first? i had to do this with my joystick.
yes. i've unbinded everything, i've resetted to default.
PspRpg-7
-
+961|7171

MURcarnage wrote:

Heershreck wrote:

have you tried deleting all the controls associated with the joystick and doing the horizantel axis first? i had to do this with my joystick.
yes. i've unbinded everything, i've resetted to default.
S'it work?
MURcarnage
CAPS LOCK IS CRUISE CONTROL FOR COOL!
+86|7130|San Francisco, CA

PspRpg-7 wrote:

MURcarnage wrote:

Heershreck wrote:

have you tried deleting all the controls associated with the joystick and doing the horizantel axis first? i had to do this with my joystick.
yes. i've unbinded everything, i've resetted to default.
S'it work?
muh. i just did something else but it works now. So now I just have to find the right sensitivity & yaw. thanks anyway though.

Board footer

Privacy Policy - © 2025 Jeff Minard