mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-04 20:26:05 +00:00
Add *.nfs extract support
This commit is contained in:
parent
bcfcab1247
commit
9a96deed0a
@ -157,7 +157,7 @@ void CProjectSettingsDialog::BuildISO()
|
||||
|
||||
if (NeedsDiscMerge)
|
||||
{
|
||||
FilterString += ";*.wbfs";
|
||||
FilterString += ";*.wbfs;*.nfs";
|
||||
QString SourceIsoPath = UICommon::OpenFileDialog(this, "Select the original ISO", FilterString, DefaultPath);
|
||||
|
||||
if (SourceIsoPath.isEmpty())
|
||||
|
@ -458,7 +458,7 @@ void CWorldEditor::OpenRecentProject()
|
||||
|
||||
void CWorldEditor::ExportGame()
|
||||
{
|
||||
QString IsoPath = UICommon::OpenFileDialog(this, "Select ISO", "*.iso *.gcm *.tgc *.wbfs");
|
||||
QString IsoPath = UICommon::OpenFileDialog(this, "Select ISO", "*.iso *.gcm *.tgc *.wbfs *.nfs");
|
||||
if (IsoPath.isEmpty()) return;
|
||||
|
||||
QString ExportDir = UICommon::OpenDirDialog(this, "Select output export directory");
|
||||
|
Loading…
x
Reference in New Issue
Block a user