Update L4D1/2 gamedata (#19)

Credit: [Psyk0tik](https://forums.alliedmods.net/showthread.php?p=2750705#post2750705)
This commit is contained in:
Harry Potter 2024-10-04 05:27:50 +08:00 committed by GitHub
parent 6d508cb5c1
commit 1a72e9e520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,4 +99,30 @@
} }
} }
} }
"left4dead"
{
"Signatures"
{
"GetSpew"
{
"library" "engine"
"windows" "\x53\x56\xFF\x15\x2A\x2A\x2A\x2A\x8B\xC8\xA1\x2A\x2A\x2A\x2A\x3B\xC8"
/* 53 56 FF 15 ? ? ? ? 8B C8 A1 ? ? ? ? 3B C8 */
}
}
}
"left4dead2"
{
"Signatures"
{
"GetSpew"
{
"library" "engine"
"windows" "\x55\x8B\xEC\x53\x56\xFF\x15\x2A\x2A\x2A\x2A\x8B\xC8\xA1\x2A\x2A\x2A\x2A\x3B\xC8"
/* 55 8B EC 53 56 FF 15 ? ? ? ? 8B C8 A1 ? ? ? ? 3B C8 */ // Thanks to "cravenge" for the signature
}
}
}
} }