Updated PVKII support for PVKII 2.3 (bug 4276, r=dvander)

This commit is contained in:
Nicholas Hastings 2010-03-09 18:30:15 -05:00
parent ef88fc21a1
commit 48b0f61551
6 changed files with 54 additions and 33 deletions

View File

@ -156,6 +156,7 @@
"game" "NeotokyoSource" "game" "NeotokyoSource"
"game" "bg2" "game" "bg2"
"game" "cspromod" "game" "cspromod"
"game" "pvkii"
} }
"Keys" "Keys"
@ -180,6 +181,7 @@
"game" "bg2" "game" "bg2"
"game" "insurgency" "game" "insurgency"
"game" "cspromod" "game" "cspromod"
"game" "pvkii"
} }
"Keys" "Keys"

View File

@ -20,7 +20,6 @@
"game" "hl2mp" "game" "hl2mp"
"game" "ship" "game" "ship"
"game" "insurgency" "game" "insurgency"
"game" "pvkii"
"game" "sourceforts" "game" "sourceforts"
"game" "FortressForever" "game" "FortressForever"
"game" "empires" "game" "empires"

View File

@ -20,6 +20,7 @@
"game" "zps" "game" "zps"
"game" "bg2" "game" "bg2"
"game" "garrysmod" "game" "garrysmod"
"game" "pvkii"
} }
"Offsets" "Offsets"

View File

@ -21,7 +21,6 @@
"game" "ship" "game" "ship"
"game" "!Dystopia" "game" "!Dystopia"
"game" "insurgency" "game" "insurgency"
"game" "pvkii"
"game" "sourceforts" "game" "sourceforts"
"game" "FortressForever" "game" "FortressForever"
"game" "synergy" "game" "synergy"
@ -80,7 +79,6 @@
"game" "hl2mp" "game" "hl2mp"
"game" "ship" "game" "ship"
"game" "!Dystopia" "game" "!Dystopia"
"game" "pvkii"
"game" "sourceforts" "game" "sourceforts"
"game" "FortressForever" "game" "FortressForever"
"game" "synergy" "game" "synergy"
@ -130,7 +128,6 @@
"game" "hl2mp" "game" "hl2mp"
"game" "ship" "game" "ship"
"game" "insurgency" "game" "insurgency"
"game" "pvkii"
"game" "sourceforts" "game" "sourceforts"
"game" "FortressForever" "game" "FortressForever"
"game" "synergy" "game" "synergy"
@ -158,7 +155,6 @@
{ {
"game" "cstrike" "game" "cstrike"
"game" "hl2mp" "game" "hl2mp"
"game" "pvkii"
"game" "sourceforts" "game" "sourceforts"
"game" "synergy" "game" "synergy"
"game" "hidden" "game" "hidden"

View File

@ -22,6 +22,7 @@
"game" "synergy" "game" "synergy"
"game" "bg2" "game" "bg2"
"game" "garrysmod" "game" "garrysmod"
"game" "pvkii"
} }
"Offsets" "Offsets"
@ -71,6 +72,7 @@
"game" "ageofchivalry" "game" "ageofchivalry"
"game" "zps" "game" "zps"
"game" "empires" "game" "empires"
"game" "pvkii"
} }
"Signatures" "Signatures"
@ -98,6 +100,7 @@
"game" "ageofchivalry" "game" "ageofchivalry"
"game" "zps" "game" "zps"
"game" "empires" "game" "empires"
"game" "pvkii"
} }
"Signatures" "Signatures"
@ -123,6 +126,7 @@
"game" "synergy" "game" "synergy"
"game" "bg2" "game" "bg2"
"game" "garrysmod" "game" "garrysmod"
"game" "pvkii"
} }
"Offsets" "Offsets"

View File

@ -19,48 +19,48 @@
/* CBasePlayer */ /* CBasePlayer */
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "328" "windows" "352"
"linux" "329" "linux" "353"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "226" "windows" "239"
"linux" "227" "linux" "240"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "224" "windows" "237"
"linux" "225" "linux" "238"
} }
"Ignite" "Ignite"
{ {
"windows" "188" "windows" "194"
"linux" "189" "linux" "195"
} }
"Extinguish" "Extinguish"
{ {
"windows" "189" "windows" "198"
"linux" "190" "linux" "199"
} }
"Teleport" "Teleport"
{ {
"windows" "98" "windows" "101"
"linux" "99" "linux" "102"
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "356" "windows" "393"
"linux" "357" "linux" "393"
} }
"GetVelocity" "GetVelocity"
{ {
"windows" "126" "windows" "131"
"linux" "127" "linux" "132"
} }
"EyeAngles" "EyeAngles"
{ {
"windows" "118" "windows" "123"
"linux" "119" "linux" "124"
} }
"AcceptInput" "AcceptInput"
{ {
@ -69,34 +69,53 @@
} }
"DispatchKeyValue" "DispatchKeyValue"
{ {
"windows" "31" "windows" "29"
"linux" "30" "linux" "28"
} }
"DispatchKeyValueFloat" "DispatchKeyValueFloat"
{ {
"windows" "30" "windows" "28"
"linux" "31" "linux" "29"
} }
"DispatchKeyValueVector" "DispatchKeyValueVector"
{ {
"windows" "29" "windows" "27"
"linux" "32" "linux" "30"
} }
"SetEntityModel" "SetEntityModel"
{ {
"windows" "25" "windows" "24"
"linux" "26" "linux" "25"
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "217" "windows" "230"
"linux" "218" "linux" "231"
} }
"Activate" "Activate"
{ {
"windows" "32" "windows" "32"
"linux" "33" "linux" "33"
} }
"PlayerRunCmd"
{
"windows" "372"
"linux" "373"
}
"FireOutputBackup"
{
"windows" "6"
"linux" "10"
}
}
"Signatures"
{
"FireOutput"
{
"library" "server"
"windows" "\x81\xEC\x2A\x2A\x2A\x2A\x53\x55\x56\x8B\x71\x2A\x85\xF6\x57"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
} }
} }
} }