fully working i guess
[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 #new_style_leaves = true
28 #frametime_graph = false
29
30 # Server side stuff
31
32 #map-dir = /home/palle/custom_map
33
34 #plants_amount = 1.0
35 #ravines_amount = 1.0
36 #coal_amount = 1.0
37
38 # Set to true to enable creative mode (unlimited inventory)
39 #creative_mode = false
40 # Player and object positions are sent at intervals specified by this
41 #objectdata_inverval = 0.2
42
43 #active_object_range = 2
44
45 #max_simultaneous_block_sends_per_client = 1
46 #max_simultaneous_block_sends_server_total = 4
47
48 #max_block_send_distance = 5
49 #max_block_generate_distance = 4
50
51 # 20 min/day
52 #time_speed = 72
53 # 4 min/day
54 #time_speed = 360
55 # 1 min/day
56 #time_speed = 1440
57
58 #time_send_interval = 5
59 #server_unload_unused_sectors_timeout = 60
60 #server_map_save_interval = 60
61