From 7e06cfb47161c83aa4b19cbc077f3c82c32813df Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 9 Apr 2011 00:29:57 -0400 Subject: [PATCH] Added gamedata for Dino d-day. --- gamedata/core.games/common.games.txt | 1 + gamedata/core.games/engine.swarm.txt | 1 + gamedata/sdktools.games/engine.swarm.txt | 68 ++---------------- gamedata/sdktools.games/game.alienswarm.txt | 58 +++++++++++++++ gamedata/sdktools.games/game.dinodday.txt | 78 +++++++++++++++++++++ gamedata/sdktools.games/master.games.txt | 8 +++ 6 files changed, 151 insertions(+), 63 deletions(-) create mode 100644 gamedata/sdktools.games/game.alienswarm.txt create mode 100644 gamedata/sdktools.games/game.dinodday.txt diff --git a/gamedata/core.games/common.games.txt b/gamedata/core.games/common.games.txt index 2e6d2e26..79f149bb 100644 --- a/gamedata/core.games/common.games.txt +++ b/gamedata/core.games/common.games.txt @@ -204,6 +204,7 @@ "game" "fas" "game" "fistful_of_frags" "game" "swarm" + "game" "dinodday" } "Keys" diff --git a/gamedata/core.games/engine.swarm.txt b/gamedata/core.games/engine.swarm.txt index 88c45f78..c577a639 100644 --- a/gamedata/core.games/engine.swarm.txt +++ b/gamedata/core.games/engine.swarm.txt @@ -17,6 +17,7 @@ "#supported" { "game" "swarm" + "game" "dinodday" } "Offsets" diff --git a/gamedata/sdktools.games/engine.swarm.txt b/gamedata/sdktools.games/engine.swarm.txt index ca95df64..0afc823b 100644 --- a/gamedata/sdktools.games/engine.swarm.txt +++ b/gamedata/sdktools.games/engine.swarm.txt @@ -17,6 +17,7 @@ "#supported" { "game" "swarm" + "game" "dinodday" } "Offsets" @@ -56,6 +57,7 @@ "#supported" { "game" "swarm" + "game" "dinodday" } "Signatures" @@ -79,6 +81,7 @@ "#supported" { "game" "swarm" + "game" "dinodday" } "Signatures" @@ -98,6 +101,7 @@ "#supported" { "game" "swarm" + "game" "dinodday" } "Offsets" @@ -172,6 +176,7 @@ "#supported" { "game" "swarm" + "game" "dinodday" } "Signatures" { @@ -181,13 +186,6 @@ "windows" "\x81\xEC\x1C\x01\x00\x00\x53\x55\x56\x8B\x71\x14\x85\xF6" } } - "Offsets" - { - "FireOutputBackup" - { - "windows" "6" - } - } } /* SetUserInfo data */ @@ -220,60 +218,4 @@ } } } - - /* Alien Swarm */ - "swarm" - { - "Offsets" - { - "Ignite" - { - "windows" "219" - } - "Extinguish" - { - "windows" "222" - } - "Teleport" - { - "windows" "111" - } - "GetVelocity" - { - "windows" "144" - } - "EyeAngles" - { - "windows" "135" - } - "AcceptInput" - { - "windows" "39" - } - "DispatchKeyValue" - { - "windows" "34" - } - "DispatchKeyValueFloat" - { - "windows" "33" - } - "DispatchKeyValueVector" - { - "windows" "31" - } - "SetEntityModel" - { - "windows" "26" - } - "Activate" - { - "windows" "36" - } - "PlayerRunCmd" - { - "windows" "442" - } - } - } } diff --git a/gamedata/sdktools.games/game.alienswarm.txt b/gamedata/sdktools.games/game.alienswarm.txt new file mode 100644 index 00000000..86369b47 --- /dev/null +++ b/gamedata/sdktools.games/game.alienswarm.txt @@ -0,0 +1,58 @@ +"Games" +{ + /* Alien Swarm */ + "swarm" + { + "Offsets" + { + "Ignite" + { + "windows" "219" + } + "Extinguish" + { + "windows" "222" + } + "Teleport" + { + "windows" "111" + } + "GetVelocity" + { + "windows" "144" + } + "EyeAngles" + { + "windows" "135" + } + "AcceptInput" + { + "windows" "39" + } + "DispatchKeyValue" + { + "windows" "34" + } + "DispatchKeyValueFloat" + { + "windows" "33" + } + "DispatchKeyValueVector" + { + "windows" "31" + } + "SetEntityModel" + { + "windows" "26" + } + "Activate" + { + "windows" "36" + } + "PlayerRunCmd" + { + "windows" "442" + } + } + } +} \ No newline at end of file diff --git a/gamedata/sdktools.games/game.dinodday.txt b/gamedata/sdktools.games/game.dinodday.txt new file mode 100644 index 00000000..5e12ff8e --- /dev/null +++ b/gamedata/sdktools.games/game.dinodday.txt @@ -0,0 +1,78 @@ +"Games" +{ + /* Dino D-Day */ + "dinodday" + { + "Offsets" + { + "GiveNamedItem" + { + "windows" "422" + } + "RemovePlayerItem" + { + "windows" "286" + } + "Weapon_GetSlot" + { + "windows" "275" + } + "Ignite" + { + "windows" "219" + } + "Extinguish" + { + "windows" "222" + } + "Teleport" + { + "windows" "111" + } + "CommitSuicide" + { + "windows" "466" + } + "GetVelocity" + { + "windows" "144" + } + "EyeAngles" + { + "windows" "135" + } + "AcceptInput" + { + "windows" "39" + } + "DispatchKeyValue" + { + "windows" "34" + } + "DispatchKeyValueFloat" + { + "windows" "33" + } + "DispatchKeyValueVector" + { + "windows" "31" + } + "SetEntityModel" + { + "windows" "26" + } + "WeaponEquip" + { + "windows" "278" + } + "Activate" + { + "windows" "36" + } + "PlayerRunCmd" + { + "windows" "442" + } + } + } +} \ No newline at end of file diff --git a/gamedata/sdktools.games/master.games.txt b/gamedata/sdktools.games/master.games.txt index b1f22e5d..c022fe30 100644 --- a/gamedata/sdktools.games/master.games.txt +++ b/gamedata/sdktools.games/master.games.txt @@ -172,4 +172,12 @@ { "game" "fistful_of_frags" } + "game.alienswarm.txt" + { + "game" "swarm" + } + "game.dinodday.txt" + { + "game" "dinodday" + } }