Update gamedata for l4d2 (#2111)

* update gamedata for l4d2

* undo findentitybyclassname sig change

* update gEntList offset accordingly

---------

Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>
This commit is contained in:
Benoist 2024-02-02 22:10:42 +01:00 committed by GitHub
parent 7bb9da2a26
commit 35ac74c7a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -25,14 +25,14 @@
/* Offset into LevelShutdown */ /* Offset into LevelShutdown */
"gEntList" "gEntList"
{ {
"windows" "11" "windows" "40"
} }
"EntInfo" "EntInfo"
{ {
"windows" "4" "windows" "4"
"linux" "4" "linux" "4"
"mac" "4" "mac" "4"
} }
} }
@ -41,13 +41,13 @@
"LevelShutdown" "LevelShutdown"
{ {
"library" "server" "library" "server"
"windows" "\xE8\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\xE8" "windows" "\x56\x8B\x35\x2A\x2A\x2A\x2A\x8B\x06\x8B\x50\x68\x8B\xCE\xFF\xD2\x68\x2A\x2A\x2A\x2A"
} }
"gEntList" "gEntList"
{ {
"library" "server" "library" "server"
"linux" "@gEntList" "linux" "@gEntList"
"mac" "@gEntList" "mac" "@gEntList"
} }
} }
} }

View File

@ -81,9 +81,9 @@
*/ */
"InfoChanged" "InfoChanged"
{ {
"windows" "176" "windows" "180"
"linux" "176" "linux" "180"
"mac" "176" "mac" "180"
} }
} }
} }