Releases: sonochiwa/sa-aim-camera-shake-fix
Releases · sonochiwa/sa-aim-camera-shake-fix
Release list
AimCameraShakeFix v1.2.2
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
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
Detect on-foot state via bInVehicle ped flag
AimCameraShakeFix v1.1.0
Reduced cases where aim-camera shake could randomly return while moving fast with weapons such as the sawed-off shotgun.