ZPS gamedata updates (bug 3877, r=dvander)
This commit is contained in:
parent
3f5cd0e0e7
commit
1c5a684f1c
@ -117,6 +117,7 @@
|
||||
"game" "synergy"
|
||||
"game" "left4dead"
|
||||
"game" "obsidian"
|
||||
"game" "zps"
|
||||
}
|
||||
|
||||
"Keys"
|
||||
|
@ -8,7 +8,7 @@
|
||||
"game" "dod"
|
||||
"game" "tf"
|
||||
"game" "ageofchivalry"
|
||||
"game" "ZPS"
|
||||
"game" "zps"
|
||||
}
|
||||
|
||||
"Offsets"
|
||||
@ -58,7 +58,7 @@
|
||||
"game" "dod"
|
||||
"game" "tf"
|
||||
"game" "ageofchivalry"
|
||||
"game" "ZPS"
|
||||
"game" "zps"
|
||||
}
|
||||
|
||||
"Signatures"
|
||||
@ -86,7 +86,7 @@
|
||||
"game" "dod"
|
||||
"game" "tf"
|
||||
"game" "ageofchivalry"
|
||||
"game" "ZPS"
|
||||
"game" "zps"
|
||||
}
|
||||
|
||||
"Offsets"
|
||||
@ -129,7 +129,7 @@
|
||||
"game" "dod"
|
||||
"game" "tf"
|
||||
"game" "ageofchivalry"
|
||||
"game" "ZPS"
|
||||
"game" "zps"
|
||||
}
|
||||
|
||||
"Offsets"
|
||||
|
@ -1,92 +1,89 @@
|
||||
"Games"
|
||||
{
|
||||
/* Zombie Panic! Source 1.3-1.5
|
||||
* The definitions below were supplied by a third party.
|
||||
* (thanks "noob cannon lol")
|
||||
*/
|
||||
/* Zombie Panic! Source (1.6.1) */
|
||||
"zps"
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
"GiveNamedItem"
|
||||
{
|
||||
"windows" "355"
|
||||
"linux" "356"
|
||||
"windows" "356"
|
||||
"linux" "357"
|
||||
}
|
||||
"RemovePlayerItem"
|
||||
{
|
||||
"windows" "242"
|
||||
"linux" "243"
|
||||
"windows" "243"
|
||||
"linux" "244"
|
||||
}
|
||||
"Weapon_GetSlot"
|
||||
{
|
||||
"windows" "237"
|
||||
"linux" "238"
|
||||
"windows" "238"
|
||||
"linux" "239"
|
||||
}
|
||||
"Ignite"
|
||||
{
|
||||
"windows" "194"
|
||||
"linux" "195"
|
||||
"windows" "195"
|
||||
"linux" "196"
|
||||
}
|
||||
"Extinguish"
|
||||
{
|
||||
"windows" "198"
|
||||
"linux" "199"
|
||||
"windows" "199"
|
||||
"linux" "1200"
|
||||
}
|
||||
"Teleport"
|
||||
{
|
||||
"windows" "102"
|
||||
"linux" "103"
|
||||
"windows" "103"
|
||||
"linux" "104"
|
||||
}
|
||||
"CommitSuicide"
|
||||
{
|
||||
"windows" "396"
|
||||
"linux" "396"
|
||||
"windows" "397"
|
||||
"linux" "397"
|
||||
}
|
||||
"GetVelocity"
|
||||
{
|
||||
"windows" "131"
|
||||
"linux" "132"
|
||||
"windows" "132"
|
||||
"linux" "133"
|
||||
}
|
||||
"EyeAngles"
|
||||
{
|
||||
"windows" "123"
|
||||
"linux" "124"
|
||||
"windows" "124"
|
||||
"linux" "125"
|
||||
}
|
||||
"AcceptInput"
|
||||
{
|
||||
"windows" "34"
|
||||
"linux" "35"
|
||||
"windows" "35"
|
||||
"linux" "36"
|
||||
}
|
||||
"DispatchKeyValue"
|
||||
{
|
||||
"windows" "29"
|
||||
"linux" "28"
|
||||
"windows" "30"
|
||||
"linux" "29"
|
||||
}
|
||||
"DispatchKeyValueFloat"
|
||||
{
|
||||
"windows" "28"
|
||||
"linux" "29"
|
||||
"windows" "29"
|
||||
"linux" "30"
|
||||
}
|
||||
"DispatchKeyValueVector"
|
||||
{
|
||||
"windows" "27"
|
||||
"linux" "30"
|
||||
"windows" "28"
|
||||
"linux" "31"
|
||||
}
|
||||
"SetEntityModel"
|
||||
{
|
||||
"windows" "23"
|
||||
"linux" "24"
|
||||
"windows" "24"
|
||||
"linux" "25"
|
||||
}
|
||||
"WeaponEquip"
|
||||
{
|
||||
"windows" "230"
|
||||
"linux" "231"
|
||||
"windows" "231"
|
||||
"linux" "232"
|
||||
}
|
||||
"Activate"
|
||||
{
|
||||
"windows" "31"
|
||||
"linux" "32"
|
||||
"windows" "32"
|
||||
"linux" "33"
|
||||
}
|
||||
}
|
||||
"Signatures"
|
||||
|
@ -102,7 +102,7 @@
|
||||
|
||||
"game.zpanic.txt"
|
||||
{
|
||||
"game" "ZPS"
|
||||
"game" "zps"
|
||||
}
|
||||
|
||||
"game.obsidian.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user