I have a joystick but i cant get it to work! well i can make the fire and go back and forward thing but i cant make it turn left or right cause it says its allready being usedm but it is not.
any help?
any help?
Last edited by King_County_Downy (2006-09-29 08:11:25)
Every Skilled pilot using a Joystick..Sigarms357 wrote:
I didnt know people actually used a joystick...
If your joystick is sitting off center when you don't have your hands on it when you are setting the controls it will register. Very few joysticks return to absolute center when you take your hands off them, especially old ones. Best thing, is hold the joystick in the direction you want to set it and then press the change control button, then it registers it straight away. That fixed my similar problems.Tunacommy wrote:
my problem is for AIRPLANES my whole joystick is backward - push left and it turns right....but for heli's it is fine....explain that one. Even reset the controls to default and set it all up again, and still has the problem. Thinking the only way to fix it would be to uninstall and reinstall the game.....
Try setting up the settings backwards then..Tunacommy wrote:
my problem is for AIRPLANES my whole joystick is backward - push left and it turns right....but for heli's it is fine....explain that one. Even reset the controls to default and set it all up again, and still has the problem. Thinking the only way to fix it would be to uninstall and reinstall the game.....
Last edited by Mad Ad (2006-09-29 08:39:47)
Dood, there's a checkbox for INVERT. Click it.Tunacommy wrote:
my problem is for AIRPLANES my whole joystick is backward - push left and it turns right....but for heli's it is fine....explain that one. Even reset the controls to default and set it all up again, and still has the problem. Thinking the only way to fix it would be to uninstall and reinstall the game.....
Last edited by King_County_Downy (2006-09-29 08:30:55)
lolLT.Victim wrote:
Try setting up the settings backwards then..Tunacommy wrote:
my problem is for AIRPLANES my whole joystick is backward - push left and it turns right....but for heli's it is fine....explain that one. Even reset the controls to default and set it all up again, and still has the problem. Thinking the only way to fix it would be to uninstall and reinstall the game.....
So when it says Turn Left, Turn right on your stick...
Thats probably a easy fix right there..
I really hope you mean airplane pilots. Myself, i love my mouse for my helo way more. i've fought and defeated chopper users with joysticks.LT.Victim wrote:
Every Skilled pilot using a Joystick..Sigarms357 wrote:
I didnt know people actually used a joystick...
Its so much smoother and you have way more control.
ohh yea, ok thanks. silly me.Samtheman53 wrote:
Tyler, I told you to unplug your joystick when you turn your aimbot hax on, otherwise it gets short-circuited and wont work.
for mouse only - does not work for my joystick controls....did try that already.King_County_Downy wrote:
Dood, there's a checkbox for INVERT. Click it.Tunacommy wrote:
my problem is for AIRPLANES my whole joystick is backward - push left and it turns right....but for heli's it is fine....explain that one. Even reset the controls to default and set it all up again, and still has the problem. Thinking the only way to fix it would be to uninstall and reinstall the game.....
wow - it does give me the cauliwobbles actually....so i will post and see what you think! Thanks, this is the one thing I haven't tried yet!!!!Mad Ad wrote:
you could try writing it directly to your controls.con file
ControlMap.create AirPlayerInputControlMap
ControlMap.addAxisToAxisMapping c_PIYaw IDFGameController_0 IDAxis_2 0
ControlMap.addAxisToAxisMapping c_PIPitch IDFGameController_0 IDAxis_1 0
ControlMap.addAxisToAxisMapping c_PIRoll IDFGameController_0 IDAxis_0 0
(add a 1 after the line if you want to add it as your secondary control)
roll which your trying to modify is axis x, pitch you already have (axis y) and yaw which you might not want is the twist for thew rudder (axis z)
Edit:: and if the thought of doing this gives you the cauliwobbles, post the first 10 lines or so of your ControlMap.create AirPlayerInputControlMap main section here and I (or someone) can tell you exactly what to change to what.