]> git.lizzy.rs Git - minetest.git/blob - minetest.conf.example
Updated to-do list and added the give_initial_stuff setting for testing
[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 #
11 # Client side stuff
12 #
13
14 #wanted_fps = 30
15 #fps_max = 60
16 #viewing_range_nodes_max = 300
17 #viewing_range_nodes_min = 35
18 #screenW = 800
19 #screenH = 600
20 #port = 30000
21 #address = 
22 #name = 
23
24 # Whether to try to fog out the border of the visible area
25 #enable_fog = true
26 # Enable a bit lower water surface; disable for speed
27 #new_style_water = true
28 # Enable nice leaves; disable for speed
29 #new_style_leaves = true
30 # Whether to draw a frametime graph
31 #frametime_graph = false
32 # Enable combining mainly used textures to a bigger one
33 #enable_texture_atlas = true
34 # Path to texture directory
35 #texture_path =
36 # Possible values: null, software, burningsvideo, direct3d8, direct3d9, opengl
37 #video_driver = opengl
38
39
40 #random_input = false
41 #client_delete_unused_sectors_timeout = 1200
42
43 #
44 # Server side stuff
45 #
46
47 # Set to true to enable experimental features
48 #enable_experimental = false
49
50 #map-dir = /home/palle/custom_map
51
52 # Set to true to enable creative mode (unlimited inventory)
53 #creative_mode = false
54
55 #enable_damage = false
56
57 #give_initial_stuff = false
58
59 # Player and object positions are sent at intervals specified by this
60 #objectdata_inverval = 0.2
61
62 #active_object_range = 2
63
64 #max_simultaneous_block_sends_per_client = 1
65 #max_simultaneous_block_sends_server_total = 4
66
67 #max_block_send_distance = 5
68 #max_block_generate_distance = 4
69
70 # 20 min/day
71 #time_speed = 72
72 # 4 min/day
73 #time_speed = 360
74 # 1 min/day
75 #time_speed = 1440
76
77 #time_send_interval = 5
78 #server_unload_unused_sectors_timeout = 60
79 #server_map_save_interval = 60
80