settingtypes.txt 660 B

12345678910111213
  1. # Enable strict file loading mode
  2. # If enabled, if any error occurs during loading of a file using the 'atomic' API,
  3. # an error is thrown. You probably need to disable this option for initial loading after
  4. # creating the world.
  5. serialize_lib_strict_loading (Strict loading) bool false
  6. # Do not automatically switch to "Windows mode" when saving atomically
  7. # Normally, when renaming <filename>.new to <filename> fails, serialize_lib automatically
  8. # switches to a mode where it deletes <filename> prior to moving. Enable this option to prevent
  9. # this behavior and abort saving instead.
  10. serialize_lib_no_auto_windows_mode (No automatic Windows Mode) bool false