Removed the UI script check, SKSE scripts are pre-packaged now

This commit is contained in:
Eddoursul 2024-02-03 10:26:53 +01:00
parent c5639c56cf
commit 78519a773a

View File

@ -84,10 +84,6 @@ namespace {
} }
} }
if (!RE::BSScript::Internal::VirtualMachine::GetSingleton()->TypeIsValid("UI")) {
RE::DebugMessageBox("Unable to detect SKSE scripts, make sure SKSE is properly installed.");
}
bool bScripts = RE::BSScript::Internal::VirtualMachine::GetSingleton()->TypeIsValid("PRKF__00E_CraftQuestPotionPe_0300146D"); bool bScripts = RE::BSScript::Internal::VirtualMachine::GetSingleton()->TypeIsValid("PRKF__00E_CraftQuestPotionPe_0300146D");
bool bInterface = RE::BSResourceNiBinaryStream("interface/00e_heromenu.swf").good(); bool bInterface = RE::BSResourceNiBinaryStream("interface/00e_heromenu.swf").good();