mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatTools, Build] Slight changes for clarity
This commit is contained in:
@@ -130,8 +130,8 @@ namespace SabreTools.Helper
|
|||||||
helptext.Add(" -st, --stats Get statistics on all input DATs");
|
helptext.Add(" -st, --stats Get statistics on all input DATs");
|
||||||
helptext.Add(" -si, --single Show individual statistics");
|
helptext.Add(" -si, --single Show individual statistics");
|
||||||
helptext.Add(" -ud, --update Update a DAT file");
|
helptext.Add(" -ud, --update Update a DAT file");
|
||||||
helptext.Add(" -oc, --output-cmp Output in CMP format");
|
helptext.Add(" -oc, --output-cmp Output in CMP format (except cascade)");
|
||||||
helptext.Add(" -om, --output-miss Output in Missfile format");
|
helptext.Add(" -om, --output-miss Output in Missfile format (except cascade)");
|
||||||
helptext.Add(" -r, --roms Output roms to miss instead of sets");
|
helptext.Add(" -r, --roms Output roms to miss instead of sets");
|
||||||
helptext.Add(" -gp, --game-prefix Add game name as a prefix");
|
helptext.Add(" -gp, --game-prefix Add game name as a prefix");
|
||||||
helptext.Add(" -pre=, --prefix= Set prefix for all lines");
|
helptext.Add(" -pre=, --prefix= Set prefix for all lines");
|
||||||
@@ -142,9 +142,9 @@ namespace SabreTools.Helper
|
|||||||
helptext.Add(" -ro, --romba Output in Romba format (requires SHA-1)");
|
helptext.Add(" -ro, --romba Output in Romba format (requires SHA-1)");
|
||||||
helptext.Add(" -tsv, --tsv Output in Tab-Separated Value format");
|
helptext.Add(" -tsv, --tsv Output in Tab-Separated Value format");
|
||||||
helptext.Add(" -csv, --csv Output in Comma-Separated Value format");
|
helptext.Add(" -csv, --csv Output in Comma-Separated Value format");
|
||||||
helptext.Add(" -or, --output-rc Output in RomCenter format");
|
helptext.Add(" -or, --output-rc Output in RomCenter format (except cascade)");
|
||||||
helptext.Add(" -os, --output-sd Output in SabreDAT format");
|
helptext.Add(" -os, --output-sd Output in SabreDAT format (except cascade)");
|
||||||
helptext.Add(" -ox, --output-xml Output in Logiqx XML format");
|
helptext.Add(" -ox, --output-xml Output in Logiqx XML format (except cascade)");
|
||||||
helptext.Add(" -f=, --filename= Set a new filename");
|
helptext.Add(" -f=, --filename= Set a new filename");
|
||||||
helptext.Add(" -n=, --name= Set a new internal name");
|
helptext.Add(" -n=, --name= Set a new internal name");
|
||||||
helptext.Add(" -de=, --desc= Set a new description");
|
helptext.Add(" -de=, --desc= Set a new description");
|
||||||
|
|||||||
@@ -1664,7 +1664,6 @@ namespace SabreTools.Helper
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Create a dictionary of all ROMs from the input DATs
|
// Create a dictionary of all ROMs from the input DATs
|
||||||
datdata.FileName = datdata.Description;
|
|
||||||
Dat userData;
|
Dat userData;
|
||||||
List<Dat> datHeaders = PopulateUserData(newInputFileNames, inplace, clean, softlist, outputDirectory, datdata, out userData, logger);
|
List<Dat> datHeaders = PopulateUserData(newInputFileNames, inplace, clean, softlist, outputDirectory, datdata, out userData, logger);
|
||||||
|
|
||||||
|
|||||||
@@ -416,6 +416,11 @@ namespace SabreTools
|
|||||||
DATFromDir dfd = new DATFromDir(inputs, datdata, noMD5, noSHA1, bare, archivesAsFiles, enableGzip, tempDir, _logger);
|
DATFromDir dfd = new DATFromDir(inputs, datdata, noMD5, noSHA1, bare, archivesAsFiles, enableGzip, tempDir, _logger);
|
||||||
bool success = dfd.Start();
|
bool success = dfd.Start();
|
||||||
|
|
||||||
|
/*
|
||||||
|
// For DFDParallel only
|
||||||
|
Output.WriteDatfile(dfd.DatData, "", _logger);
|
||||||
|
*/
|
||||||
|
|
||||||
// If we failed, show the help
|
// If we failed, show the help
|
||||||
if (!success)
|
if (!success)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user