diff --git a/source/Enderal DLL/src/Main.cpp b/source/Enderal DLL/src/Main.cpp index 8c115a775..2c7758210 100644 --- a/source/Enderal DLL/src/Main.cpp +++ b/source/Enderal DLL/src/Main.cpp @@ -96,6 +96,12 @@ namespace { exit(EXIT_FAILURE); } } + if (g_settings.at("MenuAspectRatioFix")) { + if (const auto pluginInfo = GetLoadInterface()->GetPluginInfo("WidescreenScaleRemoved"); pluginInfo) { + MessageBoxW(NULL, L"Widescreen Scale Removed is already included in Enderal, please, disable it (remove file Data\\SKSE\\Plugins\\WidescreenScaleRemoved.dll).", L"Enderal SE Error", MB_OK | MB_ICONERROR); + exit(EXIT_FAILURE); + } + } if (g_settings.at("MapMarkerPlacementFixes")) { logger::info("Initializing map market placement fixes..."); MapMarkerPlacement::Install();