Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rennerdo30/simple-ds4-2-xpad
remapping software from ds4 to xpad, which just works
https://github.com/rennerdo30/simple-ds4-2-xpad
ds4 ds4drv dualshock4 evdev gamepad gta5 linux playstation sc-controller steam uinput xbox
Last synced: about 7 hours ago
JSON representation
remapping software from ds4 to xpad, which just works
- Host: GitHub
- URL: https://github.com/rennerdo30/simple-ds4-2-xpad
- Owner: rennerdo30
- License: gpl-3.0
- Created: 2020-07-11T16:47:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T19:41:37.000Z (over 4 years ago)
- Last Synced: 2023-09-21T02:15:01.382Z (over 1 year ago)
- Topics: ds4, ds4drv, dualshock4, evdev, gamepad, gta5, linux, playstation, sc-controller, steam, uinput, xbox
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-ds4-2-xpad
remapping software from ds4 to xpadThe script must run to remap the inputs. A later release will maybe feature a background service. But for now you need to run it by yourself.
If this is too much work for you, you could write a systemd unit. The problem with this would be, that the script expects a ds4 to be present.This script was tested with GTA5 using proton. It ran fine and had no problems, not like other software promising the same.
One major downside of this script is, that is does not offer any special features for the ds4 controller.
It just remaps your buttons and fixes some ranges.## Installtion
Just download `remapper.py`, install `python-evdev` and run it with `python remapper.py`