Update Team Fortress 2 gamedata (#1509)

This commit is contained in:
Mikusch 2021-06-22 20:19:06 +02:00 committed by GitHub
parent 267eb90da5
commit 1eae765dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 71 additions and 71 deletions

View File

@ -7,9 +7,9 @@
{ {
"CanBeAutobalanced" "CanBeAutobalanced"
{ {
"windows" "464" "windows" "465"
"linux" "465" "linux" "466"
"mac" "465" "mac" "466"
} }
"EndTouch" "EndTouch"
{ {
@ -43,27 +43,27 @@
} }
"OnTakeDamage_Alive" "OnTakeDamage_Alive"
{ {
"windows" "275" "windows" "276"
"linux" "276" "linux" "277"
"mac" "276" "mac" "277"
} }
"PreThink" "PreThink"
{
"windows" "336"
"linux" "337"
"mac" "337"
}
"PostThink"
{ {
"windows" "337" "windows" "337"
"linux" "338" "linux" "338"
"mac" "338" "mac" "338"
} }
"PostThink"
{
"windows" "338"
"linux" "339"
"mac" "339"
}
"Reload" "Reload"
{ {
"windows" "276" "windows" "277"
"linux" "282" "linux" "283"
"mac" "282" "mac" "283"
} }
"SetTransmit" "SetTransmit"
{ {
@ -127,34 +127,34 @@
} }
"Weapon_CanSwitchTo" "Weapon_CanSwitchTo"
{ {
"windows" "269" "windows" "270"
"linux" "270" "linux" "271"
"mac" "270" "mac" "271"
} }
"Weapon_CanUse" "Weapon_CanUse"
{
"windows" "263"
"linux" "264"
"mac" "264"
}
"Weapon_Drop"
{
"windows" "266"
"linux" "267"
"mac" "267"
}
"Weapon_Equip"
{ {
"windows" "264" "windows" "264"
"linux" "265" "linux" "265"
"mac" "265" "mac" "265"
} }
"Weapon_Switch" "Weapon_Drop"
{ {
"windows" "267" "windows" "267"
"linux" "268" "linux" "268"
"mac" "268" "mac" "268"
} }
"Weapon_Equip"
{
"windows" "265"
"linux" "266"
"mac" "266"
}
"Weapon_Switch"
{
"windows" "268"
"linux" "269"
"mac" "269"
}
} }
} }

View File

@ -18,33 +18,33 @@
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "401" "windows" "402"
"linux" "405" "linux" "406"
"mac" "405" "mac" "406"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "273" "windows" "274"
"linux" "274" "linux" "275"
"mac" "274" "mac" "275"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "271" "windows" "272"
"linux" "272" "linux" "273"
"mac" "272" "mac" "273"
} }
"Ignite" "Ignite"
{ {
"windows" "212" "windows" "213"
"linux" "213" "linux" "214"
"mac" "213" "mac" "214"
} }
"Extinguish" "Extinguish"
{ {
"windows" "216" "windows" "217"
"linux" "217" "linux" "218"
"mac" "217" "mac" "218"
} }
"Teleport" "Teleport"
{ {
@ -54,9 +54,9 @@
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "445" "windows" "446"
"linux" "445" "linux" "446"
"mac" "445" "mac" "446"
} }
"GetVelocity" "GetVelocity"
{ {
@ -84,9 +84,9 @@
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "264" "windows" "265"
"linux" "265" "linux" "266"
"mac" "265" "mac" "266"
} }
"Activate" "Activate"
{ {
@ -96,15 +96,15 @@
} }
"PlayerRunCmd" "PlayerRunCmd"
{ {
"windows" "422" "windows" "423"
"linux" "423" "linux" "424"
"mac" "423" "mac" "424"
} }
"GiveAmmo" "GiveAmmo"
{ {
"windows" "255" "windows" "256"
"linux" "256" "linux" "257"
"mac" "256" "mac" "257"
} }
} }

View File

@ -81,7 +81,7 @@
"MakeBleed" "MakeBleed"
{ {
"library" "server" "library" "server"
"windows" "\x55\x8B\xEC\x83\xEC\x30\x53\x8B\xD9\x89\x5D\xEC" "windows" "\x55\x8B\xEC\x83\xEC\x2C\x57\x8B\xF9\x89\x7D\xF0"
"linux" "@_ZN15CTFPlayerShared9MakeBleedEP9CTFPlayerP13CTFWeaponBasefibi" "linux" "@_ZN15CTFPlayerShared9MakeBleedEP9CTFPlayerP13CTFWeaponBasefibi"
"mac" "@_ZN15CTFPlayerShared9MakeBleedEP9CTFPlayerP13CTFWeaponBasefibi" "mac" "@_ZN15CTFPlayerShared9MakeBleedEP9CTFPlayerP13CTFWeaponBasefibi"
} }
@ -113,22 +113,22 @@
{ {
"ForceRespawn" "ForceRespawn"
{ {
"windows" "329" "windows" "330"
"linux" "330" "linux" "331"
"mac" "330" "mac" "331"
} }
"CalcIsAttackCriticalHelper" "CalcIsAttackCriticalHelper"
{
"windows" "390"
"linux" "397"
"mac" "397"
}
"CalcIsAttackCriticalHelperNoCrits"
{ {
"windows" "391" "windows" "391"
"linux" "398" "linux" "398"
"mac" "398" "mac" "398"
} }
"CalcIsAttackCriticalHelperNoCrits"
{
"windows" "392"
"linux" "399"
"mac" "399"
}
// CTFGameRules::IsHolidayActive // CTFGameRules::IsHolidayActive
"IsHolidayActive" "IsHolidayActive"
@ -140,9 +140,9 @@
"RemoveWearable" "RemoveWearable"
{ {
"windows" "431" "windows" "432"
"linux" "432" "linux" "433"
"mac" "432" "mac" "433"
} }
} }
} }