Allow moving the Altar plugins for certain mod compatibility

This commit is contained in:
Jeremy Rimpo
2026-05-23 10:30:33 -05:00
committed by GitHub
parent ca07368f7b
commit 83c431955c
+5 -1
View File
@@ -198,9 +198,13 @@ class OblivionRemasteredGame(
"DLCThievesDen.esp",
"DLCVileLair.esp",
"Knights.esp",
"AltarESPLocal.esp", # Not actually shipped with the game files but present in plugins.txt.
]
def enabledPlugins(self) -> list[str]:
return [
"AltarESPMain.esp",
"AltarDeluxe.esp",
"AltarESPLocal.esp", # Not actually shipped with the game files but present in plugins.txt.
]
def modDataDirectory(self) -> str: