default setting change, random tinkering
[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 #dedicated_server =
11
12 # Client side stuff
13
14 #wanted_fps = 30
15 #fps_max = 60
16 #viewing_range_nodes_max = 300
17 #viewing_range_nodes_min = 20
18 #screenW = 
19 #screenH = 
20 #host_game = 
21 #port = 30000
22 #address = kray.dy.fi
23 #name = 
24
25 #random_input = false
26 #client_delete_unused_sectors_timeout = 1200
27
28 # Server side stuff
29
30 # - The possible generators are:
31 # (Indeed you can do all of them with only "power" 8))
32 # H=value:
33 #     constant <value>
34 # H=slope.dot(pos):
35 #     linear <height> <slope.X> <slope.Y>
36 # H=slope.dot(pos^power):
37 #     power <height> <slope.X> <slope.Y> <power>
38
39 #mapgen_heightmap_blocksize = 64
40 #height_randmax = constant 70.0
41 #height_randfactor = constant 0.6
42 #height_base = linear 0 35 0
43 #plants_amount = 1.0
44 #ravines_amount = 1.0
45
46 # Set to true to enable creative mode (unlimited inventory)
47 #creative_mode = false
48 # Player and object positions are sent at intervals specified by this
49 #objectdata_inverval = 0.2
50
51 #active_object_range = 2
52
53 #max_simultaneous_block_sends_per_client = 1
54 #max_simultaneous_block_sends_server_total = 4
55