Remapping joystick via registry key is broken

Questions about Wine on Linux
Locked
TrashCompacter
Newbie
Newbie
Posts: 3
Joined: Tue May 31, 2022 5:58 pm

Remapping joystick via registry key is broken

Post by TrashCompacter »

Hello,

I am attempting to remap the axes on a Thrustmaster T.16000 M joystick. According to the Wine documentation this should be possible via the HKEY_LOCAL_MACHINE\CurrentControlSet\Services\winebus\Map registry key, as detailed here. However, when I add a new key with the following values it does not work:
  • name="joystick"
  • value="030000004f0400000ab1000000010000,Thrustmaster T.16000M,platform:Linux,a:b4,b:b9,x:b5,y:b8,back:b6,guide:b7,start:b12,leftstick:b13,rightstick:b11,leftshoulder:b14,rightshoulder:b10,dpup:h0.1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,-righty:a3~,"

In fact, not only does it not work, but it seems to break Wine (example: the wine control command no longer works).

See image of current regedit configuration.
invisible kid
Level 5
Level 5
Posts: 354
Joined: Tue Dec 24, 2019 3:23 pm

Re: Remapping joystick via registry key is broken

Post by invisible kid »

Hiya, just another user here. I'm not sure if this will help in your situation, but I've used a native linux program called "AntiMicroX" to modify controller behavior successfully in the past:

https://github.com/AntiMicroX/antimicrox
TrashCompacter
Newbie
Newbie
Posts: 3
Joined: Tue May 31, 2022 5:58 pm

Re: Remapping joystick via registry key is broken

Post by TrashCompacter »

invisible kid wrote: Thu Jun 23, 2022 7:51 pm Hiya, just another user here. I'm not sure if this will help in your situation, but I've used a native linux program called "AntiMicroX" to modify controller behavior successfully in the past:

https://github.com/AntiMicroX/antimicrox
Thanks for the suggestion, but I've already tried AntiMicroX (along with a few other key remappers) and they don't really work well remapping joystick axes (crazy slowdown).
Locked