Update gamedata

This commit is contained in:
MSWS
2025-08-04 02:28:49 -07:00
parent c8e1ad1392
commit 2f53d7787b
2 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.287">
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.330">
<PrivateAssets>none</PrivateAssets>
<ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

View File

@@ -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
}
}
}