Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Left stick Axis not working in Flatout 1 and Flatout 2 #99

Open
MaLDox77 opened this issue Mar 6, 2025 · 1 comment
Open

Left stick Axis not working in Flatout 1 and Flatout 2 #99

MaLDox77 opened this issue Mar 6, 2025 · 1 comment

Comments

@MaLDox77
Copy link

MaLDox77 commented Mar 6, 2025

XiDi is the most simple solution for wrapping Dinput and Xinput and it works wonderfully in many games. But it doesn't work for Flatout 1 and 2.

In both games buttons work and Force Feedback -> vibration also works. But left stick AXIS doesn't work, they do nothing that can be detected by the game.

@MaLDox77
Copy link
Author

MaLDox77 commented Mar 6, 2025

I don't know why (maybe because I don't understand how default configuration works) but adding this to XiDi.ini fixed the issue.

[Mapper]
Type = Flatout
Type.1 = Flatout

[CustomMapper:Flatout]
Template = StandardGamepad

StickLeftX = Axis(X)
StickLeftY = Axis(Y)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant