I wrote this program because I was tired of watching DungeonDraft constantly crash while trying to process the thumbnails for the packs I purchased. This little tool will generate the thumbnails for a all the packs in a directory or a single pack.
This program requires Java 21 or greater. You can download it from the Oracle website, or you can install it using your favorite package manager. All development was done using OpenJDK.
You can download the program using the Releases link in Github. Latest is here.
The command to run the program is:
java -jar ./ddtool.jar [-oh] [Srouce] [Destination]
Argument |
Description |
[Srouce] |
The directory where the Dungeon Draft Pack files are located or the path to a single pack. |
[Destination] |
The directory where the program will place the generated thumbnails. |
-o |
Optional Overwrite the thumbnails if they already exist. Currently, ddtool will skip any that have already been created. |
-h |
Optional Display the help message. |