CDGDatCheck (dat check program for CDGroup merged files)
Checks a set of merged files (merged with CDGroup) against a standard dat (DTD or CLR). The hsa files have to be available (uncompressed) for the check. Doesn't uncompress/unmerge the merged set, just reads the hsa files for a quick check.
Dat file parameter can be uncompressed, or compressed in a .zip file
Optionally pass a zip containing cues, treated as part of the merged set
-c option to ignore cues in merged set and dat
Usage: Requires java to run. Can be used as supplied in three ways:
Use jar file directly
java -jar CDGDatCheck.jar dir_to_merge dat_file cue_zipUse bat file (windows)
CDGDatCheck.bat dir_to_merge dat_file cue_zipUse sh file (linux)
CDGDatCheck.sh dir_to_merge dat_file cue_zip