Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update gamedata for Dystopia (#2080)
Add the offsets for OnTakeDamage and OnTakeDamage_Alive for the game Dystopia, for Linux and Windows platforms. This change adds game support for the SDKHook_OnTakeDamage, and its variants.

(cherry picked from commit 9fa7421)
  • Loading branch information
Rainyan authored and psychonic committed Nov 7, 2023
1 parent 59cf1fd commit e2df761
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions gamedata/sdkhooks.games/game.dystopia.txt
@@ -0,0 +1,19 @@
"Games"
{
"!Dystopia"
{
"Offsets"
{
"OnTakeDamage"
{
"windows" "62"
"linux" "63"
}
"OnTakeDamage_Alive"
{
"windows" "275"
"linux" "276"
}
}
}
}
4 changes: 4 additions & 0 deletions gamedata/sdkhooks.games/master.games.txt
Expand Up @@ -203,4 +203,8 @@
{
"game" "open_fortress"
}
"game.dystopia.txt"
{
"game" "!Dystopia"
}
}

0 comments on commit e2df761

Please sign in to comment.