Skip to content

Commit

Permalink
More Gamedata Update for TF2 2024-04-18 update (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
FortyTwoFortyTwo authored Apr 20, 2024
1 parent 855dfa6 commit a0faf0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/sourcemod/gamedata/scp_sf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
{
"library" "server"
"linux" "@_ZN16CTFDroppedWeapon18InitPickedUpWeaponEP9CTFPlayerP13CTFWeaponBase"
"windows" "\x55\x8B\xEC\x83\xEC\x08\xD9\xEE\x53\x56\x57"
"windows" "\x55\x8B\xEC\x83\xEC\x14\xD9\xEE\x53"
}
"CTFGameMovement::ProcessMovement"
{
"library" "server"
"linux" "@_ZN15CTFGameMovement15ProcessMovementEP11CBasePlayerP9CMoveData"
"windows" "\x55\x8B\xEC\x56\x57\x8B\x7D\x08\x8B\xF1\x85\xFF\x74\x2A\x53"
"windows" "\x55\x8B\xEC\x56\x57\x8B\x7D\x08\x8B\xF1\x85\xFF\x0F\x84\x2A\x2A\x2A\x2A\x83\x7D\x0C\x00"
}
"CTFPlayer::CanPickupDroppedWeapon"
{
Expand Down Expand Up @@ -449,12 +449,12 @@
"linux"
{
"signature" "CTFGameMovement::ProcessMovement"
"offset" "84"
"offset" "97"
}
"windows"
{
"signature" "CTFGameMovement::ProcessMovement"
"offset" "70"
"offset" "77"
}
}
}
Expand Down

0 comments on commit a0faf0f

Please sign in to comment.