Play Mode, Saves, and Diagnostics · Version 0.5

Runtime Debug Save and Load

Use the development debug slot to capture and restore a complete runtime snapshot while testing source projects.

The development debug slot is a direct testing path over the same runtime snapshot authority used by player saves. It captures scene, checkpoint, exact player position, strict Game State, complete RPG state, Quest progress, and active battle state.

Debug workflow

  • Enter Play Mode with F1.
  • Change scenes, collect content, alter Party state, progress Quests, or enter combat.
  • Use the development save command exposed by the current source workflow to write the debug slot.
  • Change runtime state again.
  • Use the development load command to construct and validate a replacement session.

User-local storage

The debug slot lives in the project’s user-local save area. Supported legacy project-contained debug data may migrate once when no user-local slot exists.

Safe replacement

Malformed JSON, missing definitions, invalid quantities, missing scenes, broken Components, or invalid battle references leave the current runtime session untouched and produce structured diagnostics.