[SimpleSort] Add a new tool: SimpleSort

SimpleSort is essentially a quick rebuild solution for a fixdat or an input DAT. It can read all 4 major types of archive and always builds to zip
This commit is contained in:
Matt Nadareski
2016-06-13 20:00:44 -07:00
parent 80594872f2
commit 5e6e7c6dbd
11 changed files with 660 additions and 12 deletions

View File

@@ -477,7 +477,7 @@ namespace SabreTools
{
currentNewMerged = temparg.Split('=')[1];
}
else if (temparg.StartsWith("-out=") && outdir == "")
else if (temparg.StartsWith("-out=") || temparg.StartsWith("--out="))
{
outdir = temparg.Split('=')[1];
}