Title: Gamepad problems......again Post by: Jonathan Rose on August 31, 2004, 05:00:02 am I have a saitek p880 gamepad.
I seem to be able to move up, down, left and right but none of the buttons work. Here I are the key.cfg settings that i have; # joystick 1 threshold 10000 # How far to move before it counts; 0-30000 # menu-Left: joystick 1 axis 0 negative # Player-1-Left: joystick 1 axis 0 negative # Lander-Left: joystick 1 axis 0 negative # Menu-Right: joystick 1 axis 0 positive # Player-1-Right: joystick 1 axis 0 positive # Lander-Right: joystick 1 axis 0 positive # Menu-Up: joystick 1 axis 1 negative # Player-1-Thrust: joystick 1 axis 1 negative # Lander-Thrust: joystick 1 axis 1 negative # Menu-Down: joystick 1 axis 1 positive # Menu-Cancel: joystick 1 button 12 # Player-1-Special: joystick 1 button 1 # Menu-Select: joystick 1 button 3 # Player-1-Weapon: joystick 1 button 3 # Lander-Weapon: joystick 1 button 3 # Menu-Page-Up: joystick 1 button 5 # Menu-Page-Down: joystick 1 button 6 # Menu-Zoom-In: joystick 1 button 7 # Player-1-Escape: joystick 1 button 2 # Lander-Escape: joystick 1 button 2 # Menu-Zoom-Out: joystick 1 button 8 I'd be very greatfull for any help! Title: Re: Gamepad problems......again Post by: meep-eep on August 31, 2004, 05:35:46 am Everything on a line after a # is considered a comment. Your "settings" are going to be ignored.
Title: Re: Gamepad problems......again Post by: Jonathan Rose on August 31, 2004, 05:47:01 am ok I tried deleting all the # and the game wouldn't even load
Title: Re: Gamepad problems......again Post by: Michael Martin on August 31, 2004, 03:19:54 pm Make them "joystick 0" instead of 1 as well as decommenting; if you try to command a joystick that doesn't exist, then the game won't load.
Also, the sample button settings are designed for PlayStation Dual Shock, and are unlikely to be terribly useful on other pads; remapping the buttons down to the numbers 0-3 are more likely to help. |