From be0053d57217036e3c1ebc8f4201d73ba34466d2 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Mon, 29 Jan 2024 06:30:25 +0100 Subject: [PATCH] Added a _00E_QuestFunctions check to DLL --- source/Enderal DLL/src/Util.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/Enderal DLL/src/Util.h b/source/Enderal DLL/src/Util.h index 7f3869fb..7e015b78 100644 --- a/source/Enderal DLL/src/Util.h +++ b/source/Enderal DLL/src/Util.h @@ -44,6 +44,10 @@ inline void CheckIncompatibleMods() RE::ConsoleLog::GetSingleton()->Print("Loaded SureAI's Enderal: Forgotten Stories | Special Edition v2.0.x by Eddoursul and contributors"); } + if (RE::BSScript::Internal::VirtualMachine::GetSingleton()->TypeIsValid("_00E_QuestFunctions")) { + RE::DebugMessageBox("OUTDATED MOD: One of your mods modifies the _00E_QuestFunctions script, no longer used in Enderal SE 2.1+"); + } + CheckWorldspaces(); CheckUnconvertedMap(); CheckSkyrimCells();