Reserve container persistence schema

This commit is contained in:
2026-05-18 19:26:30 -07:00
parent f6ed45df31
commit 06666b1dc3
4 changed files with 81 additions and 1 deletions
+5 -1
View File
@@ -762,7 +762,11 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
`UAgrarianSaveGame::Weather`, provider `WeatherInputs`, and `WeatherDebug`,
then restore mapped provider inputs when present or the saved enum weather
otherwise.
- [ ] Save containers.
- [x] Save containers. The save schema now reserves
`FAgrarianSavedContainer` records with stable container ID, type, transform,
item stacks, and owner player ID; 0.1.M has no placed container actor yet, so
the current craftable `simple_container` remains covered by player inventory
persistence until placed containers arrive.
- [ ] Add server-side save interval.
- [x] Add manual admin save command.
- [ ] Add load-on-server-start.