Looks like a seahorse on the second pic... ^^ I think it looks nice, whats the white border around the edges tho? Sometimes the boxpattern(?) disseapears..
i thought i'd post a first look at what i'm currently working on,
adding caverns to my random dungeon generator.
i'm using the cellular automata algorithm from roguebasin for the rough layout,
and making repeated passes at increasingly finer resolution to achieve the final cavern.
the next step is improving performance. 13 seconds for a small dungeon at screen
resolution is a bit much, and generating a print resolution map is crazy.
after that, parsing the rough layout for rooms.
4c89c55a0a000066.gif 4c89c7e10a000066.gif
Last edited by drow; 09-10-2010 at 01:54 AM.
>>< drow ><<
Looks like a seahorse on the second pic... ^^ I think it looks nice, whats the white border around the edges tho? Sometimes the boxpattern(?) disseapears..
>>< drow ><<
Looks good. I could wait 13 seconds for it tho - thats no biggie. I think quality is more important than a few seconds wait.
And another great input to my smp script! (scaled up 3 times)
rock.jpg
-Rob A>
My tutorials: Using GIMP to Create an Artistic Regional Map ~ All My Tutorials
My GIMP Scripts: Rotating Brush ~ Gradient from Image ~ Mosaic Tile Helper ~ Random Density Map ~ Subterranean Map Prettier ~ Tapered Stroke Path ~ Random Rotate Floating Layer ~ Batch Image to Pattern ~ Better Seamless Tiles ~ Tile Shuffle ~ Scale Pattern ~ Grid of Guides ~ Fractalize path ~ Label Points
My Maps: Finished Maps ~ Challenge Entries ~ My Portfolio: www.cartocopia.com
found a way to improve performance, and i've updated or created all the style routines.
(although the style routines pretty well wipe out my performance gains)
4c8aff2d0a000066.jpg 4c8affd90a000066.jpg
Last edited by drow; 09-11-2010 at 12:54 AM.
>>< drow ><<
my algorithm for identifying chambers within the caverns mostly works,
though it's pretty complicated and could probably be improved.
the second map is a desert caverns scaled for print.
about 3.5 minutes to generate, the majority of which is creating and dealing with image masks.
4c8decd20a000066.jpg 4c8ed07e0a000066.jpg
Last edited by drow; 09-14-2010 at 05:46 PM.
>>< drow ><<
i'm down to about 4 seconds for a standard medium size cavern map,
10 seconds with style, and 2 minutes with style at print scale.
i think i'm done with optimization, unless anyone knows some deep magic
for dealing with cellular automata across 9 million cell arrays.
Last edited by drow; 09-17-2010 at 01:07 AM.
>>< drow ><<
my brain won't stop working on this.
now down to 2 seconds, 5 seconds, and 1 minute.
a colossal cavern only takes 15 seconds, 26 seconds with style.
at print resolution should take about 8 minutes, but the process
consumes all the memory on my machine and grinds to a halt.
>>< drow ><<
I dont know what you are talking about but I like the results ; )