Skip to content

Commit

Permalink
Update gamedata for TF2 x64 (#2105)
Browse files Browse the repository at this point in the history
Co-authored-by: Kenzzer <[email protected]>
  • Loading branch information
Kenzzer and Kenzzer authored Jan 26, 2024
1 parent 0bc9aa4 commit 33e869a
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
4 changes: 2 additions & 2 deletions gamedata/core.games/engine.ep2valve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"windows" "4"
"linux" "4"
"mac" "4"
"linux64" "4"
}
}

Expand All @@ -41,7 +41,7 @@
{
"library" "server"
"linux" "@gEntList"
"mac" "@gEntList"
"linux64" "@gEntList"
}
}

Expand Down
52 changes: 26 additions & 26 deletions gamedata/sdkhooks.games/engine.ep2v.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,157 +9,157 @@
{
"windows" "131108"
"linux" "131108"
"mac" "131108"
"linux64" "524432"
}
"CanBeAutobalanced"
{
"windows" "473"
"linux" "474"
"mac" "474"
"linux64" "474"
}
"EndTouch"
{
"windows" "105"
"linux" "106"
"mac" "106"
"linux64" "106"
}
"FireBullets"
{
"windows" "117"
"linux" "118"
"mac" "118"
"linux64" "118"
}
"GetMaxHealth"
{
"windows" "122"
"linux" "123"
"mac" "123"
"linux64" "123"
}
"GroundEntChanged"
{
"windows" "183"
"linux" "185"
"mac" "185"
"linux64" "185"
}
"OnTakeDamage"
{
"windows" "64"
"linux" "65"
"mac" "65"
"linux64" "65"
}
"OnTakeDamage_Alive"
{
"windows" "282"
"linux" "283"
"mac" "283"
"linux64" "283"
}
"PreThink"
{
"windows" "343"
"linux" "344"
"mac" "344"
"linux64" "344"
}
"PostThink"
{
"windows" "344"
"linux" "345"
"mac" "345"
"linux64" "345"
}
"Reload"
{
"windows" "283"
"linux" "289"
"mac" "289"
"linux64" "289"
}
"SetTransmit"
{
"windows" "22"
"linux" "23"
"mac" "23"
"linux64" "23"
}
"ShouldCollide"
{
"windows" "17"
"linux" "18"
"mac" "18"
"linux64" "18"
}
"Spawn"
{
"windows" "24"
"linux" "25"
"mac" "25"
"linux64" "25"
}
"StartTouch"
{
"windows" "103"
"linux" "104"
"mac" "104"
"linux64" "104"
}
"Think"
{
"windows" "49"
"linux" "50"
"mac" "50"
"linux64" "50"
}
"Touch"
{
"windows" "104"
"linux" "105"
"mac" "105"
"linux64" "105"
}
"TraceAttack"
{
"windows" "62"
"linux" "63"
"mac" "63"
"linux64" "63"
}
"Use"
{
"windows" "102"
"linux" "103"
"mac" "103"
"linux64" "103"
}
"VPhysicsUpdate"
{
"windows" "163"
"linux" "164"
"mac" "164"
"linux64" "164"
}
"Blocked"
{
"windows" "107"
"linux" "108"
"mac" "108"
"linux64" "108"
}
"Weapon_CanSwitchTo"
{
"windows" "276"
"linux" "277"
"mac" "277"
"linux64" "277"
}
"Weapon_CanUse"
{
"windows" "270"
"linux" "271"
"mac" "271"
"linux64" "271"
}
"Weapon_Drop"
{
"windows" "273"
"linux" "274"
"mac" "274"
"linux64" "274"
}
"Weapon_Equip"
{
"windows" "271"
"linux" "272"
"mac" "272"
"linux64" "272"
}
"Weapon_Switch"
{
"windows" "274"
"linux" "275"
"mac" "275"
"linux64" "275"
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions gamedata/sdktools.games/engine.ep2valve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
{
"windows" "4"
"linux" "4"
"mac" "4"
"linux64" "4"
}
"GetTENext"
{
"windows" "8"
"linux" "8"
"mac" "8"
"linux64" "8"
}
"TE_GetServerClass"
{
"windows" "0"
"linux" "0"
"mac" "0"
"linux64" "0"
}
}
}
Expand Down Expand Up @@ -69,7 +69,7 @@
{
"library" "engine"
"linux" "@sv"
"mac" "@sv"
"linux64" "@sv"
}
}
}
Expand All @@ -90,7 +90,7 @@
"library" "server"
"windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\x53\x8B\xC1"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
"mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
"linux64" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
}
Expand All @@ -117,7 +117,7 @@
{
"windows" "18"
"linux" "58"
"mac" "58"
"linux64" "58"
}
/**
* CBaseClient::SetName(char const*);
Expand All @@ -128,7 +128,7 @@
{
"windows" "17"
"linux" "57"
"mac" "57"
"linux64" "57"
}
/**
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
Expand All @@ -140,7 +140,7 @@
{
"windows" "140"
"linux" "140"
"mac" "140"
"linux64" "160"
}
}
}
Expand Down
Loading

0 comments on commit 33e869a

Please sign in to comment.