From 7747beb4cffa90bf42d40e9ca27de6e85258ee55 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Tue, 7 Nov 2023 19:35:34 -0500 Subject: [PATCH] Add remaining SDKHooks gamedata for Dystopia --- gamedata/sdkhooks.games/game.dystopia.txt | 110 ++++++++++++++++++++++ 1 file changed, 110 insertions(+) diff --git a/gamedata/sdkhooks.games/game.dystopia.txt b/gamedata/sdkhooks.games/game.dystopia.txt index ee9f6d33e..f0917f1d6 100644 --- a/gamedata/sdkhooks.games/game.dystopia.txt +++ b/gamedata/sdkhooks.games/game.dystopia.txt @@ -4,6 +4,26 @@ { "Offsets" { + "EndTouch" + { + "windows" "100" + "linux" "101" + } + "FireBullets" + { + "windows" "112" + "linux" "113" + } + "GetMaxHealth" + { + "windows" "117" + "linux" "118" + } + "GroundEntChanged" + { + "windows" "177" + "linux" "178" + } "OnTakeDamage" { "windows" "62" @@ -14,6 +34,96 @@ "windows" "275" "linux" "276" } + "PreThink" + { + "windows" "335" + "linux" "336" + } + "PostThink" + { + "windows" "336" + "linux" "337" + } + "Reload" + { + "windows" "274" + "linux" "275" + } + "SetTransmit" + { + "windows" "20" + "linux" "21" + } + "ShouldCollide" + { + "windows" "16" + "linux" "17" + } + "Spawn" + { + "windows" "22" + "linux" "23" + } + "StartTouch" + { + "windows" "98" + "linux" "99" + } + "Think" + { + "windows" "47" + "linux" "48" + } + "Touch" + { + "windows" "99" + "linux" "100" + } + "TraceAttack" + { + "windows" "60" + "linux" "61" + } + "Use" + { + "windows" "97" + "linux" "98" + } + "VPhysicsUpdate" + { + "windows" "157" + "linux" "158" + } + "Blocked" + { + "windows" "102" + "linux" "103" + } + "Weapon_CanSwitchTo" + { + "windows" "269" + "linux" "270" + } + "Weapon_CanUse" + { + "windows" "263" + "linux" "264" + } + "Weapon_Drop" + { + "windows" "266" + "linux" "267" + } + "Weapon_Equip" + { + "windows" "264" + "linux" "265" + } + "Weapon_Switch" + { + "windows" "267" + "linux" "268" + } } } } \ No newline at end of file