a1xd / rawaccel

kernel mode mouse accel
MIT License
1.77k stars 215 forks source link

Rotation changes often when playing valorant #196

Closed dylan-chong closed 6 months ago

dylan-chong commented 10 months ago

Play with rotation set to -3. When I play valorant, every few minutes it seems like the rotation changes to 0 or -6 but it actually hasn't changed when i check raw accel.

The rotation can mismatch outside of valorant with valorant. Turning off raw input buffer in val settings fixes the issue (temporarily)

I just upgraded to Windows11 so that is likely related

How can i help debug this issue?

a1xd commented 6 months ago

i think you are rotating your hand

dylan-chong commented 6 months ago

Dude… I’ve used rawAccel for a year on windows 10 without problems. I would know if I was rotating my hand.

Windows 11 was the only changed factor

JacobPalecki commented 6 months ago

Please review the source code. Raw Accel works as a compiled kernel driver. If any portion of RA is acting on your mouse counts (for example, sensitivity mult) then it is all working as it is all compiled from the same module. In this way RA has not changed since the release of Windows 11 which also did not change the way Windows kernel drivers work. If you think otherwise, provide a measurement.