minetest.conf.example 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. #port = 30000
  19. #address =
  20. #name =
  21. # Whether to try to fog out the border of the visible area
  22. #enable_fog = true
  23. # Enable a bit lower water surface; disable for speed
  24. #new_style_water = true
  25. # Enable nice leaves; disable for speed
  26. #new_style_leaves = true
  27. # Whether to draw a frametime graph
  28. #frametime_graph = false
  29. # Enable combining mainly used textures to a bigger one
  30. #enable_texture_atlas = true
  31. # Path to texture directory
  32. #texture_path =
  33. # Possible values: null, software, burningsvideo, direct3d8, direct3d9, opengl
  34. #video_driver = opengl
  35. #
  36. #random_input = false
  37. #client_delete_unused_sectors_timeout = 1200
  38. #
  39. # Server side stuff
  40. #
  41. # Set to true to enable experimental features
  42. #enable_experimental = false
  43. #map-dir = /home/palle/custom_map
  44. # Set to true to enable creative mode (unlimited inventory)
  45. #creative_mode = false
  46. #enable_damage = false
  47. # Player and object positions are sent at intervals specified by this
  48. #objectdata_inverval = 0.2
  49. #active_object_range = 2
  50. #max_simultaneous_block_sends_per_client = 1
  51. #max_simultaneous_block_sends_server_total = 4
  52. #max_block_send_distance = 5
  53. #max_block_generate_distance = 4
  54. # 20 min/day
  55. #time_speed = 72
  56. # 4 min/day
  57. #time_speed = 360
  58. # 1 min/day
  59. #time_speed = 1440
  60. #time_send_interval = 5
  61. #server_unload_unused_sectors_timeout = 60
  62. #server_map_save_interval = 60