mirror of
https://github.com/ModOrganizer2/modorganizer-game_fallout4vr.git
synced 2026-07-27 13:58:47 -07:00
Re-Enable ESL Plugins, Fallout 4 VR has experimental ESL thanks to rollingrock (#28)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user