FYI, at end of README, important PERL scripting note:
You may encounter errors/warnings:
GD.pm not a standard module. Must be installed.
User defined modules wont be found by perl. Several ways to fix that. Easiest method was inserting [use lib] at top of some [.pl] files. Change them to your local folder path, in these scripts: border.pl, brand.pl, cave.pl, generic.pl, glyph.pl, hive.pl, plat.pl
On Linux there is a GD package image file access error that can be ignored.
Good Luck