summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example19
1 files changed, 16 insertions, 3 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index edf43e889..eb17ebc74 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
@@ -19,17 +21,28 @@
#address = kray.dy.fi
#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
+# 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
+
+#
# Server side stuff
+#
#map-dir = /home/palle/custom_map