From 7807f3e31a2a41caaf0e753c0cafdc5fea264421 Mon Sep 17 00:00:00 2001 From: The DOO Date: Wed, 7 Jan 2009 03:33:45 -0500 Subject: [PATCH] Added basic SDKTools/core support for Obsidian Conflict (bug 2699). --- gamedata/core.games.txt | 2 + gamedata/sdktools.games.ep2.txt | 88 +++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) diff --git a/gamedata/core.games.txt b/gamedata/core.games.txt index b6438822..56d6eeae 100644 --- a/gamedata/core.games.txt +++ b/gamedata/core.games.txt @@ -93,6 +93,7 @@ "game" "synergy" "game" "FortressForever" "game" "ageofchivalry" + "game" "obsidian" } "Keys" @@ -112,6 +113,7 @@ "game" "sourceforts" "game" "tf" "game" "ageofchivalry" + "game" "obsidian" } "Keys" diff --git a/gamedata/sdktools.games.ep2.txt b/gamedata/sdktools.games.ep2.txt index 7b6189f1..e9a2cbb4 100644 --- a/gamedata/sdktools.games.ep2.txt +++ b/gamedata/sdktools.games.ep2.txt @@ -544,4 +544,92 @@ } } } + + /* Obsidian Conflict 1.3 */ + "obsidian" + { + "Offsets" + { + "GiveNamedItem" + { + "windows" "350" + "linux" "351" + } + "RemovePlayerItem" + { + "windows" "237" + "linux" "238" + } + "Weapon_GetSlot" + { + "windows" "235" + "linux" "236" + } + "Ignite" + { + "windows" "190" + "linux" "191" + } + "Extinguish" + { + "windows" "194" + "linux" "195" + } + "Teleport" + { + "windows" "100" + "linux" "101" + } + "CommitSuicide" + { + "windows" "393" + "linux" "393" + } + "GetVelocity" + { + "windows" "127" + "linux" "128" + } + "EyeAngles" + { + "windows" "119" + "linux" "120" + } + "AcceptInput" + { + "windows" "34" + "linux" "35" + } + "DispatchKeyValue" + { + "windows" "29" + "linux" "28" + } + "DispatchKeyValueFloat" + { + "windows" "28" + "linux" "29" + } + "DispatchKeyValueVector" + { + "windows" "27" + "linux" "30" + } + "SetEntityModel" + { + "windows" "23" + "linux" "24" + } + "WeaponEquip" + { + "windows" "228" + "linux" "229" + } + "Activate" + { + "windows" "31" + "linux" "32" + } + } + } }