Re-Enable ESL Plugins, Fallout 4 VR has experimental ESL thanks to rollingrock (#28)

This commit is contained in:
Raezroth
2025-05-22 10:37:26 +02:00
committed by GitHub
parent 50282b37fd
commit 9e2fa1fef4
+5 -2
View File
@@ -7,6 +7,9 @@ Fallout4VRGamePlugins::Fallout4VRGamePlugins(MOBase::IOrganizer* organizer)
{}
bool Fallout4VRGamePlugins::lightPluginsAreSupported()
{
return false;
{
auto files = m_Organizer->findFiles("f4se\\plugins", { "falloutvresl.dll" });
if (files.isEmpty())
return false;
return true;
}