From 097aa3fa1689d32615a5a0ec2f18377c67a5326a Mon Sep 17 00:00:00 2001 From: psychonic Date: Mon, 27 Jul 2009 16:13:55 -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 f7d5a839..ba9daa17 100644 --- a/gamedata/core.games/common.games.txt +++ b/gamedata/core.games/common.games.txt @@ -128,6 +128,7 @@ "game" "synergy" "game" "left4dead" "game" "obsidian" + "game" "empires" } "Keys" @@ -144,6 +145,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 337e5069..fcaf0d8a 100644 --- a/gamedata/sdktools.games/engine.ep1.txt +++ b/gamedata/sdktools.games/engine.ep1.txt @@ -24,7 +24,6 @@ "game" "pvkii" "game" "sourceforts" "game" "FortressForever" - "game" "empires" "game" "synergy" "game" "hidden" "game" "zombie_master" @@ -83,7 +82,6 @@ "game" "pvkii" "game" "sourceforts" "game" "FortressForever" - "game" "empires" "game" "synergy" "game" "hidden" } @@ -133,7 +131,6 @@ "game" "pvkii" "game" "sourceforts" "game" "FortressForever" - "game" "empires" "game" "synergy" "game" "hidden" "game" "zombie_master" @@ -161,7 +158,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 a7d20b6b..678b3cfd 100644 --- a/gamedata/sdktools.games/engine.ep2.txt +++ b/gamedata/sdktools.games/engine.ep2.txt @@ -20,6 +20,7 @@ "game" "tf" "game" "ageofchivalry" "game" "zps" + "game" "empires" } "Offsets" @@ -70,6 +71,7 @@ "game" "tf" "game" "ageofchivalry" "game" "zps" + "game" "empires" } "Signatures" @@ -98,6 +100,7 @@ "game" "tf" "game" "ageofchivalry" "game" "zps" + "game" "empires" } "Signatures" @@ -121,6 +124,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 4ae53cdf..872b8390 100644 --- a/gamedata/sdktools.games/game.empires.txt +++ b/gamedata/sdktools.games/game.empires.txt @@ -11,7 +11,7 @@ "Games" { - /* Empires 2 */ + /* Empires 2.24 */ "empires" { @@ -19,99 +19,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 +}