From 1861f9eb21974109e3fdce635b9be05ba421f0bd Mon Sep 17 00:00:00 2001 From: momo5502 Date: Tue, 27 Dec 2016 00:41:21 +0100 Subject: [PATCH] [QuickPatch] Add support for the new intro --- src/Components/Modules/QuickPatch.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index 88fa34c8..791427c4 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -349,6 +349,8 @@ namespace Components Utils::Hook::Nop(0x60BEE9, 5); // Don't show legals Utils::Hook::Nop(0x60BEF6, 5); // Don't reset the intro dvar Utils::Hook::Set(0x60BED2, "unskippablecinematic IW_logo\n"); + Utils::Hook::Set(0x51C2A4, "%s\\" BASEGAME "\\video\\%s.bik"); + Utils::Hook::Set(0x51C2C2, 0x78A0AC); // Redirect logs Utils::Hook::Set(0x5E44D8, "logs/games_mp.log");