Page 1 of 1

ET:QW + Joysticks

Posted: Sun Sep 30, 2007 9:24 pm
by Rev Hellfire
Here's a handy tip if you're like me and prefer flyting with the use of a joystick. It spossible to configure the game to use one.

To do so you need to use the console or a config file, the first step is to find the id of you joystick. To do this you type listcontrollers at the console. This returns a list of attached controllers with a 6 digit id.
for example
>listcontrollers
Fyffes banana 376254

To enable the joystick you use the following command (replacing the id)
in_joy1_device 376254

You can then wire the buttons up like so:
bind joy1_1 "_attack" "" "default"
bind joy2_1 "_altattack" "" "default"
bind joy3_1 "weapon0" "" "default"

You can then wire up the axis as follows to enable climb/dive and roll.
in_heli_forward_axis 0
in_heli_side_axis 1

// I set the remainder to 6 an axis I don't have you could try blank
in_heli_yaw_axis 6
in_heli_trottle_axis 6

Re: ET:QW + Joysticks

Posted: Sun Sep 30, 2007 9:33 pm
by ButcherOfNog
.. and you get the console up how? I've attempted it the old way but it didn't work, or am i doing something silly?

Re: ET:QW + Joysticks

Posted: Sun Sep 30, 2007 9:52 pm
by Maximilian
Banana - lol!

Re: ET:QW + Joysticks

Posted: Mon Oct 01, 2007 5:18 am
by Rev Hellfire
Try ctrl-alt-~