Should be very useful, thx Ravs...
This should be useful for dungeons, I've made it quite big ( 2048 ) Hope someone finds a good use for it! Also the alpha mask.
Should be very useful, thx Ravs...
My Finished Maps | My Challenge Maps | Ghoraja Juun, my largely stagnated campaign setting.
Unless otherwise stated by me in the post, all work is licensed under a Creative Commons Attribution-Noncommercial 3.0 United States License.
Any chance of a PNG - just out of completeness.
Dollhouse Syndrome = The temptation to turn a map into a picture, obscuring the goal of the image with the appeal of cute, or simply available, parts. Maps have clarity through simplification.
--- Sigurd
If you have image magick then you can batch up a command to do this by saving out the color and the alpha as image_c.png and image_a.png and running a batch file with this in it...
composite %1_A.png -compose copy-opacity %1_C.png -depth 8 %1.png
where you pass in 'image' as its parameter and it converts it to image.png which is the RGBA version.
ViewingDale Map maker and VTT . Recent CG posts . Keyword Index . Intros Index . Member Locations . CWBP Place Index
Hi Sigurd, the texture doesn't actually use the alpha mask (there is no transparency in the texture), it's more of a template to use if you want to make your own texture or make adjustments to the one posted here. Sorry, should have explained this in the OP.