Skip to content

Commit bf1ce2e

Browse files
committed
chore(gamedata): update offsets & signatures
1 parent 0761d26 commit bf1ce2e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

configs/addons/counterstrikesharp/gamedata/gamedata.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
},
2323
"CCSPlayerController_ChangeTeam": {
2424
"offsets": {
25-
"windows": 107,
26-
"linux": 106
25+
"windows": 106,
26+
"linux": 105
2727
}
2828
},
2929
"CCSPlayerController_Respawn": {
3030
"offsets": {
31-
"windows": 276,
32-
"linux": 278
31+
"windows": 275,
32+
"linux": 277
3333
}
3434
},
3535
"CBasePlayerController_SetPawn": {
3636
"signatures": {
3737
"library": "server",
3838
"windows": "48 89 5C 24 ? 57 41 54 41 55 41 56 41 57 48 83 EC ? 4C 8B 15",
39-
"linux": "55 48 8D 87 10 08 00 00"
39+
"linux": "55 48 8D 87 ? ? ? ? 48 89 E5 41 57 45 89 C7"
4040
}
4141
},
4242
"CCSPlayerPawnBase_PostThink": {
@@ -78,7 +78,7 @@
7878
"signatures": {
7979
"library": "server",
8080
"windows": "48 89 5C 24 ? 48 89 6C 24 ? 56 57 41 56 48 83 EC ? 48 8B 01 48 8B FA",
81-
"linux": "55 48 8D 15 E8 EC FF FF"
81+
"linux": "55 48 8D 15 ? ? ? ? 48 89 E5 41 55 41 54 49 89 FC 53 48 89 F3 48 83 EC ? 48 8B 07 48 8B 80 ? ? ? ?"
8282
}
8383
},
8484
"CCSPlayer_ItemServices_CanAcquire": {
@@ -97,8 +97,8 @@
9797
},
9898
"CCSPlayer_ItemServices_GiveNamedItem": {
9999
"offsets": {
100-
"windows": 19,
101-
"linux": 20
100+
"windows": 18,
101+
"linux": 19
102102
}
103103
},
104104
"CCSPlayer_ItemServices_DropActivePlayerWeapon": {
@@ -109,8 +109,8 @@
109109
},
110110
"CCSPlayer_ItemServices_RemoveWeapons": {
111111
"offsets": {
112-
"windows": 21,
113-
"linux": 22
112+
"windows": 22,
113+
"linux": 23
114114
}
115115
},
116116
"CGameSceneNode_GetSkeletonInstance": {
@@ -189,15 +189,15 @@
189189
},
190190
"CBaseEntity_Teleport": {
191191
"offsets": {
192-
"windows": 166,
193-
"linux": 165
192+
"windows": 165,
193+
"linux": 164
194194
}
195195
},
196196
"CBaseEntity_TakeDamageOld": {
197197
"signatures": {
198198
"library": "server",
199-
"windows": "48 89 74 24 ? 57 48 81 EC ? ? ? ? 48 8B 41 ? 48 8B FA",
200-
"linux": "55 48 89 E5 41 57 49 89 F7 41 56 41 55 41 54 53 48 89 FB 48 81 EC 88 00 00 00 F6 46 78 02"
199+
"windows": "4C 8B DC 56 57 48 81 EC ? ? ? ? 48 8B 41",
200+
"linux": "55 48 89 E5 41 57 41 56 41 55 41 54 53 48 89 FB 48 81 EC ? ? ? ? 4C 8D 25 ? ? ? ? 49 8B 3C 24"
201201
}
202202
},
203203
"CBaseTrigger_StartTouch": {

0 commit comments

Comments
 (0)