Fix comment positioning in minetest.conf.example
[oweals/minetest.git] / minetest.conf.example
1 #    This file is read by default from:
2 #    ../minetest.conf
3 #    ../../minetest.conf
4 #    Any other path can be chosen by passing the path as a parameter
5 #    to the program, eg. "minetest.exe --config ../minetest.conf.example".
6
7 #    By default, all the settings are commented and not functional.
8 #    Uncomment settings by removing the preceding #.
9
10 #    Further documentation:
11 #    http://wiki.minetest.net/
12
13 #    NOTE: This file might not be up-to-date, refer to the
14 #    defaultsettings.cpp file for an up-to-date list:
15 #    https://github.com/minetest/minetest/blob/master/src/defaultsettings.cpp
16
17 #    A vim command to convert most of defaultsettings.cpp to conf file format:
18 #    :'<,'>s/\tsettings->setDefault("\([^"]*\)", "\([^"]*\)");.*/#\1 = \2/g
19 #    Note: Some of the settings are implemented in Lua.
20
21 #
22 #    Client and server
23 #
24
25 #    Name of player, on a server this is the main admin
26 #name =
27
28 #
29 #    Client stuff
30 #
31
32 #    Port to connect to (UDP)
33 #remote_port =
34 #    Key mappings.
35 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
36 #keymap_forward = KEY_KEY_W
37 #keymap_backward = KEY_KEY_S
38 #keymap_left = KEY_KEY_A
39 #keymap_right = KEY_KEY_D
40 #keymap_jump = KEY_SPACE
41 #keymap_sneak = KEY_LSHIFT
42 #keymap_inventory = KEY_KEY_I
43 #    Go down ladder / go down in fly mode / go fast in fast mode
44 #keymap_special1 = KEY_KEY_E
45 #keymap_chat = KEY_KEY_T
46 #keymap_cmd = /
47 #keyman_console = KEY_F10
48 #keymap_rangeselect = KEY_KEY_R
49 #keymap_freemove = KEY_KEY_K
50 #keymap_fastmove = KEY_KEY_J
51 #keymap_cinematic = KEY_F8
52 #keymap_screenshot = KEY_F12
53 #    If true, keymap_special1 instead of keymap_sneak is used for climbing down and descending
54 #aux1_descends = false
55 #    Double-tapping the jump key toggles fly mode
56 #doubletap_jump = false
57 #    If false aux1 is used to fly fast
58 #always_fly_fast = true
59 #    Some (temporary) keys for debugging
60 #keymap_print_debug_stacks = KEY_KEY_P
61 #keymap_quicktune_prev = KEY_HOME
62 #keymap_quicktune_next = KEY_END
63 #keymap_quicktune_dec = KEY_NEXT
64 #keymap_quicktune_inc = KEY_PRIOR
65
66 #    If set to true, you can place blocks at the position (feet + eye level) where you stand.
67 #    This is helpful when working with nodeboxes.
68 #enable_build_where_you_stand = false
69 #    Minimum FPS.
70 #    The amount of rendered stuff is dynamically set according to this.
71 #wanted_fps = 30
72 #    If FPS would go higher than this, limit it by sleeping
73 #    to not waste CPU power for no benefit.
74 #fps_max = 60
75 #    Maximum FPS when game is paused
76 #pause_fps_max = 20
77 #    The allowed adjustment range for the automatic rendering range adjustment
78 #viewing_range_nodes_max = 160
79 #viewing_range_nodes_min = 35
80 #    Initial window size
81 #screenW = 800
82 #screenH = 600
83 #fullscreen = false
84 #fullscreen_bpp = 24
85 #    Experimental option, might cause visible spaces between blocks
86 #    when set to higher number than 0.
87 #fsaa = 0
88 #vsync = false
89 #    Field of view in degrees
90 #fov = 72
91 #    Address to connect to (#blank = start local server)
92 #address =
93 #    Enable random user input, for testing
94 #random_input = false
95 #    Timeout for client to remove unused map data from memory
96 #client_unload_unused_data_timeout = 600
97 #    Maximum number of mapblocks for client to be kept in memory
98 #    Set to -1 for unlimited amount
99 #client_mapblock_limit = 5000
100 #    Whether to fog out the end of the visible area
101 #enable_fog = true
102 #    Whether to show the client debug info (has the same effect as hitting F5)
103 #show_debug = false
104 #    Enable a bit lower water surface; disable for speed (not quite optimized)
105 #new_style_water = false
106 #    Max liquids processed per step
107 #liquid_loop_max = 100000
108 #    The time (in seconds) that the liquids queue may grow beyond processing
109 #    capacity until an attempt is made to decrease its size by dumping old queue
110 #    items.  A value of 0 disables the functionality.
111 #liquid_queue_purge_time = 0
112 #    Liquid update interval in seconds
113 #liquid_update = 1.0
114 #    Leaves style:
115 #     fancy  - all faces visible
116 #     simple - only outer faces, if defined special_tiles are used
117 #     opaque - disable transparency
118 #leaves_style = fancy
119 #    Connects glass if supported by node
120 #connected_glass = false
121 #    Enable smooth lighting with simple ambient occlusion.
122 #    Disable for speed or for different looks.
123 #smooth_lighting = true
124 #    Adjust the gamma encoding for the light tables. Valid values are in the range
125 #    1.0 to 3.0 (inclusive); lower numbers are brighter.  This setting is for the
126 #    client only and is ignored by the server
127 #display_gamma = 1.8
128 # Path to texture directory. All textures are first searched from here.
129 #texture_path =
130 #    Video back-end.
131 #    Possible values: null, software, burningsvideo, direct3d8, direct3d9, opengl.
132 #video_driver = opengl
133 #    Unobstructed movement without physics, downwards key is keymap_special1
134 #free_move = false
135 #    Continuous forward movement (for testing)
136 #continuous_forward = false
137 #    Enable cinematic mode
138 #cinematic = false
139 #    Camera smoothing - smooths rotation of camera. 0 is no smoothing.
140 #    Must be equal to or greater than 0, and less than 1.
141 #camera_smoothing = 0.0
142 #    Camera smoothing when in cinematic mode
143 #cinematic_camera_smoothing = 0.7
144 #    Fast movement (keymap_special1)
145 #fast_move = false
146 #    Invert mouse
147 #invert_mouse = false
148 #    Enable/disable clouds
149 #enable_clouds = true
150 #cloud_height = 120
151 #    Radius of cloud area stated in number of 64 node cloud squares.
152 #    Values larger than 26 will start to produce sharp cutoffs at cloud area corners.
153 #cloud_radius = 12
154 #enable_3d_clouds = true
155 #    Use a cloud animation for the main menu background
156 #menu_clouds = true
157 #    Path for screenshots
158 #screenshot_path =
159 #    Amount of view bobbing (0 = no view bobbing, 1.0 = normal, 2.0 = double)
160 #view_bobbing_amount = 1.0
161 #    Amount of fall bobbing (0 = no fall bobbing, 1.0 = normal, 2.0 = double)
162 #fall_bobbing_amount = 0.0
163 #    3d support.
164 #    Currently:
165 #        "none"       = no 3d output.
166 #        "anaglyph"   = cyan/magenta color 3d.
167 #        "interlaced" = odd/even line based polarisation screen support.
168 #        "topbottom"  = split screen top/bottom.
169 #        "sidebyside" = split screen side by side.
170 #3d_mode = none
171 #3d_parallax_strength = 0.025
172 #    In-game chat console background color (R,G,B)
173 #console_color = (0,0,0)
174 #    In-game chat console background alpha (opaqueness, between 0 and 255)
175 #console_alpha = 200
176 #    Selection box border color (R,G,B)
177 #selectionbox_color = (0,0,0)
178 #    Crosshair color (R,G,B)
179 #crosshair_color = (255,255,255)
180 #    Cross alpha (opaqueness, between 0 and 255)
181 #crosshair_alpha = 255
182 #    Scale gui by a user specified value
183 #    Use a nearest-neighbor-anti-alias filter to scale the GUI.
184 #    This will smooth over some of the rough edges, and blend
185 #    pixels when scaling down, at the cost of blurring some
186 #    edge pixels when images are scaled by non-integer sizes.
187 #gui_scaling = 1.0
188 #    When gui_scaling_filter is true, all GUI images need to be
189 #    filtered in software, but some images are generated directly
190 #    to hardware (e.g. render-to-texture for nodes in inventory).
191 #    When gui_scaling_filter_txr2img is true, copy those images
192 #    from hardware to software for scaling.  When false, fall back
193 #    to the old scaling method, for video drivers that don't
194 #    propery support downloading textures back from hardware.
195 #gui_scaling_filter = false
196 #gui_scaling_filter_txr2img = true
197 #    Sensitivity multiplier
198 #mouse_sensitivity = 0.2
199 #    Sound settings
200 #enable_sound = true
201 #sound_volume = 0.7
202 #    Whether node texture animations should be desynchronized per mapblock
203 #desynchronize_mapblock_texture_animation = true
204 #    Width of the selectionbox's lines (Between 1 and 5)
205 #selectionbox_width = 2
206 #    Maximum proportion of current window to be used for hotbar.
207 #    Useful if there's something to be displayed right or left of hotbar.
208 #hud_hotbar_max_width = 1.0
209 #    Save the map received by the client on disk
210 #enable_local_map_saving = false
211 #    Enable selection highlighting for nodes (disables selectionbox)
212 #enable_node_highlighting = false
213 #    Texture filtering settings
214 #mip_map = false
215 #anisotropic_filter = false
216 #bilinear_filter = false
217 #trilinear_filter = false
218 #    Filtered textures can blend RGB values with fully-transparent neighbors,
219 #    which PNG optimizers usually discard, sometimes resulting in a dark or
220 #    light edge to transparent textures.  Apply this filter to clean that up
221 #    at texture load time.
222 #texture_clean_transparent = false
223 #    When using bilinear/trilinear/anisotropic filters, low-resolution textures
224 #    can be blurred, so automatically upscale them with nearest-neighbor
225 #    interpolation to preserve crisp pixels.  This sets the minimum texture size
226 #    for the upscaled textures; higher values look sharper, but require more
227 #    memory.  Powers of 2 are recommended.  Setting this higher than 1 may not
228 #    have a visible effect unless bilinear/trilinear/anisotropic filtering is
229 #    enabled.
230 #texture_min_size = 64
231 #    Set to true to pre-generate all item visuals
232 #preload_item_visuals = false
233 #    Set to true to enable shaders. Disable them if video_driver = direct3d9/8.
234 #enable_shaders = true
235 #    Set to true to enable textures bumpmapping. Requires shaders enabled.
236 #enable_bumpmapping = false
237 #    Set to true enables on the fly normalmap generation (Emboss effect).
238 #    Requires bumpmapping enabled.
239 #generate_normalmaps = false
240 #    Strength of generated normalmaps
241 #normalmaps_strength = 0.6
242 #    Defines sampling step of texture (0 - 2).
243 #    A higher value results in smoother normal maps.
244 #normalmaps_smooth = 0
245 #    0 = parallax occlusion with slope information (faster)
246 #    1 = relief mapping (slower, more accurate)
247 #parallax_occlusion_mode = 1
248 #    Set to true enables parallax occlusion mapping. Requires shaders enabled.
249 #enable_parallax_occlusion = false
250 #    Number of parallax occlusion iterations
251 #parallax_occlusion_iterations = 4
252 #    Overall scale of parallax occlusion effect
253 #parallax_occlusion_scale = 0.08
254 #    Overall bias of parallax occlusion effect, usually scale/2
255 #parallax_occlusion_bias = 0.04
256 #    Set to true enables waving water. Requires shaders enabled.
257 #enable_waving_water = false
258 #    Parameters for waving water:
259 #water_wave_height = 1.0
260 #water_wave_length = 20.0
261 #water_wave_speed = 5.0
262 #    Set to true enables waving leaves. Requires shaders enabled.
263 #enable_waving_leaves = false
264 #    Set to true enables waving plants. Requires shaders enabled.
265 #enable_waving_plants = false
266 #    The strength (darkness) of node ambient-occlusion shading.
267 #    Lower is darker, Higher is lighter. The valid range of values for this
268 #    setting is 0.25 to 4.0 inclusive. If the value is out of range it will be
269 #    set to the nearest valid value.
270 #ambient_occlusion_gamma = 2.2
271 #    Enables caching of facedir rotated meshes
272 #enable_mesh_cache = false
273
274 #    Enables minimap
275 #enable_minimap = true
276 #    true - round shape, false - square
277 #minimap_shape_round = true
278 #    true = 256, false = 128
279 #    useable to make minimap smoother on slower machines
280 #minimap_double_scan_height = true
281
282 #    The time in seconds it takes between repeated
283 #    right clicks when holding the right mouse button.
284 #repeat_rightclick_time = 0.25
285 #    Make fog and sky colors depend on daytime (dawn/sunset) and view direction
286 #directional_colored_fog = true
287 #    Delay showing tooltips, stated in milliseconds
288 #tooltip_show_delay = 400
289 #    Adjust dpi configuration to your screen (non X11/Android only) e.g. for 4k screens
290 #screen_dpi = 72
291 #    Default timeout for cURL, stated in milliseconds.
292 #    Only has an effect if compiled with cURL.
293 #curl_timeout = 5000
294 #    Limits number of parallel HTTP requests. Affects:
295 #        Media fetch if server uses remote_media setting.
296 #        Serverlist download and server announcement.
297 #        Downloads performed by main menu (e.g. mod manager).
298 #    Only has an effect if compiled with cURL.
299 #curl_parallel_limit = 8
300 #    Maximum time in ms a file download (e.g. a mod download) may take
301 #curl_file_download_timeout = 300000
302 #    Enable usage of remote media server (if provided by server)
303 #enable_remote_media_server = true
304 #    Url to the server list displayed in the Multiplayer Tab
305 #serverlist_url = servers.minetest.net
306 #    File in client/serverlist/ that contains your favorite servers displayed in the Multiplayer Tab
307 #serverlist_file = favoriteservers.txt
308 #    Whether freetype fonts are used, requires freetype support to be compiled in
309 #freetype = true
310 #    Path to TrueTypeFont or bitmap
311 #font_path = fonts/liberationsans.ttf
312 #font_size = 15
313 #    Font shadow offset, if 0 then shadow will not be drawn
314 #font_shadow = 1
315 #    Font shadow alpha (opaqueness, between 0 and 255)
316 #font_shadow_alpha = 128
317 #mono_font_path = fonts/liberationmono.ttf
318 #mono_font_size = 15
319 #    This font will be used for certain languages
320 #fallback_font_path = fonts/DroidSansFallbackFull.ttf
321 #fallback_font_size = 15
322 #fallback_font_shadow = 1
323 #fallback_font_shadow_alpha = 128
324
325 #
326 #    Server stuff
327 #
328
329 #    Network port to listen (UDP)
330 #port = 30000
331 #    Bind address
332 #bind_address =
333 #    Name of server
334 #server_name = Minetest server
335 #    Description of server
336 #server_description = mine here
337 #    Domain name of server
338 #server_address = game.minetest.net
339 #    Homepage of server
340 #server_url = http://minetest.net
341 #    Automaticaly report to masterserver
342 #server_announce = 0
343 #    Announce to this masterserver.
344 #    If you want to announce your ipv6 address - use  serverlist_url = v6.servers.minetest.net.
345 #serverlist_url = servers.minetest.net
346 #    Default game (default when creating a new world)
347 #default_game = minetest
348 #    World directory (everything in the world is stored here)
349 #map-dir = /custom/world
350 #    Message of the Day
351 #motd = Welcome to this awesome Minetest server!
352 #    Maximum number of players connected simultaneously
353 #max_users = 15
354 #    Set to true to disallow old clients from connecting
355 #strict_protocol_version_checking = false
356 #    Time in seconds for item entity to live. Default value: 900s.
357 #    Setting it to -1 disables the feature.
358 #item_entity_ttl = 900
359 #    Set to true to enable creative mode (unlimited inventory)
360 #creative_mode = false
361 #    Enable players getting damage and dying
362 #enable_damage = false
363 #    A chosen map seed for a new map, leave empty for random
364 #fixed_map_seed =
365 #    Gives some stuff to players at the beginning
366 #give_initial_stuff = false
367 #    New users need to input this password
368 #default_password =
369 #    Available privileges: interact, shout, teleport, settime, privs, ...
370 #    See /privs in game for a full list on your server and mod configuration.
371 #default_privs = interact, shout
372 #    Whether players are shown to clients without any range limit.
373 #    Deprecated, use the setting player_transfer_distance instead.
374 #unlimited_player_transfer_distance = true
375 #    Defines the maximal player transfer distance in blocks (0 = unlimited)
376 #player_transfer_distance = 0
377 #    Whether to enable players killing each other
378 #enable_pvp = true
379 #    If this is set, players will always (re)spawn at the given position
380 #static_spawnpoint = 0, 10, 0
381 #    If true, new players cannot join with an empty password
382 #disallow_empty_password = false
383 #    If true, disable cheat prevention in multiplayer
384 #disable_anticheat = false
385 #    If true, actions are recorded for rollback
386 #    This option is only read when server starts
387 #enable_rollback_recording = false
388 #    Handling for deprecated lua api calls:
389 #        "legacy" = (try to) mimic old behaviour (default for release).
390 #        "log"    = mimic and log backtrace of deprecated call (default for debug).
391 #        "error"  = abort on usage of deprecated call (suggested for mod developers).
392 #deprecated_lua_api_handling = legacy
393
394 #    A message to be displayed to all clients when the server shuts down
395 #kick_msg_shutdown = Server shutting down.
396 #    A message to be displayed to all clients when the server crashes
397 #kick_msg_crash = This server has experienced an internal error. You will now be disconnected.
398 #    Whether to ask clients to reconnect after a (lua) crash.
399 #    Set this to true if your server is set up to restart automatically.
400 #ask_reconnect_on_crash = false
401
402 #    Mod profiler
403 #mod_profiling = false
404 #    Detailed mod profile data
405 #detailed_profiling = false
406 #    Profiler data print interval. #0 = disable.
407 #profiler_print_interval = 0
408 #enable_mapgen_debug_info = false
409 #    From how far client knows about objects
410 #active_object_send_range_blocks = 3
411 #    How large area of blocks are subject to the active block stuff.
412 #    Active = objects are loaded and ABMs run.
413 #active_block_range = 2
414 #    How many blocks are flying in the wire simultaneously per client
415 #max_simultaneous_block_sends_per_client = 10
416 #    How many blocks are flying in the wire simultaneously per server
417 #max_simultaneous_block_sends_server_total = 40
418 #    From how far blocks are sent to clients, stated in mapblocks (16 nodes)
419 #max_block_send_distance = 10
420 #    From how far blocks are generated for clients, stated in mapblocks (16 nodes)
421 #max_block_generate_distance = 6
422 #    Where the map generator stops.
423 #    Please note:
424 #      * Limited to 31000 (setting above has no effect)
425 #      * The map generator works in groups of 80x80x80 nodes (5x5x5 MapBlocks).
426 #      * Those groups have an offset of -32, -32 nodes from the origin.
427 #      * Only groups which are within the map_generation_limit are generated
428 #map_generation_limit = 31000
429 #    Number of extra blocks that can be loaded by /clearobjects at once.
430 #    This is a trade-off between sqlite transaction overhead and
431 #    memory consumption (4096=100MB, as a rule of thumb).
432 #max_clearobjects_extra_loaded_blocks = 4096
433 #    Maximum number of forceloaded blocks
434 #max_forceloaded_blocks = 16
435 #    Interval of sending time of day to clients
436 #time_send_interval = 5
437 #    Controls length of day/night cycle.
438 #    72=20min, 360=4min, 1=24hour, 0=day/night/whatever stays unchanged.
439 #time_speed = 72
440 #server_unload_unused_data_timeout = 29
441 #    Maximum number of statically stored objects in a block
442 #max_objects_per_block = 49
443 #    Interval of saving important changes in the world, stated in seconds
444 #server_map_save_interval = 5.3
445 #    http://www.sqlite.org/pragma.html#pragma_synchronous only numeric values: 0 1 2
446 #sqlite_synchronous = 2
447 #    To reduce lag, block transfers are slowed down when a player is building something.
448 #    This determines how long they are slowed down after placing or removing a node.
449 #full_block_send_enable_min_time_from_building = 2.0
450 #    Length of a server tick and the interval at which objects are generally updated over network
451 #dedicated_server_step = 0.1
452 #    Can be set to true to disable shutting down on invalid world data
453 #ignore_world_load_errors = false
454 #    Specifies URL from which client fetches media instead of using UDP.
455 #    $filename should be accessible from $remote_media$filename via cURL
456 #    (obviously, remote_media should end with a slash).
457 #    Files that are not present would be fetched the usual way.
458 #remote_media =
459 #    Level of logging to be written to debug.txt:
460 #    0 = none, 1 = errors and debug, 2 = action, 3 = info, 4 = verbose.
461 #debug_log_level = 2
462 #    Maximum number of blocks that can be queued for loading
463 #emergequeue_limit_total = 256
464 #    Maximum number of blocks to be queued that are to be loaded from file.
465 #    Set to blank for an appropriate amount to be chosen automatically.
466 #emergequeue_limit_diskonly = 32
467 #    Maximum number of blocks to be queued that are to be generated.
468 #    Set to blank for an appropriate amount to be chosen automatically.
469 #emergequeue_limit_generate = 32
470 #    Number of emerge threads to use. Make this field blank, or increase this number
471 #    to use multiple threads. On multiprocessor systems, this will improve mapgen speed greatly
472 #    at the cost of slightly buggy caves.
473 #num_emerge_threads = 1
474 #    Maximum number of packets sent per send step, if you have a slow connection
475 #    try reducing it, but don't reduce it to a number below double of targeted
476 #    client number.
477 #max_packets_per_iteration = 1024
478
479 #    Enable/disable IPv6
480 #enable_ipv6 = true
481 #    Enable/disable running an IPv6 server.  An IPv6 server may be restricted
482 #    to IPv6 clients, depending on system configuration.
483 #    Ignored if bind_address is set.
484 #ipv6_server = false
485 #main_menu_script =
486 #main_menu_game_mgr = 0
487 #main_menu_mod_mgr = 1
488 #modstore_download_url = https://forum.minetest.net/media/
489 #modstore_listmods_url = https://forum.minetest.net/mmdb/mods/
490 #modstore_details_url  = https://forum.minetest.net/mmdb/mod/*/
491 #    Makes DirectX work with LuaJIT. Disable if it causes troubles.
492 #high_precision_fpu = true
493 #    Override language. When no value is provided (default) system language is used.
494 #    Check "locale" directory for the list of available translations.
495 #language =
496
497 #
498 #    Physics stuff
499 #
500
501 #movement_acceleration_default = 3
502 #movement_acceleration_air = 2
503 #movement_acceleration_fast = 10
504 #movement_speed_walk = 4
505 #movement_speed_crouch = 1.35
506 #movement_speed_fast = 20
507 #movement_speed_climb = 2
508 #movement_speed_jump = 6.5
509 #movement_speed_descend = 6
510 #movement_liquid_fluidity = 1
511 #movement_liquid_fluidity_smooth = 0.5
512 #movement_liquid_sink = 10
513 #movement_gravity = 9.81
514
515 #
516 #    Mapgen stuff
517 #
518
519 #    Name of map generator to be used.  Currently supported: v5, v6, v7, singlenode.
520 #mg_name = v6
521 #    Water surface level of map
522 #water_level = 1
523 #    Size of chunks to be generated, stated in mapblocks (16 nodes)
524 #chunksize = 5
525 #    Global map generation attributes.  Currently supported: trees, caves, flat, dungeons, light.
526 #    Flags that are not specified in the flag string are not modified from the default.
527 #    To explicitly turn off a flag, prepend "no" to the beginning, e.g. nolight.
528 #mg_flags = trees, caves, dungeons, light
529 #    Enable/disable floating dungeons and dungeon slices
530 #enable_floating_dungeons = true
531
532 #    Map generation attributes specific to Mapgen V6.
533 #    Currently supported: jungles, biomeblend, mudflow, snowbiomes.
534 #    When snowbiomes are enabled jungles are enabled and the jungles flag is ignored.
535 #mgv6_spflags = jungles, biomeblend, mudflow, snowbiomes
536 #    Controls size of deserts and beaches in Mapgen V6
537 #    When snowbiomes are enabled 'mgv6_freq_desert' is ignored.
538 #mgv6_freq_desert = 0.45
539 #mgv6_freq_beach = 0.15
540
541 #    Map generation attributes specific to Mapgen V7.
542 #    Currently supported: mountains, ridges.
543 #mgv7_spflags = mountains, ridges
544
545 #    Perlin noise attributes for different map generation parameters.
546 #    Noise parameters can be specified as a set of positional values:
547 #    Offset, scale, (spread factors), seed offset, number of octaves, persistence, lacunarity.
548 #mgv6_np_terrain_base = -4, 20, (250, 250, 250), 82341, 5, 0.6, 2.0
549 #    Or the new group format can be used instead, for example:
550 #mgv6_np_terrain_base = {
551 #    offset      = -4
552 #    scale       = 20
553 #    spread      = (250, 250, 250)
554 #    seed        = 82341
555 #    octaves     = 5
556 #    persistence = 0.6
557 #    lacunarity  = 2.0
558 #    flags       = "defaults"
559 #}
560 #    Only the group format supports noise flags which are needed for eased noise.
561 #    Mgv5 uses eased noise for np_ground so this is shown in group format,
562 #    other noise parameters are shown in positional format to save space.
563
564 #    Noise parameters for biome API temperature, humidity and biome blend
565 #mg_biome_np_heat = 50, 50, (1000, 1000, 1000), 5349, 3, 0.5, 2.0
566 #mg_biome_np_heat_blend = 0, 1.5, (8, 8, 8), 13, 2, 1.0, 2.0
567 #mg_biome_np_humidity = 50, 50, (1000, 1000, 1000), 842, 3, 0.5, 2.0
568 #mg_biome_np_humidity_blend = 0, 1.5, (8, 8, 8), 90003, 2, 1.0, 2.0
569
570 #mgv5_np_filler_depth = 0, 1, (150, 150, 150), 261, 4, 0.7, 2.0
571 #mgv5_np_factor = 0, 1, (250, 250, 250), 920381, 3, 0.45, 2.0
572 #mgv5_np_height = 0, 10, (250, 250, 250), 84174, 4, 0.5, 2.0
573 #mgv5_np_cave1 = 0, 12, (50, 50, 50), 52534, 4, 0.5, 2.0
574 #mgv5_np_cave2 = 0, 12, (50, 50, 50), 10325, 4, 0.5, 2.0
575 #mgv5_np_ground = {
576 #    offset      = 0
577 #    scale       = 40
578 #    spread      = (80, 80, 80)
579 #    seed        = 983240
580 #    octaves     = 4
581 #    persistence = 0.55
582 #    lacunarity  = 2.0
583 #    flags       = "eased"
584 #}
585
586 #mgv6_np_terrain_base = -4, 20, (250, 250, 250), 82341, 5, 0.6, 2.0
587 #mgv6_np_terrain_higher = 20, 16, (500, 500, 500), 85039, 5, 0.6, 2.0
588 #mgv6_np_steepness = 0.85, 0.5, (125, 125, 125), -932, 5, 0.7, 2.0
589 #mgv6_np_height_select = 0.5, 1, (250, 250, 250), 4213, 5, 0.69, 2.0
590 #mgv6_np_mud = 4, 2, (200, 200, 200), 91013, 3, 0.55, 2.0
591 #mgv6_np_beach = 0, 1, (250, 250, 250), 59420, 3, 0.50, 2.0
592 #mgv6_np_biome = 0, 1, (500, 500, 500), 9130, 3, 0.50, 2.0
593 #mgv6_np_cave = 6, 6, (250, 250, 250), 34329, 3, 0.50, 2.0
594 #mgv6_np_humidity = 0.5, 0.5, (500, 500, 500), 72384, 3, 0.50, 2.0
595 #mgv6_np_trees = 0, 1, (125, 125, 125), 2, 4, 0.66, 2.0
596 #mgv6_np_apple_trees = 0, 1, (100, 100, 100), 342902, 3, 0.45, 2.0
597
598 #mgv7_np_terrain_base = 4, 70, (600, 600, 600), 82341, 5, 0.6, 2.0
599 #mgv7_np_terrain_alt = 4, 25, (600, 600, 600), 5934, 5, 0.6, 2.0
600 #mgv7_np_terrain_persist = 0.6, 0.1, (2000, 2000, 2000), 539, 3, 0.6, 2.0
601 #mgv7_np_height_select = -12, 24, (500, 500, 500), 4213, 6, 0.7, 2.0
602 #mgv7_np_filler_depth = 0, 1.2, (150, 150, 150), 261, 3, 0.7, 2.0
603 #mgv7_np_mount_height = 256, 112, (1000, 1000, 1000), 72449, 3, 0.6, 2.0
604 #mgv7_np_ridge_uwater = 0, 1, (1000, 1000, 1000), 85039, 5, 0.6, 2.0
605 #mgv7_np_mountain = -0.6, 1, (250, 350, 250), 5333, 5, 0.63, 2.0
606 #mgv7_np_ridge = 0, 1, (100, 100, 100), 6467, 4, 0.75, 2.0
607 #mgv7_np_cave1 = 0, 12, (100, 100, 100), 52534, 4, 0.5, 2.0
608 #mgv7_np_cave2 = 0, 12, (100, 100, 100), 10325, 4, 0.5, 2.0
609
610 #    Prevent mods from doing insecure things like running shell commands.
611 #secure.enable_security = false
612 #    Comma-separated list of trusted mods that are allowed to access insecure
613 #    functions even when mod security is on (via request_insecure_environment()).
614 #secure.trusted_mods =