Skip to content

Commit

Permalink
Update gamedata for Dystopia (#2080)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Rainyan committed Nov 7, 2023
1 parent f2ca671 commit 9fa7421
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,8 @@
{
"game" "open_fortress"
}
"game.dystopia.txt"
{
"game" "!Dystopia"
}
}

0 comments on commit 9fa7421

Please sign in to comment.