Joy Stick

Locked
lordstanley111
Posts: 5
Joined: Mon May 16, 2005 3:19 am

Joy Stick

Post by lordstanley111 »

:confused: I recently installed Q3A and was playing with the mouse/kb and was doing fine.So I decided to try the joystick.Upon activating the joystick.............. I was able to turn left/right..........
move forward/backward........... But I was unable to use the fire button. I thought it might be the joystick,so I used it on another game and everything was OK.Soooooooo,.............. What's going on here.Can move with the "stick" but just cant shoot !!!!
Thx
Guest

Post by Guest »

Don't play with the joystick. keyboard/mouse is a lot better.
SoM
Posts: 8489
Joined: Fri Dec 03, 1999 8:00 am

Post by SoM »

fucking noobs..

:icon19: x2
[color=red][WYD][/color]S[color=red]o[/color]M
Psyche911
Posts: 1742
Joined: Wed Jan 02, 2002 8:00 am

Post by Psyche911 »

Good help, SoM. :p

stan:
Are you sure the trigger is bound to the right key? The software that came with it should allow you to bind it to a certain corresponding mouse or keyboard key. Try binding it to a different key, let's say "P" and then in Q3, bind P to shoot.

But you'll do worse with a joystick vs keyboard/mouse.
lordstanley111
Posts: 5
Joined: Mon May 16, 2005 3:19 am

joystick

Post by lordstanley111 »

Thanks for the reply's
Iam going to try both and see which I like the best.
Remember..........VARIETY IS THE SPICE OF LIFE
YourGrandpa
Posts: 10074
Joined: Mon Apr 17, 2000 7:00 am

Post by YourGrandpa »

And joysticks + Quake = Gay. :icon26:
SOAPboy
Posts: 8268
Joined: Sun Apr 13, 2003 7:00 am

Re: joystick

Post by SOAPboy »

lordstanley111 wrote:Thanks for the reply's
Iam going to try both and see which I like the best.
Remember..........VARIETY IS THE SPICE OF LIFE
theres no trying both..

if you play with a joystick, you are gay..

(unless you are some way handicap and need it to play properly then its ok and you arnt gay)
[size=75][i]I once had a glass of milk.

It curdled, and then I couldn't drink it. So I mixed it with some water, and it was alright again.

I am now sick.
[/i][/size]
[img]http://img162.imageshack.us/img162/3631/171164665735hk8.png[/img]
lordstanley111
Posts: 5
Joined: Mon May 16, 2005 3:19 am

Joy Stick

Post by lordstanley111 »

I think a joystick would be easier for me. I have severe "Peripheral Neuropathy". And using both hands can be quite taxing.And for those of you who think using a jockstick is" GAY ". I would rather be gay than haveing this disorder.
Tormentius
Posts: 4108
Joined: Sat Dec 14, 2002 8:00 am

Re: Joy Stick

Post by Tormentius »

lordstanley111 wrote:I think a joystick would be easier for me. I have severe "Peripheral Neuropathy". And using both hands can be quite taxing.And for those of you who think using a jockstick is" GAY ". I would rather be gay than haveing this disorder.
Fair enough. Like Soap said, a disorder is a different ballgame entirely. Most of us prefer a mouse and keyboard in order to have greater control but to each their own.

What type of joystick are you trying to use?
§ìgñå
Posts: 210
Joined: Sat Jan 01, 2000 8:00 am

Post by §ìgñå »

I wrote a config a while back on how to set one up. you can download it here gamepad.cfg.

here it is:


// gamepad / joystick config by Signa.
// sep-1-03
//
// how to use:
// place in /baseq3 directory and when q3 is running type /exec gamepad.cfg in console to load.
//
// get a piece of paper to write on
// load a map and when you move the joystick or press a button it will echo the coresponding joystick number
// or arrow key.
// write down which movement or button coresponds to which joy command.
// using the list of common commands below change the "echo xxx" to the command you want.
// you can bind just about any command possible in q3, the ones listed below are the most common needed.
// example: you press your main fire button and get "joy10" on screen. change the "echo joy10" to "+attack"
// there may be buttons higher than joy27, so experiment if you have lots of buttons.
// you can also bind weapons (and vstr aliases if you know how to write them).
// you will definately need to tweak the cl_pitchspeed and yawspeed numbers to how fast you want to turn or look in game.



