summaryrefslogtreecommitdiff
path: root/src/shared/falloutnvinfo.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-03-27 21:04:27 +0100
committerTannin <devnull@localhost>2013-03-27 21:04:27 +0100
commitb4220cf2f4e1998299517490244a48f7ec2b0235 (patch)
tree251c975507250eabd6c8a541b6c345cbf72288a7 /src/shared/falloutnvinfo.cpp
parent10485e15e4de3e1a6c30733ad2d4850591d31509 (diff)
parente0eb97922d5ef4a1448e76f13374ebfda7fda403 (diff)
Merge with branch1.0
Diffstat (limited to 'src/shared/falloutnvinfo.cpp')
-rw-r--r--src/shared/falloutnvinfo.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/shared/falloutnvinfo.cpp b/src/shared/falloutnvinfo.cpp
index cd5586f3..6da454ee 100644
--- a/src/shared/falloutnvinfo.cpp
+++ b/src/shared/falloutnvinfo.cpp
@@ -103,6 +103,16 @@ std::vector<std::wstring> FalloutNVInfo::getPrimaryPlugins()
return boost::assign::list_of(L"falloutnv.esm");
}
+std::vector<std::wstring> FalloutNVInfo::getVanillaBSAs()
+{
+ return boost::assign::list_of (L"Fallout - Textures.bsa")
+ (L"Fallout - Textures2.bsa")
+ (L"Fallout - Meshes.bsa")
+ (L"Fallout - Voices1.bsa")
+ (L"Fallout - Sound.bsa")
+ (L"Fallout - Misc.bsa");
+}
+
std::vector<std::wstring> FalloutNVInfo::getIniFileNames()
{
return boost::assign::list_of(L"fallout.ini")(L"falloutprefs.ini");