nicer looking water
[oweals/minetest.git] / minetest.conf.example
1 # This file is read by default from:
2 # ../minetest.conf
3 # ../../minetest.conf
4 # Any other path can be chosen by passing the path as a parameter
5 # to the program, eg. "minetest.exe ../minetest.conf.example"
6 #
7 # By default, all the settings are commented and not functional.
8 # Uncomment settings by removing the preceding #.
9
10 # Client side stuff
11
12 #wanted_fps = 30
13 #fps_max = 60
14 #viewing_range_nodes_max = 300
15 #viewing_range_nodes_min = 35
16 #screenW = 800
17 #screenH = 600
18 #port = 30000
19 #address = kray.dy.fi
20 #name = 
21
22 #random_input = false
23 #client_delete_unused_sectors_timeout = 1200
24
25 #enable_fog = true
26 #new_style_water = true
27
28 # Server side stuff
29
30 #map-dir = /home/palle/custom_map
31
32 #plants_amount = 1.0
33 #ravines_amount = 1.0
34 #coal_amount = 1.0
35
36 # Set to true to enable creative mode (unlimited inventory)
37 #creative_mode = false
38 # Player and object positions are sent at intervals specified by this
39 #objectdata_inverval = 0.2
40
41 #active_object_range = 2
42
43 #max_simultaneous_block_sends_per_client = 1
44 #max_simultaneous_block_sends_server_total = 4
45
46 #max_block_send_distance = 5
47 #max_block_generate_distance = 4
48
49 # 20 min/day
50 #time_speed = 72
51 # 4 min/day
52 #time_speed = 360
53 # 1 min/day
54 #time_speed = 1440
55
56 #time_send_interval = 5
57 #server_unload_unused_sectors_timeout = 60
58 #server_map_save_interval = 60
59