summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLars <larsh@apache.org>2020-11-03 15:39:03 -0800
committerlhofhansl <larsh@apache.org>2020-11-03 15:55:53 -0800
commitaa4d3cb14837409b3cb5e17060776c6f5269d0be (patch)
treeb2e7ae6dcec9cc61b99a551446f4033ebac75131 /builtin
parent0abb3e89fa6298041faa7e46d437e5a81f71cdd3 (diff)
downloadminetest-aa4d3cb14837409b3cb5e17060776c6f5269d0be.tar.gz
minetest-aa4d3cb14837409b3cb5e17060776c6f5269d0be.tar.bz2
minetest-aa4d3cb14837409b3cb5e17060776c6f5269d0be.zip
Increase defaults for viewing_range, active_object_range and related settings #10597
Diffstat (limited to 'builtin')
-rw-r--r--builtin/settingtypes.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 0b650c722..8eb667bdd 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -594,7 +594,7 @@ fps_max_unfocused (FPS when unfocused or paused) int 20 1
pause_on_lost_focus (Pause on lost window focus) bool false
# View distance in nodes.
-viewing_range (Viewing range) int 100 20 4000
+viewing_range (Viewing range) int 190 20 4000
# Camera 'near clipping plane' distance in nodes, between 0 and 0.25
# Only works on GLES platforms. Most users will not need to change this.
@@ -978,7 +978,7 @@ client_unload_unused_data_timeout (Mapblock unload timeout) int 600
# Maximum number of mapblocks for client to be kept in memory.
# Set to -1 for unlimited amount.
-client_mapblock_limit (Mapblock limit) int 5000
+client_mapblock_limit (Mapblock limit) int 7500
# Whether to show the client debug info (has the same effect as hitting F5).
show_debug (Show debug info) bool false
@@ -1137,17 +1137,17 @@ ask_reconnect_on_crash (Ask to reconnect after crash) bool false
# Setting this larger than active_block_range will also cause the server
# to maintain active objects up to this distance in the direction the
# player is looking. (This can avoid mobs suddenly disappearing from view)
-active_object_send_range_blocks (Active object send range) int 4
+active_object_send_range_blocks (Active object send range) int 8
# The radius of the volume of blocks around every player that is subject to the
# active block stuff, stated in mapblocks (16 nodes).
# In active blocks objects are loaded and ABMs run.
# This is also the minimum range in which active objects (mobs) are maintained.
# This should be configured together with active_object_send_range_blocks.
-active_block_range (Active block range) int 3
+active_block_range (Active block range) int 4
# From how far blocks are sent to clients, stated in mapblocks (16 nodes).
-max_block_send_distance (Max block send distance) int 10
+max_block_send_distance (Max block send distance) int 12
# Maximum number of forceloaded mapblocks.
max_forceloaded_blocks (Maximum forceloaded blocks) int 16
@@ -1433,7 +1433,7 @@ mg_name (Mapgen name) enum v7 v7,valleys,carpathian,v5,flat,fractal,singlenode,v
water_level (Water level) int 1
# From how far blocks are generated for clients, stated in mapblocks (16 nodes).
-max_block_generate_distance (Max block generate distance) int 8
+max_block_generate_distance (Max block generate distance) int 10
# Limit of map generation, in nodes, in all 6 directions from (0, 0, 0).
# Only mapchunks completely within the mapgen limit are generated.