PlainSave


A straightforward, non-encrypted file-based save system designed for small to mid-sized games.


by Kasper Kivikataja


Price History +

PlainSave Website


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

  1. Create a default save file using any text editor.
  2. Update the PlainSave settings through the user interface.
  3. Test the system by calling any OpenSaveManager method.

Includes

  • A sample game scene.
  • Comprehensive documentation.
  • FAQ and support (ENG/JP).