From 02e210ae027ef760d474e439316d734afbf3dd23 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 21 Dec 2007 06:05:48 +0000 Subject: [PATCH] added support for Hidden:Source --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401816 --- gamedata/sdktools.games.txt | 94 +++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) diff --git a/gamedata/sdktools.games.txt b/gamedata/sdktools.games.txt index fb742734..b7962f52 100644 --- a/gamedata/sdktools.games.txt +++ b/gamedata/sdktools.games.txt @@ -43,6 +43,7 @@ "game" "FortressForever" "game" "empires" "game" "synergy" + "game" "hidden" } "Offsets" @@ -102,6 +103,7 @@ "game" "FortressForever" "game" "empires" "game" "synergy" + "game" "hidden" } "Offsets" @@ -153,6 +155,7 @@ "game" "FortressForever" "game" "empires" "game" "synergy" + "game" "hidden" } "Offsets" @@ -201,6 +204,7 @@ "game" "FortressForever" "game" "empires" "game" "synergy" + "game" "hidden" } "Signatures" @@ -1322,5 +1326,95 @@ } } } + + /* Hidden:Source Beta 4b */ + "hidden" + { + "Offsets" + { + /* CBasePlayer */ + "GiveNamedItem" + { + "windows" "348" + "linux" "349" + } + "RemovePlayerItem" + { + "windows" "207" + "linux" "208" + } + "Weapon_GetSlot" + { + "windows" "205" + "linux" "206" + } + "Ignite" + { + "windows" "170" + "linux" "171" + } + "Extinguish" + { + "windows" "171" + "linux" "172" + } + "Teleport" + { + "windows" "90" + "linux" "91" + } + "GetVelocity" + { + "windows" "114" + "linux" "115" + } + "EyeAngles" + { + "windows" "106" + "linux" "107" + } + "DispatchKeyValue" + { + "windows" "30" + "linux" "29" + } + "DispatchKeyValueFloat" + { + "windows" "29" + "linux" "30" + } + "DispatchKeyValueVector" + { + "windows" "28" + "linux" "31" + } + "AcceptInput" + { + "windows" "34" + "linux" "35" + } + "SetEntityModel" + { + "windows" "25" + "linux" "26" + } + + "TE_GetServerClass" + { + "windows" "0" + "linux" "0" + } + } + + "Signatures" + { + "DispatchSpawn" + { + "library" "server" + "linux" "@_Z13DispatchSpawnP11CBaseEntity" + "windows" "\x53\x56\x8B\x74\x24\x0C\x85\xF6\x57\x0F\x84\x2A\x2A\x2A\x2A\x8B\x1D\x2A\x2A\x2A\x2A\x8B\x03\x8B\xCB\xFF\x50\x14" + } + } + } }