From 8b7b1084c05ec21a33bf26a71002fccc361995d2 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Thu, 30 Jul 2026 00:52:05 +0200 Subject: [PATCH] Enforce bEnablePlatform=false via DLL --- source/Enderal DLL/src/Main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Enderal DLL/src/Main.cpp b/source/Enderal DLL/src/Main.cpp index 6263deb7c..dac717465 100644 --- a/source/Enderal DLL/src/Main.cpp +++ b/source/Enderal DLL/src/Main.cpp @@ -102,6 +102,7 @@ namespace { RE::INIPrefSettingCollection::GetSingleton()->GetSetting("bFreebiesSeen:General")->data.b = true; if (REL::Module::get().version() >= REL::Version(1, 6, 1130, 0)) { RE::INIPrefSettingCollection::GetSingleton()->GetSetting("bUpsellOwned:General")->data.b = true; + RE::INISettingCollection::GetSingleton()->GetSetting("bEnablePlatform:Bethesda.net")->data.b = false; } }