Attack on Titan / A.O.T. Wings of Freedom

Attack on Titan / A.O.T. Wings of Freedom

View Stats:
DeGorro82 29 Aug, 2016 @ 10:24pm
[SOLVED] PS2 Twin USB Gamepad - Right Analog Stick Problem
There's a ton of gamepad type out there, so I can only guarantee if you are perfectly the same as me, you will solved this problem and perhaps to all Koei's Warrior games.

1. Do you use USB Controller port like this ? http://g03.a.alicdn.com/kf/HTB11LzIIXXXXXcaXpXXq6xXFXXXd/USB-To-2-font-b-Ports-b-font-PS-PS2-font-b-PS3-b-font-Dual.jpg

2. Do you use cheap PS2 Controller (fake product) like me ?

3. Do you use Windows 7 Ultimate 64 bit ?

If all yes, then this is the solution. Taken from GTA Forum, but re-edit the solution to my PC.
Source = http://gtaforums.com/topic/383548-possible-fix-for-usb-gamepad-problem/

- UNPLUG / DISCONNECT YOUR GAMEPAD FIRST ! ! !

- Open Windows - Start - Run RegEdit.exe

- Go browse HKEY_CURRENT_USER\System\CurrentControlSet\Control\MediaProperties
\PrivateProperties\Joystick\OEM\VID_####&PID_####
### - Unique number

- In the VID_&_PID folder, change the 'OEMName' - USB Gamepad or Twin USB Gamepad to -> Logitech Rumblepad 2 USB

- Go to folder Axes

- Folder Axes should contain folders 0, 1, 2 & 5.
(0 & 1 are control setting for left analog stick, 2 & 5 are control setting for right analog stick)

- Find folder 2 (or if non exist, create one by right click Axes folder and select Create - Key)

- In Folder 2, change (or create) exactly like this
(Default) REG_SZ Z axis
Attributes REG_BINARY 01 81 00 00 01 00 35 00
FFAttributes REG_BINARY 0a 00 00 00 00 01 00 00

- In Folder 5, change (or create) exactly like this
(Default) REG_SZ Rz axis
Attributes REG_BINARY 01 81 00 00 01 00 32 00
FFAttributes REG_BINARY 0a 00 00 00 00 01 00 00

- After done editing that, do not launch the game, but you have to restart the computer first.
< >
Showing 1-15 of 18 comments
CaoLex 30 Aug, 2016 @ 10:20am 
I don't understand about this "axes" folders.
Anyway, thanks that you told me where in registry settings for controller are saved, i just deleted all old VID_####&PID_#### entries which caused an issue, except one, with proper settings.
DeGorro82 31 Aug, 2016 @ 2:27am 
Inside VID_###&PID_###, there are many folders.
-> Axes
-> Buttons
-> OEMForceFeedBack

Axes folder is for Axis setting. But for unknown reason, instead written as Axis, it's written as Axes.

If you don't understand about the Axes Folder, go see in youtube, many already create the video about this thing. The reason I made this post is specific for Twin USB Gamepad's user. Go follow the tutorial in YouTube, but use the "setting" number from this thread.
CaoLex 31 Aug, 2016 @ 3:32am 
Originally posted by DeGorro82:
Inside VID_###&PID_###, there are many folders.
-> Axes
-> Buttons
-> OEMForceFeedBack

Axes folder is for Axis setting. But for unknown reason, instead written as Axis, it's written as Axes.

If you don't understand about the Axes Folder, go see in youtube

I have 2 gamepads and 1 joystick and i never have axes/axis folders in Registry. And ForceFeedBack is in neighboring directory for two of them.
It's seems that they only exist for some controllers (or, more correct way to say it - for some drivers and setting programms). Which meens that it's didn't solve right-stick problem for me and some others. Hovever, in my case some drivers been installed with errors, because i use russian locale and saitek by particular is quite sucks with them and they tend to mess with good ones direct-input controllers. Which causes problems with d-pad (like impossibility to use diagonals) and sticks. So, my only problem now is that Koei games thinks that direct-input is much more important that x_input which locks me from using x_input emulators in some of them (and as result action buttons as well as start and select is mapped wrong if i don't use keybord-emulation).

P.S. I pretty sure that Axes is Axis in plural.
Last edited by CaoLex; 31 Aug, 2016 @ 3:32am
Vinyl 31 Aug, 2016 @ 3:55am 
doesn't work for windows 8 above as the axes folder is nowhere to be found.
DeGorro82 31 Aug, 2016 @ 4:35am 
Originally posted by Xenon:
I have 2 gamepads and 1 joystick and i never have axes/axis folders in Registry. And ForceFeedBack is in neighboring directory for two of them.
It's seems that they only exist for some controllers (or, more correct way to say it - for some drivers and setting programms). Which meens that it's didn't solve right-stick problem for me and some others. Hovever, in my case some drivers been installed with errors, because i use russian locale and saitek by particular is quite sucks with them and they tend to mess with good ones direct-input controllers.
Originally posted by meil:
doesn't work for windows 8 above as the axes folder is nowhere to be found.

For those who never/failed to install the gamepad's driver, you can create the Axes/Axis key by your own.

