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:
| Field | Description |
|---|---|
story | Parent story identifier |
path | Story path history |
data | Custom data (accessible via save.data in scripts) |
history | Scene path backtracking record |