Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Update gamedata txt (#28)
Browse files Browse the repository at this point in the history
* Update CommitSuicide offset for 17-11-2023 update

Source2ZE/CS2Fixes@c6fa0a8

* Update stateChanged offset

---------

Co-authored-by: marqdevx <[email protected]>
  • Loading branch information
marqdevx and marqdevx authored Nov 17, 2023
1 parent a058d6c commit fe87f96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gamedata/cs2fixes.games.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"StateChanged"
{
"library" "server"
"windows" "\x48\x89\x54\x24\x10\x55\x53\x57\x41\x55"
"windows" "\x40\x55\x53\x56\x41\x55\x41\x57\x48\x8D\x6C\x24\xB0"
"linux" "\x55\x48\x89\xE5\x41\x57\x41\x56\x41\x55\x41\x54\x53\x89\xD3"
}
"VoiceShouldHear"
Expand Down Expand Up @@ -307,8 +307,8 @@
// 2832 (354 * 8) is the offset
"CBasePlayerPawn_CommitSuicide"
{
"windows" "355"
"linux" "355"
"windows" "356"
"linux" "356"
}
// In the function with "[%03d] Found: %s, firing\n", you'll find a call into a pointer offset just a bit higher, that's the offset * 8
"CGameRules_FindPickerEntity"
Expand Down

0 comments on commit fe87f96

Please sign in to comment.