DOWNLOAD LINKgithub pageWell, it has been a little more than 2 years since I last looked at this program, and almost 3 since the last official update, but here we are now at version 2.0!
This is the first release of the new&improved raw-file-checker (
legacy version). The 2.0 release is based on an all-new parsing engine that is faster, less prone to errors, and has a much smaller memory footprint (no more hanging on the LANGUAGE files
.
The main feature is the
formatter/checker which parses DF raw-files from the
working/in directory, logs any problems in the .log file, and places cleanly-formatted output in the
working/out directory. This utility is useful for identifying poorly-formed raw-files (which DF frequently doesn't report), and generally cleaning mods for deployment.
The only other utility available at the moment is the raw organizer, which redistributes raw entries based on templates in the
working/target directory. The "template" files are lists of values to be placed in the corresponding file in
working/out. Any entries from the
working/in directory which are not found in the provided templates are collected in
working/garbage. This utility is useful for keeping mods in-sync with updates to vanilla DF, or cherry-picking features from a collection of mods (again, without relying on a specific version).
-- happy modding