Skip to content

Commit

Permalink
Updated offsets for patch released on 07/03/2016
Browse files Browse the repository at this point in the history
  • Loading branch information
trixnz committed Mar 8, 2016
1 parent b0dafbe commit bfce3d0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions JustFOV/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,17 @@ private float GetFov()
//private const int FovOffset2 = 0x584;

// Patch 20/01/2016
private readonly IntPtr _cameraManagerPtr = new IntPtr(0x142e72a58);
private readonly IntPtr _setFovCall = new IntPtr(0x143229d70);
//private readonly IntPtr _cameraManagerPtr = new IntPtr(0x142e72a58);
//private readonly IntPtr _setFovCall = new IntPtr(0x143229d70);

//private const int CurrentCameraOffset = 0x5c0;
//private const int CameraFlagsOffset = 0x55e;
//private const int FovOffset1 = 0x580;
//private const int FovOffset2 = 0x584;

// Patch 07/03/2016
private readonly IntPtr _cameraManagerPtr = new IntPtr(0x142F0CB58);
private readonly IntPtr _setFovCall = new IntPtr(0x143B3BC2D);

private const int CurrentCameraOffset = 0x5c0;
private const int CameraFlagsOffset = 0x55e;
Expand Down

0 comments on commit bfce3d0

Please sign in to comment.