ET:QW + Joysticks

User avatar
Rev Hellfire
Senior Member
Posts: 2495
Joined: Mon Jun 20, 2005 8:10 pm

ET:QW + Joysticks

Post 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
User avatar
ButcherOfNog
Senior Member
Posts: 1972
Joined: Tue Sep 27, 2005 12:29 pm

Re: ET:QW + Joysticks

Post 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?
User avatar
Maximilian
Senior Member
Posts: 1792
Joined: Thu Jan 01, 1970 12:00 am

Re: ET:QW + Joysticks

Post by Maximilian »

Banana - lol!
User avatar
Rev Hellfire
Senior Member
Posts: 2495
Joined: Mon Jun 20, 2005 8:10 pm

Re: ET:QW + Joysticks

Post by Rev Hellfire »

Try ctrl-alt-~
Post Reply