X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=minetest.conf.example;h=c78266e7bb0353139decd210eb95646882f703d9;hb=5b4928e07c8bcc877bfc2a8c0268ea9601cf699b;hp=0cdccf20c3406b6251dccfc33c173a0c387c2263;hpb=c914cbb0a081b30b28271618bbaa8e987a108ae7;p=dragonfireclient.git diff --git a/minetest.conf.example b/minetest.conf.example index 0cdccf20c..c78266e7b 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -7,7 +7,9 @@ # By default, all the settings are commented and not functional. # Uncomment settings by removing the preceding #. +# # Client side stuff +# #wanted_fps = 30 #fps_max = 60 @@ -16,24 +18,40 @@ #screenW = 800 #screenH = 600 #port = 30000 -#address = kray.dy.fi +#address = #name = +# Whether to try to fog out the border of the visible area +#enable_fog = true +# Enable a bit lower water surface; disable for speed +#new_style_water = true +# Enable nice leaves; disable for speed +#new_style_leaves = true +# Whether to draw a frametime graph +#frametime_graph = false +# Enable combining mainly used textures to a bigger one +#enable_texture_atlas = true +# Path to texture directory +#texture_path = +# Possible values: null, software, burningsvideo, direct3d8, direct3d9, opengl +#video_driver = opengl + +# #random_input = false #client_delete_unused_sectors_timeout = 1200 -#enable_fog = true - +# # Server side stuff +# -#map-dir = /home/palle/custom_map +# Set to true to enable experimental features +#enable_experimental = false -#plants_amount = 1.0 -#ravines_amount = 1.0 -#coal_amount = 1.0 +#map-dir = /home/palle/custom_map # Set to true to enable creative mode (unlimited inventory) #creative_mode = false + # Player and object positions are sent at intervals specified by this #objectdata_inverval = 0.2