Skip to content

Commit 04cf7a0

Browse files
committedSep 4, 2017
Conf.example: Update using auto-generation
1 parent 115f52a commit 04cf7a0

File tree

1 file changed

+82
-72
lines changed

1 file changed

+82
-72
lines changed
 

Diff for: ‎minetest.conf.example

+82-72
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
# http://wiki.minetest.net/
1414

1515
#
16-
# Client
16+
# Controls
1717
#
1818

19-
## Controls
20-
2119
# If enabled, you can place blocks at the position (feet + eye level) where you stand.
2220
# This is helpful when working with nodeboxes in small areas.
2321
# type: bool
@@ -416,62 +414,13 @@
416414
# type: key
417415
# keymap_print_debug_stacks = KEY_KEY_P
418416

419-
## Network
420-
421-
# Address to connect to.
422-
# Leave this blank to start a local server.
423-
# Note that the address field in the main menu overrides this setting.
424-
# type: string
425-
# address =
426-
427-
# Port to connect to (UDP).
428-
# Note that the port field in the main menu overrides this setting.
429-
# type: int min: 1 max: 65535
430-
# remote_port = 30000
431-
432-
# Whether to support older servers before protocol version 25.
433-
# Enable if you want to connect to 0.4.12 servers and before.
434-
# Servers starting with 0.4.13 will work, 0.4.12-dev servers may work.
435-
# Disabling this option will protect your password better.
436-
# type: bool
437-
# send_pre_v25_init = false
438-
439-
# Save the map received by the client on disk.
440-
# type: bool
441-
# enable_local_map_saving = false
442-
443-
# Show entity selection boxes
444-
# type: bool
445-
# show_entity_selectionbox = true
446-
447-
# Enable usage of remote media server (if provided by server).
448-
# Remote servers offer a significantly faster way to download media (e.g. textures)
449-
# when connecting to the server.
450-
# type: bool
451-
# enable_remote_media_server = true
452-
453-
# Enable Lua modding support on client.
454-
# This support is experimental and API can change.
455-
# type: bool
456-
# enable_client_modding = false
457-
458-
# URL to the server list displayed in the Multiplayer Tab.
459-
# type: string
460-
# serverlist_url = servers.minetest.net
461-
462-
# File in client/serverlist/ that contains your favorite servers displayed in the Multiplayer Tab.
463-
# type: string
464-
# serverlist_file = favoriteservers.txt
465-
466-
# Maximum size of the out chat queue. 0 to disable queueing and -1 to make the queue size unlimited
467-
# type: int
468-
# max_out_chat_queue_size = 20
469-
470-
## Graphics
417+
#
418+
# Graphics
419+
#
471420

472-
### In-Game
421+
## In-Game
473422

474-
#### Basic
423+
### Basic
475424

476425
# Enable VBO
477426
# type: bool
@@ -513,7 +462,7 @@
513462
# type: bool
514463
# enable_particles = true
515464

516-
#### Filtering
465+
### Filtering
517466

518467
# Use mip mapping to scale textures. May slightly increase performance.
519468
# type: bool
@@ -559,7 +508,7 @@
559508
# type: enum values: 0, 2, 3, 4
560509
# undersampling = 0
561510

562-
#### Shaders
511+
### Shaders
563512

564513
# Shaders allow advanced visual effects and may increase performance on some video cards.
565514
# This only works with the OpenGL video backend.
@@ -570,13 +519,13 @@
570519
# type: path
571520
# shader_path =
572521

573-
##### Tone Mapping
522+
#### Tone Mapping
574523

575524
# Enables filmic tone mapping
576525
# type: bool
577526
# tone_mapping = false
578527

579-
##### Bumpmapping
528+
#### Bumpmapping
580529

581530
# Enables bumpmapping for textures. Normalmaps need to be supplied by the texture pack
582531
# or need to be auto-generated.
@@ -598,7 +547,7 @@
598547
# type: int min: 0 max: 2
599548
# normalmaps_smooth = 0
600549

601-
##### Parallax Occlusion
550+
#### Parallax Occlusion
602551

603552
# Enables parallax occlusion mapping.
604553
# Requires shaders to be enabled.
@@ -626,7 +575,7 @@
626575
# type: float
627576
# parallax_occlusion_bias = 0.04
628577

629-
##### Waving Nodes
578+
#### Waving Nodes
630579

631580
# Set to true enables waving water.
632581
# Requires shaders to be enabled.
@@ -652,7 +601,7 @@
652601
# type: bool
653602
# enable_waving_plants = false
654603

655-
#### Advanced
604+
### Advanced
656605

