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