diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-02-19 11:48:54 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-02-19 11:48:54 +0200 |
commit | f5ff378dd02431cdcf658b210509b170ea2135d1 (patch) | |
tree | fce642594b88a289e1b61564ad54759be7444075 /minetest.conf.example | |
parent | 4c2b9ed516e3109d5c74a37c9479a516beae4f50 (diff) | |
download | minetest-f5ff378dd02431cdcf658b210509b170ea2135d1.tar.gz minetest-f5ff378dd02431cdcf658b210509b170ea2135d1.tar.bz2 minetest-f5ff378dd02431cdcf658b210509b170ea2135d1.zip |
video backend selection
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 19 |
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 |