Skip to content

Save Editor

The story player includes a built-in JSON save editor for viewing and modifying save data directly.

Access

Open via the save editor toggle in the story browser interface.

Features

  • View raw save JSON (save.data)
  • Edit any JSON field
  • Changes take effect immediately in the story
  • JSON syntax validation with error hints

Use Cases

  • Debug script logic by quickly modifying save data
  • Skip specific levels or condition checks
  • Reset state variables

Save Structure

The save object contains:

FieldDescription
storyParent story identifier
pathStory path history
dataCustom data (accessible via save.data in scripts)
historyScene path backtracking record