can u force steam input with mod engine 3? #603
|
so i was having some issues trying to get ERR working on linux but after a bit of messing around i did get its offline .sh file working. The issue i have rn is that when i try to use my triggers the camera spins around for some reason. I had the same problem on windows with ERR which i fixed using steam input. I tried enabling steam input on ER on steam but it seems it doesn't force that when i launch ERR using the .sh file. So i was wondering if there's another way i can force steam input to fix this issue? |
Answered by
garyttierney
Dec 7, 2025
Replies: 1 comment 3 replies
|
Could you try setting this environment variable:
e.g. via |
3 replies
Answer selected by
BlitzVI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you try setting this environment variable:
SDL_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT=0x28DE/0x0000e.g. via
export SDL_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT=0x28DE/0x0000in the terminal or put it in the .sh file after the first line.