From 64a879ac8ba80e946a0ad099a2b91f4838065d0a Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Fri, 22 May 2026 00:13:13 -0500 Subject: [PATCH] Allow moving the Altar plugins for certain mod compatibility --- games/game_oblivion_remaster.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/games/game_oblivion_remaster.py b/games/game_oblivion_remaster.py index 218bb04..70459d3 100644 --- a/games/game_oblivion_remaster.py +++ b/games/game_oblivion_remaster.py @@ -198,9 +198,13 @@ def primaryPlugins(self) -> list[str]: "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: