From 2f53d7787b90e06a197b9ab31d33c28b552e2c1a Mon Sep 17 00:00:00 2001 From: MSWS Date: Mon, 4 Aug 2025 02:28:49 -0700 Subject: [PATCH] Update gamedata --- SharpTimer.csproj | 2 +- gamedata/stgamedata.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/SharpTimer.csproj b/SharpTimer.csproj index 8b98bcd..e92c625 100644 --- a/SharpTimer.csproj +++ b/SharpTimer.csproj @@ -6,7 +6,7 @@ true - + none runtime compile; build; native; contentfiles; analyzers; buildtransitive diff --git a/gamedata/stgamedata.json b/gamedata/stgamedata.json index 378f16b..8e1b00c 100644 --- a/gamedata/stgamedata.json +++ b/gamedata/stgamedata.json @@ -2,8 +2,15 @@ "RunCommand": { "signatures": { "library": "server", - "windows": "\\x48\\x89\\x5C\\x24\\x18\\x48\\x89\\x6C\\x24\\x20\\x57\\x48\\x83\\xEC\\x20\\x48\\x8B\\xDA", - "linux": "\\x55\\x48\\x89\\xE5\\x41\\x55\\x49\\x89\\xF5\\x41\\x54\\x49\\x89\\xFC\\xE8\\x2A\\x2A\\x2A\\x2A\\x48\\x85\\xC0\\x74\\x30" + "windows": "48 89 5C 24 20 55 56 57 41 54 41 55 41 56 41 57 48 83 EC 20", + "linux": "55 48 89 E5 41 57 49 89 FF 41 56 41 55 49 89 F5 41 54 53 48 83 EC ?? 48 8B 7F" + } + }, + "StateTransition": { + "signatures": { + "library": "server", + "windows": "48 83 EC ? 48 89 5C 24 ? 48 89 74 24 ? 8B F2", + "linux": "55 48 89 E5 41 57 41 56 41 55 41 54 41 89 F4 53 48 89 FB 48 81 EC ? ? ? ? 39 B7" } }, "INetworkServerService_GetIGameServer": { @@ -12,13 +19,6 @@ "linux": 24 } }, - "StateTransition": { - "signatures": { - "library": "server", - "windows": "48 83 EC 28 48 89 74 24 ? 8B F2 48 89 7C 24 ? 48 8B F9", - "linux": "55 48 89 E5 41 55 41 54 41 89 F4 53 48 89 FB 48 83 EC ? 39 B7" - } - }, "INetworkGameServer_Slots": { "offsets": { "windows": 624, @@ -27,8 +27,8 @@ }, "CServerSideClient_m_nForceWaitForTick": { "offsets": { - "windows": 308, - "linux": 324 + "windows": 340, + "linux": 348 } } } \ No newline at end of file