From 72eeebb59f569fbfe15719a7330b6a4d4f4f79da Mon Sep 17 00:00:00 2001 From: psychonic Date: Mon, 27 Jul 2009 16:30:10 -0700 Subject: [PATCH] Empires gamedata updates (bug 3500, r=dvander) --- gamedata/core.games/common.games.txt | 2 + gamedata/sdktools.games/engine.ep1.txt | 4 - gamedata/sdktools.games/engine.ep2.txt | 4 + gamedata/sdktools.games/game.empires.txt | 94 +++++++++++------------- 4 files changed, 48 insertions(+), 56 deletions(-) diff --git a/gamedata/core.games/common.games.txt b/gamedata/core.games/common.games.txt index d403def2..4d162183 100644 --- a/gamedata/core.games/common.games.txt +++ b/gamedata/core.games/common.games.txt @@ -118,6 +118,7 @@ "game" "left4dead" "game" "obsidian" "game" "zps" + "game" "empires" } "Keys" @@ -134,6 +135,7 @@ "game" "tf" "game" "synergy" "game" "dod" + "game" "empires" } "Keys" diff --git a/gamedata/sdktools.games/engine.ep1.txt b/gamedata/sdktools.games/engine.ep1.txt index 43fd1999..a114329a 100644 --- a/gamedata/sdktools.games/engine.ep1.txt +++ b/gamedata/sdktools.games/engine.ep1.txt @@ -13,7 +13,6 @@ "game" "pvkii" "game" "sourceforts" "game" "FortressForever" - "game" "empires" "game" "synergy" "game" "hidden" "game" "zombie_master" @@ -72,7 +71,6 @@ "game" "pvkii" "game" "sourceforts" "game" "FortressForever" - "game" "empires" "game" "synergy" "game" "hidden" } @@ -122,7 +120,6 @@ "game" "pvkii" "game" "sourceforts" "game" "FortressForever" - "game" "empires" "game" "synergy" "game" "hidden" "game" "zombie_master" @@ -170,7 +167,6 @@ "game" "insurgency" "game" "pvkii" "game" "sourceforts" - "game" "empires" "game" "synergy" "game" "hidden" "game" "FortressForever" diff --git a/gamedata/sdktools.games/engine.ep2.txt b/gamedata/sdktools.games/engine.ep2.txt index 8f80e1f9..325db381 100644 --- a/gamedata/sdktools.games/engine.ep2.txt +++ b/gamedata/sdktools.games/engine.ep2.txt @@ -9,6 +9,7 @@ "game" "tf" "game" "ageofchivalry" "game" "zps" + "game" "empires" } "Offsets" @@ -59,6 +60,7 @@ "game" "tf" "game" "ageofchivalry" "game" "zps" + "game" "empires" } "Signatures" @@ -87,6 +89,7 @@ "game" "tf" "game" "ageofchivalry" "game" "zps" + "game" "empires" } "Offsets" @@ -130,6 +133,7 @@ "game" "tf" "game" "ageofchivalry" "game" "zps" + "game" "empires" } "Offsets" diff --git a/gamedata/sdktools.games/game.empires.txt b/gamedata/sdktools.games/game.empires.txt index 2ee37fc5..d260a455 100644 --- a/gamedata/sdktools.games/game.empires.txt +++ b/gamedata/sdktools.games/game.empires.txt @@ -1,6 +1,6 @@ "Games" { - /* Empires 2 */ + /* Empires 2.24 */ "empires" { @@ -8,99 +8,89 @@ { "GiveNamedItem" { - "windows" "332" - "linux" "333" + "windows" "354" + "linux" "355" } "RemovePlayerItem" { - "windows" "230" - "linux" "231" + "windows" "241" + "linux" "242" } "Weapon_GetSlot" { - "windows" "228" - "linux" "229" + "windows" "239" + "linux" "240" } "Ignite" { - "windows" "192" - "linux" "193" + "windows" "196" + "linux" "197" } "Extinguish" { - "windows" "193" - "linux" "194" + "windows" "200" + "linux" "201" } "Teleport" { - "windows" "102" - "linux" "103" + "windows" "104" + "linux" "105" } "CommitSuicide" { - "windows" "360" - "linux" "361" + "windows" "401" + "linux" "402" } "GetVelocity" { - "windows" "130" - "linux" "131" + "windows" "133" + "linux" "134" } "EyeAngles" { - "windows" "122" - "linux" "123" - } - "AcceptInput" - { - "windows" "36" - "linux" "37" + "windows" "125" + "linux" "126" } "DispatchKeyValue" { - "windows" "31" - "linux" "30" + "windows" "29" + "linux" "28" } "DispatchKeyValueFloat" { - "windows" "30" - "linux" "31" + "windows" "28" + "linux" "29" } "DispatchKeyValueVector" { - "windows" "29" - "linux" "32" + "windows" "27" + "linux" "30" } - "SetEntityModel" + "AcceptInput" { - "windows" "25" - "linux" "26" - } - "WeaponEquip" - { - "windows" "221" - "linux" "222" + "windows" "35" + "linux" "36" } "Activate" { - "windows" "32" - "linux" "33" + "windows" "31" + "linux" "32" } - - /* Offset into LevelShutdown for CGlobalEntList */ - "gEntList" + "TakeHealth" { - "windows" "64" + "windows" "62" + "linux" "63" } - } - - "Signatures" - { - "LevelShutdown" + "ChangeTeam" { - "library" "server" - "windows" "\x8B\x0D\x2A\x2A\x2A\x2A\x85\xC9\x74\x2B\x56\xE8\x2A\x2A\x2A\x2A\x8B\x0D\x2A\x2A\x2A\x2A\x85\xC9\x8B\xF1\x74\x0E" + "windows" "87" + "linux" "88" + } + "SetEntityModel" + { + "windows" "23" + "linux" "24" } } } -} \ No newline at end of file +}