You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Manual.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,4 +86,6 @@ If you have a multi-monitor setup, when maximized with F11, WAE fills the monito
86
86
87
87
WAE automatically saves a backup of your map every few minutes to prevent data loss in case of crash of the system or editor.
88
88
89
-
**Auto-save does not overwrite your open map file**, but instead the save is written as `autosave.map` inside WAE's directory. If you encounter a crash or other issues that would cause work to be lost, you can find the `autosave.map` file from WAE's directory, copy it and continue your work from it.
89
+
**Auto-save does not overwrite your open map file**, but instead the save is written to a subdirectory called `AutoSaves` inside WAE's directory. If you encounter a crash or other issues that would cause work to be lost, you can find the latest autosave file from WAE's directory, copy it and continue your work from it.
90
+
91
+
Auto-saves older than one day are purged automatically. The latest 5 auto-saves are never purged automatically.
0 commit comments