Add "Plots" terrain type for RA and CnC map generation
Some common feedback about preview generated maps is that they are too chokey. This change aims to add a new terrain type called "Plots" that retains the variety of terrain features present in the Gardens terrain, but opens up the play area a bit more. In essence, it strikes a balance between the densely packed Gardens terrain type and the loosely packed Plains and Parks terrain types. This new terrain type notably uses a smaller noise feature size to provide smaller but more regular map structure, and expands the pathway cutouts and contour spacings for forests and cliffs. The new Plots terrain type is made available for both RA and CNC and becomes the new default. This is an additive configuration-only change. Replay and multiplayer map generation retains forward/backward compatibility.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
ed3f809982
commit
b2f32f8907
@@ -799,7 +799,10 @@ label-cnc-map-generator-choice-terrain-type-puddles =
|
||||
.description = Open spaces with small ponds
|
||||
label-cnc-map-generator-choice-terrain-type-gardens =
|
||||
.label = Gardens
|
||||
.description = Featureful terrain with ponds, cliffs, and forests
|
||||
.description = Densely-packed terrain with ponds, cliffs, and forests
|
||||
label-cnc-map-generator-choice-terrain-type-plots =
|
||||
.label = Plots
|
||||
.description = Loosely-packed terrain with ponds, cliffs, and forests
|
||||
label-cnc-map-generator-choice-terrain-type-plains =
|
||||
.label = Plains
|
||||
.description = Open spaces with sparse trees and cliffs
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
MultiChoiceOption@TerrainType:
|
||||
Label: label-cnc-map-generator-option-terrain-type
|
||||
Priority: 2
|
||||
Default: Gardens,Rocky
|
||||
Default: Plots
|
||||
Choice@Lakes:
|
||||
Label: label-cnc-map-generator-choice-terrain-type-lakes
|
||||
Settings:
|
||||
@@ -112,6 +112,22 @@
|
||||
EnforceSymmetry: 2
|
||||
RoadSpacing: 3
|
||||
RoadShrink: 4
|
||||
Choice@Plots:
|
||||
Label: label-cnc-map-generator-choice-terrain-type-plots
|
||||
Settings:
|
||||
TerrainFeatureSize: 10240
|
||||
ForestFeatureSize: 10240
|
||||
ResourceFeatureSize: 10240
|
||||
Water: 100
|
||||
Forests: 300
|
||||
ForestCutout: 5
|
||||
EnforceSymmetry: 2
|
||||
Mountains: 400
|
||||
MinimumTerrainContourSpacing: 8
|
||||
MinimumCliffLength: 8
|
||||
Roughness: 125
|
||||
RoadShrink: 4
|
||||
CivilianBuildings: 100
|
||||
Choice@Plains:
|
||||
Label: label-cnc-map-generator-choice-terrain-type-plains
|
||||
Settings:
|
||||
|
||||
@@ -966,7 +966,10 @@ label-ra-map-generator-choice-terrain-type-puddles =
|
||||
.description = Open spaces with small ponds
|
||||
label-ra-map-generator-choice-terrain-type-gardens =
|
||||
.label = Gardens
|
||||
.description = Featureful terrain with ponds, cliffs, and forests
|
||||
.description = Densely-packed terrain with ponds, cliffs, and forests
|
||||
label-ra-map-generator-choice-terrain-type-plots =
|
||||
.label = Plots
|
||||
.description = Loosely-packed terrain with ponds, cliffs, and forests
|
||||
label-ra-map-generator-choice-terrain-type-plains =
|
||||
.label = Plains
|
||||
.description = Open spaces with sparse trees and cliffs
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
MultiChoiceOption@TerrainType:
|
||||
Label: label-ra-map-generator-option-terrain-type
|
||||
Priority: 2
|
||||
Default: Gardens
|
||||
Default: Plots
|
||||
Choice@Lakes:
|
||||
Label: label-ra-map-generator-choice-terrain-type-lakes
|
||||
Settings:
|
||||
@@ -117,6 +117,22 @@
|
||||
EnforceSymmetry: 2
|
||||
RoadSpacing: 3
|
||||
RoadShrink: 4
|
||||
Choice@Plots:
|
||||
Label: label-ra-map-generator-choice-terrain-type-plots
|
||||
Settings:
|
||||
TerrainFeatureSize: 10240
|
||||
ForestFeatureSize: 10240
|
||||
ResourceFeatureSize: 10240
|
||||
Water: 100
|
||||
Forests: 300
|
||||
ForestCutout: 5
|
||||
EnforceSymmetry: 2
|
||||
Mountains: 400
|
||||
MinimumTerrainContourSpacing: 8
|
||||
MinimumCliffLength: 8
|
||||
Roughness: 125
|
||||
RoadShrink: 4
|
||||
CivilianBuildings: 100
|
||||
Choice@Plains:
|
||||
Label: label-ra-map-generator-choice-terrain-type-plains
|
||||
Settings:
|
||||
|
||||
Reference in New Issue
Block a user