[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

@@ -107,4 +107,14 @@ namespace SabreTools.Helper
MissFile,
SabreDat,
}
/// <summary>
/// Determines the level to scan archives at
/// </summary>
public enum ArchiveScanLevel
{
Both = 0,
Internal,
External,
}
}