Update PVKII gamedata.

This commit is contained in:
Nicholas Hastings 2015-12-30 08:34:54 -05:00
parent 7fbcb81916
commit 23fafbd47d
2 changed files with 181 additions and 190 deletions

View File

@ -43,27 +43,27 @@
} }
"OnTakeDamage_Alive" "OnTakeDamage_Alive"
{ {
"windows" "274" "windows" "275"
"linux" "275" "linux" "276"
"mac" "275" "mac" "276"
} }
"PreThink" "PreThink"
{
"windows" "335"
"linux" "336"
"mac" "336"
}
"PostThink"
{ {
"windows" "336" "windows" "336"
"linux" "337" "linux" "337"
"mac" "337" "mac" "337"
} }
"PostThink"
{
"windows" "337"
"linux" "338"
"mac" "338"
}
"Reload" "Reload"
{ {
"windows" "272" "windows" "273"
"linux" "273" "linux" "274"
"mac" "273" "mac" "274"
} }
"SetTransmit" "SetTransmit"
{ {
@ -121,34 +121,34 @@
} }
"Weapon_CanSwitchTo" "Weapon_CanSwitchTo"
{ {
"windows" "268" "windows" "269"
"linux" "269" "linux" "270"
"mac" "269" "mac" "270"
} }
"Weapon_CanUse" "Weapon_CanUse"
{
"windows" "262"
"linux" "263"
"mac" "263"
}
"Weapon_Drop"
{
"windows" "265"
"linux" "266"
"mac" "266"
}
"Weapon_Equip"
{ {
"windows" "263" "windows" "263"
"linux" "264" "linux" "264"
"mac" "264" "mac" "264"
} }
"Weapon_Switch" "Weapon_Drop"
{ {
"windows" "266" "windows" "266"
"linux" "267" "linux" "267"
"mac" "267" "mac" "267"
} }
"Weapon_Equip"
{
"windows" "264"
"linux" "265"
"mac" "265"
}
"Weapon_Switch"
{
"windows" "267"
"linux" "268"
"mac" "268"
}
} }
} }
} }

View File

@ -37,33 +37,33 @@
/* CBasePlayer */ /* CBasePlayer */
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "403" "windows" "404"
"linux" "404" "linux" "405"
"mac" "404" "mac" "405"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "272" "windows" "273"
"linux" "273" "linux" "274"
"mac" "273" "mac" "274"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "270" "windows" "271"
"linux" "271" "linux" "272"
"mac" "271" "mac" "272"
} }
"Ignite" "Ignite"
{ {
"windows" "211" "windows" "212"
"linux" "212" "linux" "213"
"mac" "212" "mac" "213"
} }
"Extinguish" "Extinguish"
{ {
"windows" "215" "windows" "216"
"linux" "216" "linux" "217"
"mac" "216" "mac" "217"
} }
"Teleport" "Teleport"
{ {
@ -73,9 +73,9 @@
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "442" "windows" "443"
"linux" "442" "linux" "443"
"mac" "442" "mac" "443"
} }
"GetVelocity" "GetVelocity"
{ {
@ -103,9 +103,9 @@
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "263" "windows" "264"
"linux" "264" "linux" "265"
"mac" "264" "mac" "265"
} }
"Activate" "Activate"
{ {
@ -115,15 +115,15 @@
} }
"PlayerRunCmd" "PlayerRunCmd"
{ {
"windows" "421" "windows" "422"
"linux" "422" "linux" "423"
"mac" "422" "mac" "423"
} }
"GiveAmmo" "GiveAmmo"
{ {
"windows" "254" "windows" "255"
"linux" "255" "linux" "256"
"mac" "255" "mac" "256"
} }
} }
@ -133,14 +133,5 @@
"GameRulesDataTable" "pvk2_gamerules_data" "GameRulesDataTable" "pvk2_gamerules_data"
} }
"Signatures"
{
"FireOutput"
{
"library" "server"
"windows" "\x81\xEC\x2A\x2A\x2A\x2A\x53\x55\x56\x8B\x71\x2A\x85\xF6\x57"
"linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
}
}
} }
} }