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