Difference between revisions of "LandGen:Alpha"

From TTWiki
Jump to navigationJump to search
m (Bot: Automated text replacement (--= +==))
(Reformat and update)
 
Line 1: Line 1:
 
 
=Terrain Generator Control Cheat=
 
 
 
Change the parameters for the new terrain generator (Enable with [[ExperimentalFeatures:Alpha#New_Terrain_Generator| experimentalfeatures.newterraingen]])
 
Change the parameters for the new terrain generator (Enable with [[ExperimentalFeatures:Alpha#New_Terrain_Generator| experimentalfeatures.newterraingen]])
   
 
==Usage==
 
==Usage==
   
Cht: ))LandGen[[]]LandGen[[ <delta-height> <water> <roughness>
+
Cht: LandGen <delta-height> <water> <roughness>
   
 
==Description==
 
==Description==
Line 23: Line 19:
 
==Examples==
 
==Examples==
   
<pre>Cht: ))LandGen[[]]LandGen[[ 10 60 140</pre>
+
<pre>Cht: LandGen 10 60 140</pre>
   
 
Seems quite a nice island generator -- m3henry.
 
Seems quite a nice island generator -- m3henry.
   
 
(Decreasing the 60 will tend towards a few large islands, while increasing it will tend towards many small islands.)
 
(Decreasing the 60 will tend towards a few large islands, while increasing it will tend towards many small islands.)
  +
[[Category:Additional Reading]][[Category:Sign Cheats]][[Category:TTDPatch]][[Category:TTDPatch Manual]]

Latest revision as of 15:20, 18 June 2011

Change the parameters for the new terrain generator (Enable with experimentalfeatures.newterraingen)

Usage

Cht: LandGen <delta-height> <water> <roughness>

Description

This cheat sets the three parameters for the new terrain generator. This cheat takes effect the next time you generate a random terrain. The three parameters are as follows:

Delta-height controls how mountainous the terrain will be, with larger numbers meaning more mountainous.

Water controls how much water will appear on the map, with larger numbers meaning more water.

Roughness controls how rough the landscape will be, with larger numbers generating a rougher map. The maximum value is 255.

As long as the first number is not too large, and the second one is larger than the first, you get decent landscapes.

Examples

Cht: LandGen 10 60 140

Seems quite a nice island generator -- m3henry.

(Decreasing the 60 will tend towards a few large islands, while increasing it will tend towards many small islands.)