Determinator
10 tools in this family (folder Editor/Tools/Determinator/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
determinator_jump_to_frame | writes | Seek to a specific frame in the loaded session — restores RNG state and the coarse scene snapshot. |
determinator_list_sessions | read-only | List all captured Determinator sessions under Tests/AutoPlay/Determinator/. |
determinator_replay_session | writes | Load a captured session and replay frames [start, end] — restores RNG state and emits per-frame inpu… |
determinator_session_info | read-only | Return frame count, duration, capture mode, parent (if branch), and mutation (if branch) for a sessi… |
determinator_start_recording | writes | Start a deterministic frame-by-frame recording (inputs + RNG state + scene snapshots). |
determinator_stop_recording | writes | Stop the active deterministic recording and flush the JSONL file to disk. |
multiverse_branch_at_frame | writes | Branch from a parent session at a chosen frame, apply a mutation, and persist a divergent timeline. |
multiverse_causality_trace | read-only | Walk backwards from a bug frame and surface candidate input changes (ranked by recency × rarity) tha… |
multiverse_compare_timelines | read-only | Diff two timelines frame-by-frame; return first divergence frame + downstream effect summary. |
multiverse_list_branches | read-only | List all sessions whose manifest declares the given session as parent — exposes the timeline tree. |