Posted August 11, 2026 by devgb
Version 1.30.4 improves save reliability on browsers where localStorage is restricted or blocked.
The game now uses a layered storage system:
localStorage → IndexedDB → Session Fallback
If normal browser storage fails, Knights of Crystalis can now automatically continue with IndexedDB instead of immediately dropping into temporary session-only storage.
Also added:
SAVE: LOCAL, SAVE: INDEXEDDB, or SAVE: SESSION ONLY
Validation passed with:
This update is focused entirely on making save persistence more reliable across real browser environments.