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

Gamepad speed control with trigger #26

Open
mehmetkuc opened this issue May 10, 2021 · 2 comments
Open

Gamepad speed control with trigger #26

mehmetkuc opened this issue May 10, 2021 · 2 comments

Comments

@mehmetkuc
Copy link

Hi,

While using ddraw.dll for older games xwing, tie fighter & x-wing vs tie-fighter, the ability of using gamepad triggers as throttle axis is lost. I mean, there is an optional throttle implementation in the new config file but it is not working as the original game file i.e. pressing right trigger increase power while pressing left trigger decrease power. Is it possible to put this setting as an option?

-Mehmet

@rdoeffinger
Copy link
Owner

Are you sure about X-Wing vs. TIE? I don't remember how that one should behave.
For X-Wing, the game simply has no support for the joystick throttle, the mapping in the DLL is working fine (as far as I know) but it doesn't help because the game simply does not support a throttle axis.
To put it differently, all the DLL can do is make it work as well as a joystick would.
There probably are gamepad-to-keyboard mapping tools that can do something, but note that the older games only had 4 different throttle settings, so it's not going to work great either way.

@mehmetkuc
Copy link
Author

I managed to fix this by disabling joystick emulation and using original games joystick settings.

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

2 participants