Skip to content

Commit ded312d

Browse files
committed
[skip ci] chore(gamedata): All signatures should be done
1 parent 1525e7e commit ded312d

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

plugin_files/gamedata/cs2/core/patches.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"ServerMovementUnlock": {
3-
"signature": "ServerMovementUnlock",
4-
"windows": "EB",
5-
"linux": "90 90 90 90 90 90"
6-
},
72
"BotNavIgnore1": {
83
"signature": "BotNavIgnore1",
94
"windows": "E9 2C 00 00 00 90",

plugin_files/gamedata/cs2/core/signatures.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
2-
"ServerMovementUnlock": {
3-
"lib": "server",
4-
"windows": "76 ? F2 0F 10 4F ? 41 0F 28 C1 0F 28 D1 F3 0F 59 C0",
5-
"linux": "0F 87 ? ? ? ? 49 8B 7C 24 ? E8 ? ? ? ? 66 0F EF ED 66 0F D6 85"
6-
},
72
"CEntityInstance_AcceptInput": {
83
"lib": "server",
94
"windows": "48 89 5C 24 ? 48 89 74 24 ? 57 48 83 EC ? 49 8B F0 48 8B D9 48 8B 0D",
@@ -101,18 +96,18 @@
10196
},
10297
"BotNavIgnore1": {
10398
"lib": "server",
104-
"windows": "0F 84 ? ? ? ? 80 B8 ? ? ? ? 00 0F 84 ? ? ? ? 80 3D ? ? ? ? 00 74 15",
105-
"linux": "48 85 C0 74 2E 80 B8 ? ? ? ? 00 74 25"
99+
"windows": "80 B8 ? ? ? ? ? 0F 84 ? ? ? ? 80 3D ? ? ? ? ? 74",
100+
"linux": "0F 85 ? ? ? ? 49 89 CD"
106101
},
107102
"BotNavIgnore2": {
108103
"lib": "server",
109-
"windows": "0F 84 ? ? ? ? 80 B8 ? ? ? ? 00 0F 84 ? ? ? ? 80 3D ? ? ? ? 00 74 15",
110-
"linux": "48 85 C0 74 2E 80 B8 ? ? ? ? 00 74 25"
104+
"windows": "80 B8 ? ? ? ? ? 0F 84 ? ? ? ? 80 3D ? ? ? ? ? 74",
105+
"linux": "0F 85 ? ? ? ? 49 89 CD"
111106
},
112107
"BotNavIgnore3": {
113108
"lib": "server",
114-
"windows": "0F 84 ? ? ? ? 80 B8 ? ? ? ? 00 0F 84 ? ? ? ? 80 3D ? ? ? ? 00 74 15",
115-
"linux": "48 85 C0 74 2E 80 B8 ? ? ? ? 00 74 25"
109+
"windows": "80 B8 ? ? ? ? ? 0F 84 ? ? ? ? 80 3D ? ? ? ? ? 74",
110+
"linux": "0F 85 ? ? ? ? 49 89 CD"
116111
},
117112
"IGameSystem_InitAllSystems_pFirst": {
118113
"lib": "server",
@@ -121,12 +116,12 @@
121116
},
122117
"CCSPlayer_MovementServices_ProcessUserCmd": {
123118
"lib": "server",
124-
"windows": "48 89 5C 24 ? 48 89 74 24 ? 57 48 83 EC ? 48 8B FA 48 8B F1 E8 ? ? ? ? 48 8B D8",
125-
"linux": "55 48 89 E5 41 55 49 89 F5 41 54 49 89 FC E8 ? ? ? ? 48 85 C0 74 30"
119+
"windows": "48 8B C4 44 88 48 20 44 89 40 18 48 89 50 10 53",
120+
"linux": "55 48 89 E5 41 57 41 56 41 89 D6 41 55 41 54 49 89 FC 53 48 83 EC 38"
126121
},
127122
"CSoundOpGameSystem_SetSoundEventParam": {
128123
"lib": "server",
129-
"windows": "48 89 5C 24 08 48 89 6C 24 10 56 57 41 56 48 83 EC 40 48 8B B4 24 80 00 00 00",
130-
"linux": "55 48 89 E5 41 57 41 56 49 89 D6 48 89 CA 41 55 49 89 F5 41 54 49 89 FC 53 48 89 CB 48 83 EC 18 48 8D 05"
124+
"windows": "48 89 5C 24 ? 48 89 6C 24 ? 56 57 41 56 48 81 EC ? ? ? ? 41 80 39",
125+
"linux": "55 48 89 E5 41 57 45 89 CF 41 56 49 89 CE 41 55 41 54"
131126
}
132127
}

0 commit comments

Comments
 (0)