Skip to main content

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.

ToolEffectDescription
determinator_jump_to_framewritesSeek to a specific frame in the loaded session — restores RNG state and the coarse scene snapshot.
determinator_list_sessionsread-onlyList all captured Determinator sessions under Tests/AutoPlay/Determinator/.
determinator_replay_sessionwritesLoad a captured session and replay frames [start, end] — restores RNG state and emits per-frame inpu…
determinator_session_inforead-onlyReturn frame count, duration, capture mode, parent (if branch), and mutation (if branch) for a sessi…
determinator_start_recordingwritesStart a deterministic frame-by-frame recording (inputs + RNG state + scene snapshots).
determinator_stop_recordingwritesStop the active deterministic recording and flush the JSONL file to disk.
multiverse_branch_at_framewritesBranch from a parent session at a chosen frame, apply a mutation, and persist a divergent timeline.
multiverse_causality_traceread-onlyWalk backwards from a bug frame and surface candidate input changes (ranked by recency × rarity) tha…
multiverse_compare_timelinesread-onlyDiff two timelines frame-by-frame; return first divergence frame + downstream effect summary.
multiverse_list_branchesread-onlyList all sessions whose manifest declares the given session as parent — exposes the timeline tree.