mainly work on object scripting api
[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 #
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 # Player and object positions are sent at intervals specified by this
56 #objectdata_inverval = 0.2
57
58 #active_object_range = 2
59
60 #max_simultaneous_block_sends_per_client = 1
61 #max_simultaneous_block_sends_server_total = 4
62
63 #max_block_send_distance = 5
64 #max_block_generate_distance = 4
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