diff --git a/README.MD b/README.MD
index 2f17d551..48d95a49 100644
--- a/README.MD
+++ b/README.MD
@@ -20,9 +20,10 @@ A bare-bones attempt at providing a true GUI experience for the SabreTools suite
The main tool of the SabreTools suite. Performs the majority of the core features of the parent project, including the following:
- Importing and Generating DAT files in ClrMamePro and XML formats
- - Converting DATs from ClrMamePro to XML format, vice versa, and to missfile (last part formerly DatToMiss; requested by Obiwantje)
+ - Converting DATs from any format to ClrMamePro, Logiqx XML, SabreDAT XML, and to missfile (last part formerly DatToMiss; requested by Obiwantje)
- Trim DAT entries and optionally merge into a single game (formerly SingleGame; requested by Kludge)
- Split a DAT using two different file extensions within the DAT (formerly DatSplit)
+ - Split a DAT or folder of DATs by best available hash or nodump (formerly HashSplit, requested by Obiwantje)
- Merge, diff, and dedupe an arbitrary number of DAT files, as long as it's two or more (formerly MergeDAT; requested by Obiwantje and Kludge)
- Read in from commandline, drag-and-drop, a directory, or any combination
@@ -37,6 +38,10 @@ The main tool of the SabreTools suite. Performs the majority of the core feature
This tool can both be used with command line parameters or with the built-in text menu system.
+DATabaseTwo
+
+An in-progress replacement for the Import and Generate functions of DATabase. This is the recommended version to use for mass DAT management but it is still lacking some advanced features found only in the DATabase version.
+
Headerer
A simple auxilary tool that detects and removes headers and also restores headers for the following systems:
@@ -50,15 +55,6 @@ A simple auxilary tool that detects and removes headers and also restores header
The saved headers are currently stored in a database; multiple headers allowed per file.
-DatSplit
-
-This tool doesn't do everything possible for splitting DATs, most of those functions are taken care of by third-party tool DatUtil.
-
- - Split a DAT file using two different file extensions
- - Works with ClrMamePro and Logiqx XML DATs only because of current limitations
-
-This is useful for splitting DAT files similar to the NonGood set that can have more than one system per DAT.
-
DATFromDir
This a versitile Directory to DAT file creator developed to reduce the overhead of creating custom DAT files.
@@ -84,6 +80,10 @@ This tool is meant to help users who want to keep their hard drives offline and
Set all hash values to 0-byte equivalents for rom managers
+UncompressedSize
+
+This tool allows a user to determine the entire uncompressed filesize (including human-readable output such as KB, MB, etc.) of a DAT or folder of DATs. This is very useful for those fortunate enough to have the space to keep their files uncompressed and also provdes a good baseline for maximum space a set will take up.
+
Licensing
The preceeding programs use, in part or in whole, code, libraries, and/or applications from the 7-zip project. 7-zip is licenced under the GNU LGPL.