X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=minetest.conf.example;h=e90d18b06058bf76b9283aa420d5a6e9c3cddbcc;hb=2f10cfb226c6de8024f5efa9bf14ea22b5b90ce2;hp=aeeff82232e77497d6c97a129081d0babb598f44;hpb=d05b15df779940ef3907704ea07d5dd529b0b2b1;p=dragonfireclient.git diff --git a/minetest.conf.example b/minetest.conf.example index aeeff8223..e90d18b06 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -166,10 +166,8 @@ #trilinear_filter = false # Set to true to pre-generate all item visuals #preload_item_visuals = true -# 0: disable shaders -# (1: low level shaders; not implemented) -# 2: enable high level shaders -#enable_shaders = 2 +# Set to true to enable shaders. Disable them if video_driver = direct3d9/8. +#enable_shaders = true # Set to true to enable textures bumpmapping. Requires shaders enabled. #enable_bumpmapping = false # The time in seconds it takes between repeated @@ -193,6 +191,10 @@ #mono_font_path = fonts/liberationmono.ttf #mono_font_size = 13 +# This font will be used for certain languages +#fallback_font_path = fonts/DroidSansFallbackFull.ttf +#fallback_font_size = 13 + # # Server stuff # @@ -216,7 +218,7 @@ # Message of the Day #motd = Welcome to this awesome Minetest server! # Maximum number of players connected simultaneously -#max_users = 100 +#max_users = 15 # Set to true to disallow old clients from connecting #strict_protocol_version_checking = false # Set to true to enable creative mode (unlimited inventory) @@ -277,6 +279,8 @@ #max_objects_per_block = 49 # Interval of saving important changes in the world #server_map_save_interval = 5.3 +# http://www.sqlite.org/pragma.html#pragma_synchronous only numeric values: 0 1 2 +#sqlite_synchronous = 2 # To reduce lag, block transfers are slowed down when a player is building something. # This determines how long they are slowed down after placing or removing a node. #full_block_send_enable_min_time_from_building = 2.0 @@ -392,3 +396,7 @@ # Makes DirectX work with LuaJIT. Disable if it causes troubles. #high_precision_fpu = true + +# Override language. When no value is provided (default) system language is used. +# Check "locale" directory for the list of available translations. +#language =