From 9658c9b1f5798338b34d8b5834be509de97e2569 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Wed, 26 Aug 2026 14:05:13 +0200 Subject: [PATCH] Updated WidescreenScaleRemoved warning --- source/Enderal DLL/src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Enderal DLL/src/Main.cpp b/source/Enderal DLL/src/Main.cpp index a121a3983..03417a632 100644 --- a/source/Enderal DLL/src/Main.cpp +++ b/source/Enderal DLL/src/Main.cpp @@ -91,7 +91,7 @@ namespace { } 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); + MessageBoxW(NULL, L"Widescreen Scale Removed is incompatible and redundant with widescreen patches (MenuAspectRatioFix=1) in Enderal SE, please, disable it (remove file Data\\SKSE\\Plugins\\WidescreenScaleRemoved.dll).", L"Enderal SE Error", MB_OK | MB_ICONERROR); exit(EXIT_FAILURE); } }