4
Fork 0

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

development
Eddoursul 3 months ago
parent c5639c56cf
commit 78519a773a
  1. 4
      source/Enderal DLL/src/Main.cpp

@ -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 bInterface = RE::BSResourceNiBinaryStream("interface/00e_heromenu.swf").good();

Loading…
Cancel
Save