1
Fork 0

Moved the _00E_Game_SkillmenuSC check to DLL

development
Eddoursul 3 months ago
parent 0b425653f9
commit eaf0ed5be4
  1. BIN
      scripts/_00e_game_skillmenusc.pex
  2. 1
      scripts/scriptarchiveorder.txt
  3. 5
      source/Enderal DLL/src/Util.h
  4. 9
      source/scripts/_00e_game_skillmenusc.psc

Binary file not shown.

@ -4552,7 +4552,6 @@ scripts\_00e_gypsyluteplayeraliasscript.pex
scripts\_00e_greetingtriggerscript.pex scripts\_00e_greetingtriggerscript.pex
scripts\_00e_genericdialogue_functions.pex scripts\_00e_genericdialogue_functions.pex
scripts\_00e_game_synchanimationsc.pex scripts\_00e_game_synchanimationsc.pex
scripts\_00e_game_skillmenusc.pex
scripts\_00e_game_movenpctoeditorsc.pex scripts\_00e_game_movenpctoeditorsc.pex
scripts\_00e_game_calculateclasssc.pex scripts\_00e_game_calculateclasssc.pex
scripts\_00e_gambling_chairsc.pex scripts\_00e_gambling_chairsc.pex

@ -44,8 +44,9 @@ inline void CheckIncompatibleMods()
RE::ConsoleLog::GetSingleton()->Print("Loaded SureAI's Enderal: Forgotten Stories | Special Edition v2.0.x by Eddoursul and contributors"); RE::ConsoleLog::GetSingleton()->Print("Loaded SureAI's Enderal: Forgotten Stories | Special Edition v2.0.x by Eddoursul and contributors");
} }
if (RE::BSResourceNiBinaryStream("scripts/_00e_questfunctions.pex").good() || RE::TESDataHandler::GetSingleton()->LookupForm<RE::TESQuest>(0x10AA2, "Skyrim.esm")) { if (RE::BSResourceNiBinaryStream("scripts/_00e_questfunctions.pex").good() || RE::BSResourceNiBinaryStream("scripts/_00e_game_skillmenusc.pex").good() || RE::TESDataHandler::GetSingleton()->LookupForm<RE::TESQuest>(0x10AA2, "Skyrim.esm"))
RE::DebugMessageBox("OUTDATED MOD: One of your mods modifies the Levelsystem quest or its script _00E_QuestFunctions, no longer used in Enderal SE 2.1+"); {
RE::DebugMessageBox("OUTDATED MOD: One of your mods modifies the Levelsystem quest or its scripts (_00E_QuestFunctions or _00E_Game_SkillmenuSC), no longer used in Enderal SE 2.1+");
} }
CheckWorldspaces(); CheckWorldspaces();

@ -1,9 +0,0 @@
Scriptname _00E_Game_SkillmenuSC extends ReferenceAlias
Event OnInit()
Debug.MessageBox("OUTDATED MOD: One of your mods modifies the Levelsystem quest, no longer functional in the current version of Enderal SE.")
EndEvent
Event OnPlayerLoadGame()
Debug.MessageBox("OUTDATED MOD: One of your mods modifies the Levelsystem quest, no longer functional in the current version of Enderal SE.")
EndEvent
Loading…
Cancel
Save