From 0feb4b702d8a9eb1465c79c49ada5de01b67083d Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 8 Jun 2014 15:10:08 +0200 Subject: - loot client now only updates the masterlist once per MO session - new event to notify plugins of changed mod priority - overwrite now shows up in the "checked" category instead of "unchecked" - display of "foreign" mods can now be limited to only official content - bugfix: bsa extraction dialog showed up even if the plugin was disabled - bugfix: after detection of foreign mods the priority of the overwrite folder could get messed up - bugfix: when displaying only the context menu for the mod list as a whole, the menu didn't disappear - bugfix: MO crashed when trying to download via the integrated browser --- src/shared/fallout3info.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/shared/fallout3info.cpp') diff --git a/src/shared/fallout3info.cpp b/src/shared/fallout3info.cpp index 1808d1d9..68fd515e 100644 --- a/src/shared/fallout3info.cpp +++ b/src/shared/fallout3info.cpp @@ -112,6 +112,16 @@ std::vector Fallout3Info::getVanillaBSAs() (L"Fallout - Misc.bsa"); } +std::vector Fallout3Info::getDLCPlugins() +{ + return boost::assign::list_of (L"ThePitt.esm") + (L"Anchorage.esm") + (L"BrokenSteel.esm") + (L"PointLookout.esm") + (L"Zeta.esm") + ; +} + std::vector Fallout3Info::getIniFileNames() { return boost::assign::list_of(L"fallout.ini")(L"falloutprefs.ini"); -- cgit v1.3.1