Kimplul

Results 232 comments of Kimplul
trafficstars

I just checked that FEdit still works on my VM with my T150, no issues. I don't think a Windows update has come along and destroyed any functionality, but I...

I hacked together a similar program to the one @scarburato linked, but it's a bit more interactive, like your `ffbplay` but with SDL2. https://github.com/Kimplul/ffbsdl For convenience, I compiled the windows...

Pretty weird. I've usually ran my VMs with Qemu through `virt-manager`, never had any issues with it. I don't really see why gnome-boxes or VirtualBox wouldn't work, but I'd still...

Sounds great, thanks for taking a look.

I wouldn't be surprised if the driver also installs some registry keys or something along those lines at the same time, and the games check for their existence and change...

Could be worth trying to write a script that automatically inserts those keys into a prefix and checking if that has an effect on games?

Good thinking. I'm guessing `.inf` could be the main point of interest here, but try removing stuff individually until something breaks. The binary data in the regkey could also be...

Interesting, we ran into `tm_api_lib_x64.dll` before as well: https://github.com/Kimplul/hid-tmff2/issues/37 I didn't know it was a generic library, I thought it was just related to Automobilista but if several games use...

> UPDATE: It loads both the libraries every time the game is started. Switching the wheel to PS4 mode it's not detected by oversteer or Linux in general but when...

Added a note about it in the README. I might add some instructions for the driver installation later. Really glad you brought this up, but sort of unfortunate that people...