GoogleCodeArchives / xbox-360-controller-custom

Automatically exported from code.google.com/p/xbox-360-controller-custom
0 stars 0 forks source link

LT & RT No longer pressure sensitive #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just press LT or RT on wired Xbox 360 controller
2. also some software like windows version of xbmc doesn't recognize 
3. controller as a Xbox 360 controller at all.

What is the expected output? What do you see instead?
for the triggers to be pressure sensitive like in the original driver.

What version of the product are you using? On what operating system?
Using the last one released dated October 2012, on Windows 7 Ultimate x64.

Please provide any additional information below.
Tried with a official wired Xbox 360 controller and third party wired Xbox 360 
controller by Rocky Candy, both do the same thing and act like the triggers are 
now just buttons. I've also noticed that some programs (xbmc is one) no longer 
recognize the joypad as being a Xbox 360 controller and refuse to accept that a 
controller is connected.

Original issue reported on code.google.com by azeal40 on 8 Jun 2013 at 6:23

GoogleCodeExporter commented 9 years ago
Have you tried adjusting the setting in the controller's Game Controllers 
properties dialog? In Windows 7, search for "game controllers" then select "Set 
up USB game controllers". Select the 360 option then click properties. Go to 
the "Triggers" tab and make sure the trigger functions are not buttons.

Original comment by BenDelac...@gmail.com on 24 Jul 2013 at 12:56

GoogleCodeExporter commented 9 years ago
Yep tried everything for some reason they just act like standard buttons, i 
have even reinstalled windows since i first reported this and its still doing 
the same. Also like i said in my first post some software refuses to accept the 
controller as Xbox 360 compatible (Even my official wired controller is not 
picked up as an Xbox 360 controller) and so I'm forced to play with keyboard 
and mouse. I will check which games do this and report back later today as its 
now 2.05am and i have got to get up early. (BTW I'm glad this software is still 
being worked on and should be included in windows as standard instead of the 
crap drivers by m$ also you should add a Facebook like button on this site so 
more people find out about it.)

Original comment by azeal40 on 24 Jul 2013 at 1:23

GoogleCodeExporter commented 9 years ago
To be clear, I haven't done anything on this project, though I want to see if I 
can add support for another 3rd party controller.

Anyway, the way the Microsoft XBox 360 driver works is intrinsically very 
limited. I'm not sure if this driver can act exactly like the standard one or 
not. My solution was to use this driver so I can have two independent trigger 
buttons (which are working as axis for me) and use the XBox 360 controller 
emulator ( http://code.google.com/p/x360ce/ ) for games which expect the 360 
controller and are not built to accept a regular HID device game controller. 
This requires a little initial configuration for each game but I don't 
afterwards need to change profiles. It's awfully circuitous but you might want 
to try it.

Original comment by BenDelac...@gmail.com on 10 Aug 2013 at 3:05