|
@@ -30,7 +30,7 @@ namespace LOTRO_DAT {
|
|
|
|
|
|
dat->GetStatusModule().SetStatus(DatStatus::E_EXTRACTING);
|
|
dat->GetStatusModule().SetStatus(DatStatus::E_EXTRACTING);
|
|
dat->GetStatusModule().SetPercentage(0);
|
|
dat->GetStatusModule().SetPercentage(0);
|
|
- dat->GetStatusModule().SetDebugMessage("Starting extracting files of type " + std::to_string(type));
|
|
|
|
|
|
+ dat->GetStatusModule().SetDebugMessage("Starting extracting files of type " + std::to_string(type) + ", this may take long time, please be patient!");
|
|
LOG(INFO) << "Extracting files by type " + std::to_string(type) + "to database...";
|
|
LOG(INFO) << "Extracting files by type " + std::to_string(type) + "to database...";
|
|
|
|
|
|
auto operation = dat->GetFileSystem().PerformOperationOnAllFiles([&iterated_files, &success_exported, this, type, &output_directory_path](std::shared_ptr<SubFile>& file) -> void {
|
|
auto operation = dat->GetFileSystem().PerformOperationOnAllFiles([&iterated_files, &success_exported, this, type, &output_directory_path](std::shared_ptr<SubFile>& file) -> void {
|
|
@@ -122,7 +122,7 @@ namespace LOTRO_DAT {
|
|
|
|
|
|
dat->GetStatusModule().SetStatus(DatStatus::E_EXTRACTING);
|
|
dat->GetStatusModule().SetStatus(DatStatus::E_EXTRACTING);
|
|
dat->GetStatusModule().SetPercentage(0);
|
|
dat->GetStatusModule().SetPercentage(0);
|
|
- dat->GetStatusModule().SetDebugMessage("Initialising extraction of files by type " + std::to_string(type) + "to database...");
|
|
|
|
|
|
+ dat->GetStatusModule().SetDebugMessage("Initialising extraction of files by type " + std::to_string(type) + "to database... This may take long time, please be patient!\"");
|
|
LOG(INFO) << "Extracting files by type " + std::to_string(type) + "to database...";
|
|
LOG(INFO) << "Extracting files by type " + std::to_string(type) + "to database...";
|
|
|
|
|
|
int success_exported = 0;
|
|
int success_exported = 0;
|