From 89d4c43221ba40792c60cee69823e9182c0204b9 Mon Sep 17 00:00:00 2001 From: xs9 <61426269+Xsintashi@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:17:49 +0100 Subject: [PATCH] NetworkGameClient DeltaTick Signature --- config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.json b/config.json index 17852a7..358450d 100644 --- a/config.json +++ b/config.json @@ -279,6 +279,18 @@ "value": 230 } ] + }, + { + "name": "dwNetworkGameClient_deltaTick", + "module": "engine2.dll", + "pattern": "89 83 ? ? ? ? 40 b7", + "operations": [ + { + "type": "slice", + "start": 2, + "end": 4 + } + ] }, { "name": "dwNetworkGameClient_maxClients",