|
|
|
@ -274,7 +274,7 @@ CSMDoc::Document::Document (const VFS::Manager* vfs, const Files::ConfigurationM
|
|
|
|
|
const Fallback::Map* fallback,
|
|
|
|
|
ToUTF8::FromType encoding, const CSMWorld::ResourcesManager& resourcesManager,
|
|
|
|
|
const std::vector<std::string>& blacklistedScripts)
|
|
|
|
|
: mVFS(vfs), mSavePath (savePath), mContentFiles (files), mNew (new_), mData (encoding, resourcesManager, fallback),
|
|
|
|
|
: mVFS(vfs), mSavePath (savePath), mContentFiles (files), mNew (new_), mData (encoding, resourcesManager, fallback, resDir),
|
|
|
|
|
mTools (*this, encoding),
|
|
|
|
|
mProjectPath ((configuration.getUserDataPath() / "projects") /
|
|
|
|
|
(savePath.filename().string() + ".project")),
|
|
|
|
|