[SabreTools, DatFIle] Add base replacement

In this new update mode, a set of base DATs can be used as a replacement naming scheme for the input DATs. Only the item names will be updated, so this willl not fill in additional hashes or the like.
This commit is contained in:
Matt Nadareski
2017-10-30 16:09:58 -07:00
parent c7f8fc12c0
commit 3bdad8b455
5 changed files with 166 additions and 3 deletions

View File

@@ -240,6 +240,9 @@ namespace SabreTools.Library.Data
// Base diffs
Against = ReverseCascade << 1,
// Not technically diffs
BaseReplace = Against << 1,
}
/// <summary>