diff --git a/src/StarfieldDummyPluginService.cpp b/src/StarfieldDummyPluginService.cpp index a04e974..2357a7e 100644 --- a/src/StarfieldDummyPluginService.cpp +++ b/src/StarfieldDummyPluginService.cpp @@ -18,7 +18,7 @@ namespace BsaPacker { return false; } - const std::string& absoluteFileName = fileNameNoExtension.toStdString() + ".esp"; + const std::string& absoluteFileName = fileNameNoExtension.toStdString() + ".esl"; return this->m_FileWriterService->Write(absoluteFileName, reinterpret_cast(StarfieldDummyPluginService::RAW_STARFIELD), sizeof(StarfieldDummyPluginService::RAW_STARFIELD)); diff --git a/src/StarfieldDummyPluginService.h b/src/StarfieldDummyPluginService.h index b0de50a..dfa48a1 100644 --- a/src/StarfieldDummyPluginService.h +++ b/src/StarfieldDummyPluginService.h @@ -18,7 +18,7 @@ namespace BsaPacker const QString& archiveNameBase) const override; static constexpr unsigned char RAW_STARFIELD[] = { - 0x54, 0x45, 0x53, 0x34, 0x19, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, + 0x54, 0x45, 0x53, 0x34, 0x19, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2B, 0x02, 0x00, 0x00, 0x48, 0x45, 0x44, 0x52, 0x0C, 0x00, 0x8F, 0xC2, 0x75, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x43, 0x4E, 0x41, 0x4D, 0x01, 0x00,