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