save-load-systems
Installation
SKILL.md
Save/Load Systems
JSON serialization, version migration, and PERSIST group patterns define robust data persistence.
Available Scripts
save_migration_manager.gd
Expert save file versioning with automatic migration between schema versions.
save_system_encryption.gd
AES-256 encrypted saves with compression to prevent casual save editing.
MANDATORY - For Production: Read save_migration_manager.gd before shipping to handle schema changes.