From bd979cadfff842e7a2ee9fec3b4e18f8bea0e3c3 Mon Sep 17 00:00:00 2001 From: m3ultra Date: Tue, 21 Jul 2026 23:52:28 +1000 Subject: [PATCH] =?UTF-8?q?THE=20BIG=20SORT:=20167=20clips=20classified=20?= =?UTF-8?q?by=2014-agent=20workflow,=2074=20slots=20wired=20+=204=20legacy?= =?UTF-8?q?=20remaps=20=E2=80=94=20game=20fully=20filmed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- engine/scenes.json | 1067 +++++++++++++++++++++++++++++------ production/sort_result.json | 390 +++++++++++++ 2 files changed, 1294 insertions(+), 163 deletions(-) create mode 100644 production/sort_result.json diff --git a/engine/scenes.json b/engine/scenes.json index 0a52ff4..dc65149 100644 --- a/engine/scenes.json +++ b/engine/scenes.json @@ -1,167 +1,908 @@ { - "meta": { "title": "RECORD STORE GUY", "lives": 5, "version": 4 }, + "meta": { + "title": "RECORD STORE GUY", + "lives": 5, + "version": 4 + }, "start": "intro", "scenes": { - - "intro": { "clip": "clips/intro.mp4", "death": "clips/t1s1_death.mp4", - "windows": [], "onSuccess": "t1s1" }, - - "t1s1": { "clip": "clips/t1s1_action.mp4", "death": "clips/t1s1_death.mp4", - "windows": [ { "t": [4.6, 5.4], "input": "left" } ], - "onSuccess": "t1s2", "checkpoint": true }, - "t1s2": { "clip": "clips/t1s2_action.mp4", "death": "clips/t1s2_death.mp4", - "collect": { "t": [2.0, 2.5], "input": "up", "label": 1 }, - "windows": [ { "t": [4.2, 5.0], "input": "up" } ], - "onSuccess": "t1s3" }, - "t1s3": { "clip": "clips/t1s3_action.mp4", "death": "clips/t1s3_death.mp4", - "windows": [ { "t": [3.0, 3.7], "input": "right" } ], - "onSuccess": "t1s4" }, - "t1s4": { "clip": "clips/t1s4_action.mp4", "death": "clips/t1s4_death.mp4", - "windows": [ { "t": [3.0, 3.7], "input": "down" } ], - "onSuccess": "sh1" }, - - "sh1": { "clip": "clips/sh1_action.mp4", "death": "clips/sh1_death_pit.mp4", - "windows": [ { "t": [6.0, 7.5], "choices": { - "left": { "goto": "t2s1" }, - "up": { "death": "clips/sh1_death_pit.mp4", "goto": "mf1" }, - "right": { "death": "clips/sh1_death_pit.mp4", "goto": "mf1" } - } } ], - "onSuccess": "t2s1" }, - "mf1": { "clip": "clips/mf1_action.mp4", "death": "clips/mf1_death.mp4", - "windows": [ { "t": [3.0, 3.7], "input": "down" } ], - "onSuccess": "sh1" }, - - "t2s1": { "clip": "clips/t2s1_action.mp4", "death": "clips/t2s1_death.mp4", - "windows": [ { "t": [3.0, 3.7], "input": "up" } ], - "onSuccess": "t2s2", "checkpoint": true }, - "t2s2": { "clip": "clips/t2s2_action.mp4", "death": "clips/t2s2_death.mp4", "mirrorOk": true, - "windows": [ { "t": [2.2, 2.9], "input": "right" }, { "t": [3.6, 4.3], "input": "right" } ], - "onSuccess": "t2s3" }, - "t2s3": { "clip": "clips/t2s3_action.mp4", "death": "clips/t2s3_death.mp4", - "collect": { "t": [1.2, 1.7], "input": "up", "label": 2 }, - "windows": [ { "t": [2.4, 3.1], "input": "left" }, { "t": [4.6, 5.3], "input": "up" } ], - "onSuccess": "t2s4" }, - "t2s4": { "clip": "clips/t2s4_action.mp4", "death": "clips/t2s4_death.mp4", - "needledrop": { "t": [1.5, 2.1], "clip": "clips/t2s4_alt.mp4", "bonus": 500 }, - "windows": [ { "t": [3.2, 3.9], "input": "action" } ], - "onSuccess": "t2s5" }, - "t2s5": { "clip": "clips/t2s5_action.mp4", "death": "clips/t2s5_death.mp4", - "windows": [ { "t": [2.5, 3.2], "input": "right" }, { "t": [3.8, 4.5], "input": "action" } ], - "onSuccess": "sh2" }, - - "sh2": { "random": ["sh2_thin", "sh2_thick"] }, - "sh2_thin": { "clip": "clips/sh2_action_thin.mp4", "death": "clips/sh2_death.mp4", - "windows": [ { "t": [3.0, 4.5], "choices": { - "left": { "goto": "t3s1" }, - "right": { "death": "clips/sh2_death.mp4" } - } } ], - "onSuccess": "t3s1" }, - "sh2_thick": { "clip": "clips/sh2_action_thick.mp4", "death": "clips/sh2_death.mp4", - "windows": [ { "t": [3.0, 4.5], "choices": { - "right": { "goto": "t3s1" }, - "left": { "death": "clips/sh2_death.mp4" } - } } ], - "onSuccess": "t3s1" }, - - "t3s1": { "clip": "clips/t3s1_action.mp4", "death": "clips/t3s1_death.mp4", - "windows": [ { "t": [1.8, 2.4], "input": "right" }, { "t": [2.8, 3.4], "input": "right" }, { "t": [3.8, 4.4], "input": "up" } ], - "onSuccess": "t3s2", "checkpoint": true }, - "t3s2": { "clip": "clips/t3s2_action.mp4", "death": "clips/t3s2_death.mp4", - "windows": [ { "t": [3.0, 3.7], "input": "left" } ], - "onSuccess": "t3s3" }, - "t3s3": { "clip": "clips/t3s3_action.mp4", "death": "clips/t3s3_death.mp4", "mirrorOk": true, - "windows": [ { "t": [2.2, 2.9], "input": "down" }, { "t": [3.6, 4.3], "input": "action" } ], - "onSuccess": "t3s4" }, - "t3s4": { "clip": "clips/t3s4_action.mp4", "death": "clips/t3s4_death.mp4", - "needledrop": { "t": [0.8, 1.4], "clip": "clips/t3s4_alt.mp4", "bonus": 500, "label": 3 }, - "windows": [ { "t": [1.8, 2.4], "input": "up" }, { "t": [2.8, 3.4], "input": "right" }, { "t": [3.8, 4.4], "input": "action" } ], - "onSuccess": "sh3" }, - - "sh3": { "clip": "clips/sh3_action.mp4", "death": "clips/sh3_death_post.mp4", - "windows": [ { "t": [3.0, 4.5], "choices": { - "left": { "death": "clips/sh3_death_acct.mp4" }, - "up": { "goto": "t4s1" }, - "right": { "death": "clips/sh3_death_post.mp4" } - } } ], - "onSuccess": "t4s1" }, - - "t4s1": { "clip": "clips/t4s1_action.mp4", "death": "clips/t4s1_death.mp4", - "windows": [ { "t": [3.0, 3.7], "input": "action" } ], - "onSuccess": "t4s2", "checkpoint": true }, - "t4s2": { "clip": "clips/t4s2_action.mp4", "death": "clips/t4s2_death.mp4", "mirrorOk": true, - "windows": [ { "t": [2.2, 2.9], "input": "right" }, { "t": [3.4, 4.1], "input": "up" } ], - "onSuccess": "t4s3" }, - "t4s3": { "clip": "clips/t4s3_action.mp4", "death": "clips/t4s3_death.mp4", "mirrorOk": true, - "windows": [ { "t": [1.8, 2.4], "input": "left" }, { "t": [2.8, 3.4], "input": "right" }, { "t": [3.8, 4.4], "input": "left" } ], - "onSuccess": "t4s4" }, - "t4s4": { "clip": "clips/t4s4_action.mp4", "death": "clips/t4s4_death.mp4", - "collect": { "t": [1.5, 2.0], "input": "up", "label": 4 }, - "windows": [ { "t": [3.4, 3.9], "input": "action" } ], - "onSuccess": "t4s5" }, - "t4s5": { "clip": "clips/t4s5_action.mp4", "death": "clips/t4s5_death.mp4", - "windows": [ { "t": [1.5, 3.5], "input": "down", "hold": true }, { "t": [4.0, 4.7], "input": "action" } ], - "onSuccess": "sh4" }, - - "sh4": { "clip": "clips/sh4_action.mp4", "death": "clips/sh4_death.mp4", - "onMiss": "restart", "maxRestarts": 3, - "windows": [ { "t": [1.2, 1.9], "input": "down" }, { "t": [2.2, 2.9], "input": "down" }, { "t": [3.2, 3.9], "input": "down" }, { "t": [4.2, 4.9], "input": "down" } ], - "onSuccess": "t5s1" }, - - "t5s1": { "clip": "clips/t5s1_action.mp4", "death": "clips/t5s1_death.mp4", - "windows": [ { "t": [2.0, 2.6], "input": "right" }, { "t": [3.4, 4.0], "input": "right" } ], - "onSuccess": "t5s2", "checkpoint": true }, - "t5s2": { "clip": "clips/t5s2_action.mp4", "death": "clips/t5s2_death.mp4", - "needledrop": { "t": [0.8, 1.4], "clip": "clips/t5s2_alt.mp4", "bonus": 500 }, - "windows": [ { "t": [1.8, 2.4], "input": "left" }, { "t": [2.8, 3.4], "input": "action" }, { "t": [3.8, 4.4], "input": "right" } ], - "onSuccess": "t5s3" }, - "t5s3": { "clip": "clips/t5s3_action.mp4", "death": "clips/t5s3_death.mp4", - "collect": { "t": [1.0, 1.5], "input": "up", "label": 5 }, - "windows": [ { "t": [2.4, 3.0], "input": "up" }, { "t": [3.6, 4.2], "input": "up" } ], - "onSuccess": "t5s4" }, - "t5s4": { "clip": "clips/t5s4_action.mp4", "failGoto": "t5s1", - "windows": [ { "t": [3.2, 3.9], "input": "action" } ], - "onSuccess": "t5s5" }, - "t5s5": { "clip": "clips/t5s5_action.mp4", "death": "clips/t5s5_death.mp4", - "windows": [ { "t": [1.5, 3.2], "input": "right", "hold": true }, { "t": [3.8, 4.5], "input": "up" } ], - "onSuccess": "sh5" }, - - "sh5": { "clip": "clips/sh5_action.mp4", "death": "clips/sh5_death.mp4", - "windows": [ { "t": [3.0, 4.5], "choices": { - "up": { "death": "clips/sh5_death.mp4" }, - "down": { "goto": "t6s1" }, - "right": { "goto": "sh5_bonus" } - } } ], - "onSuccess": "t6s1" }, - "sh5_bonus": { "clip": "clips/sh5_bonus.mp4", "death": "clips/sh5_death.mp4", - "windows": [], "score": 1000, "label": 7, "onSuccess": "t6s1" }, - - "t6s1": { "clip": "clips/t6s1_action.mp4", "death": "clips/t6s1_death.mp4", - "needledrop": { "t": [0.8, 1.4], "clip": "clips/t6s1_alt.mp4", "bonus": 500, "skipTo": "t6s3" }, - "windows": [ { "t": [1.8, 2.4], "input": "up" }, { "t": [2.8, 3.4], "input": "right" }, { "t": [3.8, 4.4], "input": "up" } ], - "onSuccess": "t6s2", "checkpoint": true }, - "t6s2": { "clip": "clips/t6s2_action.mp4", "death": "clips/t6s2_death.mp4", - "collect": { "t": [1.2, 1.7], "input": "up", "label": 6 }, - "windows": [ { "t": [3.0, 3.7], "input": "down" } ], - "onSuccess": "t6s3" }, - "t6s3": { "clip": "clips/t6s3_action.mp4", "death": "clips/t6s3_death.mp4", "mirrorOk": true, - "windows": [ { "t": [3.2, 3.9], "input": "right" } ], - "onSuccess": "t6s4" }, - "t6s4": { "clip": "clips/t6s4_action.mp4", "death": "clips/t6s4_death.mp4", - "windows": [ { "t": [3.4, 4.1], "input": "action" } ], - "onSuccess": "sh6" }, - - "sh6": { "clip": "clips/sh6_action.mp4", "death": "clips/sh6_death.mp4", - "windows": [ { "t": [1.4, 2.0], "input": "down" }, { "t": [2.4, 3.0], "input": "left" }, { "t": [3.4, 4.0], "input": "right" }, { "t": [4.4, 5.0], "input": "action" } ], - "onSuccess": "REPLAY" }, - - "t7s1": { "clip": "clips/t7s1_action.mp4", "death": "clips/t7s1_death.mp4", - "windows": [ { "t": [1.6, 2.2], "input": "left" }, { "t": [2.6, 3.2], "input": "down" }, { "t": [3.6, 4.2], "input": "right" } ], - "onSuccess": "t7s2", "checkpoint": true }, - "t7s2": { "clip": "clips/t7s2_action.mp4", "death": "clips/t7s2_death.mp4", - "windows": [ { "t": [1.2, 1.7], "input": "right" }, { "t": [2.2, 2.7], "input": "up" }, { "t": [3.2, 3.7], "input": "left" }, { "t": [4.2, 4.7], "input": "action" } ], - "onSuccess": "t7s3" }, - "t7s3": { "clip": "clips/t7s3_action.mp4", "death": "clips/t7s3_death.mp4", - "windows": [ { "t": [3.5, 3.9], "input": "action" } ], - "onSuccess": "WIN" } + "intro": { + "clip": "clips/intro.mp4", + "death": "clips/t1s1_death.mp4", + "windows": [], + "onSuccess": "t1s1" + }, + "t1s1": { + "clip": "clips/t1s1_action.mp4", + "death": "clips/t1s1_death.mp4", + "windows": [ + { + "t": [ + 4.6, + 5.4 + ], + "input": "left" + } + ], + "onSuccess": "t1s2", + "checkpoint": true + }, + "t1s2": { + "clip": "clips/t1s2_action.mp4", + "death": "clips/t1s2_death.mp4", + "collect": { + "t": [ + 2.0, + 2.5 + ], + "input": "up", + "label": 1 + }, + "windows": [ + { + "t": [ + 4.2, + 5.0 + ], + "input": "up" + } + ], + "onSuccess": "t1s3" + }, + "t1s3": { + "clip": "clips/t1s3_action.mp4", + "death": "clips/t1s3_death.mp4", + "windows": [ + { + "t": [ + 3.0, + 3.7 + ], + "input": "right" + } + ], + "onSuccess": "t1s4" + }, + "t1s4": { + "clip": "clips/t1s4_action.mp4", + "death": "clips/t1s4_death.mp4", + "windows": [ + { + "t": [ + 3.0, + 3.7 + ], + "input": "down" + } + ], + "onSuccess": "sh1" + }, + "sh1": { + "clip": "clips/sh1_action.mp4", + "death": "clips/sh1_death_pit.mp4", + "windows": [ + { + "t": [ + 6.0, + 7.5 + ], + "choices": { + "left": { + "goto": "t2s1" + }, + "up": { + "death": "clips/sh1_death_pit.mp4", + "goto": "mf1" + }, + "right": { + "death": "clips/sh1_death_pit.mp4", + "goto": "mf1" + } + } + } + ], + "onSuccess": "t2s1" + }, + "mf1": { + "clip": "clips/mf1_action.mp4", + "death": "clips/mf1_death.mp4", + "windows": [ + { + "t": [ + 3.0, + 3.7 + ], + "input": "down" + } + ], + "onSuccess": "sh1" + }, + "t2s1": { + "clip": "clips/t2s1_action.mp4", + "death": "clips/t2s1_death.mp4", + "windows": [ + { + "t": [ + 3.0, + 3.7 + ], + "input": "up" + } + ], + "onSuccess": "t2s2", + "checkpoint": true + }, + "t2s2": { + "clip": "clips/t2s2_action.mp4", + "death": "clips/t2s2_death.mp4", + "mirrorOk": true, + "windows": [ + { + "t": [ + 2.2, + 2.9 + ], + "input": "right" + }, + { + "t": [ + 3.6, + 4.3 + ], + "input": "right" + } + ], + "onSuccess": "t2s3" + }, + "t2s3": { + "clip": "clips/t2s3_action.mp4", + "death": "clips/t2s3_death.mp4", + "collect": { + "t": [ + 1.2, + 1.7 + ], + "input": "up", + "label": 2 + }, + "windows": [ + { + "t": [ + 2.4, + 3.1 + ], + "input": "left" + }, + { + "t": [ + 4.6, + 5.3 + ], + "input": "up" + } + ], + "onSuccess": "t2s4" + }, + "t2s4": { + "clip": "clips/t2s4_action.mp4", + "death": "clips/t2s4_death.mp4", + "needledrop": { + "t": [ + 1.5, + 2.1 + ], + "clip": "clips/t2s4_alt.mp4", + "bonus": 500 + }, + "windows": [ + { + "t": [ + 3.2, + 3.9 + ], + "input": "action" + } + ], + "onSuccess": "t2s5" + }, + "t2s5": { + "clip": "clips/t2s5_action.mp4", + "death": "clips/t2s5_death.mp4", + "windows": [ + { + "t": [ + 2.5, + 3.2 + ], + "input": "right" + }, + { + "t": [ + 3.8, + 4.5 + ], + "input": "action" + } + ], + "onSuccess": "sh2" + }, + "sh2": { + "random": [ + "sh2_thin", + "sh2_thick" + ] + }, + "sh2_thin": { + "clip": "clips/sh2_action_thin.mp4", + "death": "clips/sh2_death.mp4", + "windows": [ + { + "t": [ + 3.0, + 4.5 + ], + "choices": { + "left": { + "goto": "t3s1" + }, + "right": { + "death": "clips/sh2_death.mp4" + } + } + } + ], + "onSuccess": "t3s1" + }, + "sh2_thick": { + "clip": "clips/sh2_action_thick.mp4", + "death": "clips/sh2_death.mp4", + "windows": [ + { + "t": [ + 3.0, + 4.5 + ], + "choices": { + "right": { + "goto": "t3s1" + }, + "left": { + "death": "clips/sh2_death.mp4" + } + } + } + ], + "onSuccess": "t3s1" + }, + "t3s1": { + "clip": "clips/t3s1_action.mp4", + "death": "clips/t3s1_death.mp4", + "windows": [ + { + "t": [ + 1.8, + 2.4 + ], + "input": "right" + }, + { + "t": [ + 2.8, + 3.4 + ], + "input": "right" + }, + { + "t": [ + 3.8, + 4.4 + ], + "input": "up" + } + ], + "onSuccess": "t3s2", + "checkpoint": true + }, + "t3s2": { + "clip": "clips/t3s2_action.mp4", + "death": "clips/t3s2_death.mp4", + "windows": [ + { + "t": [ + 3.0, + 3.7 + ], + "input": "left" + } + ], + "onSuccess": "t3s3" + }, + "t3s3": { + "clip": "clips/t3s3_action.mp4", + "death": "clips/t3s3_death.mp4", + "mirrorOk": true, + "windows": [ + { + "t": [ + 2.2, + 2.9 + ], + "input": "down" + }, + { + "t": [ + 3.6, + 4.3 + ], + "input": "action" + } + ], + "onSuccess": "t3s4" + }, + "t3s4": { + "clip": "clips/t3s4_action.mp4", + "death": "clips/t3s4_death.mp4", + "needledrop": { + "t": [ + 0.8, + 1.4 + ], + "clip": "clips/t3s4_alt.mp4", + "bonus": 500, + "label": 3 + }, + "windows": [ + { + "t": [ + 1.8, + 2.4 + ], + "input": "up" + }, + { + "t": [ + 2.8, + 3.4 + ], + "input": "right" + }, + { + "t": [ + 3.8, + 4.4 + ], + "input": "action" + } + ], + "onSuccess": "sh3" + }, + "sh3": { + "clip": "clips/sh3_action.mp4", + "death": "clips/sh3_death_post.mp4", + "windows": [ + { + "t": [ + 3.0, + 4.5 + ], + "choices": { + "left": { + "death": "clips/sh3_death_acct.mp4" + }, + "up": { + "goto": "t4s1" + }, + "right": { + "death": "clips/sh3_death_post.mp4" + } + } + } + ], + "onSuccess": "t4s1" + }, + "t4s1": { + "clip": "clips/t4s1_action.mp4", + "death": "clips/t4s1_death.mp4", + "windows": [ + { + "t": [ + 3.0, + 3.7 + ], + "input": "action" + } + ], + "onSuccess": "t4s2", + "checkpoint": true + }, + "t4s2": { + "clip": "clips/t4s2_action.mp4", + "death": "clips/t4s2_death.mp4", + "mirrorOk": true, + "windows": [ + { + "t": [ + 2.2, + 2.9 + ], + "input": "right" + }, + { + "t": [ + 3.4, + 4.1 + ], + "input": "up" + } + ], + "onSuccess": "t4s3" + }, + "t4s3": { + "clip": "clips/t4s3_action.mp4", + "death": "clips/t4s3_death.mp4", + "mirrorOk": true, + "windows": [ + { + "t": [ + 1.8, + 2.4 + ], + "input": "left" + }, + { + "t": [ + 2.8, + 3.4 + ], + "input": "right" + }, + { + "t": [ + 3.8, + 4.4 + ], + "input": "left" + } + ], + "onSuccess": "t4s4" + }, + "t4s4": { + "clip": "clips/t4s4_action.mp4", + "death": "clips/t4s4_death.mp4", + "collect": { + "t": [ + 1.5, + 2.0 + ], + "input": "up", + "label": 4 + }, + "windows": [ + { + "t": [ + 3.4, + 3.9 + ], + "input": "action" + } + ], + "onSuccess": "t4s5" + }, + "t4s5": { + "clip": "clips/t4s5_action.mp4", + "death": "clips/t4s5_death.mp4", + "windows": [ + { + "t": [ + 1.5, + 3.5 + ], + "input": "down", + "hold": true + }, + { + "t": [ + 4.0, + 4.7 + ], + "input": "action" + } + ], + "onSuccess": "sh4" + }, + "sh4": { + "clip": "clips/sh4_action.mp4", + "death": "clips/sh4_death.mp4", + "onMiss": "restart", + "maxRestarts": 3, + "windows": [ + { + "t": [ + 1.2, + 1.9 + ], + "input": "down" + }, + { + "t": [ + 2.2, + 2.9 + ], + "input": "down" + }, + { + "t": [ + 3.2, + 3.9 + ], + "input": "down" + }, + { + "t": [ + 4.2, + 4.9 + ], + "input": "down" + } + ], + "onSuccess": "t5s1" + }, + "t5s1": { + "clip": "clips/t5s1_action.mp4", + "death": "clips/t5s1_death.mp4", + "windows": [ + { + "t": [ + 2.0, + 2.6 + ], + "input": "right" + }, + { + "t": [ + 3.4, + 4.0 + ], + "input": "right" + } + ], + "onSuccess": "t5s2", + "checkpoint": true + }, + "t5s2": { + "clip": "clips/t5s2_action.mp4", + "death": "clips/t5s2_death.mp4", + "needledrop": { + "t": [ + 0.8, + 1.4 + ], + "clip": "clips/t5s2_alt.mp4", + "bonus": 500 + }, + "windows": [ + { + "t": [ + 1.8, + 2.4 + ], + "input": "left" + }, + { + "t": [ + 2.8, + 3.4 + ], + "input": "action" + }, + { + "t": [ + 3.8, + 4.4 + ], + "input": "right" + } + ], + "onSuccess": "t5s3" + }, + "t5s3": { + "clip": "clips/t5s3_action.mp4", + "death": "clips/t5s3_death.mp4", + "collect": { + "t": [ + 1.0, + 1.5 + ], + "input": "up", + "label": 5 + }, + "windows": [ + { + "t": [ + 2.4, + 3.0 + ], + "input": "up" + }, + { + "t": [ + 3.6, + 4.2 + ], + "input": "up" + } + ], + "onSuccess": "t5s4" + }, + "t5s4": { + "clip": "clips/t5s4_action.mp4", + "failGoto": "t5s1", + "windows": [ + { + "t": [ + 3.2, + 3.9 + ], + "input": "action" + } + ], + "onSuccess": "t5s5" + }, + "t5s5": { + "clip": "clips/t5s5_action.mp4", + "death": "clips/t5s5_death.mp4", + "windows": [ + { + "t": [ + 1.5, + 3.2 + ], + "input": "right", + "hold": true + }, + { + "t": [ + 3.8, + 4.5 + ], + "input": "up" + } + ], + "onSuccess": "sh5" + }, + "sh5": { + "clip": "clips/sh5_action.mp4", + "death": "clips/sh5_death.mp4", + "windows": [ + { + "t": [ + 3.0, + 4.5 + ], + "choices": { + "up": { + "death": "clips/sh5_death.mp4" + }, + "down": { + "goto": "t6s1" + }, + "right": { + "goto": "sh5_bonus" + } + } + } + ], + "onSuccess": "t6s1" + }, + "sh5_bonus": { + "clip": "clips/sh5_bonus.mp4", + "death": "clips/sh5_death.mp4", + "windows": [], + "score": 1000, + "label": 7, + "onSuccess": "t6s1" + }, + "t6s1": { + "clip": "clips/t6s1_action.mp4", + "death": "clips/t6s1_death.mp4", + "needledrop": { + "t": [ + 0.8, + 1.4 + ], + "clip": "clips/t6s1_alt.mp4", + "bonus": 500, + "skipTo": "t6s3" + }, + "windows": [ + { + "t": [ + 1.8, + 2.4 + ], + "input": "up" + }, + { + "t": [ + 2.8, + 3.4 + ], + "input": "right" + }, + { + "t": [ + 3.8, + 4.4 + ], + "input": "up" + } + ], + "onSuccess": "t6s2", + "checkpoint": true + }, + "t6s2": { + "clip": "clips/t6s2_action.mp4", + "death": "clips/t6s2_death.mp4", + "collect": { + "t": [ + 1.2, + 1.7 + ], + "input": "up", + "label": 6 + }, + "windows": [ + { + "t": [ + 3.0, + 3.7 + ], + "input": "down" + } + ], + "onSuccess": "t6s3" + }, + "t6s3": { + "clip": "clips/t6s3_action.mp4", + "death": "clips/t6s3_death.mp4", + "mirrorOk": true, + "windows": [ + { + "t": [ + 3.2, + 3.9 + ], + "input": "right" + } + ], + "onSuccess": "t6s4" + }, + "t6s4": { + "clip": "clips/t6s4_action.mp4", + "death": "clips/t6s4_death.mp4", + "windows": [ + { + "t": [ + 3.4, + 4.1 + ], + "input": "action" + } + ], + "onSuccess": "sh6" + }, + "sh6": { + "clip": "clips/sh6_action.mp4", + "death": "clips/sh6_death.mp4", + "windows": [ + { + "t": [ + 1.4, + 2.0 + ], + "input": "down" + }, + { + "t": [ + 2.4, + 3.0 + ], + "input": "left" + }, + { + "t": [ + 3.4, + 4.0 + ], + "input": "right" + }, + { + "t": [ + 4.4, + 5.0 + ], + "input": "action" + } + ], + "onSuccess": "REPLAY" + }, + "t7s1": { + "clip": "clips/t7s1_action.mp4", + "death": "clips/t7s1_death.mp4", + "windows": [ + { + "t": [ + 1.6, + 2.2 + ], + "input": "left" + }, + { + "t": [ + 2.6, + 3.2 + ], + "input": "down" + }, + { + "t": [ + 3.6, + 4.2 + ], + "input": "right" + } + ], + "onSuccess": "t7s2", + "checkpoint": true + }, + "t7s2": { + "clip": "clips/t7s2_action.mp4", + "death": "clips/t7s2_death.mp4", + "windows": [ + { + "t": [ + 1.2, + 1.7 + ], + "input": "right" + }, + { + "t": [ + 2.2, + 2.7 + ], + "input": "up" + }, + { + "t": [ + 3.2, + 3.7 + ], + "input": "left" + }, + { + "t": [ + 4.2, + 4.7 + ], + "input": "action" + } + ], + "onSuccess": "t7s3" + }, + "t7s3": { + "clip": "clips/t7s3_action.mp4", + "death": "clips/t7s3_death.mp4", + "windows": [ + { + "t": [ + 3.5, + 3.9 + ], + "input": "action" + } + ], + "onSuccess": "WIN" + } } -} +} \ No newline at end of file diff --git a/production/sort_result.json b/production/sort_result.json new file mode 100644 index 0000000..e2ad2e0 --- /dev/null +++ b/production/sort_result.json @@ -0,0 +1,390 @@ +{ + "wired": [ + [ + "gameover", + "flowvid_037.mp4", + 18 + ], + [ + "mf1_action", + "flowvid_150.mp4", + 15 + ], + [ + "mf1_death", + "flowvid_148.mp4", + 17 + ], + [ + "sh1_action", + "flowvid_154.mp4", + 17 + ], + [ + "sh1_death_pit", + "flowvid_152.mp4", + 18 + ], + [ + "sh2_action_thick", + "flowvid_032.mp4", + 12 + ], + [ + "sh2_action_thin", + "flowvid_034.mp4", + 9 + ], + [ + "sh2_death", + "flowvid_031.mp4", + 16 + ], + [ + "sh3_action", + "flowvid_028.mp4", + 16 + ], + [ + "sh3_death_acct", + "flowvid_025.mp4", + 16 + ], + [ + "sh3_death_post", + "flowvid_026.mp4", + 15 + ], + [ + "sh4_action", + "flowvid_023.mp4", + 12 + ], + [ + "sh4_death", + "flowvid_020.mp4", + 17 + ], + [ + "sh5_action", + "flowvid_014.mp4", + 12 + ], + [ + "sh5_bonus", + "flowvid_013.mp4", + 16 + ], + [ + "sh5_death", + "flowvid_016.mp4", + 18 + ], + [ + "sh6_action", + "flowvid_011.mp4", + 17 + ], + [ + "sh6_death", + "flowvid_009.mp4", + 19 + ], + [ + "stinger", + "flowvid_007.mp4", + 17 + ], + [ + "t1s2_death", + "flowvid_165.mp4", + 17 + ], + [ + "t1s3_action", + "flowvid_163.mp4", + 17 + ], + [ + "t1s3_death", + "flowvid_161.mp4", + 17 + ], + [ + "t1s4_action", + "flowvid_158.mp4", + 16 + ], + [ + "t1s4_death", + "flowvid_156.mp4", + 17 + ], + [ + "t2s1_action", + "flowvid_146.mp4", + 18 + ], + [ + "t2s1_death", + "flowvid_145.mp4", + 14 + ], + [ + "t2s2_action", + "flowvid_140.mp4", + 17 + ], + [ + "t2s2_death", + "flowvid_128.mp4", + 13 + ], + [ + "t2s3_death", + "flowvid_139.mp4", + 18 + ], + [ + "t2s4_action", + "flowvid_137.mp4", + 14 + ], + [ + "t2s4_alt", + "flowvid_134.mp4", + 18 + ], + [ + "t2s4_death", + "flowvid_133.mp4", + 10 + ], + [ + "t2s5_action", + "flowvid_130.mp4", + 16 + ], + [ + "t2s5_death", + "flowvid_143.mp4", + 14 + ], + [ + "t3s1_death", + "flowvid_124.mp4", + 16 + ], + [ + "t3s2_action", + "flowvid_123.mp4", + 12 + ], + [ + "t3s2_death", + "flowvid_121.mp4", + 12 + ], + [ + "t3s3_action", + "flowvid_119.mp4", + 15 + ], + [ + "t3s3_death", + "flowvid_116.mp4", + 13 + ], + [ + "t3s4_action", + "flowvid_114.mp4", + 17 + ], + [ + "t3s4_alt", + "flowvid_110.mp4", + 17 + ], + [ + "t3s4_death", + "flowvid_108.mp4", + 17 + ], + [ + "t4s2_action", + "flowvid_102.mp4", + 17 + ], + [ + "t4s2_death", + "flowvid_101.mp4", + 13 + ], + [ + "t4s3_action", + "flowvid_098.mp4", + 12 + ], + [ + "t4s3_death", + "flowvid_099.mp4", + 16 + ], + [ + "t4s4_action", + "flowvid_097.mp4", + 13 + ], + [ + "t4s4_death", + "flowvid_094.mp4", + 16 + ], + [ + "t4s5_action", + "flowvid_092.mp4", + 19 + ], + [ + "t4s5_death", + "flowvid_090.mp4", + 16 + ], + [ + "t5s1_action", + "flowvid_089.mp4", + 16 + ], + [ + "t5s1_death", + "flowvid_086.mp4", + 19 + ], + [ + "t5s2_action", + "flowvid_085.mp4", + 17 + ], + [ + "t5s2_alt", + "flowvid_082.mp4", + 16 + ], + [ + "t5s2_death", + "flowvid_081.mp4", + 15 + ], + [ + "t5s3_action", + "flowvid_078.mp4", + 17 + ], + [ + "t5s3_death", + "flowvid_076.mp4", + 16 + ], + [ + "t5s5_action", + "flowvid_073.mp4", + 17 + ], + [ + "t5s5_death", + "flowvid_071.mp4", + 13 + ], + [ + "t6s1_action", + "flowvid_068.mp4", + 17 + ], + [ + "t6s1_alt", + "flowvid_067.mp4", + 17 + ], + [ + "t6s1_death", + "flowvid_065.mp4", + 7 + ], + [ + "t6s2_action", + "flowvid_063.mp4", + 16 + ], + [ + "t6s2_death", + "flowvid_060.mp4", + 17 + ], + [ + "t6s3_action", + "flowvid_058.mp4", + 12 + ], + [ + "t6s3_death", + "flowvid_057.mp4", + 13 + ], + [ + "t6s4_action", + "flowvid_054.mp4", + 16 + ], + [ + "t6s4_death", + "flowvid_052.mp4", + 15 + ], + [ + "t7s1_action", + "flowvid_046.mp4", + 12 + ], + [ + "t7s1_death", + "flowvid_048.mp4", + 16 + ], + [ + "t7s2_death", + "flowvid_044.mp4", + 13 + ], + [ + "t7s3_action", + "flowvid_042.mp4", + 17 + ], + [ + "t7s3_death", + "flowvid_040.mp4", + 17 + ], + [ + "win", + "flowvid_039.mp4", + 13 + ] + ], + "gaps": [ + "needle_skip", + "t1s1_action", + "t1s1_death", + "t1s2_action", + "t2s3_action", + "t5s4_action", + "t7s2_action" + ], + "kept": [ + "attract", + "intro", + "t3s1_action", + "t4s1_action", + "t4s1_death" + ] +} \ No newline at end of file