View Full Version : Saitek X52 Flight Controller Heli Autoexec
illuzian
10-30-2007, 11:09 AM
Hey all,
Just made a X52 Config for heli.
-Bring down console (ctrl+alt+`)
-Type listControllers, note down the controller number
-In autoexec change in_joy1_device "475083" to the relevant controller number
-Enjoy
Buttons:
Trigger is fire
Button with flip off selects heat seeking
Button top right is countermeasures
Button bellow that selects rockets
in_joy1_device "475083"
in_heli_side_joy "1"
in_heli_forward_joy "1"
in_heli_yaw_joy "1"
in_heli_forward_joy "1"
//axis assignments
in_heli_yaw_axis 2
in_heli_throttle_axis 3
in_heli_side_axis 0
in_heli_forward_axis 1
in_player_side_joy "0"
in_player_forward_joy "0"
in_player_yaw_joy "0"
in_player_pitch_joy "0"
in_car_steering_joy "0"
in_car_forward_joy "0"
in_car_yaw_joy "0"
in_car_pitch_joy "0"
in_hovertank_side_joy "0"
in_hovertank_forward_joy "0"
in_hovertank_yaw_joy "0"
in_hovertank_pitch_joy "0"
//button assignments
bind joy1_1 "_attack"
bind joy1_4 "_weapon1"
bind joy1_3 "_weapon0"
bind joy1_2 "_weapon2"
DarkTalent
10-30-2007, 11:37 AM
lol - I went searching over a week ago for someone else who had put up an x52 config and ended up writing my own (http://community.enemyterritory.com/forums/showthread.php?t=14987) and now I have problems that I'm working on. Though the stick/throttle work fine in teh attack flyers.
Do you have any problem with the throttle affecting your player?
PizzaPasta
10-30-2007, 05:44 PM
Would be great if the throttle worked too
DarkTalent
10-30-2007, 09:49 PM
my stick and config works perfectly - throttle as well
illuzian
10-31-2007, 10:00 AM
After setting up the above config I've had zero issues with the throttle, stick or anything at all, works flawlessly for me in_* "0" disables joy for everything but the heli
DarkTalent
10-31-2007, 01:05 PM
I had to use the following:
bind "KP_SLASH" "seta in_joy1_device 476873" "SHIFT" "default" //Activate Joystick Input
bind "KP_SLASH" "seta in_joy1_device 232429" "" "default" //Deactivate Joystick Input
So I can deactivate it once I exit a 'flyer'.
No I'm just tweaking axis sensitivity etc.
illuzian
10-31-2007, 11:11 PM
in_joy1_device "475083" - This puts the controller in_joy1_device (Joystick 1)
in_heli_side_joy "1" - This tells the heli turning axis to use Joy 1
in_player_side_joy "0" - This tells the player turning axis to use Joy 0 which doesn't exist/disables it.
It's a simple way to disable controls for all but heli, you enable and configure Joy 1 and disable Joy for everything else, I just think its more effective than a bind enable configuration. It's longer, but theres no keys to press etc...
DarkTalent
11-01-2007, 01:37 AM
I'll have a fiddle and see how I go :)
Thanks
DeltaZ
11-02-2007, 06:40 AM
Illuzian!.. Got my controller number in game, but I'm lost, where to put in further control programming for the Saitek X52 using Windows XP? A few simple where-to-put hints for the part time programmers would help if possible.. thanks.. (fltsim guy here needs stick and schtick)
DarkTalent
11-02-2007, 11:36 AM
use the code in a text file called "autoexec.cfg" is the simplest solution.
then put it in the "\sdnet\<profilename>\base" folder in the game directory in 'My Docs'.
Ronin7000
12-09-2007, 10:59 PM
hello, I'm new to Enemy Territory just got myself a X52. Could someone point me towards the right direction as to how to load customize configs?
thanks
Aslan860
12-11-2007, 09:28 PM
hello, I'm new to Enemy Territory just got myself a X52. Could someone point me towards the right direction as to how to load customize configs?
thanks
You don't put the config in the joystick: you just load it ingame as explained in the original post. You can either pasted the text into your QWET autoexec.cfg file or make a stand-alone file (I made one called x52.cfg), put it in your base directory and then either execute it from the console ("exec x52.cfg).
StarkRavinMad
12-12-2007, 04:56 PM
After setting up the above config I've had zero issues with the throttle, stick or anything at all, works flawlessly for me in_* "0" disables joy for everything but the heli
So you can have the airbrake work while having the throttle full forward?
I could only get the airbrake to engage when the throttle is centered, which sucks, because you can't gain altitude with the airbrake on...something you can do using the mouse and keyboard.
Everything else works for me, but that one flaw makes a significant difference.