From 73c824620480addb5349137e3de4e001d9a09dcc Mon Sep 17 00:00:00 2001 From: Fyren Date: Thu, 21 May 2009 20:43:22 -0700 Subject: [PATCH] Preliminary TF2 gamedata changes --- gamedata/sdktools.games/game.tf.txt | 42 ++++++++++++++--------------- gamedata/sm-tf2.games.txt | 6 ++--- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/gamedata/sdktools.games/game.tf.txt b/gamedata/sdktools.games/game.tf.txt index b39c83e5..328a0236 100644 --- a/gamedata/sdktools.games/game.tf.txt +++ b/gamedata/sdktools.games/game.tf.txt @@ -18,48 +18,48 @@ { "GiveNamedItem" { - "windows" "406" - "linux" "410" + "windows" "421" + "linux" "426" } "RemovePlayerItem" { - "windows" "238" - "linux" "239" + "windows" "243" + "linux" "244" } "Weapon_GetSlot" { - "windows" "236" - "linux" "237" + "windows" "241" + "linux" "242" } "Ignite" { - "windows" "193" - "linux" "194" + "windows" "198" + "linux" "199" } "Extinguish" { - "windows" "197" - "linux" "198" + "windows" "202" + "linux" "203" } "Teleport" { - "windows" "100" - "linux" "101" + "windows" "105" + "linux" "106" } "CommitSuicide" { - "windows" "391" - "linux" "391" + "windows" "397" + "linux" "397" } "GetVelocity" { - "windows" "130" - "linux" "131" + "windows" "135" + "linux" "136" } "EyeAngles" { - "windows" "122" - "linux" "123" + "windows" "127" + "linux" "128" } "DispatchKeyValue" { @@ -88,8 +88,8 @@ } "WeaponEquip" { - "windows" "229" - "linux" "230" + "windows" "234" + "linux" "235" } "Activate" { @@ -103,4 +103,4 @@ } } } -} \ No newline at end of file +} diff --git a/gamedata/sm-tf2.games.txt b/gamedata/sm-tf2.games.txt index ba8c2ec7..3d33fc06 100644 --- a/gamedata/sm-tf2.games.txt +++ b/gamedata/sm-tf2.games.txt @@ -50,9 +50,9 @@ { "ForceRespawn" { - "windows" "281" - "linux" "282" + "windows" "287" + "linux" "288" } } } -} \ No newline at end of file +}