diff --git a/gamedata/cs2fixes.games.txt b/gamedata/cs2fixes.games.txt index bfd86b9c..1e95ac40 100644 --- a/gamedata/cs2fixes.games.txt +++ b/gamedata/cs2fixes.games.txt @@ -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" @@ -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"