Update README to include DatSplit

This commit is contained in:
Matt Nadareski
2016-04-05 16:11:44 -07:00
parent fb0dd1a168
commit 122aa67594

View File

@@ -6,7 +6,7 @@ This project is a desktop port of some core features of Wizard of DATz Redux. Fo
<h3>Features</h3>
Currently, SabreTools consists of three programs: SabreTools UI, DATabase, and Headerer.
Currently, SabreTools consists of 4 programs: SabreTools UI, DATabase, Headerer, and DatSplit.
<b>SabreTools UI</b>
<p/>
@@ -39,6 +39,10 @@ A simple auxilary tool that detects and removes headers and also restores header
</ul>
The saved headers are currently stored in a database; multiple headers allowed per file.
<b>DatSplit</b>
<p/>
This tool doesn't do everything possible for splitting DATs, most of those functions are taken care of by third-party tool <a href="http://www.logiqx.com/Tools/DatUtil/">DatUtil</a>. This tool only splits DATs based on extensions. This is useful for splitting DAT files similar to the NonGood set that can have more than one system per DAT.
<h3>Contributions</h3>
Any feature suggestions or code contributions are accepted. Please take the time to look over the existing code to see proper coding and documentation patterns.