From 95af3acd4f86fa65c3dff2273bcaa9e9a7b7fd41 Mon Sep 17 00:00:00 2001 From: Silent Date: Sat, 16 Jun 2018 13:02:19 +0200 Subject: [PATCH 1/2] Fix wrong assembly hook for III pathfinding --- SilentPatchIII/SilentPatchIII.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SilentPatchIII/SilentPatchIII.cpp b/SilentPatchIII/SilentPatchIII.cpp index 683a469..01d2f47 100644 --- a/SilentPatchIII/SilentPatchIII.cpp +++ b/SilentPatchIII/SilentPatchIII.cpp @@ -888,7 +888,7 @@ void Patch_III_Common() // push ecx // nop... - Patch( addr.get( 0x3E ), 0x59 ); + Patch( addr.get( 0x3E ), 0x51 ); Nop( addr.get( 0x3E + 1 ), 6 ); InjectHook( addr.get( 0x46 ), PickNextNodeToChaseCarXYZ ); Patch( addr.get( 0x4B + 2 ), 0xC ); From c11136de56528a4b139aa08f9e71a3b57ef5237c Mon Sep 17 00:00:00 2001 From: Silent Date: Sat, 16 Jun 2018 13:18:24 +0200 Subject: [PATCH 2/2] Bump up version --- SilentPatchIII/versionmeta.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SilentPatchIII/versionmeta.props b/SilentPatchIII/versionmeta.props index 2421328..45a1752 100644 --- a/SilentPatchIII/versionmeta.props +++ b/SilentPatchIII/versionmeta.props @@ -6,7 +6,7 @@ .asi SilentPatch for GTA III 6 - 0 + 1 2013-2018