From 02c062a380a454dfa4a77c311e5cb02e10342429 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 3 Dec 2007 23:00:34 +0000 Subject: [PATCH] added empires mod support to sdktools --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401760 --- gamedata/sdktools.games.txt | 98 +++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/gamedata/sdktools.games.txt b/gamedata/sdktools.games.txt index 18fa31a6..e2a6815d 100644 --- a/gamedata/sdktools.games.txt +++ b/gamedata/sdktools.games.txt @@ -40,6 +40,7 @@ "game" "!Pirates, Vikings and Knights II" "game" "!SourceForts v1.9.2" "game" "FortressForever" + "game" "empires" } "Offsets" @@ -96,6 +97,7 @@ "game" "!Pirates, Vikings and Knights II" "game" "!SourceForts v1.9.2" "game" "FortressForever" + "game" "empires" } "Offsets" @@ -144,6 +146,7 @@ "game" "!Pirates, Vikings and Knights II" "game" "!SourceForts v1.9.2" "game" "FortressForever" + "game" "empires" } "Offsets" @@ -189,6 +192,7 @@ "game" "!Insurgency" "game" "!Pirates, Vikings and Knights II" "game" "FortressForever" + "game" "empires" } "Signatures" @@ -1088,5 +1092,99 @@ } } } + + /* Empires 2 */ + "empires" + { + + "Offsets" + { + "GiveNamedItem" + { + "windows" "332" + "linux" "333" + } + "RemovePlayerItem" + { + "windows" "230" + "linux" "231" + } + "Weapon_GetSlot" + { + "windows" "228" + "linux" "229" + } + "Ignite" + { + "windows" "192" + "linux" "193" + } + "Extinguish" + { + "windows" "193" + "linux" "194" + } + "Teleport" + { + "windows" "102" + "linux" "103" + } + "CommitSuicide" + { + "windows" "360" + "linux" "361" + } + "GetVelocity" + { + "windows" "130" + "linux" "131" + } + "EyeAngles" + { + "windows" "122" + "linux" "123" + } + "AcceptInput" + { + "windows" "36" + "linux" "37" + } + "DispatchKeyValue" + { + "windows" "31" + "linux" "30" + } + "DispatchKeyValueFloat" + { + "windows" "30" + "linux" "31" + } + "DispatchKeyValueVector" + { + "windows" "29" + "linux" "32" + } + "SetEntityModel" + { + "windows" "25" + "linux" "26" + } + + /* Offset into LevelShutdown for CGlobalEntList */ + "gEntList" + { + "windows" "64" + } + } + + "Signatures" + { + "LevelShutdown" + { + "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" + } + } + } }