From 5701f9e3898e5729e1602bb711af35603c67a964 Mon Sep 17 00:00:00 2001 From: Paramat <paramat@users.noreply.github.com> Date: Thu, 5 Apr 2018 21:52:10 +0100 Subject: Mgcarpathian: Remove insignificant 'base' noise variation (#7209) Was only +-1 node over a scale of thousands of nodes. Replace with 'base_level' parameter value. --- builtin/settingtypes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'builtin') diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 4a2fa787e..99febe1ef 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1509,6 +1509,9 @@ mgv7_np_cave2 (Cave2 noise) noise_params_3d 0, 12, (67, 67, 67), 10325, 3, 0.5, # Flags starting with 'no' are used to explicitly disable them. mgcarpathian_spflags (Mapgen Carpathian specific flags) flags caverns caverns,nocaverns +# Defines the base ground level. +mgcarpathian_base_level (Base ground level) float 12.0 + # Controls width of tunnels, a smaller value creates wider tunnels. mgcarpathian_cave_width (Cave width) float 0.09 @@ -1535,9 +1538,6 @@ mgcarpathian_dungeon_ymax (Dungeon maximum Y) int 31000 [**Noises] -# 2D noise that defines the base ground level. -mgcarpathian_np_base (Base ground noise) noise_params_2d 12, 1, (2557, 2557, 2557), 6538, 4, 0.8, 0.5, eased - # Variation of biome filler depth. mgcarpathian_np_filler_depth (Filler depth noise) noise_params_2d 0, 1, (128, 128, 128), 261, 3, 0.7, 2.0, eased -- cgit v1.2.3