User:Wolfsbane/Sandbox: Difference between revisions

From Wiki
Jump to navigation Jump to search
Line 15: Line 15:
==== Generators ====
==== Generators ====


Override the terrain, and wipe out everything else.  No point using more than one of these.  The "New Seed" button gives a different random terrain.
Override the terrain, and wipe out everything else.  No point using more than one of these.  The "New Seed" button gives a different random terrain.  The green minimap in the bottom left shows a preview of the terrain that will be generated.


*fBm Fractal - basic hilly terrain.  Hill frequency is (more or less) the number of hills in the area.  Roughness is the steepness of the hills (I think - it doesn't actually seem to do much).  Detail adds smaller hills between the large ones.  This is the most useful for most areas.
*fBm Fractal - basic hilly terrain.  Hill frequency is (more or less) the number of hills in the area.  Roughness is the steepness of the hills (I think - it doesn't actually seem to do much).  Detail adds smaller hills between the large ones.  This is the most useful for most areas.
Line 23: Line 23:
*Canyon Fractal - Produces steep-sided canyons.  Think of Sarsfield, or The Maze.  Chaos adjusts how winding the canyons are.  With low numbers of canyons and moderate roughness, this can produce rolling hills.
*Canyon Fractal - Produces steep-sided canyons.  Think of Sarsfield, or The Maze.  Chaos adjusts how winding the canyons are.  With low numbers of canyons and moderate roughness, this can produce rolling hills.


*Sinus - produces small bumps all over the map.
*Sinus - produces small bumps all over the map.  The graph will be important for a lot of operations, so it's worth explaining how it works.  The height of the graph shows how much of that size effect will be part of the final terrain - large bumps on the left, small ones on the right.  A couple of examples:
 
* Bitmap - claims to use an 8 bit bitmap as the base for a terrain.  Unfortunately I can't work out which folder it looks in for bitmaps.  Anyone who works it out, let me know.


==== Modifiers ====
==== Modifiers ====

Revision as of 12:55, 21 November 2010

Creating a Wilderness Map

Terrain Generation

Unlike race tracks, the whole area is important.

Look at other maps in the area, try and work out how they were created.

Using an empty map to demonstrate. Sun is turned down to reduce glare, fog is removed.

Red outline - terrain repeats. Can change size of area.

Terrain terraform editor mode. Two types of transformation - generators and modifiers.

Generators

Override the terrain, and wipe out everything else. No point using more than one of these. The "New Seed" button gives a different random terrain. The green minimap in the bottom left shows a preview of the terrain that will be generated.

  • fBm Fractal - basic hilly terrain. Hill frequency is (more or less) the number of hills in the area. Roughness is the steepness of the hills (I think - it doesn't actually seem to do much). Detail adds smaller hills between the large ones. This is the most useful for most areas.
  • Rigid MultiFractal - ridges or sand dunes. This is the terrain along the SS-Elms route. Frequency and detail as above.
  • Canyon Fractal - Produces steep-sided canyons. Think of Sarsfield, or The Maze. Chaos adjusts how winding the canyons are. With low numbers of canyons and moderate roughness, this can produce rolling hills.
  • Sinus - produces small bumps all over the map. The graph will be important for a lot of operations, so it's worth explaining how it works. The height of the graph shows how much of that size effect will be part of the final terrain - large bumps on the left, small ones on the right. A couple of examples:
  • Bitmap - claims to use an 8 bit bitmap as the base for a terrain. Unfortunately I can't work out which folder it looks in for bitmaps. Anyone who works it out, let me know.

Modifiers

General - sets max and min terrain height. This is the biggest effect on the "hilliness" of the terrain.

Automatic Texture Generation

Sculpting the Map

Regenerating Textures

Car Paths and Spawn Points

Decorations