Enforce bEnablePlatform=false via DLL

This commit is contained in:
Eddoursul 2026-07-30 00:52:05 +02:00
parent 99c0c4bdbc
commit 8b7b1084c0

View File

@ -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;
}
}