mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-16 03:37:18 +00:00
* 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.
(cherry picked from commit 8579e873ca)
101 lines
1.6 KiB
Plaintext
101 lines
1.6 KiB
Plaintext
/**
|
|
* Do not edit this file. Any changes will be overwritten by the gamedata
|
|
* updater or by upgrading your SourceMod install.
|
|
*
|
|
* To override data in this file, create a subdirectory named "custom" and
|
|
* place your own gamedata file(s) inside of it. Such files will be parsed
|
|
* after SM's own.
|
|
*
|
|
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
|
|
*/
|
|
|
|
"Games"
|
|
{
|
|
/* Zombie Panic! Source */
|
|
"zps"
|
|
{
|
|
"Offsets"
|
|
{
|
|
"GiveNamedItem"
|
|
{
|
|
"windows" "417"
|
|
"linux" "418"
|
|
}
|
|
"RemovePlayerItem"
|
|
{
|
|
"windows" "285"
|
|
"linux" "286"
|
|
}
|
|
"Weapon_GetSlot"
|
|
{
|
|
"windows" "280"
|
|
"linux" "281"
|
|
}
|
|
"Ignite"
|
|
{
|
|
"windows" "220"
|
|
"linux" "221"
|
|
}
|
|
"Extinguish"
|
|
{
|
|
"windows" "224"
|
|
"linux" "225"
|
|
}
|
|
"Teleport"
|
|
{
|
|
"windows" "115"
|
|
"linux" "116"
|
|
}
|
|
"CommitSuicide"
|
|
{
|
|
"windows" "453"
|
|
"linux" "453"
|
|
}
|
|
"GetVelocity"
|
|
{
|
|
"windows" "151"
|
|
"linux" "152"
|
|
}
|
|
"EyeAngles"
|
|
{
|
|
"windows" "142"
|
|
"linux" "143"
|
|
}
|
|
"AcceptInput"
|
|
{
|
|
"windows" "44"
|
|
"linux" "45"
|
|
}
|
|
"SetEntityModel"
|
|
{
|
|
"windows" "32"
|
|
"linux" "33"
|
|
}
|
|
"WeaponEquip"
|
|
{
|
|
"windows" "273"
|
|
"linux" "274"
|
|
}
|
|
"Activate"
|
|
{
|
|
"windows" "41"
|
|
"linux" "42"
|
|
}
|
|
"PlayerRunCmd"
|
|
{
|
|
"windows" "433"
|
|
"linux" "434"
|
|
}
|
|
}
|
|
"Signatures"
|
|
{
|
|
"FireOutput"
|
|
{
|
|
"library" "server"
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|