Skip to content

Commit 70a817b

Browse files
committed
update(gamedata): Some fixes
1 parent 6a01d9d commit 70a817b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

plugin_files/gamedata/cs2/core/offsets.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
"linux": 404
99
},
1010
"CCSPlayerController_ChangeTeam": {
11-
"windows": 107,
12-
"linux": 106
11+
"windows": 106,
12+
"linux": 105
1313
},
1414
"CBaseEntity_Teleport": {
15-
"windows": 166,
16-
"linux": 165
15+
"windows": 165,
16+
"linux": 164
1717
},
1818
"CCSPlayerController_Respawn": {
19-
"windows": 276,
20-
"linux": 278
19+
"windows": 275,
20+
"linux": 277
2121
},
2222
"CollisionRulesChanged": {
23-
"windows": 190,
24-
"linux": 189
23+
"windows": 189,
24+
"linux": 188
2525
},
2626
"CCSPlayer_WeaponServices_DropWeapon": {
27-
"windows": 22,
28-
"linux": 23
27+
"windows": 23,
28+
"linux": 24
2929
},
3030
"CGameSceneNode_GetSkeletonInstance": {
3131
"windows": 8,
3232
"linux": 8
3333
},
3434
"GetHammerUniqueID": {
35-
"windows": 116,
36-
"linux": 115
35+
"windows": 115,
36+
"linux": 114
3737
},
3838
"CEntityResourceManifest_AddResource": {
3939
"windows": 2,

plugin_files/gamedata/cs2/core/signatures.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"CTakeDamageInfo_Constructor": {
6363
"lib": "server",
6464
"windows": "40 53 48 83 EC 60 48 C7 41 38 FF FF FF FF",
65-
"linux": "55 48 89 E5 48 83 EC 10 4C 8D 15 ? ? ? ?"
65+
"linux": "49 BB 2A 2A 2A 2A 2A 2A 2A 2A 55 66 0F EF C9 48 89 E5"
6666
},
6767
"FireOutputInternal": {
6868
"lib": "server",
@@ -96,8 +96,8 @@
9696
},
9797
"CBaseEntity_TakeDamage": {
9898
"lib": "server",
99-
"windows": "48 89 74 24 ? 57 48 81 EC ? ? ? ? 48 8B 41 ? 48 8B FA",
100-
"linux": "55 48 89 E5 41 57 49 89 F7 41 56 41 55 41 54 53 48 89 FB 48 81 EC ? ? ? ? F6 46"
99+
"windows": "4C 8B DC 56 57 48 81 EC ? ? ? ? 48 8B 41",
100+
"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"
101101
},
102102
"BotNavIgnore1": {
103103
"lib": "server",

0 commit comments

Comments
 (0)