mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[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:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user