To add noise, (with the land selected) use Filter>Noise>Fractal Noise, and set the operation to "Add".
You will also want to change the amplitude to match the existing span of your altitude.
-Rob A>
I have a major problem with Wilbur and particularly it's tutorials -- Every single one of them is geared towards random map generation. I'm not doing that though - I'm revising existing maps with known mountain range locations and coastlines that I don't want to change. I'm eager to let randomization add detail to the valleys and the like, but it has taken me forever to get a drawn map that I could even post here as a work in progress.
Of the maps of my setting I've made over the years this one is my starting point.
telzoanstates.jpg
I'm starting with Dabrinia, the island in the upper right corner.
dabrinia in progress.png
The only information useful to me from the old map is the coast shape. I'll eyeball the city locations since more of them are going to be added. There's also a scale change since I've decided on a new more accurate scale for the area (the other map was done 13 years ago and I've learned a lot since then about topography and associated disciplines).
The next obstacle I see looming is smoothing the slopes from their terracing to something more even. Notably I've redrawn this using wilbur's paint tool so the terracing isn't astounding, but it's still very bad.
The goal topography is the volcanic mountainous form seen on the island of Hokkaido, Japan. I still have some mountain sketching to do but I'm starting to wonder where I go from here. For instance, how can I add ridged fractal noise to this map as seen as step one of most tutorials without blasting away my work or affecting sea level areas?
To add noise, (with the land selected) use Filter>Noise>Fractal Noise, and set the operation to "Add".
You will also want to change the amplitude to match the existing span of your altitude.
-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
Sounds wonderful, but how? How do I select land? How do I find the existing amplitude?
Surface>Map Info gives you your map X/Y extents and your min/max elevation. You can adjust the elevation by Filter>Mathematical>Span.
To select the land, use the magic want with an appropriate tolerance to select the sea, then invert. Or use Select>From Terrain> Height Range. (knowing the map elevations)
-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
Ok, I'm starting to get a handle on things, I think. I finally got to the point where I can apply the erosion filters and get good results.
Deterracing operations didn't do any good. To do terrace I applied selected the terrain, used blur more 3 to 5 times, reraised the mountains and used the noise tool to re-establish texture. I've now eroded twice to reach this.
preview3.jpg
The next step is figuring out how to re-establish the smoothish coning on the volcanos, particularly the largest - Mt. Salnori. The highest point on the map is at this mountain's peak of 13,000 feet.
Would it help if I remapped the increments? The only way I could figure out how to map them and get the 3D projection not to puke was to use .0001 as the lowest elevation, then move as follows .001 = 1000', .002 = 2000' and so on. If it would help how would I go about doing it?
Also, any comments on the general topography itself folks?
Last edited by Michael Morris; 04-13-2009 at 11:40 AM.
To reduce the problems that you're having with the 3D view tool, use Surface>>Map Info to specify a larger size (+/- 10000, for example or generally +/- 5*desired max height). The default is +/- 1, which isn't terribly helpful for anything but basic operations.
Some side questions for Waldronate. Does deterrace work at all? If so how do you make it do its magic? Secondly how do you get hf2/hfz to save? It reads hfz fine but says, "Error writing file C:\blahblah\blah...," whenever I attempt to save. Do I need to load some sort of hf2 dlls to make this work or what?
Astrographer - My blog.
Klarr
-How to Fit a Map to a Globe
-Regina, Jewel of the Spinward Main(uvmapping to apply icosahedral projection worldmaps to 3d globes)
-Building a Ridge Heightmap in PS
-Faking Morphological Dilate and Contract with PS
-Editing Noise Into Terrain the Burpwallow Way
-Wilbur is Waldronate's. I'm just a fan.
Check out http://www.ridgenet.net/~jslayton/Fu...ol4/index.html for a simple example of using a black and white land mask to generate terrain.
deterrace should be working. It will, however, only work on hard steps, not on soft steps. It works on a raycasting approach where it sends out rays from a point until it finds a different value from the starting one and then does a weighted sum of each ray that reached a different point value. If you have a soft step, then the difference between the two will be very minimal and there won't be much of a perceptible slope.
The images below show what happens with soft edges vs. hard edges for deterracing.
(And the HF2/HFZ writing code was broken; the new 1.69 version fixes the problem).
How can I stop deterrace from FUBARing at the edges of the map like this?...
deterracebug.jpg