Update FoF gamedata.

This commit is contained in:
Ruben Gonzalez 2014-08-18 08:56:39 -04:00
parent 1ca837ea2c
commit 9f2a0f6748
3 changed files with 63 additions and 78 deletions

View File

@ -12,9 +12,9 @@
} }
"FireBullets" "FireBullets"
{ {
"windows" "112" "windows" "113"
"linux" "113" "linux" "114"
"mac" "113" "mac" "114"
} }
"OnTakeDamage" "OnTakeDamage"
{ {
@ -24,15 +24,15 @@
} }
"PreThink" "PreThink"
{ {
"windows" "331" "windows" "333"
"linux" "332" "linux" "334"
"mac" "332" "mac" "334"
} }
"PostThink" "PostThink"
{ {
"windows" "332" "windows" "334"
"linux" "333" "linux" "335"
"mac" "333" "mac" "335"
} }
"SetTransmit" "SetTransmit"
{ {
@ -78,39 +78,39 @@
} }
"VPhysicsUpdate" "VPhysicsUpdate"
{ {
"windows" "157" "windows" "158"
"linux" "158" "linux" "159"
"mac" "158" "mac" "159"
} }
"Weapon_CanSwitchTo" "Weapon_CanSwitchTo"
{ {
"windows" "265" "windows" "267"
"linux" "266" "linux" "268"
"mac" "266" "mac" "268"
} }
"Weapon_CanUse" "Weapon_CanUse"
{ {
"windows" "259" "windows" "261"
"linux" "260" "linux" "262"
"mac" "260" "mac" "262"
} }
"Weapon_Drop" "Weapon_Drop"
{
"windows" "264"
"linux" "265"
"mac" "265"
}
"Weapon_Equip"
{ {
"windows" "262" "windows" "262"
"linux" "263" "linux" "263"
"mac" "263" "mac" "263"
} }
"Weapon_Equip"
{
"windows" "260"
"linux" "261"
"mac" "261"
}
"Weapon_Switch" "Weapon_Switch"
{ {
"windows" "263" "windows" "265"
"linux" "264" "linux" "266"
"mac" "264" "mac" "266"
} }
} }
} }

View File

@ -48,21 +48,6 @@
} }
} }
/* No longer necessary. Remove later. */
"#default"
{
"Signatures"
{
"EntityFactory"
{
"library" "server"
"windows" "\xB8\x01\x00\x00\x00\x84\x2A\x2A\x2A\x2A\x2A\x75\x1D\x09\x2A\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\xB8\x2A\x2A\x2A\x2A\xC3"
"linux" "@_Z23EntityFactoryDictionaryv"
"mac" "@_Z23EntityFactoryDictionaryv"
}
}
}
/* SetUserInfo data */ /* SetUserInfo data */
"#default" "#default"
{ {

View File

@ -131,57 +131,57 @@
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "400" "windows" "402"
"linux" "401" "linux" "403"
"mac" "401" "mac" "403"
} }
"RemovePlayerItem" "RemovePlayerItem"
{
"windows" "271"
"linux" "272"
"mac" "272"
}
"Weapon_GetSlot"
{ {
"windows" "269" "windows" "269"
"linux" "270" "linux" "270"
"mac" "270" "mac" "270"
} }
"Weapon_GetSlot"
{
"windows" "267"
"linux" "268"
"mac" "268"
}
"Ignite" "Ignite"
{ {
"windows" "208" "windows" "210"
"linux" "209" "linux" "211"
"mac" "209" "mac" "211"
} }
"Extinguish" "Extinguish"
{ {
"windows" "212" "windows" "214"
"linux" "213" "linux" "215"
"mac" "213" "mac" "215"
} }
"Teleport" "Teleport"
{ {
"windows" "108" "windows" "109"
"linux" "109" "linux" "110"
"mac" "109" "mac" "110"
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "442" "windows" "444"
"linux" "442" "linux" "444"
"mac" "442" "mac" "444"
} }
"GetVelocity" "GetVelocity"
{ {
"windows" "140" "windows" "141"
"linux" "141" "linux" "142"
"mac" "141" "mac" "142"
} }
"EyeAngles" "EyeAngles"
{ {
"windows" "131" "windows" "132"
"linux" "132" "linux" "133"
"mac" "132" "mac" "133"
} }
"AcceptInput" "AcceptInput"
{ {
@ -197,9 +197,9 @@
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "260" "windows" "262"
"linux" "261" "linux" "263"
"mac" "261" "mac" "263"
} }
"Activate" "Activate"
{ {
@ -209,15 +209,15 @@
} }
"PlayerRunCmd" "PlayerRunCmd"
{ {
"windows" "418" "windows" "420"
"linux" "419" "linux" "421"
"mac" "419" "mac" "421"
} }
"GiveAmmo" "GiveAmmo"
{ {
"windows" "251" "windows" "253"
"linux" "252" "linux" "254"
"mac" "252" "mac" "254"
} }
} }
} }