Skip to content

Releases: sonochiwa/sa-aim-camera-shake-fix

AimCameraShakeFix v1.2.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 10:32

tagged commits.

  • Added SHA-256 checksum files and signed GitHub artifact attestations so
    downloaded release archives can be verified against their source workflow.

Verifying the download

The archive was built by GitHub Actions from tag 1.2.2. Compare it with the published SHA-256 file or verify its signed build provenance:

gh attestation verify AimCameraShakeFix-v1.2.2.zip -R sonochiwa/sa-aim-camera-shake-fix

AimCameraShakeFix v1.2.1

Choose a tag to compare

@sonochiwa sonochiwa released this 27 Jul 11:12
fix: detect on-foot state via bInVehicle ped flag

The guard could silently deactivate after entering/exiting a vehicle
(CPed::m_pVehicle can stay set after the ped exits) and after actions
touching the undocumented CPed field 0x53C read by the old swim check.
Check pedFlags bInVehicle (CPed+0x46D bit 0) instead and drop the swim
check entirely.

AimCameraShakeFix v1.2.0

Choose a tag to compare

@sonochiwa sonochiwa released this 19 Jul 18:14

Detect on-foot state via bInVehicle ped flag

AimCameraShakeFix v1.1.0

Choose a tag to compare

@sonochiwa sonochiwa released this 05 Jul 08:43

Reduced cases where aim-camera shake could randomly return while moving fast with weapons such as the sawed-off shotgun.

AimCameraShakeFix v1.0.0

Choose a tag to compare

@sonochiwa sonochiwa released this 20 Jun 14:03
Initial commit