From bbd3d3f4b6d36e209d5cc9f19642976c5e4caaec Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 16 Dec 2015 14:53:13 -0500 Subject: [PATCH] Update TF2 gamedata.. --- gamedata/sdkhooks.games/engine.ep2v.txt | 56 +++--- gamedata/sdktools.games/game.tf.txt | 234 ++++++++++++------------ gamedata/sm-tf2.games.txt | 30 +-- 3 files changed, 160 insertions(+), 160 deletions(-) diff --git a/gamedata/sdkhooks.games/engine.ep2v.txt b/gamedata/sdkhooks.games/engine.ep2v.txt index 5255ce11..7e9034a8 100644 --- a/gamedata/sdkhooks.games/engine.ep2v.txt +++ b/gamedata/sdkhooks.games/engine.ep2v.txt @@ -37,27 +37,27 @@ } "OnTakeDamage_Alive" { - "windows" "272" - "linux" "273" - "mac" "273" + "windows" "273" + "linux" "274" + "mac" "274" } "PreThink" - { - "windows" "332" - "linux" "333" - "mac" "333" - } - "PostThink" { "windows" "333" "linux" "334" "mac" "334" } + "PostThink" + { + "windows" "334" + "linux" "335" + "mac" "335" + } "Reload" { - "windows" "273" - "linux" "279" - "mac" "279" + "windows" "274" + "linux" "280" + "mac" "280" } "SetTransmit" { @@ -121,34 +121,34 @@ } "Weapon_CanSwitchTo" { - "windows" "266" - "linux" "267" - "mac" "267" + "windows" "267" + "linux" "268" + "mac" "268" } "Weapon_CanUse" - { - "windows" "260" - "linux" "261" - "mac" "261" - } - "Weapon_Drop" - { - "windows" "263" - "linux" "264" - "mac" "264" - } - "Weapon_Equip" { "windows" "261" "linux" "262" "mac" "262" } - "Weapon_Switch" + "Weapon_Drop" { "windows" "264" "linux" "265" "mac" "265" } + "Weapon_Equip" + { + "windows" "262" + "linux" "263" + "mac" "263" + } + "Weapon_Switch" + { + "windows" "265" + "linux" "266" + "mac" "266" + } } } diff --git a/gamedata/sdktools.games/game.tf.txt b/gamedata/sdktools.games/game.tf.txt index bba489f8..94c81a72 100644 --- a/gamedata/sdktools.games/game.tf.txt +++ b/gamedata/sdktools.games/game.tf.txt @@ -1,117 +1,117 @@ -/** - * Do not edit this file. Any changes will be overwritten by the gamedata - * updater or by upgrading your SourceMod install. - * - * 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 - * after SM's own. - * - * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod) - */ - -"Games" -{ - /* Team Fortress 2 */ - "tf" - { - "Offsets" - { - "GiveNamedItem" - { - "windows" "397" - "linux" "401" - "mac" "401" - } - "RemovePlayerItem" - { - "windows" "270" - "linux" "271" - "mac" "271" - } - "Weapon_GetSlot" - { - "windows" "268" - "linux" "269" - "mac" "269" - } - "Ignite" - { - "windows" "209" - "linux" "210" - "mac" "210" - } - "Extinguish" - { - "windows" "213" - "linux" "214" - "mac" "214" - } - "Teleport" - { - "windows" "108" - "linux" "109" - "mac" "109" - } - "CommitSuicide" - { - "windows" "441" - "linux" "441" - "mac" "441" - } - "GetVelocity" - { - "windows" "140" - "linux" "141" - "mac" "141" - } - "EyeAngles" - { - "windows" "131" - "linux" "132" - "mac" "132" - } - "SetEntityModel" - { - "windows" "24" - "linux" "25" - "mac" "25" - } - "AcceptInput" - { - "windows" "36" - "linux" "37" - "mac" "37" - } - "WeaponEquip" - { - "windows" "261" - "linux" "262" - "mac" "262" - } - "Activate" - { - "windows" "33" - "linux" "34" - "mac" "34" - } - "PlayerRunCmd" - { - "windows" "418" - "linux" "419" - "mac" "419" - } - "GiveAmmo" - { - "windows" "252" - "linux" "253" - "mac" "253" - } - } - - "Keys" - { - "GameRulesProxy" "CTFGameRulesProxy" - "GameRulesDataTable" "tf_gamerules_data" - } - } -} +/** + * Do not edit this file. Any changes will be overwritten by the gamedata + * updater or by upgrading your SourceMod install. + * + * 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 + * after SM's own. + * + * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod) + */ + +"Games" +{ + /* Team Fortress 2 */ + "tf" + { + "Offsets" + { + "GiveNamedItem" + { + "windows" "398" + "linux" "402" + "mac" "402" + } + "RemovePlayerItem" + { + "windows" "271" + "linux" "272" + "mac" "272" + } + "Weapon_GetSlot" + { + "windows" "269" + "linux" "270" + "mac" "270" + } + "Ignite" + { + "windows" "210" + "linux" "211" + "mac" "211" + } + "Extinguish" + { + "windows" "214" + "linux" "215" + "mac" "215" + } + "Teleport" + { + "windows" "108" + "linux" "109" + "mac" "109" + } + "CommitSuicide" + { + "windows" "442" + "linux" "442" + "mac" "442" + } + "GetVelocity" + { + "windows" "140" + "linux" "141" + "mac" "141" + } + "EyeAngles" + { + "windows" "131" + "linux" "132" + "mac" "132" + } + "SetEntityModel" + { + "windows" "24" + "linux" "25" + "mac" "25" + } + "AcceptInput" + { + "windows" "36" + "linux" "37" + "mac" "37" + } + "WeaponEquip" + { + "windows" "262" + "linux" "263" + "mac" "263" + } + "Activate" + { + "windows" "33" + "linux" "34" + "mac" "34" + } + "PlayerRunCmd" + { + "windows" "419" + "linux" "420" + "mac" "420" + } + "GiveAmmo" + { + "windows" "253" + "linux" "254" + "mac" "254" + } + } + + "Keys" + { + "GameRulesProxy" "CTFGameRulesProxy" + "GameRulesDataTable" "tf_gamerules_data" + } + } +} diff --git a/gamedata/sm-tf2.games.txt b/gamedata/sm-tf2.games.txt index 07e037d9..1d5f3322 100644 --- a/gamedata/sm-tf2.games.txt +++ b/gamedata/sm-tf2.games.txt @@ -113,36 +113,36 @@ { "ForceRespawn" { - "windows" "325" - "linux" "326" - "mac" "326" + "windows" "326" + "linux" "327" + "mac" "327" } "CalcIsAttackCriticalHelper" - { - "windows" "385" - "linux" "392" - "mac" "392" - } - "CalcIsAttackCriticalHelperNoCrits" { "windows" "386" "linux" "393" "mac" "393" } + "CalcIsAttackCriticalHelperNoCrits" + { + "windows" "387" + "linux" "394" + "mac" "394" + } // CTFGameRules::IsHolidayActive "IsHolidayActive" { - "windows" "138" - "linux" "139" - "mac" "139" + "windows" "139" + "linux" "140" + "mac" "140" } "RemoveWearable" { - "windows" "427" - "linux" "428" - "mac" "428" + "windows" "428" + "linux" "429" + "mac" "429" } } }