]> git.lizzy.rs Git - minetest.git/blob - minetest.conf.example
fixes node timer bug (fixes #407).
[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 --config ../minetest.conf.example"
6 #
7 # By default, all the settings are commented and not functional.
8 # Uncomment settings by removing the preceding #.
9 #
10 # Further documentation:
11 # http://c55.me/minetest/wiki/doku.php
12 #
13 # NOTE: This file might not be up-to-date, refer to the
14 #       defaultsettings.cpp file for an up-to-date list:
15 # https://bitbucket.org/celeron55/minetest/src/tip/src/defaultsettings.cpp
16 #
17 # A vim command to convert most of defaultsettings.cpp to conf file format:
18 # :'<,'>s/\tsettings->setDefault("\([^"]*\)", "\([^"]*\)");.*/#\1 = \2/g
19 # Note: Some of the settings are implemented in Lua
20
21 #
22 # Client and server
23 #
24
25 # Network port (UDP)
26 #port = 
27 # Name of player; on a server this is the main admin
28 #name = 
29
30 #
31 # Client stuff
32 #
33
34 # Key mappings
35 # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
36 #keymap_forward = KEY_KEY_W
37 #keymap_backward = KEY_KEY_S
38 #keymap_left = KEY_KEY_A
39 #keymap_right = KEY_KEY_D
40 #keymap_jump = KEY_SPACE
41 #keymap_sneak = KEY_LSHIFT
42 #keymap_inventory = KEY_KEY_I
43 # Go down ladder / go down in fly mode / go fast in fast mode
44 #keymap_special1 = KEY_KEY_E
45 #keymap_chat = KEY_KEY_T
46 #keymap_cmd = /
47 #keyman_console = KEY_F10
48 #keymap_rangeselect = KEY_KEY_R
49 #keymap_freemove = KEY_KEY_K
50 #keymap_fastmove = KEY_KEY_J
51 #keymap_screenshot = KEY_F12
52 # If true, keymap_special1 instead of keymap_sneak is used for climbing down and descending
53 #aux1_descends = false
54 # Doubletaping the jump key toogles fly mode
55 #doubletap_jump = false
56 # If false aux1 is used to fly fast
57 #always_fly_fast = true
58 # Some (temporary) keys for debugging
59 #keymap_print_debug_stacks = KEY_KEY_P
60 #keymap_quicktune_prev = KEY_HOME
61 #keymap_quicktune_next = KEY_END
62 #keymap_quicktune_dec = KEY_NEXT
63 #keymap_quicktune_inc = KEY_PRIOR
64
65 # Minimum FPS
66 # The amount of rendered stuff is dynamically set according to this
67 #wanted_fps = 30
68 # If FPS would go higher than this, limit it by sleeping
69 # (to not waste CPU power for no benefit)
70 #fps_max = 60
71 # The allowed adjustment range for the automatic rendering range adjustment
72 #viewing_range_nodes_max = 160
73 #viewing_range_nodes_min = 35
74 # Initial window size
75 #screenW = 800
76 #screenH = 600
77 #fullscreen = false
78 #fullscreen_bpp = 24
79 # Experimental option, might cause visible spaces between blocks
80 # when set to higher number than 0
81 #fsaa = 0
82 #vsync = false
83 # Address to connect to (#blank = start local server)
84 #address = 
85 # Enable random user input, for testing
86 #random_input = false
87 # Timeout for client to remove unused map data from memory
88 #client_unload_unused_data_timeout = 600
89 # Whether to fog out the end of the visible area
90 #enable_fog = true
91 # Enable a bit lower water surface; disable for speed (not quite optimized)
92 #new_style_water = false
93 # Enable nice leaves; disable for speed
94 #new_style_leaves = true
95 # Enable smooth lighting with simple ambient occlusion;
96 # disable for speed or for different looks.
97 #smooth_lighting = true
98 # Enable combining mainly used textures to a bigger one for improved speed
99 # disable if it causes graphics glitches.
100 #enable_texture_atlas = true
101 # Path to texture directory. All textures are first searched from here.
102 #texture_path = 
103 # Video back-end.
104 # Possible values: null, software, burningsvideo, direct3d8, direct3d9, opengl
105 #video_driver = opengl
106 # Unobstructed movement without physics, downwards key is keymap_special1
107 #free_move = false
108 # Continuous forward movement (for testing)
109 #continuous_forward = false
110 # Fast movement (keymap_special1)
111 #fast_move = false
112 # Invert mouse
113 #invert_mouse = false
114 # FarMesh thingy
115 #enable_farmesh = false
116 #farmesh_trees = true
117 #farmesh_distance = 40
118 # Enable/disable clouds
119 #enable_clouds = true
120 # Path for screenshots
121 #screenshot_path = .
122 # Amount of view bobbing (0 = no view bobbing, 1.0 = normal, 2.0 = double)
123 #view_bobbing_amount = 1.0
124 # Anaglyph stereo
125 #anaglyph = false
126 #anaglyph_strength = 0.1
127 # In-game chat console background color (R,G,B)
128 #console_color = (0,0,0)
129 # In-game chat console background alpha (opaqueness, between 0 and 255)
130 #console_alpha = 200
131 # Selection box border color (R,G,B)
132 #selectionbox_color = (0,0,0)
133 # Crosshair color (R,G,B)
134 #crosshair_color = (255,255,255)
135 # Cross alpha (opaqueness, between 0 and 255)
136 #crosshair_alpha = 255
137 # Sound settings
138 #enable_sound = true
139 #sound_volume = 0.7
140 # Whether node texture animations should be desynchronized per MapBlock
141 #desynchronize_mapblock_texture_animation = true
142 # Texture filtering settings
143 #mip_map = false
144 #anisotropic_filter = false
145 #bilinear_filter = false
146 #trilinear_filter = false
147 # Set to true to pre-generate all item visuals
148 #preload_item_visuals = true
149 # 0: disable shaders
150 # (1: low level shaders; not implemented)
151 # 2: enable high level shaders
152 #enable_shaders = 2
153 # The time in seconds it takes between repeated
154 # right clicks when holding the right mouse button
155 #repeat_rightclick_time = 0.25
156
157 # will only work for servers which use remote_media setting
158 # and only for clients compiled with cURL
159 #media_fetch_threads = 8
160
161 #
162 # Server stuff
163 #
164
165 # Default game (default when creating a new world)
166 #default_game = minetest
167 # World directory (everything in the world is stored here)
168 #map-dir = /custom/world
169 # Message of the Day
170 #motd = Welcome to this awesome Minetest server!
171 # Maximum number of players connected simultaneously
172 #max_users = 100
173 # Set to true to disallow old clients from connecting
174 #strict_protocol_version_checking = false
175 # Set to true to enable creative mode (unlimited inventory)
176 #creative_mode = false
177 # Enable players getting damage and dying
178 #enable_damage = false
179 # Despawn all non-peaceful mobs
180 #only_peaceful_mobs = false
181 # A chosen map seed for a new map, leave empty for random
182 #fixed_map_seed =
183 # Gives some stuff to players at the beginning
184 #give_initial_stuff = false
185 # New users need to input this password
186 #default_password = 
187 # Available privileges: interact, shout, teleport, settime, privs, ...
188 # See /privs in game for a full list on your server and mod configuration.
189 #default_privs = interact, shout
190 # Whether players are shown to clients without any range limit
191 #unlimited_player_transfer_distance = true
192 # Whether to enable players killing each other
193 #enable_pvp = true
194 # If this is set, players will always (re)spawn at the given position
195 #static_spawnpoint = 0, 10, 0
196 # If true, new players cannot join with an empty password
197 #disallow_empty_password = false
198 # If true, disable cheat prevention in multiplayer
199 #disable_anticheat = false
200 # If true, actions are recorded for rollback
201 #enable_rollback_recording = false
202
203 # Profiler data print interval. #0 = disable.
204 #profiler_print_interval = 0
205 #enable_mapgen_debug_info = false
206 # from how far client knows about objects
207 #active_object_send_range_blocks = 3
208 # how large area of blocks are subject to the active block stuff (active = objects are loaded and ABMs run)
209 #active_block_range = 2
210 # how many blocks are flying in the wire simultaneously per client
211 #max_simultaneous_block_sends_per_client = 2
212 # how many blocks are flying in the wire simultaneously per server
213 #max_simultaneous_block_sends_server_total = 8
214 # From how far blocks are sent to clients (value * 16 nodes)
215 #max_block_send_distance = 10
216 # From how far blocks are generated for clients (value * 16 nodes)
217 #max_block_generate_distance = 6
218 # Interval of sending time of day to clients
219 #time_send_interval = 5
220 # Length of day/night cycle. 72=20min, 360=4min, 1=24hour, 0=day/night/whatever stays unchanged
221 #time_speed = 96
222 #server_unload_unused_data_timeout = 29
223 # Interval of saving important changes in the world
224 #server_map_save_interval = 5.3
225 # To reduce lag, block transfers are slowed down when a player is building something.
226 # This determines how long they are slowed down after placing or removing a node.
227 #full_block_send_enable_min_time_from_building = 2.0
228 # Length of a server tick and the interval at which objects are generally updated over network
229 #dedicated_server_step = 0.1
230 # Can be set to true to disable shutting down on invalid world data
231 #ignore_world_load_errors = false
232 # Congestion control parameters
233 # time in seconds, rate in ~500B packets
234 #congestion_control_aim_rtt = 0.2
235 #congestion_control_max_rate = 400
236 #congestion_control_min_rate = 10
237 #remote_media =