Skip to content

Commit

Permalink
Add remaining SDKHooks gamedata for Dystopia
Browse files Browse the repository at this point in the history
(cherry picked from commit 7747beb)
  • Loading branch information
psychonic committed Nov 8, 2023
1 parent e2df761 commit efd526f
Showing 1 changed file with 110 additions and 0 deletions.
110 changes: 110 additions & 0 deletions gamedata/sdkhooks.games/game.dystopia.txt
Expand Up @@ -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"
Expand All @@ -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"
}
}
}
}

0 comments on commit efd526f

Please sign in to comment.