-
Notifications
You must be signed in to change notification settings - Fork 67
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
Enable/disable autocenter on Thrustmaster T150 #262
Comments
I don't think so. How would that switch be different than setting the autocenter force from 0 (off) to max? |
If you're thinking about disabling autocenter on games by means of the switch, I don't think it could be done. Oversteer has no control over the games, except via the settings already exposed. |
In thrustmaster, autocenter force is a value that only applies if autocenter is controlled by wheel. This is basically the switch:
Once enabled, Using fftest looks to me spring force controls autocenter if autocenter is "controlled by the game" |
Let me provide that PR at least for the record |
But that switch would be the same as autocenter=0, wouldn't it?
Most games, if not all, will use spring for autocenter, but games could also change the setting Oversteer is using. Maybe not from Wine because they're probably ignoring it, but native games could. |
For thrustmaster is not the case. If you enable_autocenter, them autocenter parameter defines what force is applied. enable_autocenter:y is same as: enable_autocenter:n |
Thrustmaster T150 allows to disable autocenter feature:
it uses file enable_autocenter, with values
y
orn
The text was updated successfully, but these errors were encountered: