]> git.lizzy.rs Git - minetest.git/blob - minetest.conf.example
commit before messing with water
[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 #host_game = 
19 #port = 30000
20 #address = kray.dy.fi
21 #name = 
22
23 #random_input = false
24 #client_delete_unused_sectors_timeout = 1200
25
26 #enable_fog = true
27
28 # Server side stuff
29
30 #map-dir = /home/palle/custom_map
31
32 # - The possible generators are:
33 # (Indeed you can do all of them with only "power" 8))
34 # H=value:
35 #     constant <value>
36 # H=slope.dot(pos):
37 #     linear <height> <slope.X> <slope.Y>
38 # H=slope.dot(pos^power):
39 #     power <height> <slope.X> <slope.Y> <power>
40
41 #mapgen_heightmap_blocksize = 32
42 #height_randmax = constant 50.0
43 #height_randfactor = constant 0.6
44 #height_base = linear 0 0 0
45 #plants_amount = 1.0
46 #ravines_amount = 1.0
47 #coal_amount = 1.0
48
49 # Set to true to enable creative mode (unlimited inventory)
50 #creative_mode = false
51 # Player and object positions are sent at intervals specified by this
52 #objectdata_inverval = 0.2
53
54 #active_object_range = 2
55
56 #max_simultaneous_block_sends_per_client = 1
57 #max_simultaneous_block_sends_server_total = 4
58
59 #max_block_send_distance = 5
60 #max_block_generate_distance = 4
61
62 #disable_water_climb = true
63 # Note that this gets applied at map generation time
64 #endless_water = true
65
66 # 20 min/day
67 #time_speed = 72
68 # 4 min/day
69 #time_speed = 360
70 # 1 min/day
71 #time_speed = 1440
72
73 #time_send_interval = 5
74 #server_unload_unused_sectors_timeout = 60
75 #server_map_save_interval = 60
76