X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=minetest.conf.example;h=48f326229889d957fdd86698a0e603201fe36dc1;hb=1c08b6c99a88065b30baaba87677f6a334421df6;hp=37c93a5a2479a1a26bd9163479cf873bd73f32d6;hpb=d065bae323838734556de2693b6b004c98c95092;p=dragonfireclient.git diff --git a/minetest.conf.example b/minetest.conf.example index 37c93a5a2..48f326229 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,29 +18,46 @@ #screenW = 800 #screenH = 600 #port = 30000 -#address = kray.dy.fi +#address = #name = -#random_input = false -#client_delete_unused_sectors_timeout = 1200 - +# 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 +# Enable smooth lighting with simple ambient occlusion; disable for speed +#smooth_lighting = 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 -# Server side stuff +# +#random_input = false +#client_delete_unused_sectors_timeout = 1200 -#map-dir = /home/palle/custom_map +# +# Server side stuff +# -#operator_name = +# 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 + +#enable_damage = false + +#give_initial_stuff = false + # Player and object positions are sent at intervals specified by this #objectdata_inverval = 0.2