Document save recovery plan

This commit is contained in:
2026-05-18 19:40:13 -07:00
parent dfad8809c7
commit 31e781d7cf
4 changed files with 96 additions and 1 deletions
+3 -1
View File
@@ -782,7 +782,9 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
`bBackupBeforeSave` enabled by default; before overwriting an existing slot,
`WriteSave` copies the current `.sav` into `Saved/SaveGames/Backups` with a
UTC timestamp.
- [ ] Add recovery plan for corrupted save.
- [x] Add recovery plan for corrupted save. Added
`Docs/Ops/PersistenceSaveRecoveryPlan.md` covering suspect-save symptoms,
backup restore steps, failed-backup fallback, and current MVP limitations.
- [ ] Document persistence limitations.
## 0.1.N MVP UI And UX