Update readme

This commit is contained in:
Matt Nadareski
2016-04-11 23:19:59 -07:00
parent 912c5c917b
commit 8c27e4dca7

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 the following programs: SabreTools UI, DATabase, Headerer, DatSplit, and SingleGame.
Currently, SabreTools consists of the following programs:
<b>SabreTools UI</b>
<p/>
@@ -52,6 +52,17 @@ This is useful for splitting DAT files similar to the NonGood set that can have
<p/>
Hightly experimental tool for merging all games in a single DAT (RomVault or Loqiqx XML only) for use with a server environment. Requested by Kludge.
<b>DATFromDir</b>
<p/>
This a versitile Directory to DAT file creator developed to reduce the overhead of creating custom DAT files.
<ul>
<li>Create a DIR from a file, a folder, or a set of either</li>
<li>Set most of the DAT header values</li>
<li>Enable DAT to be created with forcepacking="unzip"</li>
<li>Treat archives like directories (default) or files</li>
<li>Output to XML DAT</li>
</ul>
<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.