//CONFIGURE CONTROLLER
set in_joystick 1 // initializes game controller (joystick) input
set cl_run 1 // always run ON
set freelook 1 // freelook ON
set joy_threshold 0.285 // sets joystick overall dead zone
set cl_pitchspeed "200" // up-down speed
set cl_yawspeed "200" // side speed

bind JOY1 "echo joy1"
bind JOY2 "echo joy2"
bind JOY3 "echo joy3"
bind JOY4 "echo joy4"
bind JOY5 "echo joy5"
bind JOY6 "echo joy6"
bind JOY7 "echo joy7"
bind JOY8 "echo joy8"
bind JOY9 "echo joy9"
bind JOY10 "echo joy10"
bind JOY11 "echo joy11"
bind JOY12 "echo joy12"
bind JOY13 "echo joy13"
bind JOY14 "echo joy14"
bind JOY15 "echo joy15"
bind JOY16 "echo joy16"
bind JOY17 "echo joy17"
bind JOY18 "echo joy18"
bind JOY19 "echo joy19"
bind JOY20 "echo joy20"
bind JOY21 "echo joy21"
bind JOY22 "echo joy22"
bind JOY23 "echo joy23"
bind JOY24 "echo joy24"
bind JOY25 "echo joy25"
bind JOY26 "echo joy26"
bind JOY27 "echo joy27"
bind uparrow "echo uparrow"
bind downarrow "echo downarrow"
bind leftarrow "echo leftarrow"
bind rightarrow "echo rightarrow"

in_restart // this is needed.


// LIST OF COMMON COMMANDS TO BIND:
// +attack (shoot)
// +movedown (crouch)
// +moveup (jump)
// +lookdown (look down)
// +lookup (look up)
// +forward (move forward)
// +back (move backwards)
// +moveleft (strafe left)
// +moveright (strafe right)
// +right (turn right)
// +left (turn left)
// +scores (show scoreboard)
// +zoom (zoom view)
// +speed (if cl_run=0 then this will make you run, if cl_run=1 this will make you walk)
// +button2 (Use Item)
// +button3 (Taunt animation)
// weapnext (next weapon)
// weapprev (previous weapon)
// weapon 1 (Gauntlet)
// weapon 2 (Machinegun)
// weapon 3 (Shotgun)
// weapon 4 (GrenadeLauncher)
// weapon 5 (RocketLauncher)
// weapon 6 (LightningGun)
// weapon 7 (Railgun)
// weapon 8 (PlasmaGun)
// weapon 9 (BFG)
// weapon 10 (Grapple)


// EXTRA STUFF I HAVEN'T MESSED WITH.
// joy_advanced "0" // applies game controller axis mapping settings < maddog
// joy_advaxisr "0" // bind an action to the joystick r axis
// joy_advaxisu "0" // bind an action to the joystick u axis
// joy_advaxisv "0" // bind an action to the joystick v axis
// joy_advaxisx "0" // bind an action to the joystick x axis
// joy_advaxisy "0" // bind an action to the joystick y axis
// joy_advaxisz "0" // bind an action to the joystick z axis
// joy_forwardsensitivity "-1" // set forward/back sensitivity (negative is inverted)
// joy_forwardthreshold "0.15" // set forward/back dead zone
// joy_name "joystick" // set joystick name
// joy_pitchsensitivity "1" // set pitch sensitivity (negative is inverted)
// joy_pitchthreshold "0.15" // set pitch dead zone
// joy_sidesensitivity "-1" // set side sensitivity (negative is inverted)
// joy_sidethreshold "0.15" // set side dead zone

// EOF
lordstanley111
Posts: 5
Joined: Mon May 16, 2005 3:19 am

joystick

Post by lordstanley111 »

a logiteck attack 3
and,
thanks for the reply's and advice.
and now............ LET'S GO FRAG !!!!!!!!!!!!!
Locked