657606
# Arm inertia, gives a more realistic movement of
658607
# the arm when the camera moves.
@@ -707,13 +656,13 @@
707656

708657
# Adjust the gamma encoding for the light tables. Higher numbers are brighter.
709658
# This setting is for the client only and is ignored by the server.
710-
# type: float min: 0.5 max: 3.0
659+
# type: float min: 0.5 max: 3
711660
# display_gamma = 1.0
712661

713-
# type: float min: 0.0 max: 4.0
662+
# type: float min: 0 max: 4
714663
# lighting_alpha = 0.0
715664

716-
# type: float min: 0.0 max: 4.0
665+
# type: float min: 0 max: 4
717666
# lighting_beta = 0.0
718667

719668
# Path to texture directory. All textures are first searched from here.
@@ -763,15 +712,15 @@
763712
# console_alpha = 200
764713

765714
# Formspec full-screen background opacity (between 0 and 255).
766-
# type: int
715+
# type: int min: 0 max: 255
767716
# formspec_fullscreen_bg_opacity = 140
768717

769718
# Formspec full-screen background color (R,G,B).
770719
# type: string
771720
# formspec_fullscreen_bg_color = (0,0,0)
772721

773722
# Formspec default background opacity (between 0 and 255).
774-
# type: int
723+
# type: int min: 0 max: 255
775724
# formspec_default_bg_opacity = 140
776725

777726
# Formspec default background color (R,G,B).
@@ -864,7 +813,11 @@
864813
# type: bool
865814
# opaque_water = false
866815

867-
### Menus
816+
# Show entity selection boxes
817+
# type: bool
818+
# show_entity_selectionbox = true
819+
820+
## Menus
868821

869822
# Use a cloud animation for the main menu background.
870823
# type: bool
@@ -947,7 +900,7 @@
947900
# type: int min: 0 max: 100
948901
# screenshot_quality = 0
949902

950-
### Advanced
903+
## Advanced
951904

952905
# Adjust dpi configuration to your screen (non X11/Android only) e.g. for 4k screens.
953906
# type: int
@@ -958,14 +911,67 @@
958911
# type: bool
959912
# enable_console = false
960913

961-
## Sound
914+
#
915+
# Sound
916+
#
962917

963918
# type: bool
964919
# enable_sound = true
965920

966921
# type: float min: 0 max: 1
967922
# sound_volume = 0.7
968923

924+
#
925+
# Client
926+
#
927+
928+
## Network
929+
930+
# Address to connect to.
931+
# Leave this blank to start a local server.
932+
# Note that the address field in the main menu overrides this setting.
933+
# type: string
934+
# address =
935+
936+
# Port to connect to (UDP).
937+
# Note that the port field in the main menu overrides this setting.
938+
# type: int min: 1 max: 65535
939+
# remote_port = 30000
940+
941+
# Whether to support older servers before protocol version 25.
942+
# Enable if you want to connect to 0.4.12 servers and before.
943+
# Servers starting with 0.4.13 will work, 0.4.12-dev servers may work.
944+
# Disabling this option will protect your password better.
945+
# type: bool
946+
# send_pre_v25_init = false
947+
948+
# Save the map received by the client on disk.
949+
# type: bool
950+
# enable_local_map_saving = false
951+
952+
# Enable usage of remote media server (if provided by server).
953+
# Remote servers offer a significantly faster way to download media (e.g. textures)
954+
# when connecting to the server.
955+
# type: bool
956+
# enable_remote_media_server = true
957+
958+
# Enable Lua modding support on client.
959+
# This support is experimental and API can change.
960+
# type: bool
961+
# enable_client_modding = false
962+
963+
# URL to the server list displayed in the Multiplayer Tab.
964+
# type: string
965+
# serverlist_url = servers.minetest.net
966+
967+
# File in client/serverlist/ that contains your favorite servers displayed in the Multiplayer Tab.
968+
# type: string
969+
# serverlist_file = favoriteservers.txt
970+
971+
# Maximum size of the out chat queue. 0 to disable queueing and -1 to make the queue size unlimited
972+
# type: int
973+
# max_out_chat_queue_size = 20
974+
969975
## Advanced
970976

971977
# Timeout for client to remove unused map data from memory.
@@ -1190,6 +1196,10 @@
11901196
# type: int
11911197
# time_speed = 72
11921198

1199+
# Time of day when a new world is started, in millihours (0-23999).
1200+
# type: int min: 0 max: 23999
1201+
# world_start_time = 5250
1202+
11931203
# Interval of saving important changes in the world, stated in seconds.
11941204
# type: float
11951205
# server_map_save_interval = 5.3

0 commit comments

Comments
 (0)
Please sign in to comment.