Skip to content

Save System

PlatanoGames edited this page Aug 8, 2026 · 3 revisions

PGXSave

PGXSave implements persistence over Core saveable contracts.

Modules

  • PGXSaveRuntime
  • PGXSaveNodes (UncookedOnly)

Responsibilities

  • save slots and domains;
  • synchronous and asynchronous save/load operations;
  • serialization and storage providers;
  • backup rotation, restore helpers and transaction logging;
  • versioning and migration registration;
  • Blueprint libraries, async actions and a save-domain K2 node.

Core supplies the shared saveable interface and bridge types. PGXSave owns the operation, provider and migration lifecycle.

Clone this wiki locally