ZPS: Update Offsets & Signatures for 3.2 (#1717)

* Update offsets for ZPS 3.2

Zombie Panic! Source Version 3.2 released and these are the updated offsets.

* Update offsets for 3.2

ZPS 3.2 has been release and these are the updated offsets / signatures.
This commit is contained in:
XeroX 2022-02-19 15:33:15 +01:00 committed by Your Name
parent ffb6d769e8
commit 7648c7fe03
2 changed files with 60 additions and 60 deletions

View File

@ -6,28 +6,28 @@
{ {
"EndTouch" "EndTouch"
{ {
"windows" "110" "windows" "107"
"linux" "111" "linux" "108"
} }
"FireBullets" "FireBullets"
{ {
"windows" "124" "windows" "121"
"linux" "124" "linux" "121"
} }
"OnTakeDamage" "OnTakeDamage"
{ {
"windows" "72" "windows" "69"
"linux" "73" "linux" "70"
} }
"PreThink" "PreThink"
{ {
"windows" "351" "windows" "348"
"linux" "352" "linux" "349"
} }
"PostThink" "PostThink"
{ {
"windows" "352" "windows" "349"
"linux" "353" "linux" "350"
} }
"SetTransmit" "SetTransmit"
{ {
@ -46,8 +46,8 @@
} }
"StartTouch" "StartTouch"
{ {
"windows" "108" "windows" "105"
"linux" "109" "linux" "106"
} }
"Think" "Think"
{ {
@ -56,49 +56,49 @@
} }
"Touch" "Touch"
{ {
"windows" "109" "windows" "106"
"linux" "110" "linux" "107"
} }
"TraceAttack" "TraceAttack"
{ {
"windows" "70" "windows" "67"
"linux" "71" "linux" "68"
} }
"Use" "Use"
{ {
"windows" "107" "windows" "104"
"linux" "108" "linux" "105"
} }
"VPhysicsUpdate" "VPhysicsUpdate"
{ {
"windows" "171" "windows" "168"
"linux" "172" "linux" "169"
} }
"Weapon_CanSwitchTo" "Weapon_CanSwitchTo"
{
"windows" "281"
"linux" "282"
}
"Weapon_CanUse"
{
"windows" "275"
"linux" "276"
}
"Weapon_Drop"
{ {
"windows" "278" "windows" "278"
"linux" "279" "linux" "279"
} }
"Weapon_CanUse"
{
"windows" "272"
"linux" "273"
}
"Weapon_Drop"
{
"windows" "275"
"linux" "276"
}
"Weapon_Equip" "Weapon_Equip"
{
"windows" "273"
"linux" "274"
}
"Weapon_Switch"
{ {
"windows" "276" "windows" "276"
"linux" "277" "linux" "277"
} }
"Weapon_Switch"
{
"windows" "279"
"linux" "280"
}
} }
} }
} }

View File

@ -18,48 +18,48 @@
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "420" "windows" "417"
"linux" "421" "linux" "418"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "288" "windows" "285"
"linux" "289" "linux" "286"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "283" "windows" "280"
"linux" "284" "linux" "281"
} }
"Ignite" "Ignite"
{ {
"windows" "223" "windows" "220"
"linux" "224" "linux" "221"
} }
"Extinguish" "Extinguish"
{ {
"windows" "227" "windows" "224"
"linux" "228" "linux" "225"
} }
"Teleport" "Teleport"
{ {
"windows" "118" "windows" "115"
"linux" "119" "linux" "116"
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "461" "windows" "453"
"linux" "461" "linux" "453"
} }
"GetVelocity" "GetVelocity"
{ {
"windows" "154" "windows" "151"
"linux" "155" "linux" "152"
} }
"EyeAngles" "EyeAngles"
{ {
"windows" "145" "windows" "142"
"linux" "146" "linux" "143"
} }
"AcceptInput" "AcceptInput"
{ {
@ -73,8 +73,8 @@
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "276" "windows" "273"
"linux" "277" "linux" "274"
} }
"Activate" "Activate"
{ {
@ -83,13 +83,13 @@
} }
"PlayerRunCmd" "PlayerRunCmd"
{ {
"windows" "440" "windows" "433"
"linux" "441" "linux" "434"
} }
"GetAttachment" "GetAttachment"
{ {
"windows" "219" "windows" "216"
"linux" "220" "linux" "217"
} }
"SetOwnerEntity" "SetOwnerEntity"
{ {
@ -102,7 +102,7 @@
"FireOutput" "FireOutput"
{ {
"library" "server" "library" "server"
"windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\xA1\x2A\x2A\x2A\x2A\x33\xC5\x89\x2A\x2A\x53\x8B\x5D\x2A\x8B\xC1\x8B\x2A\x2A\x56\x57" "windows" "\x55\x8B\xEC\x81\xEC\x30\x01\x00\x00\xA1\x2A\x2A\x2A\x2A\x33\xC5\x89\x45\xFC\x53\x8B\x5D\x20"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f" "linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
} }
"LookupAttachment" "LookupAttachment"