- Joined
- Jul 6, 2014
- Messages
- 4
- Reaction score
- 0
- Trophies
- 0
- Age
- 34
- Location
- Seattle, Washington
- XP
- 61
- Country

You need to run HIDTest v.6 again and verify every button, stick and trigger is registering correctly. One bad configuration can make games not work right at all.
Your left and right analog triggers cant be working correctly. The offsets your are using are past the end f the data. Remember that all offsets are entered in hex.
The X button cant be working correctly. It should have a value of 02. That means that the B button cant be working.
Code:
[PDP Afterglow AP.1 Controller for PS3]
VID=0E6F
PID=0111
Polltype=1
DPAD=1
B=0,02
A=0,04
Y=0,08
X=0,01
L=0,40
Z=0,20
R=0,80
S=1,02
Power=1,10
Left=2,06
Down=2,04
Right=2,02
Up=2,00
RightUp=2,01
DownRight=2,03
DownLeft=2,05
UpLeft=2,07
StickX=3
StickY=4
CStickX=5
CStickY=6
LAnalog=17
RAnalog=18
DigitalLR=0
Re posting the config for reference; I dont understand how the trigger offset I'm using are past the data; if I'm counting correctly, starting from 0, the offset for the trigger is 17; and I am using a value of 02 for the B button. Unless I'm not understanding something about how Hex works?












