From 82cb558335a8d44186eec29e3c01299c60361cd9 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Mon, 30 Jun 2008 05:41:44 +0000 Subject: [PATCH] Updated DOD:S Beta offsets Added FireOutput support for DOD:S (amb1749) --HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402308 --- gamedata/sdktools.games.ep2.txt | 32 ++++++------- gamedata/sdktools.games.txt | 81 +++++++++++++++++---------------- 2 files changed, 57 insertions(+), 56 deletions(-) diff --git a/gamedata/sdktools.games.ep2.txt b/gamedata/sdktools.games.ep2.txt index 6f9106d0..d6890abc 100644 --- a/gamedata/sdktools.games.ep2.txt +++ b/gamedata/sdktools.games.ep2.txt @@ -331,23 +331,23 @@ { "RemovePlayerItem" { - "windows" "237" - "linux" "238" + "windows" "238" + "linux" "239" } "Weapon_GetSlot" { - "windows" "235" - "linux" "236" + "windows" "236" + "linux" "237" } "Ignite" { - "windows" "192" - "linux" "193" + "windows" "193" + "linux" "194" } "Extinguish" { - "windows" "196" - "linux" "197" + "windows" "197" + "linux" "198" } "Teleport" { @@ -356,18 +356,18 @@ } "CommitSuicide" { - "windows" "386" - "linux" "386" + "windows" "388" + "linux" "388" } "GetVelocity" { - "windows" "129" - "linux" "130" + "windows" "130" + "linux" "131" } "EyeAngles" { - "windows" "121" - "linux" "122" + "windows" "122" + "linux" "123" } "AcceptInput" { @@ -396,8 +396,8 @@ } "WeaponEquip" { - "windows" "228" - "linux" "229" + "windows" "229" + "linux" "230" } "Activate" { diff --git a/gamedata/sdktools.games.txt b/gamedata/sdktools.games.txt index a081fba1..3c84fa0f 100644 --- a/gamedata/sdktools.games.txt +++ b/gamedata/sdktools.games.txt @@ -248,6 +248,47 @@ } } } + + /* EntityFactoryDictionary function */ + "#default" + { + "Signatures" + { + "EntityFactory" + { + "library" "server" + "windows" "\xB8\x01\x00\x00\x00\x84\x2A\x2A\x2A\x2A\x2A\x75\x1D\x09\x2A\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\xB8\x2A\x2A\x2A\x2A\xC3" + "linux" "@_Z23EntityFactoryDictionaryv" + } + } + } + /* CBaseEntityOutput::FireOutput */ + "#default" + { + "#supported" + { + "game" "cstrike" + "game" "dod" + "game" "hl2mp" + } + "Signatures" + { + "FireOutput" + { + "library" "server" + "windows" "\x81\xEC\x1C\x03\x00\x00\x53\x55\x56\x8B\x71\x14" + "linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f" + } + } + "Offsets" + { + "FireOutputBackup" + { + "windows" "6" + "linux" "6" + } + } + } /* Counter-Strike: Source */ "cstrike" @@ -1818,45 +1859,5 @@ } } } - - /* EntityFactoryDictionary function */ - "#default" - { - "Signatures" - { - "EntityFactory" - { - "library" "server" - "windows" "\xB8\x01\x00\x00\x00\x84\x2A\x2A\x2A\x2A\x2A\x75\x1D\x09\x2A\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x83\xC4\x04\xB8\x2A\x2A\x2A\x2A\xC3" - "linux" "@_Z23EntityFactoryDictionaryv" - } - } - } - /* CBaseEntityOutput::FireOutput */ - "#default" - { - "#supported" - { - "game" "cstrike" - "game" "hl2mp" - } - "Signatures" - { - "FireOutput" - { - "library" "server" - "windows" "\x81\xEC\x1C\x03\x00\x00\x53\x55\x56\x8B\x71\x14" - "linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f" - } - } - "Offsets" - { - "FireOutputBackup" - { - "windows" "6" - "linux" "6" - } - } - } }