mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Allow moving the Altar plugins for certain mod compatibility
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user