- Point your VID_###&PID_### folder.
- Right click on it. Select NEW -> KEY
- Rename the new folder (default = New Key #1) to AXES.
- Same method, right click on AXES folder, and create 4 new key.
- Rename each new folder to 0 , 1 , 2 , 5

- Point folder 0 , 1 , 2 , 5 ... in each of these, you will see on the right tab ...
Name Type Data
(Default) REG_SZ (value not set)

-!!!- Now, I want to explain first. REG_SZ mean for STRING VALUE, REG_BINARY mean for BINARY VALUE.

- Inside that data value, if you want to create new data, you do right click on empty space, select new and create 2 new BINARY VALUE data.

- To each 0 , 1 , 2 , 5 folder, the inside data became like this
(Default) REG_SZ (value not set)
New Value #1 REG_BINARY (zero-length binary value)
New Value #2 REG_BINARY (zero-length binary value)

- Now, edit each data by ...
== RENAMING : Right click select RENAME
== Change Data value : double click on it and fill number

- Edit exactly like this

- Folder 0
(Default) REG_SZ X axis
Attributes REG_BINARY 01 81 00 00 01 00 30 00
FFAttributes REG_BINARY 0a 00 00 00 00 01 00 00

- Folder 1
(Default) REG_SZ Y axis
Attributes REG_BINARY 01 81 00 00 01 00 31 00
FFAttributes REG_BINARY 0a 00 00 00 00 01 00 00

- Folder 2
(Default) REG_SZ Z axis
Attributes REG_BINARY 01 81 00 00 01 00 35 00
FFAttributes REG_BINARY 0a 00 00 00 00 01 00 00

- Folder 5
(Default) REG_SZ Rz axis
Attributes REG_BINARY 01 81 00 00 01 00 32 00
FFAttributes REG_BINARY 0a 00 00 00 00 01 00 00

Note : Please watch the looks in YouTube, but fill the number from this post. Key word search = "regedit ps2 gamepad right analog stick"
Last edited by DeGorro82; 31 Aug, 2016 @ 4:37am
Maxon 2 Mar, 2017 @ 7:51am 
I have seen a lot of fixes about this and none of them worked for me.

Basically when I try to calibrate my controller, The left stick shows movement and gives off raw data which means it's transferring signals to the pc thus it's working

My right stick on the other hand is also giving off signals and the raw data is showing it, but it's showing NO MOVEMENT. and Yes I did those registry edits already.

And another thing I took note of: The left stick is showing smooth transitions when going to a certain value but the right stick just goes to the maximum value instantly even with just the smallest movement.

My only conclusion: The right analog stick is sending signals of a different button NOT registered on the controller itself and the computer is able to read it, just unable to register it.

Also yes, The analog light thingy is lit up.
Last edited by Maxon; 2 Mar, 2017 @ 7:54am
Mathu 3 Sep, 2017 @ 2:41pm 
On my computer has a lot of VID, how do i know the one that i'm using?
Mathu 3 Sep, 2017 @ 3:38pm 
also, if you install a driver for vibration seems like the axis 2 and 5 are removed but it is actually working o.o
Cirno 4 Apr, 2018 @ 10:10pm 
So, it worked, but it in other games the controllers got reversed, so, any way to change it on the fly or any program?
While some games I can set the Camera and realign it, in other I can't.
Robot Gigante 11 Jul, 2020 @ 2:58pm 
Originally posted by Gran Deen:
I have seen a lot of fixes about this and none of them worked for me.

Basically when I try to calibrate my controller, The left stick shows movement and gives off raw data which means it's transferring signals to the pc thus it's working

My right stick on the other hand is also giving off signals and the raw data is showing it, but it's showing NO MOVEMENT. and Yes I did those registry edits already.

And another thing I took note of: The left stick is showing smooth transitions when going to a certain value but the right stick just goes to the maximum value instantly even with just the smallest movement.

My only conclusion: The right analog stick is sending signals of a different button NOT registered on the controller itself and the computer is able to read it, just unable to register it.

Also yes, The analog light thingy is lit up.



Did you ever find a way to fix this? I'm experiencing the exact same thing.
AlexMercerFrey 27 Nov, 2020 @ 3:35am 
the R-Rz was switched on my right stick.
rather than editing the values, i renamed the folders 2 and 5 and switched their names. that solved everything.
Thank you, especially for the registry address of controller settings
ack ack 9 Feb, 2021 @ 3:08pm 
My regedit entry had OEMName set to "Twin USB Joystick".

(in case I come back here needing to change it back)
darth_melek 20 Feb, 2021 @ 4:15am 
Originally posted by Robot Gigante:
Originally posted by Gran Deen:
I have seen a lot of fixes about this and none of them worked for me.

Basically when I try to calibrate my controller, The left stick shows movement and gives off raw data which means it's transferring signals to the pc thus it's working

My right stick on the other hand is also giving off signals and the raw data is showing it, but it's showing NO MOVEMENT. and Yes I did those registry edits already.

And another thing I took note of: The left stick is showing smooth transitions when going to a certain value but the right stick just goes to the maximum value instantly even with just the smallest movement.

My only conclusion: The right analog stick is sending signals of a different button NOT registered on the controller itself and the computer is able to read it, just unable to register it.

Also yes, The analog light thingy is lit up.



Did you ever find a way to fix this? I'm experiencing the exact same thing.


Me too. Did you happen to find a fix for it?
NialEra 13 Apr, 2021 @ 10:54am 
i have the same problem but in android, you know any way i can solve my problem? ;(
MagnetoRN 14 Jan, 2022 @ 2:28pm 
Does someone still uses that nowadays? I have that PS2 twin USB adapter and use original controllers, but they keep pressing buttons randomly. Does anyne knows how to fix that?
THX
< >
Showing 1-15 of 18 comments
Per page: 1530 50