PlainSave
A straightforward, non-encrypted file-based save system designed for small to mid-sized games.
by Kasper Kivikataja
Price History +
What
PlainSave is a simple save system designed for small to mid-sized games, based on the principle of open data, where all save files are human-readable.
Audience
- Developers who do not need or want to hide save data.
- Developers who want to ensure that game data can be easily fixed.
- Developers seeking a straightforward save system without complex data structures.
Setup
- Create a default save file using any text editor.
- Update the PlainSave settings through the user interface.
- Test the system by calling any OpenSaveManager method.
Includes
- A sample game scene.
- Comprehensive documentation.
- FAQ and support (ENG/JP).