-
Notifications
You must be signed in to change notification settings - Fork 22
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
T300 always Autocentering in ACC #56
Comments
problem is present in proton 7 and 6.3; i can’t get it to run in other proton versions. problem not present in proton experimental |
eh, wheel wasn’t properly initiated and i didn’t test enough…. doesn’t work as expected in experimental either. |
ok, in acc (where there is no autocentering in menus) if the wheel is centered when selecting “drive” (to being racing session), wheel will autocenter immediately. if, however, wheel is not centered when selecting “drive”, wheel will not autocenter immediately. it will, however, begin to autocenter after starting the cars engine (via both keyboard and wheel), shifting gears, or pressing some (but not all) other buttons |
Hi, thanks for the report and sorry for the delay, bit of a rough week.
Autocentering on desktop is on purpose, the wheel does that on Windows as well and I've emulated it in the driver. Once a game starts, the wheel goes into a different 'mode' and the desktop autocentering is automatically turned off by the firmware. I'm guessing the idea is that between games the wheel automatically returns to center so you don't accidentally start your next game driving into the nearest ditch. As for the games, I captured the game's FFB events with
This would imply the autocentering is something the game does automatically by adjusting the I haven't tested the game on Windows, so I don't know how it's 'supposed' to feel. Do you have experience with ACC on Windows? Or Wreckfest, for that matter? EDIT: In theory I could likely automatically set the wheel into the game mode, even on desktop. Right now the mode changing is kind of iffy anyway, sometimes closing the game doesn't return the wheel from game mode and I'm not entirely sure why. Could be something to do with device file caching or something in the kernel itself, as the mode switch is triggered on someone calling |
I remember DR2 had FFB issues because it was opening the device more than once and closed one of the instances while the game was playing, thus removing all effects. This was fixed in the kernel. The sequence could have been something like I think a module parameter to disable this feature would be helpful to discard issues with it. |
Interesting. The last instance should be the dominant one, so in your case |
Yes, that's how the error was discovered. In that case, the effects were uploaded before the first close so there were no effects. If the game would have uplodaded the effects after the first close no one would have noticed anything. I'm making assumptions about how it works based on the info I have about that bug. |
I added a |
Bad call, I was pretty convinced it could work. |
Does this mean ACC is unplayable currently and does it affect T300RS? I'm about to buy T300RS GT for ACC specifically, so I'd appreciate if someone would help me understand the current state of this problem. |
The game runs and you can play it, but the experience is nowhere near as good as on Windows. Generally all versions of the T300 behave the same so it's very likely that the RS GT is affected, though I don't have the GT version so I can't say for sure. |
I’m running this driver, installed via the aur, in arch linux. i have blacklisted hid_thrustmaster. i have installed the windows drivers in the wine prefix.
In Assetto Corza Competizione, while on race track, wheel auto enters regardless of whether oversteer is open or closed, or whether overdrive autocenter is on/off.
When in ACC menu, wheel does not autocenter.
In Project Cars 2, wheel behaves as expected.
EDIT: wheel also auto enters in Wreckfest, as it does in ACC. When in desktop (no game open), wheel auto centers until Overdrive is opened (with autocenter off).
I’m assuming this means that tmff2 autocenters by default; is there a config file where i can change a 0 to a 1 and see how behavior changes?
The text was updated successfully, but these errors were encountered: