Skip to content

Commit 64a879a

Browse files
committed
Allow moving the Altar plugins for certain mod compatibility
1 parent b2cab08 commit 64a879a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

games/game_oblivion_remaster.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,13 @@ def primaryPlugins(self) -> list[str]:
198198
"DLCThievesDen.esp",
199199
"DLCVileLair.esp",
200200
"Knights.esp",
201+
"AltarESPLocal.esp", # Not actually shipped with the game files but present in plugins.txt.
202+
]
203+
204+
def enabledPlugins(self) -> list[str]:
205+
return [
201206
"AltarESPMain.esp",
202207
"AltarDeluxe.esp",
203-
"AltarESPLocal.esp", # Not actually shipped with the game files but present in plugins.txt.
204208
]
205209

206210
def modDataDirectory(self) -> str:

0 commit comments

Comments
 (0)