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
- Use jar file directly
java -jar CDGDatCheck.jar dir_to_merge dat_file cue_zip - Use bat file (windows)
CDGDatCheck.bat dir_to_merge dat_file cue_zip - Use sh file (linux)
CDGDatCheck.sh dir_to_merge dat_file cue_zip