Vippy-AimDeltaFix icon

AimDeltaFix

Fixes mouse sensitivity feeling slower at higher framerates. Patches the frame-rate dependent camera lerp in CameraAim.

CHANGELOG

Changelog

1.0.1

  • Check camera smoothing setting directly instead of deriving it from the lerp factor
  • Fixes edge case where low smoothing values would incorrectly snap

1.0.0

  • Initial release
  • Fixes frame-rate dependent camera lerp in CameraAim.Update()
  • Snaps camera directly to aim target when smoothing is off
  • Uses exponential decay for frame-rate independent smoothing when smoothing is on