]> git.lizzy.rs Git - minetest.git/blob - minetest.conf.example
Log /clearobjects mode
[minetest.git] / minetest.conf.example
1 #    This file contains a list of all available settings and their default value for minetest.conf
2
3 #    By default, all the settings are commented and not functional.
4 #    Uncomment settings by removing the preceding #.
5
6 #    minetest.conf is read by default from:
7 #    ../minetest.conf
8 #    ../../minetest.conf
9 #    Any other path can be chosen by passing the path as a parameter
10 #    to the program, eg. "minetest.exe --config ../minetest.conf.example".
11
12 #    Further documentation:
13 #    http://wiki.minetest.net/
14
15 #
16 # Client
17 #
18
19 ## Controls
20
21 #    If enabled, you can place blocks at the position (feet + eye level) where you stand.
22 #    This is helpful when working with nodeboxes in small areas.
23 #    type: bool
24 # enable_build_where_you_stand = false
25
26 #    Player is able to fly without being affected by gravity.
27 #    This requires the "fly" privilege on the server.
28 #    type: bool
29 # free_move = false
30
31 #    Fast movement (via use key).
32 #    This requires the "fast" privilege on the server.
33 #    type: bool
34 # fast_move = false
35
36 #    If enabled together with fly mode, player is able to fly through solid nodes.
37 #    This requires the "noclip" privilege on the server.
38 #    type: bool
39 # noclip = false
40
41 #    Smooths camera when moving and looking around.
42 #    Useful for recording videos.
43 #    type: bool
44 # cinematic = false
45
46 #    Smooths rotation of camera. 0 to disable.
47 #    type: float min: 0 max: 0.99
48 # camera_smoothing = 0.0
49
50 #    Smooths rotation of camera in cinematic mode. 0 to disable.
51 #    type: float min: 0 max: 0.99
52 # cinematic_camera_smoothing = 0.7
53
54 #    Invert vertical mouse movement.
55 #    type: bool
56 # invert_mouse = false
57
58 #    Mouse sensitivity multiplier.
59 #    type: float
60 # mouse_sensitivity = 0.2
61
62 #    If enabled, "use" key instead of "sneak" key is used for climbing down and descending.
63 #    type: bool
64 # aux1_descends = false
65
66 #    Double-tapping the jump key toggles fly mode.
67 #    type: bool
68 # doubletap_jump = false
69
70 #    If disabled "use" key is used to fly fast if both fly and fast mode are enabled.
71 #    type: bool
72 # always_fly_fast = true
73
74 #    The time in seconds it takes between repeated right clicks when holding the right mouse button.
75 #    type: float
76 # repeat_rightclick_time = 0.25
77
78 #    Enable random user input (only used for testing).
79 #    type: bool
80 # random_input = false
81
82 #    Continuous forward movement (only used for testing).
83 #    type: bool
84 # continuous_forward = false
85
86 #    Key for moving the player forward.
87 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
88 #    type: key
89 # keymap_forward = KEY_KEY_W
90
91 #    Key for moving the player backward.
92 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
93 #    type: key
94 # keymap_backward = KEY_KEY_S
95
96 #    Key for moving the player left.
97 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
98 #    type: key
99 # keymap_left = KEY_KEY_A
100
101 #    Key for moving the player right.
102 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
103 #    type: key
104 # keymap_right = KEY_KEY_D
105
106 #    Key for jumping.
107 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
108 #    type: key
109 # keymap_jump = KEY_SPACE
110
111 #    Key for sneaking.
112 #    Also used for climbing down and descending in water if aux1_descends is disabled.
113 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
114 #    type: key
115 # keymap_sneak = KEY_LSHIFT
116
117 #    Key for opening the inventory.
118 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
119 #    type: key
120 # keymap_inventory = KEY_KEY_I
121
122 #    Key for moving fast in fast mode.
123 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
124 #    type: key
125 # keymap_special1 = KEY_KEY_E
126
127 #    Key for opening the chat window.
128 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
129 #    type: key
130 # keymap_chat = KEY_KEY_T
131
132 #    Key for opening the chat window to type commands.
133 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
134 #    type: key
135 # keymap_cmd = /
136
137 #    Key for opening the chat console.
138 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
139 #    type: key
140 # keyman_console = KEY_F10
141
142 #    Key for toggling unlimited view range.
143 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
144 #    type: key
145 # keymap_rangeselect = KEY_KEY_R
146
147 #    Key for toggling flying.
148 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
149 #    type: key
150 # keymap_freemove = KEY_KEY_K
151
152 #    Key for toggling fast mode.
153 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
154 #    type: key
155 # keymap_fastmove = KEY_KEY_J
156
157 #    Key for toggling noclip mode.
158 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
159 #    type: key
160 # keymap_noclip = KEY_KEY_H
161
162 #    Key for toggling cinematic mode.
163 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
164 #    type: key
165 # keymap_cinematic = KEY_F8
166
167 #    Key for toggling display of minimap.
168 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
169 #    type: key
170 # keymap_minimap = KEY_F9
171
172 #    Key for taking screenshots.
173 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
174 #    type: key
175 # keymap_screenshot = KEY_F12
176
177 #    Key for dropping the currently selected item.
178 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
179 #    type: key
180 # keymap_drop = KEY_KEY_Q
181
182 #    Key for toggling the display of the HUD.
183 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
184 #    type: key
185 # keymap_toggle_hud = KEY_F1
186
187 #    Key for toggling the display of the chat.
188 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
189 #    type: key
190 # keymap_toggle_chat = KEY_F2
191
192 #    Key for toggling the display of the fog.
193 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
194 #    type: key
195 # keymap_toggle_force_fog_off = KEY_F3
196
197 #    Key for toggling the camrea update. Only used for development
198 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
199 #    type: key
200 # keymap_toggle_update_camera = 
201
202 #    Key for toggling the display of debug info.
203 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
204 #    type: key
205 # keymap_toggle_debug = KEY_F5
206
207 #    Key for toggling the display of the profiler. Used for development.
208 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
209 #    type: key
210 # keymap_toggle_profiler = KEY_F6
211
212 #    Key for switching between first- and third-person camera.
213 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
214 #    type: key
215 # keymap_camera_mode = KEY_F7
216
217 #    Key for increasing the viewing range. Modifies the minimum viewing range.
218 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
219 #    type: key
220 # keymap_increase_viewing_range_min = +
221
222 #    Key for decreasing the viewing range. Modifies the minimum viewing range.
223 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
224 #    type: key
225 # keymap_decrease_viewing_range_min = -
226
227 #    Key for printing debug stacks. Used for development.
228 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
229 #    type: key
230 # keymap_print_debug_stacks = KEY_KEY_P
231
232 ## Network
233
234 #    Address to connect to.
235 #    Leave this blank to start a local server.
236 #    Note that the address field in the main menu overrides this setting.
237 #    type: string
238 # address = 
239
240 #    Port to connect to (UDP).
241 #    Note that the port field in the main menu overrides this setting.
242 #    type: int min: 1 max: 65535
243 # remote_port = 30000
244
245 #    Save the map received by the client on disk.
246 #    type: bool
247 # enable_local_map_saving = false
248
249 #    Enable usage of remote media server (if provided by server).
250 #    Remote servers offer a significantly faster way to download media (e.g. textures)
251 #    when connecting to the server.
252 #    type: bool
253 # enable_remote_media_server = true
254
255 #    URL to the server list displayed in the Multiplayer Tab.
256 #    type: string
257 # serverlist_url = servers.minetest.net
258
259 #    File in client/serverlist/ that contains your favorite servers displayed in the Multiplayer Tab.
260 #    type: string
261 # serverlist_file = favoriteservers.txt
262
263 ## Graphics
264
265 ### In-Game
266
267 #### Basic
268
269 #    Whether to fog out the end of the visible area.
270 #    type: bool
271 # enable_fog = true
272
273 #    Enable a bit lower water surface, so it doesn't "fill" the node completely.
274 #    Note that this is not quite optimized and that smooth lighting on the
275 #    water surface doesn't work with this.
276 #    type: bool
277 # new_style_water = false
278
279 #    Leaves style:
280 #    -   Fancy:  all faces visible
281 #    -   Simple: only outer faces, if defined special_tiles are used
282 #    -   Opaque: disable transparency
283 #    type: enum values: fancy, simple, opaque
284 # leaves_style = fancy
285
286 #    Connects glass if supported by node.
287 #    type: bool
288 # connected_glass = false
289
290 #    Enable smooth lighting with simple ambient occlusion.
291 #    Disable for speed or for different looks.
292 #    type: bool
293 # smooth_lighting = true
294
295 #    Clouds are a client side effect.
296 #    type: bool
297 # enable_clouds = true
298
299 #    Use 3D cloud look instead of flat.
300 #    type: bool
301 # enable_3d_clouds = true
302
303 #### Filtering
304
305 #    Use mip mapping to scale textures. May slightly increase performance.
306 #    type: bool
307 # mip_map = false
308
309 #    Use anisotropic filtering when viewing at textures from an angle.
310 #    type: bool
311 # anisotropic_filter = false
312
313 #    Use bilinear filtering when scaling textures.
314 #    type: bool
315 # bilinear_filter = false
316
317 #    Use trilinear filtering when scaling textures.
318 #    type: bool
319 # trilinear_filter = false
320
321 #    Filtered textures can blend RGB values with fully-transparent neighbors,
322 #    which PNG optimizers usually discard, sometimes resulting in a dark or
323 #    light edge to transparent textures.  Apply this filter to clean that up
324 #    at texture load time.
325 #    type: bool
326 # texture_clean_transparent = false
327
328 #    When using bilinear/trilinear/anisotropic filters, low-resolution textures
329 #    can be blurred, so automatically upscale them with nearest-neighbor
330 #    interpolation to preserve crisp pixels.  This sets the minimum texture size
331 #    for the upscaled textures; higher values look sharper, but require more
332 #    memory.  Powers of 2 are recommended.  Setting this higher than 1 may not
333 #    have a visible effect unless bilinear/trilinear/anisotropic filtering is
334 #    enabled.
335 #    type: int
336 # texture_min_size = 64
337
338 #    Pre-generate all item visuals used in the inventory.
339 #    This increases startup time, but runs smoother in-game.
340 #    The generated textures can easily exceed your VRAM, causing artifacts in the inventory.
341 #    type: bool
342 # preload_item_visuals = false
343
344 #    Experimental option, might cause visible spaces between blocks
345 #    when set to higher number than 0.
346 #    type: enum values: 0, 1, 2, 4, 8, 16
347 # fsaa = 0
348
349 #### Shaders
350
351 #    Shaders allow advanced visul effects and may increase performance on some video cards.
352 #    Thy only work with the OpenGL video backend.
353 #    type: bool
354 # enable_shaders = true
355
356 ##### Tone mapping
357 #    Enables filmic tone mapping.
358 #    Requires shaders to be enabled.
359 #    type: bool
360 # tone_mapping = false
361
362 ##### Bumpmapping
363
364 #    Enables bumpmapping for textures. Normalmaps need to be supplied by the texture pack
365 #    or need to be auto-generated.
366 #    Requires shaders to be enabled.
367 #    type: bool
368 # enable_bumpmapping = false
369
370 #    Enables on the fly normalmap generation (Emboss effect).
371 #    Requires bumpmapping to be enabled.
372 #    type: bool
373 # generate_normalmaps = false
374
375 #    Strength of generated normalmaps.
376 #    type: float
377 # normalmaps_strength = 0.6
378
379 #    Defines sampling step of texture.
380 #    A higher value results in smoother normal maps.
381 #    type: int min: 0 max: 2
382 # normalmaps_smooth = 0
383
384 ##### Parallax Occlusion
385
386 #    Enables parallax occlusion mapping.
387 #    Requires shaders to be enabled.
388 #    type: bool
389 # enable_parallax_occlusion = false
390
391 #    0 = parallax occlusion with slope information (faster).
392 #    1 = relief mapping (slower, more accurate).
393 #    type: int min: 0 max: 1
394 # parallax_occlusion_mode = 1
395
396 #    Strength of parallax.
397 #    type: float
398 # 3d_parallax_strength = 0.025
399
400 #    Number of parallax occlusion iterations.
401 #    type: int
402 # parallax_occlusion_iterations = 4
403
404 #    Overall scale of parallax occlusion effect.
405 #    type: float
406 # parallax_occlusion_scale = 0.08
407
408 #    Overall bias of parallax occlusion effect, usually scale/2.
409 #    type: float
410 # parallax_occlusion_bias = 0.04
411
412 ##### Waving Nodes
413
414 #    Set to true enables waving water.
415 #    Requires shaders to be enabled.
416 #    type: bool
417 # enable_waving_water = false
418
419 #    type: float
420 # water_wave_height = 1.0
421
422 #    type: float
423 # water_wave_length = 20.0
424
425 #    type: float
426 # water_wave_speed = 5.0
427
428 #    Set to true enables waving leaves.
429 #    Requires shaders to be enabled.
430 #    type: bool
431 # enable_waving_leaves = false
432
433 #    Set to true enables waving plants.
434 #    Requires shaders to be enabled.
435 #    type: bool
436 # enable_waving_plants = false
437
438 #### Advanced
439
440 #    Minimum wanted FPS.
441 #    The amount of rendered stuff is dynamically set according to this. and viewing range min and max.
442 #    type: int
443 # wanted_fps = 30
444
445 #    If FPS would go higher than this, limit it by sleeping
446 #    to not waste CPU power for no benefit.
447 #    type: int
448 # fps_max = 60
449
450 #    Maximum FPS when game is paused.
451 #    type: int
452 # pause_fps_max = 20
453
454 #    The allowed adjustment range for the automatic rendering range adjustment.
455 #    Set this to be equal to viewing range minimum to disable the auto-adjustment algorithm.
456 #    type: int
457 # viewing_range_nodes_max = 160
458
459 #    The allowed adjustment range for the automatic rendering range adjustment.
460 #    Set this to be equal to viewing range maximum to disable the auto-adjustment algorithm.
461 #    type: int
462 # viewing_range_nodes_min = 35
463
464 #    Width component of the initial window size.
465 #    type: int
466 # screenW = 800
467
468 #    Height component of the initial window size.
469 #    type: int
470 # screenH = 600
471
472 #    Fullscreen mode.
473 #    type: bool
474 # fullscreen = false
475
476 #    Bits per pixel (aka color depth) in fullscreen mode.
477 #    type: int
478 # fullscreen_bpp = 24
479
480 #    Vertical screen synchronization.
481 #    type: bool
482 # vsync = false
483
484 #    Field of view in degrees.
485 #    type: int min: 30 max: 160
486 # fov = 72
487
488 #    Adjust the gamma encoding for the light tables. Lower numbers are brighter.
489 #    This setting is for the client only and is ignored by the server.
490 #    type: float min: 1 max: 3
491 # display_gamma = 1.8
492
493 #    Path to texture directory. All textures are first searched from here.
494 #    type: path
495 # texture_path = 
496
497 #    The rendering back-end for Irrlicht.
498 #    type: enum values: null, software, burningsvideo, direct3d8, direct3d9, opengl
499 # video_driver = opengl
500
501 #    Height on which clouds are appearing.
502 #    type: int
503 # cloud_height = 120
504
505 #    Radius of cloud area stated in number of 64 node cloud squares.
506 #    Values larger than 26 will start to produce sharp cutoffs at cloud area corners.
507 #    type: int
508 # cloud_radius = 12
509
510 #    Multiplier for view bobbing.
511 #    For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double.
512 #    type: float
513 # view_bobbing_amount = 1.0
514
515 #    Multiplier for fall bobbing.
516 #    For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double.
517 #    type: float
518 # fall_bobbing_amount = 0.0
519
520 #    3D support.
521 #    Currently supported:
522 #    -    none: no 3d output.
523 #    -    anaglyph: cyan/magenta color 3d.
524 #    -    interlaced: odd/even line based polarisation screen support.
525 #    -    topbottom: split screen top/bottom.
526 #    -    sidebyside: split screen side by side.
527 #    -    pageflip: quadbuffer based 3d.
528 #    type: enum values: none, anaglyph, interlaced, topbottom, sidebyside, pageflip
529 # 3d_mode = none
530
531 #    In-game chat console background color (R,G,B).
532 #    type: string
533 # console_color = (0,0,0)
534
535 #    In-game chat console background alpha (opaqueness, between 0 and 255).
536 #    type: int min: 0 max: 255
537 # console_alpha = 200
538
539 #    Selection box border color (R,G,B).
540 #    type: string
541 # selectionbox_color = (0,0,0)
542
543 #    Width of the selectionbox's lines around nodes.
544 #    type: int min: 1 max: 5
545 # selectionbox_width = 2
546
547 #    Crosshair color (R,G,B).
548 #    type: string
549 # crosshair_color = (255,255,255)
550
551 #    Crosshair alpha (opaqueness, between 0 and 255).
552 #    type: int min: 0 max: 255
553 # crosshair_alpha = 255
554
555 #    Whether node texture animations should be desynchronized per mapblock.
556 #    type: bool
557 # desynchronize_mapblock_texture_animation = true
558
559 #    Maximum proportion of current window to be used for hotbar.
560 #    Useful if there's something to be displayed right or left of hotbar.
561 #    type: float
562 # hud_hotbar_max_width = 1.0
563
564 #    Selection highlighting method (box or halo)
565 #    type: string
566 # node_highlighting = box
567
568 #    Enables caching of facedir rotated meshes.
569 #    type: bool
570 # enable_mesh_cache = false
571
572 #    Enables minimap.
573 #    type: bool
574 # enable_minimap = true
575
576 #    Shape of the minimap. Enabled = round, disabled = square.
577 #    type: bool
578 # minimap_shape_round = true
579
580 #    True = 256
581 #    False = 128
582 #    Useable to make minimap smoother on slower machines.
583 #    type: bool
584 # minimap_double_scan_height = true
585
586 #    Make fog and sky colors depend on daytime (dawn/sunset) and view direction.
587 #    type: bool
588 # directional_colored_fog = true
589
590 #    The strength (darkness) of node ambient-occlusion shading.
591 #    Lower is darker, Higher is lighter. The valid range of values for this
592 #    setting is 0.25 to 4.0 inclusive. If the value is out of range it will be
593 #    set to the nearest valid value.
594 #    type: float min: 0.25 max: 4
595 # ambient_occlusion_gamma = 2.2
596
597 #    Enable animation of inventory items.
598 # inventory_items_animations = false
599
600 ### Menus
601
602 #    Use a cloud animation for the main menu background.
603 #    type: bool
604 # menu_clouds = true
605
606 #    Scale gui by a user specified value.
607 #    Use a nearest-neighbor-anti-alias filter to scale the GUI.
608 #    This will smooth over some of the rough edges, and blend
609 #    pixels when scaling down, at the cost of blurring some
610 #    edge pixels when images are scaled by non-integer sizes.
611 #    type: float
612 # gui_scaling = 1.0
613
614 #    When gui_scaling_filter is true, all GUI images need to be
615 #    filtered in software, but some images are generated directly
616 #    to hardware (e.g. render-to-texture for nodes in inventory).
617 #    type: bool
618 # gui_scaling_filter = false
619
620 #    When gui_scaling_filter_txr2img is true, copy those images
621 #    from hardware to software for scaling.  When false, fall back
622 #    to the old scaling method, for video drivers that don't
623 #    propery support downloading textures back from hardware.
624 #    type: bool
625 # gui_scaling_filter_txr2img = true
626
627 #    Delay showing tooltips, stated in milliseconds.
628 #    type: int
629 # tooltip_show_delay = 400
630
631 #    Whether freetype fonts are used, requires freetype support to be compiled in.
632 #    type: bool
633 # freetype = true
634
635 #    Path to TrueTypeFont or bitmap.
636 #    type: path
637 # font_path = fonts/liberationsans.ttf
638
639 #    type: int
640 # font_size = 15
641
642 #    Font shadow offset, if 0 then shadow will not be drawn.
643 #    type: int
644 # font_shadow = 1
645
646 #    Font shadow alpha (opaqueness, between 0 and 255).
647 #    type: int min: 0 max: 255
648 # font_shadow_alpha = 128
649
650 #    type: path
651 # mono_font_path = fonts/liberationmono.ttf
652
653 #    type: int
654 # mono_font_size = 15
655
656 #    This font will be used for certain languages.
657 #    type: path
658 # fallback_font_path = fonts/DroidSansFallbackFull.ttf
659
660 #    type: int
661 # fallback_font_size = 15
662
663 #    type: int
664 # fallback_font_shadow = 1
665
666 #    type: int min: 0 max: 255
667 # fallback_font_shadow_alpha = 128
668
669 #    Path to save screenshots at.
670 #    type: path
671 # screenshot_path = 
672
673 ### Advanced
674
675 #    Adjust dpi configuration to your screen (non X11/Android only) e.g. for 4k screens.
676 #    type: int
677 # screen_dpi = 72
678
679 ## Sound
680
681 #    type: bool
682 # enable_sound = true
683
684 #    type: float min: 0 max: 1
685 # sound_volume = 0.7
686
687 ## Advanced
688
689 #    Timeout for client to remove unused map data from memory.
690 #    type: int
691 # client_unload_unused_data_timeout = 600
692
693 #    Maximum number of mapblocks for client to be kept in memory.
694 #    Set to -1 for unlimited amount.
695 #    type: int
696 # client_mapblock_limit = 5000
697
698 #    Whether to show the client debug info (has the same effect as hitting F5).
699 #    type: bool
700 # show_debug = false
701
702 #
703 # Server / Singleplayer
704 #
705
706 #    Name of the server, to be displayed when players join and in the serverlist.
707 #    type: string
708 # server_name = Minetest server
709
710 #    Description of server, to be displayed when players join and in the serverlist.
711 #    type: string
712 # server_description = mine here
713
714 #    Domain name of server, to be displayed in the serverlist.
715 #    type: string
716 # server_address = game.minetest.net
717
718 #    Homepage of server, to be displayed in the serverlist.
719 #    type: string
720 # server_url = http://minetest.net
721
722 #    Automaticaly report to the serverlist.
723 #    type: bool
724 # server_announce = false
725
726 #    Announce to this serverlist.
727 #    If you want to announce your ipv6 address, use  serverlist_url = v6.servers.minetest.net.
728 #    type: string
729 # serverlist_url = servers.minetest.net
730
731 ## Network
732
733 #    Network port to listen (UDP).
734 #    This value will be overridden when starting from the main menu.
735 #    type: int
736 # port = 30000
737
738 #    The network interface that the server listens on.
739 #    type: string
740 # bind_address = 
741
742 #    Enable to disallow old clients from connecting.
743 #    Older clients are compatible in the sense that they will not crash when connecting
744 #    to new servers, but they may not support all new features that you are expecting.
745 #    type: bool
746 # strict_protocol_version_checking = false
747
748 #    Specifies URL from which client fetches media instead of using UDP.
749 #    $filename should be accessible from $remote_media$filename via cURL
750 #    (obviously, remote_media should end with a slash).
751 #    Files that are not present will be fetched the usual way.
752 #    type: string
753 # remote_media = 
754
755 #    Enable/disable running an IPv6 server.  An IPv6 server may be restricted
756 #    to IPv6 clients, depending on system configuration.
757 #    Ignored if bind_address is set.
758 #    type: bool
759 # ipv6_server = false
760
761 ### Advanced
762
763 #    How many blocks are flying in the wire simultaneously per client.
764 #    type: int
765 # max_simultaneous_block_sends_per_client = 10
766
767 #    How many blocks are flying in the wire simultaneously for the whole server.
768 #    type: int
769 # max_simultaneous_block_sends_server_total = 40
770
771 #    To reduce lag, block transfers are slowed down when a player is building something.
772 #    This determines how long they are slowed down after placing or removing a node.
773 #    type: float
774 # full_block_send_enable_min_time_from_building = 2.0
775
776 #    Maximum number of packets sent per send step, if you have a slow connection
777 #    try reducing it, but don't reduce it to a number below double of targeted
778 #    client number.
779 #    type: int
780 # max_packets_per_iteration = 1024
781
782 ## Game
783
784 #    Default game when creating a new world.
785 #    This will be overridden when creating a world from the main menu.
786 #    type: string
787 # default_game = minetest
788
789 #    Message of the day displayed to players connecting.
790 #    type: string
791 # motd = 
792
793 #    Maximum number of players that can connect simultaneously.
794 #    type: int
795 # max_users = 15
796
797 #    World directory (everything in the world is stored here).
798 #    Not needed if starting from the main menu.
799 #    type: path
800 # map-dir = 
801
802 #    Time in seconds for item entity (dropped items) to live.
803 #    Setting it to -1 disables the feature.
804 #    type: int
805 # item_entity_ttl = 900
806
807 #    Enable players getting damage and dying.
808 #    type: bool
809 # enable_damage = false
810
811 #    A chosen map seed for a new map, leave empty for random.
812 #    Will be overridden when creating a new world in the main menu.
813 #    type: string
814 # fixed_map_seed = 
815
816 #    New users need to input this password.
817 #    type: string
818 # default_password = 
819
820 #    The privileges that new users automatically get.
821 #    See /privs in game for a full list on your server and mod configuration.
822 #    type: string
823 # default_privs = interact, shout
824
825 #    Whether players are shown to clients without any range limit.
826 #    Deprecated, use the setting player_transfer_distance instead.
827 #    type: bool
828 # unlimited_player_transfer_distance = true
829
830 #    Defines the maximal player transfer distance in blocks (0 = unlimited).
831 #    type: int
832 # player_transfer_distance = 0
833
834 #    Whether to allow players to damage and kill each other.
835 #    type: bool
836 # enable_pvp = true
837
838 #    If this is set, players will always (re)spawn at the given position.
839 #    type: string
840 # static_spawnpoint = 
841
842 #    Maximum distance above water level for player spawn.
843 #    Larger values result in spawn points closer to (x = 0, z = 0).
844 #    Smaller values may result in a suitable spawn point not being found,
845 #    resulting in a spawn at (0, 0, 0) possibly buried underground.
846 #    type: int
847 # vertical_spawn_range = 16
848
849 #    If enabled, new players cannot join with an empty password.
850 #    type: bool
851 # disallow_empty_password = false
852
853 #    If enabled, disable cheat prevention in multiplayer.
854 #    type: bool
855 # disable_anticheat = false
856
857 #    If enabled, actions are recorded for rollback.
858 #    This option is only read when server starts.
859 #    type: bool
860 # enable_rollback_recording = false
861
862 #    A message to be displayed to all clients when the server shuts down.
863 #    type: string
864 # kick_msg_shutdown = Server shutting down.
865
866 #    A message to be displayed to all clients when the server crashes.
867 #    type: string
868 # kick_msg_crash = This server has experienced an internal error. You will now be disconnected.
869
870 #    Whether to ask clients to reconnect after a (Lua) crash.
871 #    Set this to true if your server is set up to restart automatically.
872 #    type: bool
873 # ask_reconnect_on_crash = false
874
875 #    From how far clients know about objects, stated in mapblocks (16 nodes).
876 #    type: int
877 # active_object_send_range_blocks = 3
878
879 #    How large area of blocks are subject to the active block stuff, stated in mapblocks (16 nodes).
880 #    In active blocks objects are loaded and ABMs run.
881 #    type: int
882 # active_block_range = 2
883
884 #    From how far blocks are sent to clients, stated in mapblocks (16 nodes).
885 #    type: int
886 # max_block_send_distance = 10
887
888 #    Maximum number of forceloaded mapblocks.
889 #    type: int
890 # max_forceloaded_blocks = 16
891
892 #    Interval of sending time of day to clients.
893 #    type: int
894 # time_send_interval = 5
895
896 #    Controls length of day/night cycle.
897 #    Examples: 72 = 20min, 360 = 4min, 1 = 24hour, 0 = day/night/whatever stays unchanged.
898 #    type: int
899 # time_speed = 72
900
901 #    Interval of saving important changes in the world, stated in seconds.
902 #    type: float
903 # server_map_save_interval = 5.3
904
905 ### Physics
906
907 #    type: float
908 # movement_acceleration_default = 3
909
910 #    type: float
911 # movement_acceleration_air = 2
912
913 #    type: float
914 # movement_acceleration_fast = 10
915
916 #    type: float
917 # movement_speed_walk = 4
918
919 #    type: float
920 # movement_speed_crouch = 1.35
921
922 #    type: float
923 # movement_speed_fast = 20
924
925 #    type: float
926 # movement_speed_climb = 2
927
928 #    type: float
929 # movement_speed_jump = 6.5
930
931 #    type: float
932 # movement_speed_descend = 6
933
934 #    type: float
935 # movement_liquid_fluidity = 1
936
937 #    type: float
938 # movement_liquid_fluidity_smooth = 0.5
939
940 #    type: float
941 # movement_liquid_sink = 10
942
943 #    type: float
944 # movement_gravity = 9.81
945
946 ### Advanced
947
948 #    Handling for deprecated lua api calls:
949 #    -    legacy: (try to) mimic old behaviour (default for release).
950 #    -    log: mimic and log backtrace of deprecated call (default for debug).
951 #    -    error: abort on usage of deprecated call (suggested for mod developers).
952 #    type: enum values: legacy, log, error
953 # deprecated_lua_api_handling = legacy
954
955 #    Useful for mod developers.
956 #    type: bool
957 # mod_profiling = false
958
959 #    Detailed mod profile data. Useful for mod developers.
960 #    type: bool
961 # detailed_profiling = false
962
963 #    Profiler data print interval. 0 = disable. Useful for developers.
964 #    type: int
965 # profiler_print_interval = 0
966
967 #    Number of extra blocks that can be loaded by /clearobjects at once.
968 #    This is a trade-off between sqlite transaction overhead and
969 #    memory consumption (4096=100MB, as a rule of thumb).
970 #    type: int
971 # max_clearobjects_extra_loaded_blocks = 4096
972
973 #    How much the server will wait before unloading unused mapblocks.
974 #    Higher value is smoother, but will use more RAM.
975 #    type: int
976 # server_unload_unused_data_timeout = 29
977
978 #    Maximum number of statically stored objects in a block.
979 #    type: int
980 # max_objects_per_block = 49
981
982 #    See http://www.sqlite.org/pragma.html#pragma_synchronous
983 #    type: enum values: 0, 1, 2
984 # sqlite_synchronous = 2
985
986 #    Length of a server tick and the interval at which objects are generally updated over network.
987 #    type: float
988 # dedicated_server_step = 0.1
989
990 #    If enabled, invalid world data won't cause the server to shut down.
991 #    Only enable this if you know what you are doing.
992 #    type: bool
993 # ignore_world_load_errors = false
994
995 #    Max liquids processed per step.
996 #    type: int
997 # liquid_loop_max = 100000
998
999 #    The time (in seconds) that the liquids queue may grow beyond processing
1000 #    capacity until an attempt is made to decrease its size by dumping old queue
1001 #    items.  A value of 0 disables the functionality.
1002 #    type: int
1003 # liquid_queue_purge_time = 0
1004
1005 #    Liquid update interval in seconds.
1006 #    type: float
1007 # liquid_update = 1.0
1008
1009 ## Mapgen
1010
1011 #    Name of map generator to be used when creating a new world.
1012 #    Creating a world in the main menu will override this.
1013 #    type: enum values: v5, v6, v7, flat, fractal, singlenode
1014 # mg_name = v6
1015
1016 #    Water surface level of the world.
1017 #    type: int
1018 # water_level = 1
1019
1020 #    From how far blocks are generated for clients, stated in mapblocks (16 nodes).
1021 #    type: int
1022 # max_block_generate_distance = 6
1023
1024 #    Where the map generator stops.
1025 #    Please note:
1026 #    -    Limited to 31000 (setting above has no effect)
1027 #    -    The map generator works in groups of 80x80x80 nodes (5x5x5 MapBlocks).
1028 #    -    Those groups have an offset of -32, -32 nodes from the origin.
1029 #    -    Only groups which are within the map_generation_limit are generated
1030 #    type: int min: 0 max: 31000
1031 # map_generation_limit = 31000
1032
1033 #    Global map generation attributes.
1034 #    In Mapgen v6 the 'decorations' flag controls all decorations except trees
1035 #    and junglegrass, in all other mapgens this flag controls all decorations.
1036 #    Flags that are not specified in the flag string are not modified from the default.
1037 #    Flags starting with "no" are used to explicitly disable them.
1038 #    type: flags possible values: caves, dungeons, light, decorations, nocaves, nodungeons, nolight, nodecorations
1039 # mg_flags = caves,dungeons,light,decorations
1040
1041 ### Advanced
1042
1043 #    Size of chunks to be generated at once by mapgen, stated in mapblocks (16 nodes).
1044 #    type: int
1045 # chunksize = 5
1046
1047 #    Dump the mapgen debug infos.
1048 #    type: bool
1049 # enable_mapgen_debug_info = false
1050
1051 #    Maximum number of blocks that can be queued for loading.
1052 #    type: int
1053 # emergequeue_limit_total = 256
1054
1055 #    Maximum number of blocks to be queued that are to be loaded from file.
1056 #    Set to blank for an appropriate amount to be chosen automatically.
1057 #    type: int
1058 # emergequeue_limit_diskonly = 32
1059
1060 #    Maximum number of blocks to be queued that are to be generated.
1061 #    Set to blank for an appropriate amount to be chosen automatically.
1062 #    type: int
1063 # emergequeue_limit_generate = 32
1064
1065 #    Number of emerge threads to use. Make this field blank, or increase this number
1066 #    to use multiple threads. On multiprocessor systems, this will improve mapgen speed greatly
1067 #    at the cost of slightly buggy caves.
1068 #    type: int
1069 # num_emerge_threads = 1
1070
1071 #    Noise parameters for biome API temperature, humidity and biome blend.
1072 #    type: noise_params
1073 # mg_biome_np_heat = 50, 50, (750, 750, 750), 5349, 3, 0.5, 2.0
1074
1075 #    type: noise_params
1076 # mg_biome_np_heat_blend = 0, 1.5, (8, 8, 8), 13, 2, 1.0, 2.0
1077
1078 #    type: noise_params
1079 # mg_biome_np_humidity = 50, 50, (750, 750, 750), 842, 3, 0.5, 2.0
1080
1081 #    type: noise_params
1082 # mg_biome_np_humidity_blend = 0, 1.5, (8, 8, 8), 90003, 2, 1.0, 2.0
1083
1084 #### Mapgen v5
1085
1086 #    type: noise_params
1087 # mgv5_np_filler_depth = 0, 1, (150, 150, 150), 261, 4, 0.7, 2.0
1088
1089 #    type: noise_params
1090 # mgv5_np_factor = 0, 1, (250, 250, 250), 920381, 3, 0.45, 2.0
1091
1092 #    type: noise_params
1093 # mgv5_np_height = 0, 10, (250, 250, 250), 84174, 4, 0.5, 2.0
1094
1095 #    type: noise_params
1096 # mgv5_np_cave1 = 0, 12, (50, 50, 50), 52534, 4, 0.5, 2.0
1097
1098 #    type: noise_params
1099 # mgv5_np_cave2 = 0, 12, (50, 50, 50), 10325, 4, 0.5, 2.0
1100
1101 #### Mapgen v6
1102
1103 #    Map generation attributes specific to Mapgen v6.
1104 #    When snowbiomes are enabled jungles are enabled and the jungles flag is ignored.
1105 #    Flags that are not specified in the flag string are not modified from the default.
1106 #    Flags starting with "no" are used to explicitly disable them.
1107 #    type: flags possible values: jungles, biomeblend, mudflow, snowbiomes, flat, trees, nojungles, nobiomeblend, nomudflow, nosnowbiomes, noflat, notrees
1108 # mgv6_spflags = jungles,biomeblend,mudflow,snowbiomes,trees
1109
1110 #    Controls size of deserts and beaches in Mapgen v6.
1111 #    When snowbiomes are enabled 'mgv6_freq_desert' is ignored.
1112 #    type: float
1113 # mgv6_freq_desert = 0.45
1114
1115 #    type: float
1116 # mgv6_freq_beach = 0.15
1117
1118 #    type: noise_params
1119 # mgv6_np_terrain_base = -4, 20, (250, 250, 250), 82341, 5, 0.6, 2.0
1120
1121 #    type: noise_params
1122 # mgv6_np_terrain_higher = 20, 16, (500, 500, 500), 85039, 5, 0.6, 2.0
1123
1124 #    type: noise_params
1125 # mgv6_np_steepness = 0.85, 0.5, (125, 125, 125), -932, 5, 0.7, 2.0
1126
1127 #    type: noise_params
1128 # mgv6_np_height_select = 0.5, 1, (250, 250, 250), 4213, 5, 0.69, 2.0
1129
1130 #    type: noise_params
1131 # mgv6_np_mud = 4, 2, (200, 200, 200), 91013, 3, 0.55, 2.0
1132
1133 #    type: noise_params
1134 # mgv6_np_beach = 0, 1, (250, 250, 250), 59420, 3, 0.50, 2.0
1135
1136 #    type: noise_params
1137 # mgv6_np_biome = 0, 1, (500, 500, 500), 9130, 3, 0.50, 2.0
1138
1139 #    type: noise_params
1140 # mgv6_np_cave = 6, 6, (250, 250, 250), 34329, 3, 0.50, 2.0
1141
1142 #    type: noise_params
1143 # mgv6_np_humidity = 0.5, 0.5, (500, 500, 500), 72384, 3, 0.50, 2.0
1144
1145 #    type: noise_params
1146 # mgv6_np_trees = 0, 1, (125, 125, 125), 2, 4, 0.66, 2.0
1147
1148 #    type: noise_params
1149 # mgv6_np_apple_trees = 0, 1, (100, 100, 100), 342902, 3, 0.45, 2.0
1150
1151 #### Mapgen v7
1152
1153 #    Map generation attributes specific to Mapgen v7.
1154 #    'ridges' are the rivers.
1155 #    Flags that are not specified in the flag string are not modified from the default.
1156 #    Flags starting with "no" are used to explicitly disable them.
1157 #    type: flags possible values: mountains, ridges, nomountains, noridges
1158 # mgv7_spflags = mountains,ridges
1159
1160 #    type: noise_params
1161 # mgv7_np_terrain_base = 4, 70, (600, 600, 600), 82341, 5, 0.6, 2.0
1162
1163 #    type: noise_params
1164 # mgv7_np_terrain_alt = 4, 25, (600, 600, 600), 5934, 5, 0.6, 2.0
1165
1166 #    type: noise_params
1167 # mgv7_np_terrain_persist = 0.6, 0.1, (2000, 2000, 2000), 539, 3, 0.6, 2.0
1168
1169 #    type: noise_params
1170 # mgv7_np_height_select = -12, 24, (500, 500, 500), 4213, 6, 0.7, 2.0
1171
1172 #    type: noise_params
1173 # mgv7_np_filler_depth = 0, 1.2, (150, 150, 150), 261, 3, 0.7, 2.0
1174
1175 #    type: noise_params
1176 # mgv7_np_mount_height = 256, 112, (1000, 1000, 1000), 72449, 3, 0.6, 2.0
1177
1178 #    type: noise_params
1179 # mgv7_np_ridge_uwater = 0, 1, (1000, 1000, 1000), 85039, 5, 0.6, 2.0
1180
1181 #    type: noise_params
1182 # mgv7_np_mountain = -0.6, 1, (250, 350, 250), 5333, 5, 0.63, 2.0
1183
1184 #    type: noise_params
1185 # mgv7_np_ridge = 0, 1, (100, 100, 100), 6467, 4, 0.75, 2.0
1186
1187 #    type: noise_params
1188 # mgv7_np_cave1 = 0, 12, (100, 100, 100), 52534, 4, 0.5, 2.0
1189
1190 #    type: noise_params
1191 # mgv7_np_cave2 = 0, 12, (100, 100, 100), 10325, 4, 0.5, 2.0
1192
1193 #### Mapgen flat
1194
1195 #    Map generation attributes specific to Mapgen flat.
1196 #    Occasional lakes and hills added to the flat world.
1197 #    Flags that are not specified in the flag string are not modified from the default.
1198 #    Flags starting with "no" are used to explicitly disable them.
1199 #    type: flags possible values: lakes, hills, , nolakes, nohills
1200 # mgflat_spflags = 
1201
1202 #    Y of flat ground.
1203 #    type: int
1204 # mgflat_ground_level = 8
1205
1206 #    Y of upper limit of large pseudorandom caves.
1207 #    type: int
1208 # mgflat_large_cave_depth = -33
1209
1210 #    Terrain noise threshold for lakes.
1211 #    Controls proportion of world area covered by lakes.
1212 #    Adjust towards 0.0 for a larger proportion.
1213 #    type: float
1214 # mgflat_lake_threshold = -0.45
1215
1216 #    Controls steepness/depth of lake depressions.
1217 #    type: float
1218 # mgflat_lake_steepness = 48.0
1219
1220 #    Terrain noise threshold for hills.
1221 #    Controls proportion of world area covered by hills.
1222 #    Adjust towards 0.0 for a larger proportion.
1223 #    type: float
1224 # mgflat_hill_threshold = 0.45
1225
1226 #    Controls steepness/height of hills.
1227 #    type: float
1228 # mgflat_hill_steepness = 64.0
1229
1230 #    Determines terrain shape.
1231 #    The 3 numbers in brackets control the scale of the
1232 #    terrain, the 3 numbers should be identical.
1233 #    type: noise_params
1234 # mgflat_np_terrain = 0, 1, (600, 600, 600), 7244, 5, 0.6, 2.0
1235
1236 #    type: noise_params
1237 # mgflat_np_filler_depth = 0, 1.2, (150, 150, 150), 261, 3, 0.7, 2.0
1238
1239 #    type: noise_params
1240 # mgflat_np_cave1 = 0, 12, (128, 128, 128), 52534, 4, 0.5, 2.0
1241
1242 #    type: noise_params
1243 # mgflat_np_cave2 = 0, 12, (128, 128, 128), 10325, 4, 0.5, 2.0
1244
1245 #### Mapgen fractal
1246
1247 #    Choice of 18 fractals from 9 formulas.
1248 #    1 = 4D "Roundy" mandelbrot set.
1249 #    2 = 4D "Roundy" julia set.
1250 #    3 = 4D "Squarry" mandelbrot set.
1251 #    4 = 4D "Squarry" julia set.
1252 #    5 = 4D "Mandy Cousin" mandelbrot set.
1253 #    6 = 4D "Mandy Cousin" julia set.
1254 #    7 = 4D "Variation" mandelbrot set.
1255 #    8 = 4D "Variation" julia set.
1256 #    9 = 3D "Mandelbrot/Mandelbar" mandelbrot set.
1257 #    10 = 3D "Mandelbrot/Mandelbar" julia set.
1258 #    11 = 3D "Christmas Tree" mandelbrot set.
1259 #    12 = 3D "Christmas Tree" julia set.
1260 #    13 = 3D "Mandelbulb" mandelbrot set.
1261 #    14 = 3D "Mandelbulb" julia set.
1262 #    15 = 3D "Cosine Mandelbulb" mandelbrot set.
1263 #    16 = 3D "Cosine Mandelbulb" julia set.
1264 #    17 = 4D "Mandelbulb" mandelbrot set.
1265 #    18 = 4D "Mandelbulb" julia set.
1266 #    type: int min: 1 max: 18
1267 # mgfractal_fractal = 1
1268
1269 #    Iterations of the recursive function.
1270 #    Controls the amount of fine detail.
1271 #    type: int
1272 # mgfractal_iterations = 11
1273
1274 #    Approximate (X,Y,Z) scale of fractal in nodes.
1275 #    type: v3f
1276 # mgfractal_scale = (4096.0, 1024.0, 4096.0)
1277
1278 #    (X,Y,Z) offset of fractal from world centre in units of 'scale'.
1279 #    Used to move a suitable spawn area of low land close to (0, 0).
1280 #    The default is suitable for mandelbrot sets, it needs to be edited for julia sets.
1281 #    Range roughly -2 to 2. Multiply by 'scale' for offset in nodes.
1282 #    type: v3f
1283 # mgfractal_offset = (1.79, 0.0, 0.0)
1284
1285 #    W co-ordinate of the generated 3D slice of a 4D fractal.
1286 #    Determines which 3D slice of the 4D shape is generated.
1287 #    Has no effect on 3D fractals.
1288 #    Range roughly -2 to 2.
1289 #    type: float
1290 # mgfractal_slice_w = 0.0
1291
1292 #    Julia set only: X component of hypercomplex constant determining julia shape.
1293 #    Range roughly -2 to 2.
1294 #    type: float
1295 # mgfractal_julia_x = 0.33
1296
1297 #    Julia set only: Y component of hypercomplex constant determining julia shape.
1298 #    Range roughly -2 to 2.
1299 #    type: float
1300 # mgfractal_julia_y = 0.33
1301
1302 #    Julia set only: Z component of hypercomplex constant determining julia shape.
1303 #    Range roughly -2 to 2.
1304 #    type: float
1305 # mgfractal_julia_z = 0.33
1306
1307 #    Julia set only: W component of hypercomplex constant determining julia shape.
1308 #    Has no effect on 3D fractals.
1309 #    Range roughly -2 to 2.
1310 #    type: float
1311 # mgfractal_julia_w = 0.33
1312
1313 #    type: noise_params
1314 # mgfractal_np_seabed = -14, 9, (600, 600, 600), 41900, 5, 0.6, 2.0
1315
1316 #    type: noise_params
1317 # mgfractal_np_filler_depth = 0, 1.2, (150, 150, 150), 261, 3, 0.7, 2.0
1318
1319 #    type: noise_params
1320 # mgfractal_np_cave1 = 0, 12, (128, 128, 128), 52534, 4, 0.5, 2.0
1321
1322 #    type: noise_params
1323 # mgfractal_np_cave2 = 0, 12, (128, 128, 128), 10325, 4, 0.5, 2.0
1324
1325 #### Mapgen Valleys
1326
1327 #mg_valleys_spflags = altitude_chill,humid_rivers
1328 #    "altitude_chill" makes higher elevations colder, which may cause biome issues.
1329 #    "humid_rivers" modifies the humidity around rivers and in areas where water would tend to pool. It may interfere with delicately adjusted biomes.
1330 #
1331 #mg_valleys_altitude_chill = 90  # the altitude at which temperature drops by 20C
1332 #mg_valleys_large_cave_depth = -33  # Depth below which you'll find large caves.
1333 #mg_valleys_lava_features = 0    # Creates unpredictable lava features in caves. These can make mining difficult. Zero disables them. (0-10)
1334 #mg_valleys_massive_cave_depth = -256 # Depth below which you'll find massive caves.
1335 #mg_valleys_river_depth = 4      # how deep to make rivers
1336 #mg_valleys_river_size = 5       # how wide to make rivers
1337 #mg_valleys_water_features = 0   # Creates unpredictable water features in caves. These can make mining difficult. Zero disables them. (0-10)
1338 #
1339 #mg_valleys_np_filler_depth = 0, 1.2, (256, 256, 256), 1605, 3, 0.5, 2.0
1340 #
1341 # River noise -- rivers occur close to zero
1342 #mg_valleys_np_rivers = 0, 1, (256, 256, 256), -6050, 5, 0.6, 2.0
1343 #
1344 # Caves and tunnels form at the intersection of the two noises
1345 #mg_valleys_np_cave1 = 0, 12, (100, 100, 100), 52534, 4, 0.5, 2.0
1346 #mg_valleys_np_cave2 = 0, 12, (100, 100, 100), 10325, 4, 0.5, 2.0
1347 #
1348 #mg_valleys_np_massive_caves = 0, 1, (768, 256, 768), 59033, 6, 0.63, 2  # Massive caves form here.
1349 #
1350 # Base terrain height
1351 #mg_valleys_np_terrain_height = -10, 50, (1024, 1024, 1024), 5202, 6, 0.4, 2.0
1352 #
1353 # Raises terrain to make valleys around the rivers
1354 #mg_valleys_np_valley_depth = 5, 4, (512, 512, 512), -1914, 1, 1.0, 2.0
1355 #
1356 # Slope and fill work together to modify the heights
1357 #mg_valleys_np_inter_valley_fill = 0, 1, (256, 512, 256), 1993, 6, 0.8, 2.0
1358 #mg_valleys_np_inter_valley_slope = 0.5, 0.5, (128, 128, 128), 746, 1, 1.0, 2.0
1359 #
1360 # Amplifies the valleys
1361 #mg_valleys_np_valley_profile = 0.6, 0.5, (512, 512, 512), 777, 1, 1.0, 2.0
1362
1363 ## Security
1364
1365 #    Prevent mods from doing insecure things like running shell commands.
1366 #    type: bool
1367 # secure.enable_security = false
1368
1369 #    Comma-separated list of trusted mods that are allowed to access insecure
1370 #    functions even when mod security is on (via request_insecure_environment()).
1371 #    type: string
1372 # secure.trusted_mods = 
1373
1374 #
1375 # Client and Server
1376 #
1377
1378 #    Name of the player.
1379 #    When running a server, clients connecting with this name are admins.
1380 #    When starting from the main menu, this is overridden.
1381 #    type: string
1382 # name = 
1383
1384 #    Set the language. Leave empty to use the system language.
1385 #    A restart is required after changing this.
1386 #    type: enum values: , be, cs, da, de, eo, es, et, fr, hu, id, it, ja, jbo, ko, ky, lt, nb, nl, pl, pt, pt_BR, ro, ru, tr, uk, zh_CN, zh_TW
1387 # language =  
1388
1389 #    Level of logging to be written to debug.txt:
1390 #    -    <nothing> (no logging)
1391 #    -    none (messages with no level)
1392 #    -    error
1393 #    -    warning
1394 #    -    action
1395 #    -    info
1396 #    -    verbose
1397 #    type: enum values: , warning, action, info, verbose
1398 # debug_log_level = action
1399
1400 #    IPv6 support.
1401 #    type: bool
1402 # enable_ipv6 = true
1403
1404 ## Advanced
1405
1406 #    Default timeout for cURL, stated in milliseconds.
1407 #    Only has an effect if compiled with cURL.
1408 #    type: int
1409 # curl_timeout = 5000
1410
1411 #    Limits number of parallel HTTP requests. Affects:
1412 #    -    Media fetch if server uses remote_media setting.
1413 #    -    Serverlist download and server announcement.
1414 #    -    Downloads performed by main menu (e.g. mod manager).
1415 #    Only has an effect if compiled with cURL.
1416 #    type: int
1417 # curl_parallel_limit = 8
1418
1419 #    Maximum time in ms a file download (e.g. a mod download) may take.
1420 #    type: int
1421 # curl_file_download_timeout = 300000
1422
1423 #    Makes DirectX work with LuaJIT. Disable if it causes troubles.
1424 #    type: bool
1425 # high_precision_fpu = true
1426
1427 #    Replaces the default main menu with a custom one.
1428 #    type: string
1429 # main_menu_script = 
1430
1431 #    type: int
1432 # main_menu_game_mgr = 0
1433
1434 #    type: int
1435 # main_menu_mod_mgr = 1
1436
1437 #    type: string
1438 # modstore_download_url = https://forum.minetest.net/media/
1439
1440 #    type: string
1441 # modstore_listmods_url = https://forum.minetest.net/mmdb/mods/
1442
1443 #    type: string
1444 # modstore_details_url = https://forum.minetest.net/mmdb/mod/*/
1445