Advertisement
jpenguin

minetest.conf_0.4

Jan 4th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.36 KB | None | 0 0
  1. fullscreen = false
  2. screenW = 800
  3. screenH = 600
  4. vsync = false
  5. video_driver = opengl
  6.  
  7. enable_clouds = true
  8. enable_3d_clouds = true
  9. new_style_leaves = true
  10. opaque_water = false
  11. new_style_water = false
  12. smooth_lighting = true
  13. enable_fog = true
  14.  
  15. wanted_fps = 30
  16. fps_max = 60
  17. viewing_range_nodes_min = 35
  18. viewing_range_nodes_max = 160
  19. view_bobbing_amount = 1.0
  20. desynchronize_mapblock_texture_animation = true
  21. fsaa = false
  22. fullscreen_bpp = 24
  23.  
  24. enable_texture_atlas = true
  25.  
  26. enable_farmesh = false
  27. farmesh_trees = true
  28. farmesh_distance = 40
  29.  
  30. console_color = (0,0,0)
  31. console_alpha = 192
  32.  
  33.  
  34. enable_sound = true
  35. sound_volume = 0.5
  36.  
  37.  
  38. creative_mode = false
  39. enable_damage = true
  40. fast_move = true
  41. free_move = false
  42. time_speed = 96
  43.  
  44. default_game = minetest
  45. only_peaceful_mobs = false
  46. give_initial_stuff = false
  47.  
  48.  
  49.  
  50. active_object_send_range_blocks = 3
  51. active_block_range = 2
  52. server_map_save_interval = 5.3
  53. ignore_world_load_errors = false
  54. motd =
  55.  
  56. disallow_empty_password = false
  57. enable_pvp = true
  58. default_privs = interact,shout
  59.  
  60. max_users = 100
  61. unlimited_player_transfer_distance = true
  62. strict_protocol_version_checking = true
  63. disable_anticheat = false
  64. enable_rollback_recording = false
  65.  
  66. max_simultaneous_block_sends_per_client = 2
  67. max_simultaneous_block_sends_server_total = 8
  68. max_block_send_distance = 10
  69. max_block_generate_distance = 6
  70. time_send_interval = 5
  71. full_block_send_enable_min_time_from_building = 2.0
  72. server_unload_unused_data_timeout = 29
  73. dedicated_server_step = 0.05
  74.  
  75.  
  76. address =
  77. name =
  78. port = 30000
  79. client_unload_unused_data_timeout = 600
  80.  
  81. texture_path = ../textures/all
  82. screenshot_path = ../sceeenshots
  83.  
  84.  
  85. selected_mainmenu_tab = 0
  86. selected_world_path =
  87.  
  88.  
  89. keymap_forward = KEY_KEY_W
  90. keymap_backward = KEY_KEY_S
  91. keymap_left = KEY_KEY_A
  92. keymap_right = KEY_KEY_D
  93.  
  94. invert_mouse = false
  95.  
  96. keymap_jump = KEY_SPACE
  97. keymap_sneak = KEY_LSHIFT
  98. keymap_inventory = KEY_KEY_I
  99. keymap_special1 = KEY_KEY_E
  100. aux1_descends = false
  101.  
  102. keymap_chat = KEY_KEY_T
  103. keymap_cmd = /
  104. keyman_console = KEY_F10
  105.  
  106. keymap_rangeselect = KEY_KEY_R
  107. keymap_freemove = KEY_KEY_K
  108. keymap_fastmove = KEY_KEY_J
  109. keymap_screenshot = KEY_F12
  110.  
  111.  
  112. keymap_print_debug_stacks = KEY_KEY_P
  113. keymap_quicktune_prev = KEY_HOME
  114. keymap_quicktune_next = KEY_END
  115. keymap_quicktune_dec = KEY_NEXT
  116. keymap_quicktune_inc = KEY_PRIOR
  117. random_input = false
  118. continuous_forward = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement