Skip to content

Commit 83c4319

Browse files
authored
Allow moving the Altar plugins for certain mod compatibility
1 parent ca07368 commit 83c4319

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)