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:
parent
f2ca671d1f
commit
9fa7421122
19
gamedata/sdkhooks.games/game.dystopia.txt
Normal file
19
gamedata/sdkhooks.games/game.dystopia.txt
Normal file
@ -0,0 +1,19 @@
|
||||
"Games"
|
||||
{
|
||||
"!Dystopia"
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
"OnTakeDamage"
|
||||
{
|
||||
"windows" "62"
|
||||
"linux" "63"
|
||||
}
|
||||
"OnTakeDamage_Alive"
|
||||
{
|
||||
"windows" "275"
|
||||
"linux" "276"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -208,4 +208,8 @@
|
||||
{
|
||||
"game" "open_fortress"
|
||||
}
|
||||
"game.dystopia.txt"
|
||||
{
|
||||
"game" "!Dystopia"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user