Skip to content

Commit 3bf1cc1

Browse files
committed
fix(gamedata): v1.41.1.3 update
1 parent 8e1b751 commit 3bf1cc1

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

plugin_files/gamedata/cs2/core/offsets.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
"linux": 408
99
},
1010
"CCSPlayerController_ChangeTeam": {
11-
"windows": 106,
12-
"linux": 105
11+
"windows": 109,
12+
"linux": 108
1313
},
1414
"CBaseEntity_Teleport": {
15-
"windows": 165,
16-
"linux": 164
15+
"windows": 168,
16+
"linux": 167
1717
},
1818
"CCSPlayerController_Respawn": {
19-
"windows": 275,
20-
"linux": 277
19+
"windows": 277,
20+
"linux": 279
2121
},
2222
"CollisionRulesChanged": {
23-
"windows": 189,
24-
"linux": 188
23+
"windows": 191,
24+
"linux": 190
2525
},
2626
"CCSPlayer_WeaponServices_DropWeapon": {
2727
"windows": 23,
@@ -32,8 +32,8 @@
3232
"linux": 8
3333
},
3434
"GetHammerUniqueID": {
35-
"windows": 115,
36-
"linux": 114
35+
"windows": 118,
36+
"linux": 117
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
@@ -56,7 +56,7 @@
5656
},
5757
"CTakeDamageInfo_Constructor": {
5858
"lib": "server",
59-
"windows": "40 53 48 83 EC 60 48 C7 41 38 FF FF FF FF",
59+
"windows": "40 53 48 83 EC ? 48 8D 05 ? ? ? ? 48 8B D9 48 89 01 33 C0",
6060
"linux": "49 BB ? ? ? ? ? ? ? ? 55 66 0F EF C9 48 89 E5"
6161
},
6262
"FireOutputInternal": {
@@ -81,8 +81,8 @@
8181
},
8282
"CBaseEntity_TakeDamage": {
8383
"lib": "server",
84-
"windows": "4C 8B DC 56 57 48 81 EC ? ? ? ? 48 8B 41",
85-
"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"
84+
"windows": "40 55 41 54 41 55 41 56 41 57 48 81 EC ? ? ? ? 48 8D 6C 24 ? 48 89 9D ? ? ? ? 45 33 ED",
85+
"linux": "55 48 89 E5 41 57 41 56 49 89 F6 41 55 41 54 49 89 FC 53 48 89 D3 48 83 EC ? 48 85 D2"
8686
},
8787
"BotNavIgnore1": {
8888
"lib": "server",

0 commit comments

Comments
 (0)