Skip to content

Commit

Permalink
Gamedata Update for 4/18
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
Batfoxkid authored Apr 19, 2024
1 parent fb08539 commit 4884338
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions addons/sourcemod/gamedata/szf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,36 @@
{
"library" "server"
"linux" "@_ZN9CTFPlayer33GetEquippedWearableForLoadoutSlotEi"
"windows" "\x55\x8B\xEC\x83\xEC\x2A\x8B\xC1\x53\x56\x33\xF6\x89\x45\xF8\x8B\x88\x2A\x2A\x2A\x2A\x57\x89\x4D\xFC"
"windows" ""
}
"CTFPlayer::PlaySpecificSequence"
{
"library" "server"
"linux" "@_ZN9CTFPlayer20PlaySpecificSequenceEPKc"
"windows" "\x55\x8B\xEC\x53\x56\x8B\x75\x08\x57\x56\x8B\xF9\xE8\x2A\x2A\x2A\x2A\x8B\xD8"
"windows" "\x55\x8B\xEC\x53\x56\x8B\x75\x08\x57\x56\x8B\xF9"
}
"CTFPlayer::GetLoadoutItem"
{
"library" "server"
"linux" "@_ZN9CTFPlayer14GetLoadoutItemEiib"
"windows" "\x55\x8B\xEC\x51\x53\x56\x8B\xF1\x8B\x0D\x2A\x2A\x2A\x2A\x57\x89\x75\xFC"
"windows" "\x55\x8B\xEC\x83\xEC\x10\x53\x56\x8B\xF1\x8B\x0D\x2A\x2A\x2A\x2A"
}
"CTFPlayer::TeamFortress_CalculateMaxSpeed"
{
"library" "server"
"linux" "@_ZNK9CTFPlayer30TeamFortress_CalculateMaxSpeedEb"
"windows" "\x55\x8B\xEC\x83\xEC\x18\x83\x3D\x2A\x2A\x2A\x2A\x00\x56\x8B\xF1\x75\x2A\xD9\xEE\x5E\x8B\xE5\x5D\xC2\x04\x00\x8B\x86"
"windows" "\x55\x8B\xEC\x83\xEC\x18\x56\x8B\xF1\x8B\x0D\x2A\x2A\x2A\x2A"
}
"CTFPlayer::TeamFortress_SetSpeed"
{
"library" "server"
"linux" "@_ZN9CTFPlayer21TeamFortress_SetSpeedEv"
"windows" "\x55\x8B\xEC\xA1\x2A\x2A\x2A\x2A\x83\xEC\x1C\x53"
"windows" "\x55\x8B\xEC\x83\xEC\x28\xA1\x2A\x2A\x2A\x2A\x56"
}
"CTFWeaponBaseMelee::DoSwingTraceInternal"
{
"linux" "@_ZN18CTFWeaponBaseMelee20DoSwingTraceInternalER10CGameTracebP10CUtlVectorIS0_10CUtlMemoryIS0_iEE"
"windows" "\x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x04\x89\x6C\x24\x04\x8B\xEC\x81\xEC\x38\x05\x00\x00\xA1\x2A\x2A\x2A\x2A"
"windows" "\x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x04\x89\x6C\x24\x04\x8B\xEC\x81\xEC\x38\x05\x00\x00"
}
}
"Offsets"
Expand Down

0 comments on commit 4884338

Please sign in to comment.