Better Xbox Gamepad Vibration
A custom Xinput DLL rewritten using the Windows.Gaming.Input API which has better support for Xbox One S, Xbox Series S/X controllers, including impulse triggers.
This DLL just converts normal vibrations to trigger vibrations.
What is Impulse triggers? (Xbox One S, Xbox Series S/X Controller)
Each trigger features independent rumble motors called “Impulse Triggers”, which allows developers to program directional vibration. One trigger can be made to vibrate when firing a gun, or both can work together to create feedback that indicates the direction of an incoming hit.
Requires
Windows.Gaming.Input API requires Windows 10 to work.
Installation
1. Make backup original xinput1_3.dll
2. Copy files to into the folder with game executable (…\Cyberpunk 2077\bin\x64)
To adjust vibration strength of motors and triggers, change strength for the corresponding side in X1nput.ini (e.g. LeftStrength=0.5).
Trigger vibration strength ranges from 0.0 to 1.0