mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 14:55:11 +00:00
Uncomment MPQ, still not hooked back up
This commit is contained in:
@@ -224,18 +224,19 @@ namespace ExtractionTool
|
||||
}
|
||||
|
||||
// MoPaQ (MPQ) archive -- Reimplement
|
||||
// else if (wrapper is MoPaQ mpq)
|
||||
// {
|
||||
// Console.WriteLine("Extracting MoPaQ contents");
|
||||
// Console.WriteLine();
|
||||
else if (wrapper is MoPaQ mpq)
|
||||
{
|
||||
Console.WriteLine("Extracting MoPaQ contents");
|
||||
Console.WriteLine();
|
||||
|
||||
#if NET20 || NET35 || !(WINX86 || WINX64)
|
||||
// Console.WriteLine("Extraction is not supported for this framework!");
|
||||
// Console.WriteLine();
|
||||
Console.WriteLine("Extraction is not supported for this framework!");
|
||||
Console.WriteLine();
|
||||
#else
|
||||
// mpq.Extract(stream, file, outputDirectory, includeDebug: true);
|
||||
Console.WriteLine("Extraction needs to be reimplemented for this framework!");
|
||||
Console.WriteLine();
|
||||
#endif
|
||||
// }
|
||||
}
|
||||
|
||||
// New Executable
|
||||
else if (wrapper is NewExecutable nex)
|
||||
|
||||
Reference in New Issue
Block a user