Created
March 5, 2025 04:21
-
-
Save samhodge/2e5cd6732fbffb8bd1b93b67b4950414 to your computer and use it in GitHub Desktop.
I am your father interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "filename": "Scene 01 : I am your father", | |
| "actor_list": [ | |
| { | |
| "name": "Jody One", | |
| "studio_speaker": "Brenda Stern", | |
| "actor_in_costume": "Jody_F_0001", | |
| "body_movement_suffix":"Female_Idle_1" | |
| }, | |
| { | |
| "name": "Jody Two", | |
| "studio_speaker": "Sofia Hellen", | |
| "actor_in_costume": "Jody_F_0002", | |
| "body_movement_suffix":"Female_Idle_2" | |
| } | |
| ], | |
| "mark": "the_serving_room", | |
| "camera_list": ["WideCamRender", | |
| "ShoulderLevelOneShotCamRender", | |
| "ShoulderLevelTwoShotCamRender"], | |
| "dialog_list": [ | |
| { | |
| "actor_idx": 1, | |
| "actor_line": "There is no escape.", | |
| "camera_idx": 0 | |
| }, | |
| { | |
| "actor_idx": 1, | |
| "actor_line": "Don't make me destroy you.", | |
| "camera_idx": 2 | |
| }, | |
| { | |
| "actor_idx": 1, | |
| "actor_line": "You do not yet realize your importance.", | |
| "camera_idx": 0 | |
| }, | |
| { | |
| "actor_idx": 1, | |
| "actor_line": "You have only begun to discover your power.", | |
| "camera_idx": 2 | |
| }, | |
| { | |
| "actor_idx": 1, | |
| "actor_line": "Join me and I will complete your training.", | |
| "camera_idx": 0 | |
| }, | |
| { | |
| "actor_idx": 1, | |
| "actor_line": "With our combined strength, we can end this destructive conflict and bring order to the galaxy.", | |
| "camera_idx": 2 | |
| }, | |
| { | |
| "actor_idx": 0, | |
| "actor_line": "I'll never join you!", | |
| "camera_idx": 1 | |
| }, | |
| { | |
| "actor_idx": 1, | |
| "actor_line": "If you only knew the power of the dark side.", | |
| "camera_idx": 2 | |
| }, | |
| { | |
| "actor_idx": 1, | |
| "actor_line": "Obi-Wan never told you what happened to your father.", | |
| "camera_idx": 0 | |
| }, | |
| { | |
| "actor_idx": 0, | |
| "actor_line": "He told me enough! It was you who killed him.", | |
| "camera_idx": 1 | |
| }, | |
| { | |
| "actor_idx": 1, | |
| "actor_line": "No. I am your father.", | |
| "camera_idx": 2 | |
| }, | |
| { | |
| "actor_idx": 0, | |
| "actor_line": "No. No. That's not true! That's impossible!", | |
| "camera_idx": 1 | |
| }, | |
| { | |
| "actor_idx": 1, | |
| "actor_line": "Search your feelings. You know it to be true.", | |
| "camera_idx": 2 | |
| }, | |
| { | |
| "actor_idx": 0, | |
| "actor_line": "No! No! No!", | |
| "camera_idx": 0 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment