diff options
| author | Tannin <devnull@localhost> | 2013-03-29 10:26:19 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-03-29 10:26:19 +0100 |
| commit | d9a6dbb916236531a96b9b84b06e7be666c05d56 (patch) | |
| tree | 2d143e96ae60a27738a16b310c712145d4a0aa55 /src/shared/fallout3info.cpp | |
| parent | f682f82db5d8ba514e927c9d7e88107348d5c32a (diff) | |
| parent | a47d9717884953b18b4b29e596d3e5a7d766e56e (diff) | |
Merge
Diffstat (limited to 'src/shared/fallout3info.cpp')
| -rw-r--r-- | src/shared/fallout3info.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/shared/fallout3info.cpp b/src/shared/fallout3info.cpp index a37e1119..79dd90c9 100644 --- a/src/shared/fallout3info.cpp +++ b/src/shared/fallout3info.cpp @@ -102,6 +102,16 @@ std::vector<std::wstring> Fallout3Info::getPrimaryPlugins() return boost::assign::list_of(L"fallout3.esm");
}
+std::vector<std::wstring> Fallout3Info::getVanillaBSAs()
+{
+ return boost::assign::list_of (L"Fallout - Textures.bsa")
+ (L"Fallout - Meshes.bsa")
+ (L"Fallout - Voices.bsa")
+ (L"Fallout - Sound.bsa")
+ (L"Fallout - MenuVoices.bsa")
+ (L"Fallout - Misc.bsa");
+}
+
std::vector<std::wstring> Fallout3Info::getIniFileNames()
{
return boost::assign::list_of(L"fallout.ini")(L"falloutprefs.ini");
|
