Module save_system

Module save_system 

Source
Expand description

§Save System for DAEMONIORUM

Handles serialization and persistence of game state, including plural system state, progression, and narrative flags.

Structs§

SaveFile
Complete save file structure
SaveManager
Manages save operations
SaveMetadata
Metadata about the save
SerializedAlter
Serializable representation of Alter
SerializedAnimaState
Serializable AnimaState
SerializedPluralSystem
Serializable representation of PluralSystem

Enums§

SaveError
Errors that can occur during save operations
SerializedFrontingState
Serializable FrontingState
SerializedMemoryAccess
Serializable MemoryAccess

Constants§

SAVE_FORMAT_VERSION
Current save format version for compatibility checking
SAVE_MAGIC
Magic bytes to identify save files