pboy0922 / x360ce

Automatically exported from code.google.com/p/x360ce
1 stars 0 forks source link

PS2 controller triggers not properly working #1079

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PLEASE READ LIBRARIES MANUAL BEFORE REPORTING ISSUES:

http://ngemu.com/threads/x360ce-libraries-tutorial-by-
resolutespider5.155310/

Always make sure you use latest x360ce libraries!
Bugs created using older versions will be marked invalid as user error.
r848 vc10 is currently the latest version.

Steps will reproduce the problem?
1. Automatically right and left triggers configured as buttons
2. During the game ( fifa 15 ) left trigger is always pressed; pressing right 
trigger leads to a situation in which none of them are pressed

What is the expected output? What do you see instead?
Activate left/right trigger only when pressed

What versions of x360ce and Windows are you using?
x360ce 2.1.2.191 and windows 8.1

What gamepad do you use? On what drivers version?
PS1 gamepad with usb adaptor ( already used with past fifa games )

Please attach a log file created with Log=1 setting in x360ce.ini file.

Failure to follow the template will result in your issue being marked as
invalid.

Original issue reported on code.google.com by alessand...@gmail.com on 27 Dec 2014 at 12:22

Attachments:

GoogleCodeExporter commented 9 years ago
this sounds like issue 452, but that was regressed later on....

either way, try dll built from r976, can get it from

https://code.google.com/p/x360ce/issues/detail?id=452#c21

or if fifa 15 is x64, from 

https://code.google.com/p/x360ce/issues/detail?id=452#c23

Original comment by danialho...@gmail.com on 27 Dec 2014 at 2:55

GoogleCodeExporter commented 9 years ago

Original comment by danialho...@gmail.com on 27 Dec 2014 at 2:55

GoogleCodeExporter commented 9 years ago
If you have a dual port adapter, disable the unused controller as it will cause 
issues.

Original comment by danialho...@gmail.com on 27 Dec 2014 at 2:55

GoogleCodeExporter commented 9 years ago
I cannot make it work. Moreover, using this I get again the double input problem

Original comment by alessand...@gmail.com on 27 Dec 2014 at 7:41

GoogleCodeExporter commented 9 years ago
Your logs are inconsistent in whether they create the pad or not

Original comment by danialho...@gmail.com on 28 Dec 2014 at 10:26

GoogleCodeExporter commented 9 years ago
What could I try to solve the problem?

Original comment by alessand...@gmail.com on 31 Dec 2014 at 6:11

GoogleCodeExporter commented 9 years ago
I'm quite sure the problem is in the mapping. This is the part of the file 
related to the triggers and analogs. Remember that my pad is a ps2 pad:

LeftMotorPeriod=60
Left Shoulder=7
Left Analog X AntiDeadZone=0
Left Analog Y AntiDeadZone=0
Left Analog X=1
Left Analog Y=-2
Left Thumb=11
Left Analog X DeadZone=0
Left Analog Y DeadZone=0
Left Analog Y- Button=0
Left Analog X- Button=0
Left Analog X+ Button=0
Left Analog Y+ Button=0
Left Trigger=5
TriggerDeadzone=0
PassThrough=0
RightMotorPeriod=120
Right Shoulder=8
Right Analog X AntiDeadZone=0
Right Analog Y AntiDeadZone=0
Right Analog X=6
Right Analog Y=-3
Right Thumb=12
Right Analog X DeadZone=0
Right Analog Y DeadZone=0
Right Analog Y- Button=0
Right Analog X- Button=0
Right Analog X+ Button=0
Right Analog Y+ Button=0
Right Trigger=6
RightTriggerDeadZone=0

Do you think is there any problem here?

Original comment by alessand...@gmail.com on 4 Jan 2015 at 12:39