2015-03-11 19:24:02 +01:00
|
|
|
# format : FLAG = VALUE
|
|
|
|
|
|
|
|
# Settings are presents twice :
|
|
|
|
# - In every world :
|
|
|
|
# world_directory/vmg.conf
|
|
|
|
|
|
|
|
# - In the main directory :
|
|
|
|
# usually main_directory/minetest.conf
|
|
|
|
|
|
|
|
# /!\ IMPORTANT : In minetest.conf, flags have to be preceded by "vmg_" like "vmg_average_stone_level".
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-04-05 17:05:22 +02:00
|
|
|
#version = 1.3
|
2015-03-11 19:24:02 +01:00
|
|
|
# mapgen version used.
|
|
|
|
|
2015-03-15 20:26:51 +01:00
|
|
|
#player_max_distance = 400
|
|
|
|
# maximal distance from (0;0) at which the player will appear. (If it's in a big ocean, it may be farther)
|
2015-05-10 21:01:48 +02:00
|
|
|
#spawn = true
|
|
|
|
# New players are randomely spawned by the mod. Disable it to spawn the player another way.
|
|
|
|
#respawn = true
|
|
|
|
# After death, players are respawned by the mod. Disable it to respawn the player another way.
|
2015-03-15 20:26:51 +01:00
|
|
|
|
2015-04-06 11:32:47 +02:00
|
|
|
#water_level = 1
|
|
|
|
|
2015-03-11 19:24:02 +01:00
|
|
|
#average_stone_level = 150
|
|
|
|
# height at which the half of the surface at this height is made solely of stone.
|
2015-04-05 17:05:22 +02:00
|
|
|
#clay_threshold = 1
|
|
|
|
# if noise 13 is above this value, make pure clay instead of clayey dirt.
|
|
|
|
#silt_threshold = 1
|
|
|
|
# if noise 14 is above this value, make pure silt instead of silty dirt.
|
|
|
|
#sand_threshold = 0.75
|
|
|
|
# if noise 15 is above this value, make desert sand instead of sandy dirt.
|
|
|
|
#dirt_threshold = 0.5
|
|
|
|
# if not any of noises 13, 14 and 15 is above this value, make normal dirt. Else make special dirt.
|
2015-03-13 20:11:48 +01:00
|
|
|
#river_size = 5
|
|
|
|
#caves_size = 7
|
2015-03-16 09:04:15 +01:00
|
|
|
#lava_depth = 2000
|
2015-03-17 21:26:28 +01:00
|
|
|
# to manage lava amount increasing by going deep underground : lower values = bigger increasing.
|
|
|
|
#surface_lava = false
|
2015-04-11 11:23:52 +02:00
|
|
|
# DEPRECATED. No longer supported since mapgen version 2.0. Use lava_max_height instead.
|
|
|
|
#lava_max_height = -1
|
|
|
|
# Lava can't be generated above this height. Use 31000 to disable this restriction, or -31000 to fully disable lava.
|
2015-04-17 22:15:00 +02:00
|
|
|
#altitude_chill = 90
|
2015-03-11 19:24:02 +01:00
|
|
|
|
2015-05-11 19:24:39 +02:00
|
|
|
#trees = true
|
|
|
|
# If false, no trees, of course !
|
2015-05-09 10:47:31 +02:00
|
|
|
#tree_density = 5
|
|
|
|
# Percent of the lawn nodes that are covered by trees.
|
|
|
|
|
2015-03-11 19:24:02 +01:00
|
|
|
# NOISES : offset, scale, (spread), seed, octaves, persist, lacunarity
|
|
|
|
# (see mapgen.lua to see what is the role of each noise)
|
|
|
|
|
|
|
|
#noise_1 = -10, 50, (1024,1024,1024), 5202, 6, 0.4, 2
|
|
|
|
#noise_2 = 0, 1, (256,256,256), -6050, 5, 0.6, 2
|
|
|
|
#noise_3 = 5, 4, (512,512,512), -1914, 1, 1, 2
|
2015-03-17 21:26:28 +01:00
|
|
|
#noise_4 = 0.6, 0.5, (512,512,512), 777, 1, 1, 2
|
2015-03-11 19:24:02 +01:00
|
|
|
#noise_5 = 0.5, 0.5, (128,128,128), 746, 1, 1, 2
|
|
|
|
#noise_6 = 0, 1, (256,512,256), 1993, 6, 0.8, 2
|
2015-03-17 21:26:28 +01:00
|
|
|
#noise_7 = 3, 1.75, (256,256,256), 1605, 3, 0.5, 2
|
2015-03-11 19:24:02 +01:00
|
|
|
#noise_8 = 0, 1, (32,32,32), -4640, 4, 0.5, 2
|
|
|
|
#noise_9 = 0, 1, (32,32,32), 8804, 4, 0.5, 2
|
|
|
|
#noise_10 = 0, 1, (32,32,32), -4780, 4, 0.5, 2
|
|
|
|
#noise_11 = 0, 1, (32,32,32), -9969, 4, 0.5, 2
|
2015-03-17 21:26:28 +01:00
|
|
|
#noise_12 = 0, 1, (64,64,64), 3314, 4, 0.5, 2
|
2015-04-05 16:43:51 +02:00
|
|
|
#noise_13 = 0, 1, (256,256,256), 2835, 5, 0.5, 4
|
|
|
|
#noise_14 = 0, 1, (256,256,256), 6674, 5, 0.5, 4
|
|
|
|
#noise_15 = 0, 1, (256,256,256), 6940, 5, 0.5, 4
|
2015-04-06 10:43:33 +02:00
|
|
|
#noise_16 = 2, 8, (256,256,256), 2349, 3, 0.5, 2
|
2015-04-17 21:27:21 +02:00
|
|
|
#noise_17 = 0, 1, (768,256,768), -1805, 5, 0.5, 2
|
|
|
|
#noise_18 = 0, 1, (243,243,243), -5787, 4, 0.5, 3
|
2015-04-24 19:30:21 +02:00
|
|
|
|
|
|
|
# Flags that are ONLY available in minetest.conf :
|
|
|
|
|
|
|
|
#vmg_log_level = 0
|
|
|
|
# 0 = Not any log from Valleys Mapgen
|
|
|
|
# 1 = Total mapgen time
|
|
|
|
# 2 = Detailed mapgen time (step by step)
|
|
|
|
# 3 = Detailed mapgen time + trees
|