From 4ec75fbfe4874890669b605c956fea9a44360be9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 9 Dec 2007 19:33:25 +0000 Subject: [PATCH] added amb1257 - synergy support for sdktools --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401782 --- gamedata/sdktools.games.txt | 78 +++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/gamedata/sdktools.games.txt b/gamedata/sdktools.games.txt index aadea07f..fb742734 100644 --- a/gamedata/sdktools.games.txt +++ b/gamedata/sdktools.games.txt @@ -42,6 +42,7 @@ "game" "$SourceForts v1.9.3" "game" "FortressForever" "game" "empires" + "game" "synergy" } "Offsets" @@ -100,6 +101,7 @@ "game" "$SourceForts v1.9.3" "game" "FortressForever" "game" "empires" + "game" "synergy" } "Offsets" @@ -150,6 +152,7 @@ "game" "$SourceForts v1.9.3" "game" "FortressForever" "game" "empires" + "game" "synergy" } "Offsets" @@ -197,6 +200,7 @@ "game" "$SourceForts v1.9.3" "game" "FortressForever" "game" "empires" + "game" "synergy" } "Signatures" @@ -1244,5 +1248,79 @@ } } } + + /* Synergy Release 1 */ + "synergy" + { + "Offsets" + { + /* CBasePlayer */ + "GiveNamedItem" + { + "windows" "334" + "linux" "335" + } + "RemovePlayerItem" + { + "windows" "226" + "linux" "227" + } + "Weapon_GetSlot" + { + "windows" "224" + "linux" "225" + } + "Ignite" + { + "windows" "188" + "linux" "189" + } + "Extinguish" + { + "windows" "189" + "linux" "190" + } + "Teleport" + { + "windows" "98" + "linux" "99" + } + "GetVelocity" + { + "windows" "126" + "linux" "127" + } + "EyeAngles" + { + "windows" "118" + "linux" "119" + } + "DispatchKeyValue" + { + "windows" "31" + "linux" "30" + } + "DispatchKeyValueFloat" + { + "windows" "30" + "linux" "31" + } + "DispatchKeyValueVector" + { + "windows" "29" + "linux" "32" + } + "AcceptInput" + { + "windows" "35" + "linux" "36" + } + "SetEntityModel" + { + "windows" "25" + "linux" "26" + } + } + } }