Update TF2 gamedata..

This commit is contained in:
Nicholas Hastings 2015-12-16 14:53:13 -05:00
parent 8370112aa4
commit bbd3d3f4b6
3 changed files with 160 additions and 160 deletions

View File

@ -37,27 +37,27 @@
} }
"OnTakeDamage_Alive" "OnTakeDamage_Alive"
{ {
"windows" "272" "windows" "273"
"linux" "273" "linux" "274"
"mac" "273" "mac" "274"
} }
"PreThink" "PreThink"
{
"windows" "332"
"linux" "333"
"mac" "333"
}
"PostThink"
{ {
"windows" "333" "windows" "333"
"linux" "334" "linux" "334"
"mac" "334" "mac" "334"
} }
"PostThink"
{
"windows" "334"
"linux" "335"
"mac" "335"
}
"Reload" "Reload"
{ {
"windows" "273" "windows" "274"
"linux" "279" "linux" "280"
"mac" "279" "mac" "280"
} }
"SetTransmit" "SetTransmit"
{ {
@ -121,34 +121,34 @@
} }
"Weapon_CanSwitchTo" "Weapon_CanSwitchTo"
{ {
"windows" "266" "windows" "267"
"linux" "267" "linux" "268"
"mac" "267" "mac" "268"
} }
"Weapon_CanUse" "Weapon_CanUse"
{
"windows" "260"
"linux" "261"
"mac" "261"
}
"Weapon_Drop"
{
"windows" "263"
"linux" "264"
"mac" "264"
}
"Weapon_Equip"
{ {
"windows" "261" "windows" "261"
"linux" "262" "linux" "262"
"mac" "262" "mac" "262"
} }
"Weapon_Switch" "Weapon_Drop"
{ {
"windows" "264" "windows" "264"
"linux" "265" "linux" "265"
"mac" "265" "mac" "265"
} }
"Weapon_Equip"
{
"windows" "262"
"linux" "263"
"mac" "263"
}
"Weapon_Switch"
{
"windows" "265"
"linux" "266"
"mac" "266"
}
} }
} }

View File

@ -1,117 +1,117 @@
/** /**
* Do not edit this file. Any changes will be overwritten by the gamedata * Do not edit this file. Any changes will be overwritten by the gamedata
* updater or by upgrading your SourceMod install. * updater or by upgrading your SourceMod install.
* *
* To override data in this file, create a subdirectory named "custom" and * To override data in this file, create a subdirectory named "custom" and
* place your own gamedata file(s) inside of it. Such files will be parsed * place your own gamedata file(s) inside of it. Such files will be parsed
* after SM's own. * after SM's own.
* *
* For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod) * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
*/ */
"Games" "Games"
{ {
/* Team Fortress 2 */ /* Team Fortress 2 */
"tf" "tf"
{ {
"Offsets" "Offsets"
{ {
"GiveNamedItem" "GiveNamedItem"
{ {
"windows" "397" "windows" "398"
"linux" "401" "linux" "402"
"mac" "401" "mac" "402"
} }
"RemovePlayerItem" "RemovePlayerItem"
{ {
"windows" "270" "windows" "271"
"linux" "271" "linux" "272"
"mac" "271" "mac" "272"
} }
"Weapon_GetSlot" "Weapon_GetSlot"
{ {
"windows" "268" "windows" "269"
"linux" "269" "linux" "270"
"mac" "269" "mac" "270"
} }
"Ignite" "Ignite"
{ {
"windows" "209" "windows" "210"
"linux" "210" "linux" "211"
"mac" "210" "mac" "211"
} }
"Extinguish" "Extinguish"
{ {
"windows" "213" "windows" "214"
"linux" "214" "linux" "215"
"mac" "214" "mac" "215"
} }
"Teleport" "Teleport"
{ {
"windows" "108" "windows" "108"
"linux" "109" "linux" "109"
"mac" "109" "mac" "109"
} }
"CommitSuicide" "CommitSuicide"
{ {
"windows" "441" "windows" "442"
"linux" "441" "linux" "442"
"mac" "441" "mac" "442"
} }
"GetVelocity" "GetVelocity"
{ {
"windows" "140" "windows" "140"
"linux" "141" "linux" "141"
"mac" "141" "mac" "141"
} }
"EyeAngles" "EyeAngles"
{ {
"windows" "131" "windows" "131"
"linux" "132" "linux" "132"
"mac" "132" "mac" "132"
} }
"SetEntityModel" "SetEntityModel"
{ {
"windows" "24" "windows" "24"
"linux" "25" "linux" "25"
"mac" "25" "mac" "25"
} }
"AcceptInput" "AcceptInput"
{ {
"windows" "36" "windows" "36"
"linux" "37" "linux" "37"
"mac" "37" "mac" "37"
} }
"WeaponEquip" "WeaponEquip"
{ {
"windows" "261" "windows" "262"
"linux" "262" "linux" "263"
"mac" "262" "mac" "263"
} }
"Activate" "Activate"
{ {
"windows" "33" "windows" "33"
"linux" "34" "linux" "34"
"mac" "34" "mac" "34"
} }
"PlayerRunCmd" "PlayerRunCmd"
{ {
"windows" "418" "windows" "419"
"linux" "419" "linux" "420"
"mac" "419" "mac" "420"
} }
"GiveAmmo" "GiveAmmo"
{ {
"windows" "252" "windows" "253"
"linux" "253" "linux" "254"
"mac" "253" "mac" "254"
} }
} }
"Keys" "Keys"
{ {
"GameRulesProxy" "CTFGameRulesProxy" "GameRulesProxy" "CTFGameRulesProxy"
"GameRulesDataTable" "tf_gamerules_data" "GameRulesDataTable" "tf_gamerules_data"
} }
} }
} }

View File

@ -113,36 +113,36 @@
{ {
"ForceRespawn" "ForceRespawn"
{ {
"windows" "325" "windows" "326"
"linux" "326" "linux" "327"
"mac" "326" "mac" "327"
} }
"CalcIsAttackCriticalHelper" "CalcIsAttackCriticalHelper"
{
"windows" "385"
"linux" "392"
"mac" "392"
}
"CalcIsAttackCriticalHelperNoCrits"
{ {
"windows" "386" "windows" "386"
"linux" "393" "linux" "393"
"mac" "393" "mac" "393"
} }
"CalcIsAttackCriticalHelperNoCrits"
{
"windows" "387"
"linux" "394"
"mac" "394"
}
// CTFGameRules::IsHolidayActive // CTFGameRules::IsHolidayActive
"IsHolidayActive" "IsHolidayActive"
{ {
"windows" "138" "windows" "139"
"linux" "139" "linux" "140"
"mac" "139" "mac" "140"
} }
"RemoveWearable" "RemoveWearable"
{ {
"windows" "427" "windows" "428"
"linux" "428" "linux" "429"
"mac" "428" "mac" "429"
} }
} }
} }