r57zone / DualShock4-emulator

DualShock4 emulation for Xbox controllers or keyboard and mouse / Эмуляция DualShock4 для Xbox контроллеров или клавиатуры и мыши

Home Page:https://youtu.be/17hY1zTqoYQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gyro tilting on buttons

dewos opened this issue · comments

commented

Hello,

It would be nice if you were able to use the "share" button on the Xbox controller (and not the "Back") to handle the special cases.

For example:

  • HOLDING "SHARE" + D-PAD = Taps on touchpad (up down left right)
  • HOLDING "SHARE" + L-STICK = Tilting left and right (basic gyro)
  • BACK = Taps on touchpad (center) -implemented
  • HOLDING "SHARE" + L3 OR R3 = Shaking the gamepad - implemented
  • HOLDING "SHARE" + R-STICK = Swipes on touchpad (up down left right) - implemented

Hi, I'm not sure if I can add this yet, but I'll be looking into it.

commented

@r57zone ok thanks a lot,

I set something like this in reWASD and I can confirm that it is very comfortable.

commented

HOLDING "SHARE" + L-STICK = Tilting left and right (basic gyro)

If you do this, it would be great to include both axes on the Left stick to have full control over the tilt. (For example, I'm currently using DS4Emulator to play Death Stranding, and part of that game involves using the controller tilt to look at a 3-dimensional map)

Added the ability to change buttons for "shake the gamepad" (gyroscope) for the Xbox controller, in the latest version, you can reconfigure it in the configuration file.
https://github.com/r57zone/DualShock4-emulator/releases/

I've made a modified version of the software which includes the ability to send gyro tilting using the dpad. I'll be uploading it soon.

@ZeptoBST Have you tested this in games? Does it work well?

I tested with Sly 4 and it worked great.

Okay, when I have time I will add it to this version, thanks a lot!

I replaced the "shake the gamepad" function with the tilting one. It might need some changes if we want both features.