Document weather state persistence

This commit is contained in:
2026-05-18 19:24:17 -07:00
parent fdc919c35f
commit f6ed45df31
3 changed files with 58 additions and 1 deletions
+4 -1
View File
@@ -758,7 +758,10 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Save world time. World saves persist `UAgrarianSaveGame::WorldHours`
from `AAgrarianGameState::WorldHours` and restore it on server authority
during world load.
- [ ] Save weather seed/state.
- [x] Save weather seed/state. World saves persist fallback
`UAgrarianSaveGame::Weather`, provider `WeatherInputs`, and `WeatherDebug`,
then restore mapped provider inputs when present or the saved enum weather
otherwise.
- [ ] Save containers.
- [ ] Add server-side save interval.
- [x] Add manual admin save command.