Hello, I'm here partly to thank you for putting together this package, as I probably wouldn't be enjoying Dwarf Fortress as much as I am if I had had to hunt for the pieces individually. Certainly I wouldn't have reached the same level so quickly.
The other part of my intent is to inform you of an issue AND solution that I encountered: extremely numerous crashes to desktop using the DungeonSet graphics. Long story short, I began to suspect some sort of DFHack issue, and after several miscues I tracked down the file
... blahblahblah .../Dwarf Fortress 43.05/data/save/(region)/raw/onLoad.init
which appears to contain instructions for the multilevel rendering function. When I disabled the file -- first by changing the extension, and later deleting it entirely -- a) multilevel display actually turns off when toggled off in the LNP console, and b) I have had only a single crash in the two+ weeks since; previously it was a near certainty when saving and going back into my game without quitting DF, i.e. multiple times per day. After a while I tracked down the origin of this problem-causing interloper to
... blahblahblah .../LNP/graphics/DungeonSet/raw/onLoad.init
so I would wager that it came in your source repository for the graphics and got copied in when I decided DungeonSet was my personal favorite. I've been using 43.05-r03, but I downloaded r05 for a quick check and it's still in there. My experience is that it causes crashes when reloading the save and also prevents the console from correctly controlling multilevel display, but doesn't have any function not available elsewhere, so I recommend you omit it from future versions of the pack. (There is a similar though not identical file for GemSet that I have not tested.)
Edit: the more I look at it, it may be just the first line, "multilevel 5", that creates the conflict, since I assume the color settings don't make much difference. If the color settings are considered integral by the graphics designer, then by all means respect that wish and keep them. But the LNP wants to control on/off from another location and it appears to be a bad idea to have two such sources.
EditEdit: Not really, see my next post.