ZPS gamedata updates (bug 3877, r=dvander)

This commit is contained in:
psychonic 2009-07-27 16:25:14 -07:00
parent 3f5cd0e0e7
commit 1c5a684f1c
4 changed files with 39 additions and 41 deletions

View File

@ -117,6 +117,7 @@
"game" "synergy" "game" "synergy"
"game" "left4dead" "game" "left4dead"
"game" "obsidian" "game" "obsidian"
"game" "zps"
} }
"Keys" "Keys"

View File

@ -8,7 +8,7 @@
"game" "dod" "game" "dod"
"game" "tf" "game" "tf"
"game" "ageofchivalry" "game" "ageofchivalry"
"game" "ZPS" "game" "zps"
} }
"Offsets" "Offsets"
@ -58,7 +58,7 @@
"game" "dod" "game" "dod"
"game" "tf" "game" "tf"
"game" "ageofchivalry" "game" "ageofchivalry"
"game" "ZPS" "game" "zps"
} }
"Signatures" "Signatures"
@ -86,7 +86,7 @@
"game" "dod" "game" "dod"
"game" "tf" "game" "tf"
"game" "ageofchivalry" "game" "ageofchivalry"
"game" "ZPS" "game" "zps"
} }
"Offsets" "Offsets"
@ -129,7 +129,7 @@
"game" "dod" "game" "dod"
"game" "tf" "game" "tf"
"game" "ageofchivalry" "game" "ageofchivalry"
"game" "ZPS" "game" "zps"
} }
"Offsets" "Offsets"

View File

@ -1,92 +1,89 @@
"Games" "Games"
{ {
/* Zombie Panic! Source 1.3-1.5 /* Zombie Panic! Source (1.6.1) */
* The definitions below were supplied by a third party.
* (thanks "noob cannon lol")
*/
"zps" "zps"
{ {
"Offsets" "Offsets"
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "355" "windows" "356"
"linux" "356" "linux" "357"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "242" "windows" "243"
"linux" "243" "linux" "244"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "237" "windows" "238"
"linux" "238" "linux" "239"
} }
"Ignite" "Ignite"
{ {
"windows" "194" "windows" "195"
"linux" "195" "linux" "196"
} }
"Extinguish" "Extinguish"
{ {
"windows" "198" "windows" "199"
"linux" "199" "linux" "1200"
} }
"Teleport" "Teleport"
{ {
"windows" "102" "windows" "103"
"linux" "103" "linux" "104"
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "396" "windows" "397"
"linux" "396" "linux" "397"
} }
"GetVelocity" "GetVelocity"
{ {
"windows" "131" "windows" "132"
"linux" "132" "linux" "133"
} }
"EyeAngles" "EyeAngles"
{ {
"windows" "123" "windows" "124"
"linux" "124" "linux" "125"
} }
"AcceptInput" "AcceptInput"
{ {
"windows" "34" "windows" "35"
"linux" "35" "linux" "36"
} }
"DispatchKeyValue" "DispatchKeyValue"
{ {
"windows" "29" "windows" "30"
"linux" "28" "linux" "29"
} }
"DispatchKeyValueFloat" "DispatchKeyValueFloat"
{ {
"windows" "28" "windows" "29"
"linux" "29" "linux" "30"
} }
"DispatchKeyValueVector" "DispatchKeyValueVector"
{ {
"windows" "27" "windows" "28"
"linux" "30" "linux" "31"
} }
"SetEntityModel" "SetEntityModel"
{ {
"windows" "23" "windows" "24"
"linux" "24" "linux" "25"
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "230" "windows" "231"
"linux" "231" "linux" "232"
} }
"Activate" "Activate"
{ {
"windows" "31" "windows" "32"
"linux" "32" "linux" "33"
} }
} }
"Signatures" "Signatures"

View File

@ -102,7 +102,7 @@
"game.zpanic.txt" "game.zpanic.txt"
{ {
"game" "ZPS" "game" "zps"
} }
"game.obsidian.txt" "game.obsidian.txt"