|
1091 | 1091 | # type: int
|
1092 | 1092 | # max_out_chat_queue_size = 20
|
1093 | 1093 |
|
| 1094 | +# Enable register confirmation when connecting to server. |
| 1095 | +# If disabled, new account will be registered automatically. |
| 1096 | +# type: bool |
| 1097 | +# enable_register_confirmation = true |
| 1098 | + |
1094 | 1099 | ## Advanced
|
1095 | 1100 |
|
1096 | 1101 | # Timeout for client to remove unused map data from memory.
|
|
1291 | 1296 | # to maintain active objects up to this distance in the direction the
|
1292 | 1297 | # player is looking. (This can avoid mobs suddenly disappearing from view)
|
1293 | 1298 | # type: int
|
1294 |
| -# active_object_send_range_blocks = 3 |
| 1299 | +# active_object_send_range_blocks = 4 |
1295 | 1300 |
|
1296 | 1301 | # The radius of the volume of blocks around every player that is subject to the
|
1297 | 1302 | # active block stuff, stated in mapblocks (16 nodes).
|
|
1303 | 1308 |
|
1304 | 1309 | # From how far blocks are sent to clients, stated in mapblocks (16 nodes).
|
1305 | 1310 | # type: int
|
1306 |
| -# max_block_send_distance = 9 |
| 1311 | +# max_block_send_distance = 10 |
1307 | 1312 |
|
1308 | 1313 | # Maximum number of forceloaded mapblocks.
|
1309 | 1314 | # type: int
|
|
1459 | 1464 | # type: bool
|
1460 | 1465 | # server_side_occlusion_culling = true
|
1461 | 1466 |
|
1462 |
| -# Restricts the access of certain client-side functions on servers |
1463 |
| -# Combine these byteflags below to restrict client-side features: |
1464 |
| -# LOAD_CLIENT_MODS: 1 (disable client mods loading) |
| 1467 | +# Restricts the access of certain client-side functions on servers. |
| 1468 | +# Combine the byteflags below to restrict client-side features, or set to 0 |
| 1469 | +# for no restrictions: |
| 1470 | +# LOAD_CLIENT_MODS: 1 (disable loading client-provided mods) |
1465 | 1471 | # CHAT_MESSAGES: 2 (disable send_chat_message call client-side)
|
1466 | 1472 | # READ_ITEMDEFS: 4 (disable get_item_def call client-side)
|
1467 | 1473 | # READ_NODEDEFS: 8 (disable get_node_def call client-side)
|
|
1605 | 1611 | # - Full: Multiple singleplayer worlds, game choice, texture pack chooser, etc.
|
1606 | 1612 | # - Simple: One singleplayer world, no game or texture pack choosers. May be
|
1607 | 1613 | # necessary for smaller screens.
|
1608 |
| -# - Auto: Simple on Android, full on everything else. |
1609 |
| -# type: enum values: auto, full, simple |
1610 |
| -# main_menu_style = auto |
| 1614 | +# type: enum values: full, simple |
| 1615 | +# main_menu_style = full |
1611 | 1616 |
|
1612 | 1617 | # Replaces the default main menu with a custom one.
|
1613 | 1618 | # type: string
|
|
1637 | 1642 |
|
1638 | 1643 | # From how far blocks are generated for clients, stated in mapblocks (16 nodes).
|
1639 | 1644 | # type: int
|
1640 |
| -# max_block_generate_distance = 6 |
| 1645 | +# max_block_generate_distance = 8 |
1641 | 1646 |
|
1642 | 1647 | # Limit of map generation, in nodes, in all 6 directions from (0, 0, 0).
|
1643 | 1648 | # Only mapchunks completely within the mapgen limit are generated.
|
|
3001 | 3006 | # emergequeue_limit_generate = 64
|
3002 | 3007 |
|
3003 | 3008 | # Number of emerge threads to use.
|
3004 |
| -# Make this field blank or 0, or increase this number to use multiple threads. |
3005 |
| -# On multiprocessor systems, this will improve mapgen speed greatly at the cost |
3006 |
| -# of slightly buggy caves. |
| 3009 | +# Empty or 0 value: |
| 3010 | +# - Automatic selection. The number of emerge threads will be |
| 3011 | +# - 'number of processors - 2', with a lower limit of 1. |
| 3012 | +# Any other value: |
| 3013 | +# - Specifies the number of emerge threads, with a lower limit of 1. |
| 3014 | +# Warning: Increasing the number of emerge threads increases engine mapgen |
| 3015 | +# speed, but this may harm game performance by interfering with other |
| 3016 | +# processes, especially in singleplayer and/or when running Lua code in |
| 3017 | +# 'on_generated'. |
| 3018 | +# For many users the optimum setting may be '1'. |
3007 | 3019 | # type: int
|
3008 | 3020 | # num_emerge_threads = 0
|
3009 | 3021 |
|
3010 | 3022 | #
|
3011 |
| -# Content Store |
| 3023 | +# Online Content Repository |
3012 | 3024 | #
|
3013 | 3025 |
|
3014 |
| -# Show packages in the content store that do not qualify as 'free software' |
| 3026 | +# The URL for the content repository |
| 3027 | +# type: string |
| 3028 | +# contentdb_url = https://content.minetest.net |
| 3029 | + |
| 3030 | +# Comma-separated list of flags to hide in the content repository. |
| 3031 | +# "nonfree" can be used to hide packages which do not qualify as 'free software', |
3015 | 3032 | # as defined by the Free Software Foundation.
|
3016 |
| -# type: bool |
3017 |
| -# show_nonfree_packages = false |
| 3033 | +# You can also specify content ratings. |
| 3034 | +# These flags are independent from Minetest versions, |
| 3035 | +# so see a full list at https://content.minetest.net/help/content_flags/ |
| 3036 | +# type: string |
| 3037 | +# contentdb_flag_blacklist = nonfree, desktop_default |
3018 | 3038 |
|
0 commit comments