Edit of asset "Addon Save (4.x)" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Addon Save (4.x) | |
| Description |
Addon Save is a lightweight, high-performance persistence framework for Godot 4.x. Designed to handle everything from simple high scores to complex RPG states, it offers a robust suite of tools including encryption, compression, and automated backups—all through a clean, developer-friendly API. Key Features Flexible Serialization Save and load data seamlessly as JSON, Plain Text, or Binary with a single function call. Military-Grade Encryption Secure player data and prevent tampering with built-in AES-256 CBC encryption. Efficient Compression Minimize storage footprint using optimized in-memory ZIP packing. Redundancy & Backups Prevent data loss with configurable backup rotation, ensuring players never lose progress to a crash or corruption. Intelligent Autosave Set-and-forget background saving at custom intervals to keep the gameplay flow uninterrupted. Background Screenshots Capture and save game screenshots via a non-blocking queue—no frame drops or game freezes. Cloud Integration Ready for remote syncing with built-in HTTP upload/download support for cloud-based save management. |
Addon Save is a lightweight, high-performance persistence framework for Godot 4.x. Designed to handle everything from simple high scores to complex RPG states, it offers a robust suite of tools including encryption, compression, and automated backups—all through a clean, developer-friendly API. Key Features Flexible Serialization Save and load data seamlessly as JSON, Plain Text, or Binary with a single function call. Military-Grade Encryption Secure player data and prevent tampering with built-in AES-256 CBC encryption. Efficient Compression Minimize storage footprint using optimized in-memory ZIP packing. Redundancy & Backups Prevent data loss with configurable backup rotation, ensuring players never lose progress to a crash or corruption. Intelligent Autosave Set-and-forget background saving at custom intervals to keep the gameplay flow uninterrupted. Background Screenshots Capture and save game screenshots via a non-blocking queue—no frame drops or game freezes. Cloud Integration Ready for remote syncing with built-in HTTP upload/download support for cloud-based save management. |
| Category | Tools | |
| License | MIT | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/kimbunner/godot_save/ | |
| Issues Url | https://github.com/kimbunner/godot_save/issues | |
| Godot version | Godot 4.1 | Godot 4.1 |
| Version String | 1.2 | 1.2 |
| Download Commit | 066fab16803a87703f3d3d8244ce83cf5fdb9e7f | 066fab16803a87703f3d3d8244ce83cf5fdb9e7f |
| Download Url (Computed) | https://github.com/kimbunner/godot_save/archive/066fab16803a87703f3d3d8244ce83cf5fdb9e7f.zip | https://github.com/kimbunner/godot_save/archive/066fab16803a87703f3d3d8244ce83cf5fdb9e7f.zip |
| Icon Url |
https://github.com/kimbunner/godot_save/blob/main/addons/GodotSavesAddon/icon.png?raw=true
|
|