From 1a72e9e5206e08623d7a795d52ee76f8d7a21e88 Mon Sep 17 00:00:00 2001 From: Harry Potter Date: Fri, 4 Oct 2024 05:27:50 +0800 Subject: [PATCH] Update L4D1/2 gamedata (#19) Credit: [Psyk0tik](https://forums.alliedmods.net/showthread.php?p=2750705#post2750705) --- accelerator.games.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/accelerator.games.txt b/accelerator.games.txt index 59cf99d..e6dd404 100644 --- a/accelerator.games.txt +++ b/accelerator.games.txt @@ -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 + } + } + } }