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.
This commit is contained in:
Rain 2023-11-07 13:20:45 +00:00 committed by GitHub
parent f2ca671d1f
commit 9fa7421122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,19 @@
"Games"
{
"!Dystopia"
{
"Offsets"
{
"OnTakeDamage"
{
"windows" "62"
"linux" "63"
}
"OnTakeDamage_Alive"
{
"windows" "275"
"linux" "276"
}
}
}
}

View File

@ -208,4 +208,8 @@
{
"game" "open_fortress"
}
"game.dystopia.txt"
{
"game" "!Dystopia"
}
}