From b7757d71bf5708c33a822c567f5faf455021b019 Mon Sep 17 00:00:00 2001 From: psychonic Date: Mon, 27 Jul 2009 16:17:13 -0700 Subject: [PATCH] Insurgency gamedata updates (bug 3511, r=dvander) --- gamedata/sdktools.games/game.insurgency.txt | 33 +++++++++++++-------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/gamedata/sdktools.games/game.insurgency.txt b/gamedata/sdktools.games/game.insurgency.txt index 6a81ba9e..ebedd446 100644 --- a/gamedata/sdktools.games/game.insurgency.txt +++ b/gamedata/sdktools.games/game.insurgency.txt @@ -11,36 +11,36 @@ "Games" { - /* Insurgency */ + /* Insurgency (2009-07-10) */ "insurgency" { "Offsets" { /* CBasePlayer */ "Ignite" - { - "windows" "174" - "linux" "175" - } - "Extinguish" { "windows" "175" "linux" "176" } + "Extinguish" + { + "windows" "176" + "linux" "177" + } "Teleport" { - "windows" "90" - "linux" "91" + "windows" "91" + "linux" "92" } "GetVelocity" { - "windows" "115" - "linux" "116" + "windows" "116" + "linux" "117" } "EyeAngles" { - "windows" "107" - "linux" "108" + "windows" "108" + "linux" "109" } "AcceptInput" { @@ -83,5 +83,14 @@ "linux" "289" } } + "Signatures" + { + "FireOutput" + { + "library" "server" + "windows" "\x81\xEC\x20\x01\x00\x00\x53\x55\x56\x8B\x71\x14" + "linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f" + } + } } } \ No newline at end of file