From e60d9593a65694a4da03cdab9851ab813d487a3b Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Sat, 15 Jan 2022 18:57:56 -0600 Subject: [PATCH 01/14] Initial commit for SRT files containing English audio subtitles --- compiled/dat/bhroYeesha_GrdnSpeech_eng.srt | 32 +++++++ compiled/dat/bhroYeesha_GrsnSpeech_eng.srt | 20 +++++ compiled/dat/bhroYeesha_KdshSpeech_eng.srt | 28 ++++++ compiled/dat/bhroYeesha_Speech01a_eng.srt | 48 +++++++++++ compiled/dat/bhroYeesha_Speech01b_eng.srt | 12 +++ compiled/dat/bhroYeesha_Speech02a_eng.srt | 52 ++++++++++++ compiled/dat/bhroYeesha_Speech02b_eng.srt | 12 +++ compiled/dat/bhroYeesha_Speech03a_eng.srt | 16 ++++ compiled/dat/bhroYeesha_Speech03b_eng.srt | 40 +++++++++ compiled/dat/bhroYeesha_Speech04_eng.srt | 52 ++++++++++++ compiled/dat/bhroYeesha_TldnSpeech_eng.srt | 28 ++++++ compiled/dat/clftYeesha_IntroSp01_eng.srt | 3 + compiled/dat/clftYeesha_IntroSp02_eng.srt | 95 +++++++++++++++++++++ compiled/dat/clftZandiJC01a_eng.srt | 3 + compiled/dat/clftZandiJC01b_eng.srt | 3 + compiled/dat/clftZandiJC02a_eng.srt | 3 + compiled/dat/clftZandiJC02b_eng.srt | 3 + compiled/dat/clftZandiJC03a_eng.srt | 3 + compiled/dat/clftZandiJC03b_eng.srt | 3 + compiled/dat/clftZandiJC04a_eng.srt | 3 + compiled/dat/clftZandiJC04b_eng.srt | 3 + compiled/dat/clftZandiJC05a_eng.srt | 3 + compiled/dat/clftZandiJC05b_eng.srt | 3 + compiled/dat/clftZandiJC06a_eng.srt | 3 + compiled/dat/clftZandiJC06b_eng.srt | 3 + compiled/dat/clftZandiJC07a_eng.srt | 3 + compiled/dat/clftZandiJC07b_eng.srt | 3 + compiled/dat/clftZandiJCAll_eng.srt | 3 + compiled/dat/clftZandiMinRes01a_eng.srt | 7 ++ compiled/dat/clftZandiMinRes01b_eng.srt | 3 + compiled/dat/clftZandiMinRes02a_eng.srt | 3 + compiled/dat/clftZandiMinRes02b_eng.srt | 3 + compiled/dat/clftZandiMinRes03a_eng.srt | 3 + compiled/dat/clftZandiMinRes03b_eng.srt | 3 + compiled/dat/clftZandiOpen01a_eng.srt | 27 ++++++ compiled/dat/clftZandiOpen02a_eng.srt | 7 ++ compiled/dat/clftZandiRand01_eng.srt | 3 + compiled/dat/clftZandiRand02_eng.srt | 3 + compiled/dat/clftZandiRand03_eng.srt | 3 + compiled/dat/clftZandiRand04_eng.srt | 3 + compiled/dat/clftZandiRand05_eng.srt | 3 + compiled/dat/krelFanQ42021_eng.srt | 15 ++++ compiled/dat/krelWatson_eng.srt | 11 +++ compiled/dat/tmnaYeesha_FinalSp01_eng.srt | 99 ++++++++++++++++++++++ compiled/dat/tmnaYeesha_FinalSp02_eng.srt | 31 +++++++ 45 files changed, 710 insertions(+) create mode 100644 compiled/dat/bhroYeesha_GrdnSpeech_eng.srt create mode 100644 compiled/dat/bhroYeesha_GrsnSpeech_eng.srt create mode 100644 compiled/dat/bhroYeesha_KdshSpeech_eng.srt create mode 100644 compiled/dat/bhroYeesha_Speech01a_eng.srt create mode 100644 compiled/dat/bhroYeesha_Speech01b_eng.srt create mode 100644 compiled/dat/bhroYeesha_Speech02a_eng.srt create mode 100644 compiled/dat/bhroYeesha_Speech02b_eng.srt create mode 100644 compiled/dat/bhroYeesha_Speech03a_eng.srt create mode 100644 compiled/dat/bhroYeesha_Speech03b_eng.srt create mode 100644 compiled/dat/bhroYeesha_Speech04_eng.srt create mode 100644 compiled/dat/bhroYeesha_TldnSpeech_eng.srt create mode 100644 compiled/dat/clftYeesha_IntroSp01_eng.srt create mode 100644 compiled/dat/clftYeesha_IntroSp02_eng.srt create mode 100644 compiled/dat/clftZandiJC01a_eng.srt create mode 100644 compiled/dat/clftZandiJC01b_eng.srt create mode 100644 compiled/dat/clftZandiJC02a_eng.srt create mode 100644 compiled/dat/clftZandiJC02b_eng.srt create mode 100644 compiled/dat/clftZandiJC03a_eng.srt create mode 100644 compiled/dat/clftZandiJC03b_eng.srt create mode 100644 compiled/dat/clftZandiJC04a_eng.srt create mode 100644 compiled/dat/clftZandiJC04b_eng.srt create mode 100644 compiled/dat/clftZandiJC05a_eng.srt create mode 100644 compiled/dat/clftZandiJC05b_eng.srt create mode 100644 compiled/dat/clftZandiJC06a_eng.srt create mode 100644 compiled/dat/clftZandiJC06b_eng.srt create mode 100644 compiled/dat/clftZandiJC07a_eng.srt create mode 100644 compiled/dat/clftZandiJC07b_eng.srt create mode 100644 compiled/dat/clftZandiJCAll_eng.srt create mode 100644 compiled/dat/clftZandiMinRes01a_eng.srt create mode 100644 compiled/dat/clftZandiMinRes01b_eng.srt create mode 100644 compiled/dat/clftZandiMinRes02a_eng.srt create mode 100644 compiled/dat/clftZandiMinRes02b_eng.srt create mode 100644 compiled/dat/clftZandiMinRes03a_eng.srt create mode 100644 compiled/dat/clftZandiMinRes03b_eng.srt create mode 100644 compiled/dat/clftZandiOpen01a_eng.srt create mode 100644 compiled/dat/clftZandiOpen02a_eng.srt create mode 100644 compiled/dat/clftZandiRand01_eng.srt create mode 100644 compiled/dat/clftZandiRand02_eng.srt create mode 100644 compiled/dat/clftZandiRand03_eng.srt create mode 100644 compiled/dat/clftZandiRand04_eng.srt create mode 100644 compiled/dat/clftZandiRand05_eng.srt create mode 100644 compiled/dat/krelFanQ42021_eng.srt create mode 100644 compiled/dat/krelWatson_eng.srt create mode 100644 compiled/dat/tmnaYeesha_FinalSp01_eng.srt create mode 100644 compiled/dat/tmnaYeesha_FinalSp02_eng.srt diff --git a/compiled/dat/bhroYeesha_GrdnSpeech_eng.srt b/compiled/dat/bhroYeesha_GrdnSpeech_eng.srt new file mode 100644 index 00000000..ca7a4170 --- /dev/null +++ b/compiled/dat/bhroYeesha_GrdnSpeech_eng.srt @@ -0,0 +1,32 @@ +1 +00:00:00,000 --> 00:00:05,100 +Yeesha: Many stories were there for the D'ni to learn from, but they didn't hear them. + +2 +00:00:05,700 --> 00:00:13,200 + +Yeesha: The ancient tales of Tuit's Ocean or, of course, the story of King Shomat and his brothers, which even speaks of gardens and death. + +3 +00:00:14,000 --> 00:00:15,500 +Yeesha: But no one truly listened. + +4 +00:00:16,500 --> 00:00:21,300 +Yeesha: The Garden Ages of the proud are beautiful, but they are built on the backs of the Least. + +5 +00:00:21,900 --> 00:00:25,800 +Yeesha: The Ages like Kemo and Gira are a sampling of the playthings of D'ni. + +6 +00:00:26,300 --> 00:00:29,500 +Yeesha: With disregard, the Least were stripped from their homes. + +7 +00:00:29,600 --> 00:00:33,600 +Yeesha: The lives in those Ages were consumed, and the D'ni gave nothing back. + +8 +00:00:34,100 --> 00:00:38,200 +Yeesha: And whatever is not given back... will be taken. diff --git a/compiled/dat/bhroYeesha_GrsnSpeech_eng.srt b/compiled/dat/bhroYeesha_GrsnSpeech_eng.srt new file mode 100644 index 00000000..3ce80080 --- /dev/null +++ b/compiled/dat/bhroYeesha_GrsnSpeech_eng.srt @@ -0,0 +1,20 @@ +1 +00:00:00,000 --> 00:00:03,000 +Yeesha: Let me tell you of King Kerath, dare I speak ill of him. + +2 +00:00:03,800 --> 00:00:14,000 + +Yeesha: One of the great kings, but yet, he was the maker of the proud. For it was his system of guilds that served as the foundation of power, and corruption. + +3 +00:00:15,200 --> 00:00:22,800 +Yeesha: The powerful need control; fortresses and garrisons to guard their power, and soon the guarding is yet another thing to be proud of. + +4 +00:00:23,800 --> 00:00:29,800 +Yeesha: Layers within layers built to preserve their Ages and their pride from the weak and Least who might attack from without. + +5 +00:00:30,600 --> 00:00:38,600 +Yeesha: And yet, it is from within that most nations fall. And so the mighty garrisons of D'ni now stand vacant. diff --git a/compiled/dat/bhroYeesha_KdshSpeech_eng.srt b/compiled/dat/bhroYeesha_KdshSpeech_eng.srt new file mode 100644 index 00000000..71ec7d14 --- /dev/null +++ b/compiled/dat/bhroYeesha_KdshSpeech_eng.srt @@ -0,0 +1,28 @@ +1 +00:00:00,000 --> 00:00:02,800 +Yeesha: The bones of Guildmaster Kadish speak louder than words. + +2 +00:00:03,800 --> 00:00:06,000 + +Yeesha: His bones are the bones of D'ni. + +3 +00:00:06,600 --> 00:00:12,000 +Yeesha: He clung to the teachings of good King Naygen, who required good citizens to cling to their treasure. + +4 +00:00:13,200 --> 00:00:19,200 +Yeesha: This Kadish you have seen would not give back, would not return, would not let go. + +5 +00:00:19,800 --> 00:00:25,400 +Yeesha: He had long been one of the wealthiest of the D'ni, owning more than he could possibly make use of. + +6 +00:00:26,000 --> 00:00:32,400 +Yeesha: He built Ages to protect the extra, and when the Fall came, he clung to his possessions over all else. + +7 +00:00:33,200 --> 00:00:40,000 +Yeesha: And so you see only death in his vault. Extravagant death. It is an image of D'ni. diff --git a/compiled/dat/bhroYeesha_Speech01a_eng.srt b/compiled/dat/bhroYeesha_Speech01a_eng.srt new file mode 100644 index 00000000..2f2cf5bc --- /dev/null +++ b/compiled/dat/bhroYeesha_Speech01a_eng.srt @@ -0,0 +1,48 @@ +1 +00:00:00,000 --> 00:00:01,600 +Yeesha: Your journey has begun. + +2 +00:00:02,200 --> 00:00:08,600 + +Yeesha: You can't imagine how these small things affect the future, but someday you will. You will return. + +3 +00:00:09,800 --> 00:00:12,200 +Yeesha: Many paths have brought me to this place. + +4 +00:00:12,800 --> 00:00:16,000 +Yeesha: The path of my great-grandmother, bringer of destruction. + +5 +00:00:16,800 --> 00:00:19,800 +Yeesha: The path of my grandfather, the rebuilder of pride. + +6 +00:00:20,600 --> 00:00:29,000 +Yeesha: The path of my mother, writer of dreams, and of my father, my dear father, the caretaker of burdens. + +7 +00:00:30,200 --> 00:00:37,800 +Yeesha: And I knew that at the end of such great paths must lay a great purpose. I returned to the Cleft to find it. + +8 +00:00:39,400 --> 00:00:46,800 +Yeesha: Cleft. The Fissure in the desert, the wound in the Earth, the path to things beneath the surface. + +9 +00:00:48,200 --> 00:00:55,400 +Yeesha: It was there I sought to find my purpose. It was from there I came to know the dead underground city of D'ni. + +10 +00:00:56,600 --> 00:01:04,200 +Yeesha: These D'ni people who are now gone came thousands of years ago to the shelter of the cavern to return to Leastness. + +11 +00:01:05,000 --> 00:01:10,200 +Yeesha: They found solace in their smallness in the dark. And so did I. + +12 +00:01:10,800 --> 00:01:13,800 +Yeesha: But light is powerful in the darkness. diff --git a/compiled/dat/bhroYeesha_Speech01b_eng.srt b/compiled/dat/bhroYeesha_Speech01b_eng.srt new file mode 100644 index 00000000..5087e21f --- /dev/null +++ b/compiled/dat/bhroYeesha_Speech01b_eng.srt @@ -0,0 +1,12 @@ +1 +00:00:00,000 --> 00:00:05,800 +Yeesha: And now to these pillars. These four pillars around you are the very being of the Bahro. + +2 +00:00:06,800 --> 00:00:12,400 + +Yeesha: You must take them. They will bring a great treasure to Relto, your Age, the island in the clouds. + +3 +00:00:13,400 --> 00:00:16,800 +Yeesha: Relto will be their keeper for only a brief time. diff --git a/compiled/dat/bhroYeesha_Speech02a_eng.srt b/compiled/dat/bhroYeesha_Speech02a_eng.srt new file mode 100644 index 00000000..681832dc --- /dev/null +++ b/compiled/dat/bhroYeesha_Speech02a_eng.srt @@ -0,0 +1,52 @@ +1 +00:00:00,000 --> 00:00:03,600 +Yeesha: Shorah. Peace to you, mover of the Least. + +2 +00:00:04,000 --> 00:00:06,600 + +Yeesha: Seven more Journeys have moved you closer. + +3 +00:00:08,000 --> 00:00:10,200 +Yeesha: I was seduced while in D'ni. + +4 +00:00:10,800 --> 00:00:17,600 +Yeesha: My humble darkness lasted only a short time before I began to bask in what I could do, what I could write. + +5 +00:00:18,600 --> 00:00:28,000 +Yeesha: My gift, my path. The knowledge of my father and the dreams of my mother pierced a hole in the darkness. In the weakness. + +6 +00:00:28,800 --> 00:00:31,800 +Yeesha: I was aware of my power and I was proud. + +7 +00:00:33,200 --> 00:00:35,400 +Yeesha: Whole worlds at my fingertips. + +8 +00:00:37,000 --> 00:00:46,800 +Yeesha: It was the same with the D'ni, the same cycle. Light opens the darkness. It takes, it uses, and it keeps. + +9 +00:00:48,000 --> 00:00:53,600 +Yeesha: The D'ni found power in these books, these books you use to travel. They were a gift from the Maker. + +10 +00:00:54,800 --> 00:01:03,400 +Yeesha: These Ages you travel to were their Ages. Remarkable places giving life, and taking life. + +11 +00:01:05,200 --> 00:01:14,000 +Yeesha: This shadow came over them, this shadow of light, for it was in their enlightenment that they considered themselves better; better than the Least. + +12 +00:01:15,800 --> 00:01:17,200 +Yeesha: And we were sad for them. + +13 +00:01:19,000 --> 00:01:25,600 +Yeesha: Can you feel the D'ni there? You've touched the remnants, the remains of their pride and power. diff --git a/compiled/dat/bhroYeesha_Speech02b_eng.srt b/compiled/dat/bhroYeesha_Speech02b_eng.srt new file mode 100644 index 00000000..2656e983 --- /dev/null +++ b/compiled/dat/bhroYeesha_Speech02b_eng.srt @@ -0,0 +1,12 @@ +1 +00:00:00,000 --> 00:00:05,200 +Yeesha: The writing hides what's between the lines. These Journeys are to help you travel between. + +2 +00:00:05,800 --> 00:00:13,800 + +Yeesha: The Bahro will be returned; these pillars are our Journey. The return of the pillars is the return of the Bahro. + +3 +00:00:14,600 --> 00:00:18,000 +Yeesha: The bringing away, and the bringing back. diff --git a/compiled/dat/bhroYeesha_Speech03a_eng.srt b/compiled/dat/bhroYeesha_Speech03a_eng.srt new file mode 100644 index 00000000..dd585e56 --- /dev/null +++ b/compiled/dat/bhroYeesha_Speech03a_eng.srt @@ -0,0 +1,16 @@ +1 +00:00:00,000 --> 00:00:05,000 +Yeesha: You return again, return to hear more, return for a third pillar. + +2 +00:00:05,800 --> 00:00:09,600 + +Yeesha: It's an interesting cycle, this coming and going, giving and taking. + +3 +00:00:11,000 --> 00:00:17,400 +Yeesha: Returning is what you must do, for you have torn in half the very being of one of the Least. + +4 +00:00:18,000 --> 00:00:21,200 +Yeesha: You have heard their pain, don't falter. diff --git a/compiled/dat/bhroYeesha_Speech03b_eng.srt b/compiled/dat/bhroYeesha_Speech03b_eng.srt new file mode 100644 index 00000000..f338815b --- /dev/null +++ b/compiled/dat/bhroYeesha_Speech03b_eng.srt @@ -0,0 +1,40 @@ +1 +00:00:00,000 --> 00:00:08,400 +Yeesha: The people of D'ni didn't return easily. They only would take, until all was taken from them in the Great Returning, the Fall that destroyed them. + +2 +00:00:10,200 --> 00:00:13,800 + +Yeesha: D'ni fell only a few hundred years ago. All of it was removed. + +3 +00:00:15,200 --> 00:00:25,800 +Yeesha: And my journey was similar. I could write things that no D'ni had ever dreamed of. My writing smashed barriers held as absolutes for millennia. + +4 +00:00:26,200 --> 00:00:31,600 +Yeesha: I could change things, I could move things... I could control things. + +5 +00:00:32,800 --> 00:00:41,000 +Yeesha: I learned beyond my parents, I learned beyond all. I wrote Ages against any (check: D'ni?) challengers, Masters of The Art, and they were beaten. + +6 +00:00:42,400 --> 00:00:44,600 +Yeesha: I took all that I could hold. + +7 +00:00:46,200 --> 00:00:54,000 +Yeesha: Only death can conquer pride so strong. For the D'ni, and for Yeesha, it was death that moved me to return. + +8 +00:00:56,000 --> 00:01:01,800 +Yeesha: All died. All but the Least. The unproud. + +9 +00:01:02,800 --> 00:01:10,800 +Yeesha: The bahro considered themselves as dead already, and so they continued to watch D'ni, always ready to give more away. + +10 +00:01:12,000 --> 00:01:13,600 +Yeesha: And now they will return. diff --git a/compiled/dat/bhroYeesha_Speech04_eng.srt b/compiled/dat/bhroYeesha_Speech04_eng.srt new file mode 100644 index 00000000..02c97e89 --- /dev/null +++ b/compiled/dat/bhroYeesha_Speech04_eng.srt @@ -0,0 +1,52 @@ +1 +00:00:00,000 --> 00:00:06,200 +Yeesha: The Journeys are complete. Now take the final pillar. Take it, but hear all I've said. + +2 +00:00:07,200 --> 00:00:10,000 + +Yeesha: It's the whispers and murmurs that reveal the simple truths. + +3 +00:00:11,800 --> 00:00:18,600 +Yeesha: You hold the precious soul of a Bahro in your Age, in your hand. Such things are not meant to be held. + +4 +00:00:20,400 --> 00:00:28,400 +Yeesha: Do what I do. I have learned things, seen things, written things they never thought possible. + +5 +00:00:29,200 --> 00:00:34,400 +Yeesha: I have seen the real treasures that are protected by the petty fences of their rules. + +6 +00:00:35,000 --> 00:00:39,800 +Yeesha: I have found the precious gold buried deep beneath the weighty mountains of their laws. + +7 +00:00:42,400 --> 00:00:46,600 +Yeesha: This is my journey too. I am returning what has been given. + +8 +00:00:48,200 --> 00:00:59,000 +Yeesha: These years I've spent, this path I've traveled, this gift I've been given. This purpose weighs on me, my burden, the legacy of my father, Atrus. + +9 +00:01:00,000 --> 00:01:03,600 +Yeesha: For we are shaping D'ni. We will mold what comes after. + +10 +00:01:05,200 --> 00:01:12,400 +Yeesha: We cannot keep the power and the pride from ruining this new D'ni, but we can prepare those who will read between the lines. + +11 +00:01:14,000 --> 00:01:21,800 +Yeesha: The Least are returning. The stream in the Cleft is returning. Life is returning. The Fissure is returning. + +12 +00:01:23,400 --> 00:01:26,800 +Yeesha: The circle will be completed when you give back what you have taken. + +12 +00:01:28,200 --> 00:01:29,800 +Yeesha: You must return. diff --git a/compiled/dat/bhroYeesha_TldnSpeech_eng.srt b/compiled/dat/bhroYeesha_TldnSpeech_eng.srt new file mode 100644 index 00000000..e8cfcfdb --- /dev/null +++ b/compiled/dat/bhroYeesha_TldnSpeech_eng.srt @@ -0,0 +1,28 @@ +1 +00:00:00,000 --> 00:00:05,600 +Yeesha: Did you see the hidden caves, and the cages? It is where the proud would keep the Least. + +2 +00:00:06,200 --> 00:00:11,400 + +Yeesha: The least were only animals, after all... (sighs) Animals that could Link. + +3 +00:00:12,200 --> 00:00:19,000 +Yeesha: They could be put to work or play. They could ease the burden of the proud and fill their free time with entertainment. + +4 +00:00:20,800 --> 00:00:27,400 +Yeesha: Quietly as D'ni slept, their lives were taken, because the proud make the rules. + +5 +00:00:28,800 --> 00:00:31,800 +Yeesha: This wasn't the first time such a blasphemy was part of D'ni. + +6 +00:00:32,800 --> 00:00:37,600 +Yeesha: The histories whisper of it. Like Vatuk the Ager, or King Asemlef. + +7 +00:00:38,200 --> 00:00:40,800 +Yeesha: And even in this Age, it may not be the last. diff --git a/compiled/dat/clftYeesha_IntroSp01_eng.srt b/compiled/dat/clftYeesha_IntroSp01_eng.srt new file mode 100644 index 00000000..ebaf82cb --- /dev/null +++ b/compiled/dat/clftYeesha_IntroSp01_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:04,600 +Yeesha: [garbled]Shorah. Rekooahn trekleft preniv legloen b'rem. diff --git a/compiled/dat/clftYeesha_IntroSp02_eng.srt b/compiled/dat/clftYeesha_IntroSp02_eng.srt new file mode 100644 index 00000000..23ffb964 --- /dev/null +++ b/compiled/dat/clftYeesha_IntroSp02_eng.srt @@ -0,0 +1,95 @@ +1 +00:00:00,000 --> 00:00:04,900 +Yeesha: Shorah. Rekooahn trekleft preniv legloen b'rem. + +2 +00:00:05,800 --> 00:00:08,200 +Yeesha: Oh yes, not in D'ni. They won't understand. + +3 +00:00:11,900 --> 00:00:14,000 +Yeesha: Once again the stream in the Cleft has begun to flow. + +4 +00:00:16,100 --> 00:00:18,100 +Yeesha: It was dry for so long. + +5 +00:00:19,000 --> 00:00:21,200 +Yeesha: The water is flowing in from the desert. + +6 +00:00:23,000 --> 00:00:24,500 +Yeesha: The storm is coming. + +7 +00:00:26,000 --> 00:00:29,900 +Yeesha: Have you heard of the city? The Deep City, the ancient Uru? + +8 +00:00:31,500 --> 00:00:33,800 +Yeesha: Where there was power to write worlds. + +9 +00:00:34,900 --> 00:00:44,500 +Yeesha: For thousands of years, the city lived... lived beneath the surface. Keeper of the secret, keeper of the power, keeper of the Ages. + +10 +00:00:46,100 --> 00:00:47,600 +Yeesha: Always keeping. + +11 +00:00:49,100 --> 00:00:52,800 +Yeesha: The City grew proud. And then it died. + +12 +00:00:54,300 --> 00:00:56,100 +Yeesha: The water flows where it wills. + +13 +00:00:57,000 --> 00:01:02,500 +Yeesha: It seeks its own path uncontrolled except that it flows downward, always downward. + +14 +00:01:03,200 --> 00:01:11,200 +Yeesha: D'ni, the City of Ages, of other worlds, died. But now it breathes again, it awaits. + +15 +00:01:13,500 --> 00:01:18,700 +Yeesha: Some will seek that destination, but you should seek the Journey. + +16 +00:01:19,900 --> 00:01:25,800 +Yeesha: It's as a fine tapestry, complex beyond comprehension, but now torn. + +17 +00:01:27,000 --> 00:01:31,800 +Yeesha: We will show you remnants; pieces of the tapestry. Pieces of the Journey. + +18 +00:01:33,000 --> 00:01:41,300 +Yeesha: Find these remnants, these Journeys. Seven. Seven in each Age. Seven here in the desert. + +19 +00:01:42,800 --> 00:01:48,000 +Yeesha: Consider it a quest. No, a request. + +20 +00:01:50,400 --> 00:01:52,900 +Yeesha: Worship. + +21 +00:01:55,600 --> 00:02:03,500 +Yeesha: The water flows downward, and there it pools and collects, and finally once again... it reaches the roots. + +22 +00:02:04,800 --> 00:02:07,000 +Yeesha: And the tree begins to grow again. + +23 +00:02:10,400 --> 00:02:13,600 +Yeesha: I am Yeesha. My parents brought me to this place. + +24 +00:02:16,700 --> 00:02:18,200 +Yeesha: We will bring you. \ No newline at end of file diff --git a/compiled/dat/clftZandiJC01a_eng.srt b/compiled/dat/clftZandiJC01a_eng.srt new file mode 100644 index 00000000..2487bcfd --- /dev/null +++ b/compiled/dat/clftZandiJC01a_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,900 +Zandi: You're missing an easy Journey right around here somewhere. diff --git a/compiled/dat/clftZandiJC01b_eng.srt b/compiled/dat/clftZandiJC01b_eng.srt new file mode 100644 index 00000000..c8b9281d --- /dev/null +++ b/compiled/dat/clftZandiJC01b_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,900 +Zandi: How could you miss the cloth on my Airstream? diff --git a/compiled/dat/clftZandiJC02a_eng.srt b/compiled/dat/clftZandiJC02a_eng.srt new file mode 100644 index 00000000..9fbc6b96 --- /dev/null +++ b/compiled/dat/clftZandiJC02a_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,600 +Zandi: You'll find one of the cloths... where she spoke to you. diff --git a/compiled/dat/clftZandiJC02b_eng.srt b/compiled/dat/clftZandiJC02b_eng.srt new file mode 100644 index 00000000..54b3fe86 --- /dev/null +++ b/compiled/dat/clftZandiJC02b_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,300 +Zandi: There's still one in the room with the imager. diff --git a/compiled/dat/clftZandiJC03a_eng.srt b/compiled/dat/clftZandiJC03a_eng.srt new file mode 100644 index 00000000..c09ec8c6 --- /dev/null +++ b/compiled/dat/clftZandiJC03a_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,500 +Zandi: Did you check for a Journey cloth in one of the other rooms in the Cleft? diff --git a/compiled/dat/clftZandiJC03b_eng.srt b/compiled/dat/clftZandiJC03b_eng.srt new file mode 100644 index 00000000..8028b5e3 --- /dev/null +++ b/compiled/dat/clftZandiJC03b_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,400 +Zandi: [whispering]It's in the bedroom... in the Cleft. diff --git a/compiled/dat/clftZandiJC04a_eng.srt b/compiled/dat/clftZandiJC04a_eng.srt new file mode 100644 index 00000000..a7a16f3a --- /dev/null +++ b/compiled/dat/clftZandiJC04a_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,000 +Zandi: The Riven remnants... have a Journey. diff --git a/compiled/dat/clftZandiJC04b_eng.srt b/compiled/dat/clftZandiJC04b_eng.srt new file mode 100644 index 00000000..425b3407 --- /dev/null +++ b/compiled/dat/clftZandiJC04b_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,200 +Zandi: Check the whark bones behind the volcano. diff --git a/compiled/dat/clftZandiJC05a_eng.srt b/compiled/dat/clftZandiJC05a_eng.srt new file mode 100644 index 00000000..36a8feea --- /dev/null +++ b/compiled/dat/clftZandiJC05a_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,800 +Zandi: Check for a Journey where your journey began. diff --git a/compiled/dat/clftZandiJC05b_eng.srt b/compiled/dat/clftZandiJC05b_eng.srt new file mode 100644 index 00000000..19f418c0 --- /dev/null +++ b/compiled/dat/clftZandiJC05b_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,600 +Zandi: Did you check behind the sign by the gate? diff --git a/compiled/dat/clftZandiJC06a_eng.srt b/compiled/dat/clftZandiJC06a_eng.srt new file mode 100644 index 00000000..98cdbdcb --- /dev/null +++ b/compiled/dat/clftZandiJC06a_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,000 +Zandi: Check the bucket on the water lift in the Cleft. diff --git a/compiled/dat/clftZandiJC06b_eng.srt b/compiled/dat/clftZandiJC06b_eng.srt new file mode 100644 index 00000000..9a533cad --- /dev/null +++ b/compiled/dat/clftZandiJC06b_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:05,600 +Zandi: Okay. You got to bring the lift down to you to... to get that one. diff --git a/compiled/dat/clftZandiJC07a_eng.srt b/compiled/dat/clftZandiJC07a_eng.srt new file mode 100644 index 00000000..36011d70 --- /dev/null +++ b/compiled/dat/clftZandiJC07a_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,800 +Zandi: Sometimes... you got to close one door to open another. diff --git a/compiled/dat/clftZandiJC07b_eng.srt b/compiled/dat/clftZandiJC07b_eng.srt new file mode 100644 index 00000000..6570a5be --- /dev/null +++ b/compiled/dat/clftZandiJC07b_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:05,800 +Zandi: All right, this one's tricky. Listen. It's on the outside of the imager room door in the Cleft. diff --git a/compiled/dat/clftZandiJCAll_eng.srt b/compiled/dat/clftZandiJCAll_eng.srt new file mode 100644 index 00000000..20c8c41a --- /dev/null +++ b/compiled/dat/clftZandiJCAll_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:04,400 +Zandi: All right, you've found all the Journeys. Now... enter the tree. diff --git a/compiled/dat/clftZandiMinRes01a_eng.srt b/compiled/dat/clftZandiMinRes01a_eng.srt new file mode 100644 index 00000000..67ac02f7 --- /dev/null +++ b/compiled/dat/clftZandiMinRes01a_eng.srt @@ -0,0 +1,7 @@ +1 +00:00:00,000 --> 00:00:03,800 +Zandi: Well, you're gonna need power for that imager in the cleft. + +2 +00:00:04,200 --> 00:00:07,200 +Zandi: Try releasing the brake on the windmill first. diff --git a/compiled/dat/clftZandiMinRes01b_eng.srt b/compiled/dat/clftZandiMinRes01b_eng.srt new file mode 100644 index 00000000..3e62b574 --- /dev/null +++ b/compiled/dat/clftZandiMinRes01b_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,100 --> 00:00:08,100 +Zandi: Ok, so... you've got to use that handle in the cleft to release the windmill brake. Ok? diff --git a/compiled/dat/clftZandiMinRes02a_eng.srt b/compiled/dat/clftZandiMinRes02a_eng.srt new file mode 100644 index 00000000..85aedf82 --- /dev/null +++ b/compiled/dat/clftZandiMinRes02a_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,600 +Zandi: Eh... sometimes the windmill seizes up. Try starting it by hand. diff --git a/compiled/dat/clftZandiMinRes02b_eng.srt b/compiled/dat/clftZandiMinRes02b_eng.srt new file mode 100644 index 00000000..2d1151e9 --- /dev/null +++ b/compiled/dat/clftZandiMinRes02b_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,600 +Zandi: C'mon! You gotta push pretty hard on the windmill handle to get it going, all right? diff --git a/compiled/dat/clftZandiMinRes03a_eng.srt b/compiled/dat/clftZandiMinRes03a_eng.srt new file mode 100644 index 00000000..25dd3a75 --- /dev/null +++ b/compiled/dat/clftZandiMinRes03a_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:07,000 +Zandi: Listen, um... you're still missing the message she's left in the imager. Make sure you see that before you... you enter the tree. diff --git a/compiled/dat/clftZandiMinRes03b_eng.srt b/compiled/dat/clftZandiMinRes03b_eng.srt new file mode 100644 index 00000000..bd7649ad --- /dev/null +++ b/compiled/dat/clftZandiMinRes03b_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:06,800 +Zandi: All right, for the imager, there are symbols next to the door. You gotta enter those to get her message. diff --git a/compiled/dat/clftZandiOpen01a_eng.srt b/compiled/dat/clftZandiOpen01a_eng.srt new file mode 100644 index 00000000..9ed82e78 --- /dev/null +++ b/compiled/dat/clftZandiOpen01a_eng.srt @@ -0,0 +1,27 @@ +1 +00:00:00,100 --> 00:00:05,800 +Zandi: Hey. Welcome. So, uh, I'm Zandi. + +2 +00:00:06,700 --> 00:00:08,900 +Zandi: I probably know more about why you're here than you do. + +3 +00:00:09,400 --> 00:00:14,500 +Zandi: (chuckles) Don't worry about it. You felt drawn here, just like the others. + +4 +00:00:15,000 --> 00:00:21,900 +Zandi: I- I'm not really here to give you answers, just to give you help. Get you started. + +5 +00:00:23,100 --> 00:00:25,700 +Zandi: She's left a message for you in the Cleft. + +6 +00:00:27,100 --> 00:00:36,800 +Zandi: Listen to it well. Follow her. Find the Journeys. And then... enter the Tree. + +7 +00:00:38,600 --> 00:00:41,600 +Zandi: Oh, and uh, check with me if you need help. diff --git a/compiled/dat/clftZandiOpen02a_eng.srt b/compiled/dat/clftZandiOpen02a_eng.srt new file mode 100644 index 00000000..f057361c --- /dev/null +++ b/compiled/dat/clftZandiOpen02a_eng.srt @@ -0,0 +1,7 @@ +1 +00:00:00,000 --> 00:00:03,800 +Zandi: Well, uh, there's not a lot more to tell you that you'd understand. + +2 +00:00:04,600 --> 00:00:08,800 +Zandi: Uh, just... get that message that she left and you can start your journey. diff --git a/compiled/dat/clftZandiRand01_eng.srt b/compiled/dat/clftZandiRand01_eng.srt new file mode 100644 index 00000000..039df123 --- /dev/null +++ b/compiled/dat/clftZandiRand01_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,800 +Zandi: Eh... it's hot. But it's a dry heat. \ No newline at end of file diff --git a/compiled/dat/clftZandiRand02_eng.srt b/compiled/dat/clftZandiRand02_eng.srt new file mode 100644 index 00000000..a733c98f --- /dev/null +++ b/compiled/dat/clftZandiRand02_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,200 +Zandi: Keep exploring. You'll find what you're looking for. diff --git a/compiled/dat/clftZandiRand03_eng.srt b/compiled/dat/clftZandiRand03_eng.srt new file mode 100644 index 00000000..066cb098 --- /dev/null +++ b/compiled/dat/clftZandiRand03_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:01,200 +Zandi: Think that steak's done yet? diff --git a/compiled/dat/clftZandiRand04_eng.srt b/compiled/dat/clftZandiRand04_eng.srt new file mode 100644 index 00000000..e5a94001 --- /dev/null +++ b/compiled/dat/clftZandiRand04_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,100 --> 00:00:04,200 +Zandi: (laughs) This is great. Hero's the pizza boy. diff --git a/compiled/dat/clftZandiRand05_eng.srt b/compiled/dat/clftZandiRand05_eng.srt new file mode 100644 index 00000000..e8ed2e01 --- /dev/null +++ b/compiled/dat/clftZandiRand05_eng.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:04,600 +Zandi: You know how hard it is to finish a book with a constant stream of people... interrupting? diff --git a/compiled/dat/krelFanQ42021_eng.srt b/compiled/dat/krelFanQ42021_eng.srt new file mode 100644 index 00000000..d784898f --- /dev/null +++ b/compiled/dat/krelFanQ42021_eng.srt @@ -0,0 +1,15 @@ +1 +00:00:00,100 --> 00:00:13,200 +Tyion: (garbled static and interference) All right, then. How do I do... do I just... Oh! Got it, got it, thanks. + +2 +00:00:14,100 --> 00:00:32,400 +Tyion: (clears throat) Hello, everybody. If all has gone to plan and our reverse-engineering of this particular piece of tech has worked, you are now hearing a playback of my voice coming through to you on a centuries-old D'ni sound system. + +3 +00:00:33,000 --> 00:00:45,600 +Tyion: If, for whatever reason, this hasn't worked and something's gone a bit wrong, then I can only hope that anyone nearby had their Relto books to hand and have made a speedy getaway. + +4 +00:00:46,600 --> 00:00:48,400 +Tyion: (sighs) Bad joke. diff --git a/compiled/dat/krelWatson_eng.srt b/compiled/dat/krelWatson_eng.srt new file mode 100644 index 00000000..b43518ef --- /dev/null +++ b/compiled/dat/krelWatson_eng.srt @@ -0,0 +1,11 @@ +1 +00:00:00,000 --> 00:00:08,200 +Dr. Watson: Hello? (tapping mic) Test, test. Victor, are we on? Ok. (clears throat) Ok, then. + +2 +00:00:09,600 --> 00:00:19,000 +Dr. Watson: Hello, everyone. Um, thanks to Victor we've gotten some additional D'ni technology working. + +3 +00:00:19,400 --> 00:00:28,600 +Dr. Watson: It should be quite useful in sending messages here from the Tokotah to the numerous neighborhoods as one more way to keep you informed of how things are progressing. diff --git a/compiled/dat/tmnaYeesha_FinalSp01_eng.srt b/compiled/dat/tmnaYeesha_FinalSp01_eng.srt new file mode 100644 index 00000000..2f0c79f8 --- /dev/null +++ b/compiled/dat/tmnaYeesha_FinalSp01_eng.srt @@ -0,0 +1,99 @@ +1 +00:00:02,600 --> 00:00:04,200 +Yeesha: An ending has been written? + +2 +00:00:05,000 --> 00:00:12,800 +Yeesha: You've done all that has been asked. You've traveled the full circle. You have returned to the Cleft through the Fissure. + +3 +00:00:14,400 --> 00:00:18,200 +Yeesha: You swam among the stars and saw the remnants of previous Journeys. + +4 +00:00:19,000 --> 00:00:25,800 +Yeesha: You have returned, and the pillars were returned. And now one more of the Bahro, the Least, has been returned to D'ni. + +5 +00:00:27,000 --> 00:00:32,200 +Yeesha: You don't need to understand what that means, only that the hand of the Maker has set it in motion. + +6 +00:00:35,800 --> 00:00:43,800 +Yeesha: Now the circle is complete and the Tree has begun to grow again. The path is now open, and so the symbol of the Journey must change. + +7 +00:00:44,400 --> 00:00:49,200 +Yeesha: Now the beginning is tied to the end. Now you can go where you wish. + +8 +00:00:50,600 --> 00:00:52,400 +Yeesha: The restoration of D'ni awaits. + +9 +00:00:53,800 --> 00:00:58,600 +Yeesha: The deep city breathes. Uru again. + +10 +00:01:01,800 --> 00:01:04,200 +Yeesha: And I will be concerned with other things. + +11 +00:01:05,000 --> 00:01:12,600 +Yeesha: The Least are becoming greater. They will now also affect the restoration, perhaps not the way others had planned. + +12 +00:01:13,800 --> 00:01:19,600 +Yeesha: You've learned about the pride of D'ni. The great writers of worlds were infected with pride that became a cancer. + +13 +00:01:20,200 --> 00:01:25,200 +Yeesha: It grew quietly beneath the surface, but it grew until D'ni could live no more. + +14 +00:01:26,400 --> 00:01:30,000 +Yeesha: But those things have been told. You understand it well, I think. + +15 +00:01:31,000 --> 00:01:35,400 +Yeesha: Let us end this cycle with rewards, before we start the next cycle. + +16 +00:01:38,200 --> 00:01:47,800 +Yeesha: Relto. The high place. Your Age now. It was the first Age I wrote, a gift for my parents, and now much more. + +17 +00:01:50,000 --> 00:01:56,200 +Yeesha: It reminds me of another home, another place. I even placed the library in the place it belongs. + +18 +00:01:58,400 --> 00:02:03,800 +Yeesha: But Relto will change. It will be your soul, showing what you are. + +19 +00:02:05,200 --> 00:02:11,800 +Yeesha: Only I could write Relto. It's beyond what the D'ni could accomplish. Keep it. + +20 +00:02:13,000 --> 00:02:20,200 +Yeesha: And I've given you clothing that represents your Journey. Wear this to show others what side you've taken, when sides are taken. + +21 +00:02:21,800 --> 00:02:30,400 +Yeesha: When you wear it, you will tell all that you side with us. With Yeesha, with the Bahro. It will not always be easy. + +22 +00:02:32,400 --> 00:02:36,800 +Yeesha: And another gift is here. A link to the Cleft, here in Tomahna. + +23 +00:02:37,600 --> 00:02:40,800 +Yeesha: You haven't been able to return here, but now you can. + +24 +00:02:41,800 --> 00:02:47,000 +Yeesha: This Book will take a special place on your shelf. This place is not meant to be shared. + +25 +00:02:48,200 --> 00:02:51,800 +Yeesha: Return here alone when you wish to remember the cycle of things. diff --git a/compiled/dat/tmnaYeesha_FinalSp02_eng.srt b/compiled/dat/tmnaYeesha_FinalSp02_eng.srt new file mode 100644 index 00000000..44d4cee4 --- /dev/null +++ b/compiled/dat/tmnaYeesha_FinalSp02_eng.srt @@ -0,0 +1,31 @@ +1 +00:00:04,400 --> 00:00:06,000 +Yeesha: Returning. + +2 +00:00:08,400 --> 00:00:14,800 +Yeesha: One final gift, something that no D'ni writer has been able to do for more than ten thousand years. + +3 +00:00:16,000 --> 00:00:22,200 +Yeesha: I alone can write this gift. I alone am chosen to do this, and more. + +4 +00:00:24,800 --> 00:00:29,400 +Yeesha: This gift is what my father Atrus would have longed to give his grandmother Ti'ana. + +5 +00:00:30,200 --> 00:00:33,000 +Yeesha: What Ti'ana longed for and danced for. + +6 +00:00:35,800 --> 00:00:37,800 +Yeesha: The gift of life in the desert. + +7 +00:00:35,800 --> 00:00:37,800 +Yeesha: The gift of life in the desert. + +8 +00:00:49,800 --> 00:00:51,600 +Yeesha: Perhaps the ending has not yet been written. From 9bd227ae2afadfbf89229f2ba078989fd6ed2261 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Sun, 16 Jan 2022 11:10:31 -0600 Subject: [PATCH 02/14] First draft of Dr. Watson Kirel speech and remove duplicate line from Yeesha speech --- compiled/dat/krelWatson_eng.srt | 96 +++++++++++++++++++++++ compiled/dat/tmnaYeesha_FinalSp02_eng.srt | 4 - 2 files changed, 96 insertions(+), 4 deletions(-) diff --git a/compiled/dat/krelWatson_eng.srt b/compiled/dat/krelWatson_eng.srt index b43518ef..2e6671cb 100644 --- a/compiled/dat/krelWatson_eng.srt +++ b/compiled/dat/krelWatson_eng.srt @@ -9,3 +9,99 @@ Dr. Watson: Hello, everyone. Um, thanks to Victor we've gotten some additional D 3 00:00:19,400 --> 00:00:28,600 Dr. Watson: It should be quite useful in sending messages here from the Tokotah to the numerous neighborhoods as one more way to keep you informed of how things are progressing. + +4 +00:00:29,400 --> 00:00:34,400 +Dr. Watson: Um, let me begin by once again welcoming newcomers to D'ni. + +5 +00:00:34,800 --> 00:00:43,800 +Dr. Watson: We're very pleased to have you. And I spoke with (check: unsure/unintelligible) a few of you in person, but to those of you I haven't met yet: Welcome to the restoration. + +6 +00:00:44,200 --> 00:00:50,000 +Dr. Watson: The DRC and restoration engineers have been working very hard to put things in order. + +7 +00:00:50,200 --> 00:01:01,800 +Dr. Watson: As you've probably noticed various areas of the island, Ae'gura, have been opened over the past few weeks, uh, with quite a bit more scheduled over the next few days, weeks, and months to come. + +8 +00:01:02,200 --> 00:01:05,400 +Dr. Watson: We're also working on opening up several new Ages. + +9 +00:01:06,000 --> 00:01:15,800 +Dr. Watson: Um, we know that many of you have been given access to Ages that haven't gone through any kind of process yet, and we certainly do not encourage use of any unapproved Books. + +10 +00:01:16,400 --> 00:01:25,600 +Dr. Watson: But let's just say that with your safety uppermost in our minds, we're pushing to approve those Ages just as quickly as we can. + +11 +00:01:27,800 --> 00:01:31,400 +Dr. Watson: Oh, and several of you have asked what you can do to help with the restoration effort. + +12 +00:01:32,000 --> 00:01:40,800 +Dr. Watson: As you may already know, the D'ni KIs have the ability to determine their precise location here in the cavern as well as in other Ages. + +13 +00:01:41,000 --> 00:01:44,600 +Dr. Watson: Much of this functionality is governed here in the cavern by the Great Zero. + +14 +00:01:45,400 --> 00:01:53,400 +Dr. Watson: Victor has recently succeeded in getting portions of the Great Zero functioning again, but he tells me it still-- still needs to be calibrated. + +15 +00:01:53,800 --> 00:02:01,800 +Dr. Watson: We'll soon begin to focus on another island area: the Ferry Terminal and its associated docks. + +16 +00:02:02,600 --> 00:02:09,800 +Dr. Watson: We actually had some restoration engineers do some diving and they found a sunken boat that we hope to raise at a later date. + +17 +00:02:09,800 --> 00:02:15,600 +Dr. Watson: Before that, however, we will inspect the docks and approve them for public access. + +18 +00:02:15,800 --> 00:02:23,800 +Dr. Watson: Uh, let's see... um, yes. Outside the cavern, Gahreesen continues to progress nicely. + +19 +00:02:23,800 --> 00:02:31,400 +Dr. Watson: Victor (check: no idea what to do with grammar in this sentence) seems recently made some discoveries that'll enable us to open up more of the interior space, uh, the Wall is what we call it. + +20 +00:02:34,000 --> 00:02:39,600 +Dr. Watson: Members of our team are also working on another Age that should be opened within the next few weeks. Perhaps we will post some pictures. + +21 +00:02:41,400 --> 00:02:47,600 +Dr. Watson: I'll end by addressing some peculiar events that have been occurring. + +22 +00:02:48,000 --> 00:02:56,000 +Dr. Watson: Odd stones, books, cloths, and pages have been reported appearing from time to time. + +23 +00:02:56,000 --> 00:03:07,600 +Dr. Watson: Rather than insist, probably unsuccessfully, that you not use these oddities, the DRC will for now simply wash its hands of any consequence arising from their use. + +24 +00:03:07,800 --> 00:03:11,600 +Dr. Watson: In other words, if you use them, you do so at your own risk. + +25 +00:03:12,200 --> 00:03:17,800 +Dr. Watson: We will continue to remove these artifacts if they're found. So far that has proved fruitless. + +26 +00:03:18,000 --> 00:03:26,400 +Dr. Watson: But... sorry to say it this way, but anyone involved in the placing of these books will be banned from the cavern. + +27 +00:03:26,800 --> 00:03:35,200 +Dr. Watson: But to end on a good note, thanks for all the continued help, to all of you, and patience as D'ni slowly begins to grow again. \ No newline at end of file diff --git a/compiled/dat/tmnaYeesha_FinalSp02_eng.srt b/compiled/dat/tmnaYeesha_FinalSp02_eng.srt index 44d4cee4..b430028d 100644 --- a/compiled/dat/tmnaYeesha_FinalSp02_eng.srt +++ b/compiled/dat/tmnaYeesha_FinalSp02_eng.srt @@ -23,9 +23,5 @@ Yeesha: What Ti'ana longed for and danced for. Yeesha: The gift of life in the desert. 7 -00:00:35,800 --> 00:00:37,800 -Yeesha: The gift of life in the desert. - -8 00:00:49,800 --> 00:00:51,600 Yeesha: Perhaps the ending has not yet been written. From ffaec8624d39b900ecdb7f411f7939782f55f5a5 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Sat, 29 Jan 2022 14:04:17 -0600 Subject: [PATCH 03/14] Corrections and clarifications plus adding rest of Q42021 Tyion speech. --- compiled/dat/bhroYeesha_Speech03b_eng.srt | 4 +- compiled/dat/bhroYeesha_TldnSpeech_eng.srt | 2 +- compiled/dat/clftYeesha_IntroSp02_eng.srt | 6 +- compiled/dat/clftZandiRand04_eng.srt | 2 +- compiled/dat/krelFanQ42021_eng.srt | 104 ++++++++++++++++++++- compiled/dat/krelWatson_eng.srt | 2 +- 6 files changed, 110 insertions(+), 10 deletions(-) diff --git a/compiled/dat/bhroYeesha_Speech03b_eng.srt b/compiled/dat/bhroYeesha_Speech03b_eng.srt index f338815b..0b0fa7c5 100644 --- a/compiled/dat/bhroYeesha_Speech03b_eng.srt +++ b/compiled/dat/bhroYeesha_Speech03b_eng.srt @@ -17,7 +17,7 @@ Yeesha: I could change things, I could move things... I could control things. 5 00:00:32,800 --> 00:00:41,000 -Yeesha: I learned beyond my parents, I learned beyond all. I wrote Ages against any (check: D'ni?) challengers, Masters of The Art, and they were beaten. +Yeesha: I learned beyond my parents, I learned beyond all. I wrote Ages against D'ni challengers, Masters of the Art, and they were beaten. 6 00:00:42,400 --> 00:00:44,600 @@ -33,7 +33,7 @@ Yeesha: All died. All but the Least. The unproud. 9 00:01:02,800 --> 00:01:10,800 -Yeesha: The bahro considered themselves as dead already, and so they continued to watch D'ni, always ready to give more away. +Yeesha: The Bahro considered themselves as dead already, and so they continued to watch D'ni, always ready to give more away. 10 00:01:12,000 --> 00:01:13,600 diff --git a/compiled/dat/bhroYeesha_TldnSpeech_eng.srt b/compiled/dat/bhroYeesha_TldnSpeech_eng.srt index e8cfcfdb..97696cf6 100644 --- a/compiled/dat/bhroYeesha_TldnSpeech_eng.srt +++ b/compiled/dat/bhroYeesha_TldnSpeech_eng.srt @@ -5,7 +5,7 @@ Yeesha: Did you see the hidden caves, and the cages? It is where the proud would 2 00:00:06,200 --> 00:00:11,400 -Yeesha: The least were only animals, after all... (sighs) Animals that could Link. +Yeesha: The Least were only animals, after all... (sighs) Animals that could Link. 3 00:00:12,200 --> 00:00:19,000 diff --git a/compiled/dat/clftYeesha_IntroSp02_eng.srt b/compiled/dat/clftYeesha_IntroSp02_eng.srt index 23ffb964..7074062b 100644 --- a/compiled/dat/clftYeesha_IntroSp02_eng.srt +++ b/compiled/dat/clftYeesha_IntroSp02_eng.srt @@ -24,7 +24,7 @@ Yeesha: The storm is coming. 7 00:00:26,000 --> 00:00:29,900 -Yeesha: Have you heard of the city? The Deep City, the ancient Uru? +Yeesha: Have you heard of the city? The deep city, the ancient Uru? 8 00:00:31,500 --> 00:00:33,800 @@ -40,7 +40,7 @@ Yeesha: Always keeping. 11 00:00:49,100 --> 00:00:52,800 -Yeesha: The City grew proud. And then it died. +Yeesha: The city grew proud. And then it died. 12 00:00:54,300 --> 00:00:56,100 @@ -52,7 +52,7 @@ Yeesha: It seeks its own path uncontrolled except that it flows downward, always 14 00:01:03,200 --> 00:01:11,200 -Yeesha: D'ni, the City of Ages, of other worlds, died. But now it breathes again, it awaits. +Yeesha: D'ni, the city of Ages, of other worlds, died. But now it breathes again, it awaits. 15 00:01:13,500 --> 00:01:18,700 diff --git a/compiled/dat/clftZandiRand04_eng.srt b/compiled/dat/clftZandiRand04_eng.srt index e5a94001..38c604d1 100644 --- a/compiled/dat/clftZandiRand04_eng.srt +++ b/compiled/dat/clftZandiRand04_eng.srt @@ -1,3 +1,3 @@ 1 00:00:00,100 --> 00:00:04,200 -Zandi: (laughs) This is great. Hero's the pizza boy. +Zandi: (laughs) This is great! Hiro the pizza boy. diff --git a/compiled/dat/krelFanQ42021_eng.srt b/compiled/dat/krelFanQ42021_eng.srt index d784898f..fcf978f1 100644 --- a/compiled/dat/krelFanQ42021_eng.srt +++ b/compiled/dat/krelFanQ42021_eng.srt @@ -11,5 +11,105 @@ Tyion: (clears throat) Hello, everybody. If all has gone to plan and our reverse Tyion: If, for whatever reason, this hasn't worked and something's gone a bit wrong, then I can only hope that anyone nearby had their Relto books to hand and have made a speedy getaway. 4 -00:00:46,600 --> 00:00:48,400 -Tyion: (sighs) Bad joke. +00:00:46,600 --> 00:00:49,400 +Tyion: (chuckles lightly) Bad joke. Sorry about that. + +5 +00:00:50,000 --> 00:01:00,200 +Tyion: (clears throat) Uh, for those of you who have newly arrived, I want to welcome you to this, the latest restoration of the city and Ages of D’ni. + +6 +00:01:00,600 --> 00:01:25,400 +Tyion: This is now the –- two, three, fourth, is it? –- yeah, fourth such effort to restore D’ni, and whereas efforts were spearheaded in previous years by the D’ni Restoration Council, our restoration is something of a different beast, made up as it is by explorers and visitors to the cavern such as yourselves. + +7 +00:01:00,600 --> 00:01:25,400 +Tyion: This is now the –- two, three, fourth, is it? –- yeah, fourth such effort to restore D’ni, and whereas efforts were spearheaded in previous years by the D’ni Restoration Council, our restoration is something of a different beast, made up as it is by explorers and visitors to the cavern such as yourselves. + +8 +00:01:26,000 --> 00:01:36,600 +Tyion: There’s no formal hierarchy in our group, or no pecking order as such. We come from many backgrounds and fields, some academic, and some technical. + +9 +00:01:37,400 --> 00:01:55,800 +Tyion: There are those of us who have taken an active role in restoring new Ages and areas of the city. Some of us have been experimenting with the D’ni Art of writing Ages itself, and there are others simply here to explore and experience the history and culture of this remarkable civilization. + +10 +00:01:57,800 --> 00:02:12,600 +Tyion: That being said, anyone down here actively involved with the restoration is doing so on a strictly volunteer basis and as such we collectively possess only a fraction of the resources that our predecessors in the DRC once had. + +11 +00:02:13,600 --> 00:02:23,000 +Tyion: And while there have been efforts to maintain the safety arrangements they put in place, I must stress that your explorations are undertaken at entirely your own risk. + +12 +00:02:23,800 --> 00:02:41,200 +Tyion: Newly restored areas will of course be checked as thoroughly as they can for structural defects, as well as clearing away the more obvious debris and so forth. But the general rule of thumb is to have your Relto books as close to hand as possible at any given time. + +13 +00:02:41,800 --> 00:02:50,800 +Tyion: And, when possible, please refrain from making off with the cones. They are there for your safety, and not for scoring likes and follows on your Modern Art Instagram. + +14 +00:02:51,800 --> 00:02:59,600 +Tyion: They have their place, and that place is NOT the backroom of the Guild of Messenger’s Pub. I mean, this should go without saying, people. Come on. + +15 +00:03:01,600 --> 00:03:13,200 +Tyion: Right. All that out of the way, the restoration has been hard at work over the past year in getting new Ages ready for explorers, and several such places are now available to visit. + +16 +00:03:14,600 --> 00:03:21,200 +Tyion: They can be reached by way of the library Age of Chiso Preniv, which itself can be found in the Watcher’s Pub. + +17 +00:03:22,600 --> 00:03:41,600 +Tyion: It’s our hope that Chiso will become a vast repository of collected works of writers, academics and historians, and if you have made discoveries or have something of your own you would like to submit to the library, please do not hesitate to get in touch to discuss finding a place for them on the shelves. + +18 +00:03:43,800 --> 00:03:56,800 +Tyion: Let's see... what else... what else, what else... oh yes, we have received several reports from those in the restoration who have been monitoring the bioluminescent algae in the cavern's lake. + +19 +00:03:57,600 --> 00:04:19,200 +Tyion: Following CalumTraveler’s latest results from his sampling equipment, along with the return of Wayne Todd from his recent exploration of one of the cavern’s overflow stations, we are able to confirm that the algae in the lake is very much alive and recovering at a quicker pace than our current estimations had led us to believe. + +20 +00:04:19,800 --> 00:04:27,800 +Tyion: It looks like the efforts of explorers throughout the last decade -- feeding of the cavern lake -- are now finally bearing results. + +21 +00:04:29,000 --> 00:04:43,600 +Tyion: While the restoration is indeed excited for the possibilities this news presents, the week of anxiety following the discovery of Wayne’s lost and destroyed Relto book in the lake was something we all could have collectively done without. + +22 +00:04:44,400 --> 00:04:53,200 +Tyion: So, Let’s see if we can take things forward without the need for frantic search parties on the lake in future. Okay, Wayne? + +23 +00:04:54,600 --> 00:05:03,400 +Tyion: Finally, in news of ongoing projects, it has been formally announced that the underground pathway connecting the surface to the city is to be restored. + +24 +00:05:03,800 --> 00:05:11,600 +Tyion: As you can imagine, this is a huge undertaking, both in its significance to D’ni history and in the sheer scale of the work involved. + +25 +00:05:12,200 --> 00:05:17,400 +Tyion: The journey itself will be taking no less than three days to complete on foot. + +26 +00:05:18,400 --> 00:05:20,800 +Tyion: There’s currently no ETA at this time. + +27 +00:05:21,600 --> 00:05:38,600 +Tyion: We’re very much working on a "it’ll be done when it’s done" basis, but depending on the work involved, we may look into releasing the path in stages, with further areas of it opened up until -- it is our hope -- that the explorers will be able to walk the full path to D’ni. + +28 +00:05:40,000 --> 00:05:51,200 +Tyion: Uh, anyone interested in the work should keep an eye on the project leader Doobes’s assorted social media page, as that’s where progress on this will be recorded. + +29 +00:05:52,800 --> 00:06:00,000 +Tyion: Okay, uh... reckon that will do it. Great. Fingers crossed this works. diff --git a/compiled/dat/krelWatson_eng.srt b/compiled/dat/krelWatson_eng.srt index 2e6671cb..03233a14 100644 --- a/compiled/dat/krelWatson_eng.srt +++ b/compiled/dat/krelWatson_eng.srt @@ -16,7 +16,7 @@ Dr. Watson: Um, let me begin by once again welcoming newcomers to D'ni. 5 00:00:34,800 --> 00:00:43,800 -Dr. Watson: We're very pleased to have you. And I spoke with (check: unsure/unintelligible) a few of you in person, but to those of you I haven't met yet: Welcome to the restoration. +Dr. Watson: We're very pleased to have you. I know I've spoken with a few of you in person, but to those of you I haven't met yet: Welcome to the restoration. 6 00:00:44,200 --> 00:00:50,000 From 5cb12717c67bb19c472a22a8e485f94390f6d5e0 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Fri, 4 Feb 2022 00:47:43 -0600 Subject: [PATCH 04/14] Remove bad extra blank lines and add CRLFs to the end of files that were missing them; fix some capitalization --- compiled/dat/bhroYeesha_GrdnSpeech_eng.srt | 1 - compiled/dat/bhroYeesha_GrsnSpeech_eng.srt | 1 - compiled/dat/bhroYeesha_KdshSpeech_eng.srt | 1 - compiled/dat/bhroYeesha_Speech01a_eng.srt | 1 - compiled/dat/bhroYeesha_Speech01b_eng.srt | 1 - compiled/dat/bhroYeesha_Speech02a_eng.srt | 1 - compiled/dat/bhroYeesha_Speech02b_eng.srt | 1 - compiled/dat/bhroYeesha_Speech03a_eng.srt | 1 - compiled/dat/bhroYeesha_Speech03b_eng.srt | 1 - compiled/dat/bhroYeesha_Speech04_eng.srt | 1 - compiled/dat/bhroYeesha_TldnSpeech_eng.srt | 1 - compiled/dat/clftYeesha_IntroSp02_eng.srt | 2 +- compiled/dat/clftZandiMinRes01a_eng.srt | 2 +- compiled/dat/clftZandiMinRes01b_eng.srt | 2 +- compiled/dat/clftZandiOpen01a_eng.srt | 2 +- compiled/dat/clftZandiRand01_eng.srt | 2 +- compiled/dat/krelWatson_eng.srt | 2 +- 17 files changed, 6 insertions(+), 17 deletions(-) diff --git a/compiled/dat/bhroYeesha_GrdnSpeech_eng.srt b/compiled/dat/bhroYeesha_GrdnSpeech_eng.srt index ca7a4170..71a6bd77 100644 --- a/compiled/dat/bhroYeesha_GrdnSpeech_eng.srt +++ b/compiled/dat/bhroYeesha_GrdnSpeech_eng.srt @@ -4,7 +4,6 @@ Yeesha: Many stories were there for the D'ni to learn from, but they didn't hear 2 00:00:05,700 --> 00:00:13,200 - Yeesha: The ancient tales of Tuit's Ocean or, of course, the story of King Shomat and his brothers, which even speaks of gardens and death. 3 diff --git a/compiled/dat/bhroYeesha_GrsnSpeech_eng.srt b/compiled/dat/bhroYeesha_GrsnSpeech_eng.srt index 3ce80080..84b9940a 100644 --- a/compiled/dat/bhroYeesha_GrsnSpeech_eng.srt +++ b/compiled/dat/bhroYeesha_GrsnSpeech_eng.srt @@ -4,7 +4,6 @@ Yeesha: Let me tell you of King Kerath, dare I speak ill of him. 2 00:00:03,800 --> 00:00:14,000 - Yeesha: One of the great kings, but yet, he was the maker of the proud. For it was his system of guilds that served as the foundation of power, and corruption. 3 diff --git a/compiled/dat/bhroYeesha_KdshSpeech_eng.srt b/compiled/dat/bhroYeesha_KdshSpeech_eng.srt index 71ec7d14..a470dddf 100644 --- a/compiled/dat/bhroYeesha_KdshSpeech_eng.srt +++ b/compiled/dat/bhroYeesha_KdshSpeech_eng.srt @@ -4,7 +4,6 @@ Yeesha: The bones of Guildmaster Kadish speak louder than words. 2 00:00:03,800 --> 00:00:06,000 - Yeesha: His bones are the bones of D'ni. 3 diff --git a/compiled/dat/bhroYeesha_Speech01a_eng.srt b/compiled/dat/bhroYeesha_Speech01a_eng.srt index 2f2cf5bc..a4b58716 100644 --- a/compiled/dat/bhroYeesha_Speech01a_eng.srt +++ b/compiled/dat/bhroYeesha_Speech01a_eng.srt @@ -4,7 +4,6 @@ Yeesha: Your journey has begun. 2 00:00:02,200 --> 00:00:08,600 - Yeesha: You can't imagine how these small things affect the future, but someday you will. You will return. 3 diff --git a/compiled/dat/bhroYeesha_Speech01b_eng.srt b/compiled/dat/bhroYeesha_Speech01b_eng.srt index 5087e21f..3e5bf979 100644 --- a/compiled/dat/bhroYeesha_Speech01b_eng.srt +++ b/compiled/dat/bhroYeesha_Speech01b_eng.srt @@ -4,7 +4,6 @@ Yeesha: And now to these pillars. These four pillars around you are the very bei 2 00:00:06,800 --> 00:00:12,400 - Yeesha: You must take them. They will bring a great treasure to Relto, your Age, the island in the clouds. 3 diff --git a/compiled/dat/bhroYeesha_Speech02a_eng.srt b/compiled/dat/bhroYeesha_Speech02a_eng.srt index 681832dc..e4fec59d 100644 --- a/compiled/dat/bhroYeesha_Speech02a_eng.srt +++ b/compiled/dat/bhroYeesha_Speech02a_eng.srt @@ -4,7 +4,6 @@ Yeesha: Shorah. Peace to you, mover of the Least. 2 00:00:04,000 --> 00:00:06,600 - Yeesha: Seven more Journeys have moved you closer. 3 diff --git a/compiled/dat/bhroYeesha_Speech02b_eng.srt b/compiled/dat/bhroYeesha_Speech02b_eng.srt index 2656e983..c6aec887 100644 --- a/compiled/dat/bhroYeesha_Speech02b_eng.srt +++ b/compiled/dat/bhroYeesha_Speech02b_eng.srt @@ -4,7 +4,6 @@ Yeesha: The writing hides what's between the lines. These Journeys are to help y 2 00:00:05,800 --> 00:00:13,800 - Yeesha: The Bahro will be returned; these pillars are our Journey. The return of the pillars is the return of the Bahro. 3 diff --git a/compiled/dat/bhroYeesha_Speech03a_eng.srt b/compiled/dat/bhroYeesha_Speech03a_eng.srt index dd585e56..d2ff749f 100644 --- a/compiled/dat/bhroYeesha_Speech03a_eng.srt +++ b/compiled/dat/bhroYeesha_Speech03a_eng.srt @@ -4,7 +4,6 @@ Yeesha: You return again, return to hear more, return for a third pillar. 2 00:00:05,800 --> 00:00:09,600 - Yeesha: It's an interesting cycle, this coming and going, giving and taking. 3 diff --git a/compiled/dat/bhroYeesha_Speech03b_eng.srt b/compiled/dat/bhroYeesha_Speech03b_eng.srt index 0b0fa7c5..fd888b6b 100644 --- a/compiled/dat/bhroYeesha_Speech03b_eng.srt +++ b/compiled/dat/bhroYeesha_Speech03b_eng.srt @@ -4,7 +4,6 @@ Yeesha: The people of D'ni didn't return easily. They only would take, until all 2 00:00:10,200 --> 00:00:13,800 - Yeesha: D'ni fell only a few hundred years ago. All of it was removed. 3 diff --git a/compiled/dat/bhroYeesha_Speech04_eng.srt b/compiled/dat/bhroYeesha_Speech04_eng.srt index 02c97e89..449ebac6 100644 --- a/compiled/dat/bhroYeesha_Speech04_eng.srt +++ b/compiled/dat/bhroYeesha_Speech04_eng.srt @@ -4,7 +4,6 @@ Yeesha: The Journeys are complete. Now take the final pillar. Take it, but hear 2 00:00:07,200 --> 00:00:10,000 - Yeesha: It's the whispers and murmurs that reveal the simple truths. 3 diff --git a/compiled/dat/bhroYeesha_TldnSpeech_eng.srt b/compiled/dat/bhroYeesha_TldnSpeech_eng.srt index 97696cf6..ac7a59ce 100644 --- a/compiled/dat/bhroYeesha_TldnSpeech_eng.srt +++ b/compiled/dat/bhroYeesha_TldnSpeech_eng.srt @@ -4,7 +4,6 @@ Yeesha: Did you see the hidden caves, and the cages? It is where the proud would 2 00:00:06,200 --> 00:00:11,400 - Yeesha: The Least were only animals, after all... (sighs) Animals that could Link. 3 diff --git a/compiled/dat/clftYeesha_IntroSp02_eng.srt b/compiled/dat/clftYeesha_IntroSp02_eng.srt index 7074062b..9c692e38 100644 --- a/compiled/dat/clftYeesha_IntroSp02_eng.srt +++ b/compiled/dat/clftYeesha_IntroSp02_eng.srt @@ -92,4 +92,4 @@ Yeesha: I am Yeesha. My parents brought me to this place. 24 00:02:16,700 --> 00:02:18,200 -Yeesha: We will bring you. \ No newline at end of file +Yeesha: We will bring you. diff --git a/compiled/dat/clftZandiMinRes01a_eng.srt b/compiled/dat/clftZandiMinRes01a_eng.srt index 67ac02f7..b5bfe508 100644 --- a/compiled/dat/clftZandiMinRes01a_eng.srt +++ b/compiled/dat/clftZandiMinRes01a_eng.srt @@ -1,6 +1,6 @@ 1 00:00:00,000 --> 00:00:03,800 -Zandi: Well, you're gonna need power for that imager in the cleft. +Zandi: Well, you're gonna need power for that imager in the Cleft. 2 00:00:04,200 --> 00:00:07,200 diff --git a/compiled/dat/clftZandiMinRes01b_eng.srt b/compiled/dat/clftZandiMinRes01b_eng.srt index 3e62b574..5a287c17 100644 --- a/compiled/dat/clftZandiMinRes01b_eng.srt +++ b/compiled/dat/clftZandiMinRes01b_eng.srt @@ -1,3 +1,3 @@ 1 00:00:00,100 --> 00:00:08,100 -Zandi: Ok, so... you've got to use that handle in the cleft to release the windmill brake. Ok? +Zandi: Ok, so... you've got to use that handle in the Cleft to release the windmill brake. Ok? diff --git a/compiled/dat/clftZandiOpen01a_eng.srt b/compiled/dat/clftZandiOpen01a_eng.srt index 9ed82e78..bea00289 100644 --- a/compiled/dat/clftZandiOpen01a_eng.srt +++ b/compiled/dat/clftZandiOpen01a_eng.srt @@ -20,7 +20,7 @@ Zandi: She's left a message for you in the Cleft. 6 00:00:27,100 --> 00:00:36,800 -Zandi: Listen to it well. Follow her. Find the Journeys. And then... enter the Tree. +Zandi: Listen to it well. Follow her. Find the Journeys. And then... enter the tree. 7 00:00:38,600 --> 00:00:41,600 diff --git a/compiled/dat/clftZandiRand01_eng.srt b/compiled/dat/clftZandiRand01_eng.srt index 039df123..ea2edfd7 100644 --- a/compiled/dat/clftZandiRand01_eng.srt +++ b/compiled/dat/clftZandiRand01_eng.srt @@ -1,3 +1,3 @@ 1 00:00:00,000 --> 00:00:03,800 -Zandi: Eh... it's hot. But it's a dry heat. \ No newline at end of file +Zandi: Eh... it's hot. But it's a dry heat. diff --git a/compiled/dat/krelWatson_eng.srt b/compiled/dat/krelWatson_eng.srt index 03233a14..ce652dae 100644 --- a/compiled/dat/krelWatson_eng.srt +++ b/compiled/dat/krelWatson_eng.srt @@ -104,4 +104,4 @@ Dr. Watson: But... sorry to say it this way, but anyone involved in the placing 27 00:03:26,800 --> 00:03:35,200 -Dr. Watson: But to end on a good note, thanks for all the continued help, to all of you, and patience as D'ni slowly begins to grow again. \ No newline at end of file +Dr. Watson: But to end on a good note, thanks for all the continued help, to all of you, and patience as D'ni slowly begins to grow again. From 95e55f66bfb2f4bfa4397ee951274aa2121e2ce3 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Thu, 10 Feb 2022 23:23:10 -0600 Subject: [PATCH 05/14] Add subtitles for Easter Egg Edog audio --- compiled/dat/clftEdog.srt | 3 +++ compiled/dat/clftEdog02.srt | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 compiled/dat/clftEdog.srt create mode 100644 compiled/dat/clftEdog02.srt diff --git a/compiled/dat/clftEdog.srt b/compiled/dat/clftEdog.srt new file mode 100644 index 00000000..94b3efc1 --- /dev/null +++ b/compiled/dat/clftEdog.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,000 +Zandi: Aw, another one! diff --git a/compiled/dat/clftEdog02.srt b/compiled/dat/clftEdog02.srt new file mode 100644 index 00000000..091404f2 --- /dev/null +++ b/compiled/dat/clftEdog02.srt @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,200 +Zandi: Whew! It's hot, but it's a dry heat. From 53013849a50386b96703313729121f4521af297e Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Tue, 15 Feb 2022 20:46:58 -0600 Subject: [PATCH 06/14] Move files to sfx folder instead of dat and use agnostic .sub extension instead of .srt --- compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub | 31 ++++++ compiled/sfx/bhroYeesha_GrsnSpeech_eng.sub | 19 ++++ compiled/sfx/bhroYeesha_KdshSpeech_eng.sub | 27 +++++ compiled/sfx/bhroYeesha_Speech01a_eng.sub | 47 +++++++++ compiled/sfx/bhroYeesha_Speech01b_eng.sub | 11 ++ compiled/sfx/bhroYeesha_Speech02a_eng.sub | 51 +++++++++ compiled/sfx/bhroYeesha_Speech02b_eng.sub | 11 ++ compiled/sfx/bhroYeesha_Speech03a_eng.sub | 15 +++ compiled/sfx/bhroYeesha_Speech03b_eng.sub | 39 +++++++ compiled/sfx/bhroYeesha_Speech04_eng.sub | 51 +++++++++ compiled/sfx/bhroYeesha_TldnSpeech_eng.sub | 27 +++++ compiled/sfx/clftEdog.sub | 3 + compiled/sfx/clftEdog02.sub | 3 + compiled/sfx/clftYeesha_IntroSp01_eng.sub | 3 + compiled/sfx/clftYeesha_IntroSp02_eng.sub | 95 +++++++++++++++++ compiled/sfx/clftZandiJC01a_eng.sub | 3 + compiled/sfx/clftZandiJC01b_eng.sub | 3 + compiled/sfx/clftZandiJC02a_eng.sub | 3 + compiled/sfx/clftZandiJC02b_eng.sub | 3 + compiled/sfx/clftZandiJC03a_eng.sub | 3 + compiled/sfx/clftZandiJC03b_eng.sub | 3 + compiled/sfx/clftZandiJC04a_eng.sub | 3 + compiled/sfx/clftZandiJC04b_eng.sub | 3 + compiled/sfx/clftZandiJC05a_eng.sub | 3 + compiled/sfx/clftZandiJC05b_eng.sub | 3 + compiled/sfx/clftZandiJC06a_eng.sub | 3 + compiled/sfx/clftZandiJC06b_eng.sub | 3 + compiled/sfx/clftZandiJC07a_eng.sub | 3 + compiled/sfx/clftZandiJC07b_eng.sub | 3 + compiled/sfx/clftZandiJCAll_eng.sub | 3 + compiled/sfx/clftZandiMinRes01a_eng.sub | 7 ++ compiled/sfx/clftZandiMinRes01b_eng.sub | 3 + compiled/sfx/clftZandiMinRes02a_eng.sub | 3 + compiled/sfx/clftZandiMinRes02b_eng.sub | 3 + compiled/sfx/clftZandiMinRes03a_eng.sub | 3 + compiled/sfx/clftZandiMinRes03b_eng.sub | 3 + compiled/sfx/clftZandiOpen02a_eng.sub | 7 ++ compiled/sfx/clftZandiRand01_eng.sub | 3 + compiled/sfx/clftZandiRand02_eng.sub | 3 + compiled/sfx/clftZandiRand03_eng.sub | 3 + compiled/sfx/clftZandiRand04_eng.sub | 3 + compiled/sfx/clftZandiRand05_eng.sub | 3 + compiled/sfx/krelFanQ42021_eng.sub | 115 +++++++++++++++++++++ compiled/sfx/krelWatson_eng.sub | 107 +++++++++++++++++++ compiled/sfx/tmnaYeesha_FinalSp01_eng.sub | 99 ++++++++++++++++++ compiled/sfx/tmnaYeesha_FinalSp02_eng.sub | 27 +++++ 46 files changed, 870 insertions(+) create mode 100644 compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub create mode 100644 compiled/sfx/bhroYeesha_GrsnSpeech_eng.sub create mode 100644 compiled/sfx/bhroYeesha_KdshSpeech_eng.sub create mode 100644 compiled/sfx/bhroYeesha_Speech01a_eng.sub create mode 100644 compiled/sfx/bhroYeesha_Speech01b_eng.sub create mode 100644 compiled/sfx/bhroYeesha_Speech02a_eng.sub create mode 100644 compiled/sfx/bhroYeesha_Speech02b_eng.sub create mode 100644 compiled/sfx/bhroYeesha_Speech03a_eng.sub create mode 100644 compiled/sfx/bhroYeesha_Speech03b_eng.sub create mode 100644 compiled/sfx/bhroYeesha_Speech04_eng.sub create mode 100644 compiled/sfx/bhroYeesha_TldnSpeech_eng.sub create mode 100644 compiled/sfx/clftEdog.sub create mode 100644 compiled/sfx/clftEdog02.sub create mode 100644 compiled/sfx/clftYeesha_IntroSp01_eng.sub create mode 100644 compiled/sfx/clftYeesha_IntroSp02_eng.sub create mode 100644 compiled/sfx/clftZandiJC01a_eng.sub create mode 100644 compiled/sfx/clftZandiJC01b_eng.sub create mode 100644 compiled/sfx/clftZandiJC02a_eng.sub create mode 100644 compiled/sfx/clftZandiJC02b_eng.sub create mode 100644 compiled/sfx/clftZandiJC03a_eng.sub create mode 100644 compiled/sfx/clftZandiJC03b_eng.sub create mode 100644 compiled/sfx/clftZandiJC04a_eng.sub create mode 100644 compiled/sfx/clftZandiJC04b_eng.sub create mode 100644 compiled/sfx/clftZandiJC05a_eng.sub create mode 100644 compiled/sfx/clftZandiJC05b_eng.sub create mode 100644 compiled/sfx/clftZandiJC06a_eng.sub create mode 100644 compiled/sfx/clftZandiJC06b_eng.sub create mode 100644 compiled/sfx/clftZandiJC07a_eng.sub create mode 100644 compiled/sfx/clftZandiJC07b_eng.sub create mode 100644 compiled/sfx/clftZandiJCAll_eng.sub create mode 100644 compiled/sfx/clftZandiMinRes01a_eng.sub create mode 100644 compiled/sfx/clftZandiMinRes01b_eng.sub create mode 100644 compiled/sfx/clftZandiMinRes02a_eng.sub create mode 100644 compiled/sfx/clftZandiMinRes02b_eng.sub create mode 100644 compiled/sfx/clftZandiMinRes03a_eng.sub create mode 100644 compiled/sfx/clftZandiMinRes03b_eng.sub create mode 100644 compiled/sfx/clftZandiOpen02a_eng.sub create mode 100644 compiled/sfx/clftZandiRand01_eng.sub create mode 100644 compiled/sfx/clftZandiRand02_eng.sub create mode 100644 compiled/sfx/clftZandiRand03_eng.sub create mode 100644 compiled/sfx/clftZandiRand04_eng.sub create mode 100644 compiled/sfx/clftZandiRand05_eng.sub create mode 100644 compiled/sfx/krelFanQ42021_eng.sub create mode 100644 compiled/sfx/krelWatson_eng.sub create mode 100644 compiled/sfx/tmnaYeesha_FinalSp01_eng.sub create mode 100644 compiled/sfx/tmnaYeesha_FinalSp02_eng.sub diff --git a/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub b/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub new file mode 100644 index 00000000..71a6bd77 --- /dev/null +++ b/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub @@ -0,0 +1,31 @@ +1 +00:00:00,000 --> 00:00:05,100 +Yeesha: Many stories were there for the D'ni to learn from, but they didn't hear them. + +2 +00:00:05,700 --> 00:00:13,200 +Yeesha: The ancient tales of Tuit's Ocean or, of course, the story of King Shomat and his brothers, which even speaks of gardens and death. + +3 +00:00:14,000 --> 00:00:15,500 +Yeesha: But no one truly listened. + +4 +00:00:16,500 --> 00:00:21,300 +Yeesha: The Garden Ages of the proud are beautiful, but they are built on the backs of the Least. + +5 +00:00:21,900 --> 00:00:25,800 +Yeesha: The Ages like Kemo and Gira are a sampling of the playthings of D'ni. + +6 +00:00:26,300 --> 00:00:29,500 +Yeesha: With disregard, the Least were stripped from their homes. + +7 +00:00:29,600 --> 00:00:33,600 +Yeesha: The lives in those Ages were consumed, and the D'ni gave nothing back. + +8 +00:00:34,100 --> 00:00:38,200 +Yeesha: And whatever is not given back... will be taken. diff --git a/compiled/sfx/bhroYeesha_GrsnSpeech_eng.sub b/compiled/sfx/bhroYeesha_GrsnSpeech_eng.sub new file mode 100644 index 00000000..84b9940a --- /dev/null +++ b/compiled/sfx/bhroYeesha_GrsnSpeech_eng.sub @@ -0,0 +1,19 @@ +1 +00:00:00,000 --> 00:00:03,000 +Yeesha: Let me tell you of King Kerath, dare I speak ill of him. + +2 +00:00:03,800 --> 00:00:14,000 +Yeesha: One of the great kings, but yet, he was the maker of the proud. For it was his system of guilds that served as the foundation of power, and corruption. + +3 +00:00:15,200 --> 00:00:22,800 +Yeesha: The powerful need control; fortresses and garrisons to guard their power, and soon the guarding is yet another thing to be proud of. + +4 +00:00:23,800 --> 00:00:29,800 +Yeesha: Layers within layers built to preserve their Ages and their pride from the weak and Least who might attack from without. + +5 +00:00:30,600 --> 00:00:38,600 +Yeesha: And yet, it is from within that most nations fall. And so the mighty garrisons of D'ni now stand vacant. diff --git a/compiled/sfx/bhroYeesha_KdshSpeech_eng.sub b/compiled/sfx/bhroYeesha_KdshSpeech_eng.sub new file mode 100644 index 00000000..a470dddf --- /dev/null +++ b/compiled/sfx/bhroYeesha_KdshSpeech_eng.sub @@ -0,0 +1,27 @@ +1 +00:00:00,000 --> 00:00:02,800 +Yeesha: The bones of Guildmaster Kadish speak louder than words. + +2 +00:00:03,800 --> 00:00:06,000 +Yeesha: His bones are the bones of D'ni. + +3 +00:00:06,600 --> 00:00:12,000 +Yeesha: He clung to the teachings of good King Naygen, who required good citizens to cling to their treasure. + +4 +00:00:13,200 --> 00:00:19,200 +Yeesha: This Kadish you have seen would not give back, would not return, would not let go. + +5 +00:00:19,800 --> 00:00:25,400 +Yeesha: He had long been one of the wealthiest of the D'ni, owning more than he could possibly make use of. + +6 +00:00:26,000 --> 00:00:32,400 +Yeesha: He built Ages to protect the extra, and when the Fall came, he clung to his possessions over all else. + +7 +00:00:33,200 --> 00:00:40,000 +Yeesha: And so you see only death in his vault. Extravagant death. It is an image of D'ni. diff --git a/compiled/sfx/bhroYeesha_Speech01a_eng.sub b/compiled/sfx/bhroYeesha_Speech01a_eng.sub new file mode 100644 index 00000000..a4b58716 --- /dev/null +++ b/compiled/sfx/bhroYeesha_Speech01a_eng.sub @@ -0,0 +1,47 @@ +1 +00:00:00,000 --> 00:00:01,600 +Yeesha: Your journey has begun. + +2 +00:00:02,200 --> 00:00:08,600 +Yeesha: You can't imagine how these small things affect the future, but someday you will. You will return. + +3 +00:00:09,800 --> 00:00:12,200 +Yeesha: Many paths have brought me to this place. + +4 +00:00:12,800 --> 00:00:16,000 +Yeesha: The path of my great-grandmother, bringer of destruction. + +5 +00:00:16,800 --> 00:00:19,800 +Yeesha: The path of my grandfather, the rebuilder of pride. + +6 +00:00:20,600 --> 00:00:29,000 +Yeesha: The path of my mother, writer of dreams, and of my father, my dear father, the caretaker of burdens. + +7 +00:00:30,200 --> 00:00:37,800 +Yeesha: And I knew that at the end of such great paths must lay a great purpose. I returned to the Cleft to find it. + +8 +00:00:39,400 --> 00:00:46,800 +Yeesha: Cleft. The Fissure in the desert, the wound in the Earth, the path to things beneath the surface. + +9 +00:00:48,200 --> 00:00:55,400 +Yeesha: It was there I sought to find my purpose. It was from there I came to know the dead underground city of D'ni. + +10 +00:00:56,600 --> 00:01:04,200 +Yeesha: These D'ni people who are now gone came thousands of years ago to the shelter of the cavern to return to Leastness. + +11 +00:01:05,000 --> 00:01:10,200 +Yeesha: They found solace in their smallness in the dark. And so did I. + +12 +00:01:10,800 --> 00:01:13,800 +Yeesha: But light is powerful in the darkness. diff --git a/compiled/sfx/bhroYeesha_Speech01b_eng.sub b/compiled/sfx/bhroYeesha_Speech01b_eng.sub new file mode 100644 index 00000000..3e5bf979 --- /dev/null +++ b/compiled/sfx/bhroYeesha_Speech01b_eng.sub @@ -0,0 +1,11 @@ +1 +00:00:00,000 --> 00:00:05,800 +Yeesha: And now to these pillars. These four pillars around you are the very being of the Bahro. + +2 +00:00:06,800 --> 00:00:12,400 +Yeesha: You must take them. They will bring a great treasure to Relto, your Age, the island in the clouds. + +3 +00:00:13,400 --> 00:00:16,800 +Yeesha: Relto will be their keeper for only a brief time. diff --git a/compiled/sfx/bhroYeesha_Speech02a_eng.sub b/compiled/sfx/bhroYeesha_Speech02a_eng.sub new file mode 100644 index 00000000..e4fec59d --- /dev/null +++ b/compiled/sfx/bhroYeesha_Speech02a_eng.sub @@ -0,0 +1,51 @@ +1 +00:00:00,000 --> 00:00:03,600 +Yeesha: Shorah. Peace to you, mover of the Least. + +2 +00:00:04,000 --> 00:00:06,600 +Yeesha: Seven more Journeys have moved you closer. + +3 +00:00:08,000 --> 00:00:10,200 +Yeesha: I was seduced while in D'ni. + +4 +00:00:10,800 --> 00:00:17,600 +Yeesha: My humble darkness lasted only a short time before I began to bask in what I could do, what I could write. + +5 +00:00:18,600 --> 00:00:28,000 +Yeesha: My gift, my path. The knowledge of my father and the dreams of my mother pierced a hole in the darkness. In the weakness. + +6 +00:00:28,800 --> 00:00:31,800 +Yeesha: I was aware of my power and I was proud. + +7 +00:00:33,200 --> 00:00:35,400 +Yeesha: Whole worlds at my fingertips. + +8 +00:00:37,000 --> 00:00:46,800 +Yeesha: It was the same with the D'ni, the same cycle. Light opens the darkness. It takes, it uses, and it keeps. + +9 +00:00:48,000 --> 00:00:53,600 +Yeesha: The D'ni found power in these books, these books you use to travel. They were a gift from the Maker. + +10 +00:00:54,800 --> 00:01:03,400 +Yeesha: These Ages you travel to were their Ages. Remarkable places giving life, and taking life. + +11 +00:01:05,200 --> 00:01:14,000 +Yeesha: This shadow came over them, this shadow of light, for it was in their enlightenment that they considered themselves better; better than the Least. + +12 +00:01:15,800 --> 00:01:17,200 +Yeesha: And we were sad for them. + +13 +00:01:19,000 --> 00:01:25,600 +Yeesha: Can you feel the D'ni there? You've touched the remnants, the remains of their pride and power. diff --git a/compiled/sfx/bhroYeesha_Speech02b_eng.sub b/compiled/sfx/bhroYeesha_Speech02b_eng.sub new file mode 100644 index 00000000..c6aec887 --- /dev/null +++ b/compiled/sfx/bhroYeesha_Speech02b_eng.sub @@ -0,0 +1,11 @@ +1 +00:00:00,000 --> 00:00:05,200 +Yeesha: The writing hides what's between the lines. These Journeys are to help you travel between. + +2 +00:00:05,800 --> 00:00:13,800 +Yeesha: The Bahro will be returned; these pillars are our Journey. The return of the pillars is the return of the Bahro. + +3 +00:00:14,600 --> 00:00:18,000 +Yeesha: The bringing away, and the bringing back. diff --git a/compiled/sfx/bhroYeesha_Speech03a_eng.sub b/compiled/sfx/bhroYeesha_Speech03a_eng.sub new file mode 100644 index 00000000..d2ff749f --- /dev/null +++ b/compiled/sfx/bhroYeesha_Speech03a_eng.sub @@ -0,0 +1,15 @@ +1 +00:00:00,000 --> 00:00:05,000 +Yeesha: You return again, return to hear more, return for a third pillar. + +2 +00:00:05,800 --> 00:00:09,600 +Yeesha: It's an interesting cycle, this coming and going, giving and taking. + +3 +00:00:11,000 --> 00:00:17,400 +Yeesha: Returning is what you must do, for you have torn in half the very being of one of the Least. + +4 +00:00:18,000 --> 00:00:21,200 +Yeesha: You have heard their pain, don't falter. diff --git a/compiled/sfx/bhroYeesha_Speech03b_eng.sub b/compiled/sfx/bhroYeesha_Speech03b_eng.sub new file mode 100644 index 00000000..fd888b6b --- /dev/null +++ b/compiled/sfx/bhroYeesha_Speech03b_eng.sub @@ -0,0 +1,39 @@ +1 +00:00:00,000 --> 00:00:08,400 +Yeesha: The people of D'ni didn't return easily. They only would take, until all was taken from them in the Great Returning, the Fall that destroyed them. + +2 +00:00:10,200 --> 00:00:13,800 +Yeesha: D'ni fell only a few hundred years ago. All of it was removed. + +3 +00:00:15,200 --> 00:00:25,800 +Yeesha: And my journey was similar. I could write things that no D'ni had ever dreamed of. My writing smashed barriers held as absolutes for millennia. + +4 +00:00:26,200 --> 00:00:31,600 +Yeesha: I could change things, I could move things... I could control things. + +5 +00:00:32,800 --> 00:00:41,000 +Yeesha: I learned beyond my parents, I learned beyond all. I wrote Ages against D'ni challengers, Masters of the Art, and they were beaten. + +6 +00:00:42,400 --> 00:00:44,600 +Yeesha: I took all that I could hold. + +7 +00:00:46,200 --> 00:00:54,000 +Yeesha: Only death can conquer pride so strong. For the D'ni, and for Yeesha, it was death that moved me to return. + +8 +00:00:56,000 --> 00:01:01,800 +Yeesha: All died. All but the Least. The unproud. + +9 +00:01:02,800 --> 00:01:10,800 +Yeesha: The Bahro considered themselves as dead already, and so they continued to watch D'ni, always ready to give more away. + +10 +00:01:12,000 --> 00:01:13,600 +Yeesha: And now they will return. diff --git a/compiled/sfx/bhroYeesha_Speech04_eng.sub b/compiled/sfx/bhroYeesha_Speech04_eng.sub new file mode 100644 index 00000000..449ebac6 --- /dev/null +++ b/compiled/sfx/bhroYeesha_Speech04_eng.sub @@ -0,0 +1,51 @@ +1 +00:00:00,000 --> 00:00:06,200 +Yeesha: The Journeys are complete. Now take the final pillar. Take it, but hear all I've said. + +2 +00:00:07,200 --> 00:00:10,000 +Yeesha: It's the whispers and murmurs that reveal the simple truths. + +3 +00:00:11,800 --> 00:00:18,600 +Yeesha: You hold the precious soul of a Bahro in your Age, in your hand. Such things are not meant to be held. + +4 +00:00:20,400 --> 00:00:28,400 +Yeesha: Do what I do. I have learned things, seen things, written things they never thought possible. + +5 +00:00:29,200 --> 00:00:34,400 +Yeesha: I have seen the real treasures that are protected by the petty fences of their rules. + +6 +00:00:35,000 --> 00:00:39,800 +Yeesha: I have found the precious gold buried deep beneath the weighty mountains of their laws. + +7 +00:00:42,400 --> 00:00:46,600 +Yeesha: This is my journey too. I am returning what has been given. + +8 +00:00:48,200 --> 00:00:59,000 +Yeesha: These years I've spent, this path I've traveled, this gift I've been given. This purpose weighs on me, my burden, the legacy of my father, Atrus. + +9 +00:01:00,000 --> 00:01:03,600 +Yeesha: For we are shaping D'ni. We will mold what comes after. + +10 +00:01:05,200 --> 00:01:12,400 +Yeesha: We cannot keep the power and the pride from ruining this new D'ni, but we can prepare those who will read between the lines. + +11 +00:01:14,000 --> 00:01:21,800 +Yeesha: The Least are returning. The stream in the Cleft is returning. Life is returning. The Fissure is returning. + +12 +00:01:23,400 --> 00:01:26,800 +Yeesha: The circle will be completed when you give back what you have taken. + +12 +00:01:28,200 --> 00:01:29,800 +Yeesha: You must return. diff --git a/compiled/sfx/bhroYeesha_TldnSpeech_eng.sub b/compiled/sfx/bhroYeesha_TldnSpeech_eng.sub new file mode 100644 index 00000000..ac7a59ce --- /dev/null +++ b/compiled/sfx/bhroYeesha_TldnSpeech_eng.sub @@ -0,0 +1,27 @@ +1 +00:00:00,000 --> 00:00:05,600 +Yeesha: Did you see the hidden caves, and the cages? It is where the proud would keep the Least. + +2 +00:00:06,200 --> 00:00:11,400 +Yeesha: The Least were only animals, after all... (sighs) Animals that could Link. + +3 +00:00:12,200 --> 00:00:19,000 +Yeesha: They could be put to work or play. They could ease the burden of the proud and fill their free time with entertainment. + +4 +00:00:20,800 --> 00:00:27,400 +Yeesha: Quietly as D'ni slept, their lives were taken, because the proud make the rules. + +5 +00:00:28,800 --> 00:00:31,800 +Yeesha: This wasn't the first time such a blasphemy was part of D'ni. + +6 +00:00:32,800 --> 00:00:37,600 +Yeesha: The histories whisper of it. Like Vatuk the Ager, or King Asemlef. + +7 +00:00:38,200 --> 00:00:40,800 +Yeesha: And even in this Age, it may not be the last. diff --git a/compiled/sfx/clftEdog.sub b/compiled/sfx/clftEdog.sub new file mode 100644 index 00000000..94b3efc1 --- /dev/null +++ b/compiled/sfx/clftEdog.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,000 +Zandi: Aw, another one! diff --git a/compiled/sfx/clftEdog02.sub b/compiled/sfx/clftEdog02.sub new file mode 100644 index 00000000..091404f2 --- /dev/null +++ b/compiled/sfx/clftEdog02.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,200 +Zandi: Whew! It's hot, but it's a dry heat. diff --git a/compiled/sfx/clftYeesha_IntroSp01_eng.sub b/compiled/sfx/clftYeesha_IntroSp01_eng.sub new file mode 100644 index 00000000..72ecb108 --- /dev/null +++ b/compiled/sfx/clftYeesha_IntroSp01_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:04,600 +Yeesha: [garbled].shorah .rekooahn trekleft preniv legloen b'rem diff --git a/compiled/sfx/clftYeesha_IntroSp02_eng.sub b/compiled/sfx/clftYeesha_IntroSp02_eng.sub new file mode 100644 index 00000000..c4cefcdb --- /dev/null +++ b/compiled/sfx/clftYeesha_IntroSp02_eng.sub @@ -0,0 +1,95 @@ +1 +00:00:00,000 --> 00:00:04,900 +Yeesha: .shorah .rekooahn trekleft preniv legloen b'rem + +2 +00:00:05,800 --> 00:00:08,200 +Yeesha: Oh yes, not in D'ni. They won't understand. + +3 +00:00:11,900 --> 00:00:14,000 +Yeesha: Once again the stream in the Cleft has begun to flow. + +4 +00:00:16,100 --> 00:00:18,100 +Yeesha: It was dry for so long. + +5 +00:00:19,000 --> 00:00:21,200 +Yeesha: The water is flowing in from the desert. + +6 +00:00:23,000 --> 00:00:24,500 +Yeesha: The storm is coming. + +7 +00:00:26,000 --> 00:00:29,900 +Yeesha: Have you heard of the city? The deep city, the ancient Uru? + +8 +00:00:31,500 --> 00:00:33,800 +Yeesha: Where there was power to write worlds. + +9 +00:00:34,900 --> 00:00:44,500 +Yeesha: For thousands of years, the city lived... lived beneath the surface. Keeper of the secret, keeper of the power, keeper of the Ages. + +10 +00:00:46,100 --> 00:00:47,600 +Yeesha: Always keeping. + +11 +00:00:49,100 --> 00:00:52,800 +Yeesha: The city grew proud. And then it died. + +12 +00:00:54,300 --> 00:00:56,100 +Yeesha: The water flows where it wills. + +13 +00:00:57,000 --> 00:01:02,500 +Yeesha: It seeks its own path uncontrolled except that it flows downward, always downward. + +14 +00:01:03,200 --> 00:01:11,200 +Yeesha: D'ni, the city of Ages, of other worlds, died. But now it breathes again, it awaits. + +15 +00:01:13,500 --> 00:01:18,700 +Yeesha: Some will seek that destination, but you should seek the Journey. + +16 +00:01:19,900 --> 00:01:25,800 +Yeesha: It's as a fine tapestry, complex beyond comprehension, but now torn. + +17 +00:01:27,000 --> 00:01:31,800 +Yeesha: We will show you remnants; pieces of the tapestry. Pieces of the Journey. + +18 +00:01:33,000 --> 00:01:41,300 +Yeesha: Find these remnants, these Journeys. Seven. Seven in each Age. Seven here in the desert. + +19 +00:01:42,800 --> 00:01:48,000 +Yeesha: Consider it a quest. No, a request. + +20 +00:01:50,400 --> 00:01:52,900 +Yeesha: Worship. + +21 +00:01:55,600 --> 00:02:03,500 +Yeesha: The water flows downward, and there it pools and collects, and finally once again... it reaches the roots. + +22 +00:02:04,800 --> 00:02:07,000 +Yeesha: And the tree begins to grow again. + +23 +00:02:10,400 --> 00:02:13,600 +Yeesha: I am Yeesha. My parents brought me to this place. + +24 +00:02:16,700 --> 00:02:18,200 +Yeesha: We will bring you. diff --git a/compiled/sfx/clftZandiJC01a_eng.sub b/compiled/sfx/clftZandiJC01a_eng.sub new file mode 100644 index 00000000..2487bcfd --- /dev/null +++ b/compiled/sfx/clftZandiJC01a_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,900 +Zandi: You're missing an easy Journey right around here somewhere. diff --git a/compiled/sfx/clftZandiJC01b_eng.sub b/compiled/sfx/clftZandiJC01b_eng.sub new file mode 100644 index 00000000..c8b9281d --- /dev/null +++ b/compiled/sfx/clftZandiJC01b_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,900 +Zandi: How could you miss the cloth on my Airstream? diff --git a/compiled/sfx/clftZandiJC02a_eng.sub b/compiled/sfx/clftZandiJC02a_eng.sub new file mode 100644 index 00000000..9fbc6b96 --- /dev/null +++ b/compiled/sfx/clftZandiJC02a_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,600 +Zandi: You'll find one of the cloths... where she spoke to you. diff --git a/compiled/sfx/clftZandiJC02b_eng.sub b/compiled/sfx/clftZandiJC02b_eng.sub new file mode 100644 index 00000000..54b3fe86 --- /dev/null +++ b/compiled/sfx/clftZandiJC02b_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,300 +Zandi: There's still one in the room with the imager. diff --git a/compiled/sfx/clftZandiJC03a_eng.sub b/compiled/sfx/clftZandiJC03a_eng.sub new file mode 100644 index 00000000..c09ec8c6 --- /dev/null +++ b/compiled/sfx/clftZandiJC03a_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,500 +Zandi: Did you check for a Journey cloth in one of the other rooms in the Cleft? diff --git a/compiled/sfx/clftZandiJC03b_eng.sub b/compiled/sfx/clftZandiJC03b_eng.sub new file mode 100644 index 00000000..8028b5e3 --- /dev/null +++ b/compiled/sfx/clftZandiJC03b_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,400 +Zandi: [whispering]It's in the bedroom... in the Cleft. diff --git a/compiled/sfx/clftZandiJC04a_eng.sub b/compiled/sfx/clftZandiJC04a_eng.sub new file mode 100644 index 00000000..a7a16f3a --- /dev/null +++ b/compiled/sfx/clftZandiJC04a_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,000 +Zandi: The Riven remnants... have a Journey. diff --git a/compiled/sfx/clftZandiJC04b_eng.sub b/compiled/sfx/clftZandiJC04b_eng.sub new file mode 100644 index 00000000..425b3407 --- /dev/null +++ b/compiled/sfx/clftZandiJC04b_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,200 +Zandi: Check the whark bones behind the volcano. diff --git a/compiled/sfx/clftZandiJC05a_eng.sub b/compiled/sfx/clftZandiJC05a_eng.sub new file mode 100644 index 00000000..36a8feea --- /dev/null +++ b/compiled/sfx/clftZandiJC05a_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,800 +Zandi: Check for a Journey where your journey began. diff --git a/compiled/sfx/clftZandiJC05b_eng.sub b/compiled/sfx/clftZandiJC05b_eng.sub new file mode 100644 index 00000000..19f418c0 --- /dev/null +++ b/compiled/sfx/clftZandiJC05b_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,600 +Zandi: Did you check behind the sign by the gate? diff --git a/compiled/sfx/clftZandiJC06a_eng.sub b/compiled/sfx/clftZandiJC06a_eng.sub new file mode 100644 index 00000000..98cdbdcb --- /dev/null +++ b/compiled/sfx/clftZandiJC06a_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,000 +Zandi: Check the bucket on the water lift in the Cleft. diff --git a/compiled/sfx/clftZandiJC06b_eng.sub b/compiled/sfx/clftZandiJC06b_eng.sub new file mode 100644 index 00000000..9a533cad --- /dev/null +++ b/compiled/sfx/clftZandiJC06b_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:05,600 +Zandi: Okay. You got to bring the lift down to you to... to get that one. diff --git a/compiled/sfx/clftZandiJC07a_eng.sub b/compiled/sfx/clftZandiJC07a_eng.sub new file mode 100644 index 00000000..36011d70 --- /dev/null +++ b/compiled/sfx/clftZandiJC07a_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,800 +Zandi: Sometimes... you got to close one door to open another. diff --git a/compiled/sfx/clftZandiJC07b_eng.sub b/compiled/sfx/clftZandiJC07b_eng.sub new file mode 100644 index 00000000..6570a5be --- /dev/null +++ b/compiled/sfx/clftZandiJC07b_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:05,800 +Zandi: All right, this one's tricky. Listen. It's on the outside of the imager room door in the Cleft. diff --git a/compiled/sfx/clftZandiJCAll_eng.sub b/compiled/sfx/clftZandiJCAll_eng.sub new file mode 100644 index 00000000..20c8c41a --- /dev/null +++ b/compiled/sfx/clftZandiJCAll_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:04,400 +Zandi: All right, you've found all the Journeys. Now... enter the tree. diff --git a/compiled/sfx/clftZandiMinRes01a_eng.sub b/compiled/sfx/clftZandiMinRes01a_eng.sub new file mode 100644 index 00000000..b5bfe508 --- /dev/null +++ b/compiled/sfx/clftZandiMinRes01a_eng.sub @@ -0,0 +1,7 @@ +1 +00:00:00,000 --> 00:00:03,800 +Zandi: Well, you're gonna need power for that imager in the Cleft. + +2 +00:00:04,200 --> 00:00:07,200 +Zandi: Try releasing the brake on the windmill first. diff --git a/compiled/sfx/clftZandiMinRes01b_eng.sub b/compiled/sfx/clftZandiMinRes01b_eng.sub new file mode 100644 index 00000000..5a287c17 --- /dev/null +++ b/compiled/sfx/clftZandiMinRes01b_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,100 --> 00:00:08,100 +Zandi: Ok, so... you've got to use that handle in the Cleft to release the windmill brake. Ok? diff --git a/compiled/sfx/clftZandiMinRes02a_eng.sub b/compiled/sfx/clftZandiMinRes02a_eng.sub new file mode 100644 index 00000000..85aedf82 --- /dev/null +++ b/compiled/sfx/clftZandiMinRes02a_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,600 +Zandi: Eh... sometimes the windmill seizes up. Try starting it by hand. diff --git a/compiled/sfx/clftZandiMinRes02b_eng.sub b/compiled/sfx/clftZandiMinRes02b_eng.sub new file mode 100644 index 00000000..2d1151e9 --- /dev/null +++ b/compiled/sfx/clftZandiMinRes02b_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,600 +Zandi: C'mon! You gotta push pretty hard on the windmill handle to get it going, all right? diff --git a/compiled/sfx/clftZandiMinRes03a_eng.sub b/compiled/sfx/clftZandiMinRes03a_eng.sub new file mode 100644 index 00000000..25dd3a75 --- /dev/null +++ b/compiled/sfx/clftZandiMinRes03a_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:07,000 +Zandi: Listen, um... you're still missing the message she's left in the imager. Make sure you see that before you... you enter the tree. diff --git a/compiled/sfx/clftZandiMinRes03b_eng.sub b/compiled/sfx/clftZandiMinRes03b_eng.sub new file mode 100644 index 00000000..bd7649ad --- /dev/null +++ b/compiled/sfx/clftZandiMinRes03b_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:06,800 +Zandi: All right, for the imager, there are symbols next to the door. You gotta enter those to get her message. diff --git a/compiled/sfx/clftZandiOpen02a_eng.sub b/compiled/sfx/clftZandiOpen02a_eng.sub new file mode 100644 index 00000000..f057361c --- /dev/null +++ b/compiled/sfx/clftZandiOpen02a_eng.sub @@ -0,0 +1,7 @@ +1 +00:00:00,000 --> 00:00:03,800 +Zandi: Well, uh, there's not a lot more to tell you that you'd understand. + +2 +00:00:04,600 --> 00:00:08,800 +Zandi: Uh, just... get that message that she left and you can start your journey. diff --git a/compiled/sfx/clftZandiRand01_eng.sub b/compiled/sfx/clftZandiRand01_eng.sub new file mode 100644 index 00000000..ea2edfd7 --- /dev/null +++ b/compiled/sfx/clftZandiRand01_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:03,800 +Zandi: Eh... it's hot. But it's a dry heat. diff --git a/compiled/sfx/clftZandiRand02_eng.sub b/compiled/sfx/clftZandiRand02_eng.sub new file mode 100644 index 00000000..a733c98f --- /dev/null +++ b/compiled/sfx/clftZandiRand02_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:02,200 +Zandi: Keep exploring. You'll find what you're looking for. diff --git a/compiled/sfx/clftZandiRand03_eng.sub b/compiled/sfx/clftZandiRand03_eng.sub new file mode 100644 index 00000000..066cb098 --- /dev/null +++ b/compiled/sfx/clftZandiRand03_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:01,200 +Zandi: Think that steak's done yet? diff --git a/compiled/sfx/clftZandiRand04_eng.sub b/compiled/sfx/clftZandiRand04_eng.sub new file mode 100644 index 00000000..38c604d1 --- /dev/null +++ b/compiled/sfx/clftZandiRand04_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,100 --> 00:00:04,200 +Zandi: (laughs) This is great! Hiro the pizza boy. diff --git a/compiled/sfx/clftZandiRand05_eng.sub b/compiled/sfx/clftZandiRand05_eng.sub new file mode 100644 index 00000000..e8ed2e01 --- /dev/null +++ b/compiled/sfx/clftZandiRand05_eng.sub @@ -0,0 +1,3 @@ +1 +00:00:00,000 --> 00:00:04,600 +Zandi: You know how hard it is to finish a book with a constant stream of people... interrupting? diff --git a/compiled/sfx/krelFanQ42021_eng.sub b/compiled/sfx/krelFanQ42021_eng.sub new file mode 100644 index 00000000..fcf978f1 --- /dev/null +++ b/compiled/sfx/krelFanQ42021_eng.sub @@ -0,0 +1,115 @@ +1 +00:00:00,100 --> 00:00:13,200 +Tyion: (garbled static and interference) All right, then. How do I do... do I just... Oh! Got it, got it, thanks. + +2 +00:00:14,100 --> 00:00:32,400 +Tyion: (clears throat) Hello, everybody. If all has gone to plan and our reverse-engineering of this particular piece of tech has worked, you are now hearing a playback of my voice coming through to you on a centuries-old D'ni sound system. + +3 +00:00:33,000 --> 00:00:45,600 +Tyion: If, for whatever reason, this hasn't worked and something's gone a bit wrong, then I can only hope that anyone nearby had their Relto books to hand and have made a speedy getaway. + +4 +00:00:46,600 --> 00:00:49,400 +Tyion: (chuckles lightly) Bad joke. Sorry about that. + +5 +00:00:50,000 --> 00:01:00,200 +Tyion: (clears throat) Uh, for those of you who have newly arrived, I want to welcome you to this, the latest restoration of the city and Ages of D’ni. + +6 +00:01:00,600 --> 00:01:25,400 +Tyion: This is now the –- two, three, fourth, is it? –- yeah, fourth such effort to restore D’ni, and whereas efforts were spearheaded in previous years by the D’ni Restoration Council, our restoration is something of a different beast, made up as it is by explorers and visitors to the cavern such as yourselves. + +7 +00:01:00,600 --> 00:01:25,400 +Tyion: This is now the –- two, three, fourth, is it? –- yeah, fourth such effort to restore D’ni, and whereas efforts were spearheaded in previous years by the D’ni Restoration Council, our restoration is something of a different beast, made up as it is by explorers and visitors to the cavern such as yourselves. + +8 +00:01:26,000 --> 00:01:36,600 +Tyion: There’s no formal hierarchy in our group, or no pecking order as such. We come from many backgrounds and fields, some academic, and some technical. + +9 +00:01:37,400 --> 00:01:55,800 +Tyion: There are those of us who have taken an active role in restoring new Ages and areas of the city. Some of us have been experimenting with the D’ni Art of writing Ages itself, and there are others simply here to explore and experience the history and culture of this remarkable civilization. + +10 +00:01:57,800 --> 00:02:12,600 +Tyion: That being said, anyone down here actively involved with the restoration is doing so on a strictly volunteer basis and as such we collectively possess only a fraction of the resources that our predecessors in the DRC once had. + +11 +00:02:13,600 --> 00:02:23,000 +Tyion: And while there have been efforts to maintain the safety arrangements they put in place, I must stress that your explorations are undertaken at entirely your own risk. + +12 +00:02:23,800 --> 00:02:41,200 +Tyion: Newly restored areas will of course be checked as thoroughly as they can for structural defects, as well as clearing away the more obvious debris and so forth. But the general rule of thumb is to have your Relto books as close to hand as possible at any given time. + +13 +00:02:41,800 --> 00:02:50,800 +Tyion: And, when possible, please refrain from making off with the cones. They are there for your safety, and not for scoring likes and follows on your Modern Art Instagram. + +14 +00:02:51,800 --> 00:02:59,600 +Tyion: They have their place, and that place is NOT the backroom of the Guild of Messenger’s Pub. I mean, this should go without saying, people. Come on. + +15 +00:03:01,600 --> 00:03:13,200 +Tyion: Right. All that out of the way, the restoration has been hard at work over the past year in getting new Ages ready for explorers, and several such places are now available to visit. + +16 +00:03:14,600 --> 00:03:21,200 +Tyion: They can be reached by way of the library Age of Chiso Preniv, which itself can be found in the Watcher’s Pub. + +17 +00:03:22,600 --> 00:03:41,600 +Tyion: It’s our hope that Chiso will become a vast repository of collected works of writers, academics and historians, and if you have made discoveries or have something of your own you would like to submit to the library, please do not hesitate to get in touch to discuss finding a place for them on the shelves. + +18 +00:03:43,800 --> 00:03:56,800 +Tyion: Let's see... what else... what else, what else... oh yes, we have received several reports from those in the restoration who have been monitoring the bioluminescent algae in the cavern's lake. + +19 +00:03:57,600 --> 00:04:19,200 +Tyion: Following CalumTraveler’s latest results from his sampling equipment, along with the return of Wayne Todd from his recent exploration of one of the cavern’s overflow stations, we are able to confirm that the algae in the lake is very much alive and recovering at a quicker pace than our current estimations had led us to believe. + +20 +00:04:19,800 --> 00:04:27,800 +Tyion: It looks like the efforts of explorers throughout the last decade -- feeding of the cavern lake -- are now finally bearing results. + +21 +00:04:29,000 --> 00:04:43,600 +Tyion: While the restoration is indeed excited for the possibilities this news presents, the week of anxiety following the discovery of Wayne’s lost and destroyed Relto book in the lake was something we all could have collectively done without. + +22 +00:04:44,400 --> 00:04:53,200 +Tyion: So, Let’s see if we can take things forward without the need for frantic search parties on the lake in future. Okay, Wayne? + +23 +00:04:54,600 --> 00:05:03,400 +Tyion: Finally, in news of ongoing projects, it has been formally announced that the underground pathway connecting the surface to the city is to be restored. + +24 +00:05:03,800 --> 00:05:11,600 +Tyion: As you can imagine, this is a huge undertaking, both in its significance to D’ni history and in the sheer scale of the work involved. + +25 +00:05:12,200 --> 00:05:17,400 +Tyion: The journey itself will be taking no less than three days to complete on foot. + +26 +00:05:18,400 --> 00:05:20,800 +Tyion: There’s currently no ETA at this time. + +27 +00:05:21,600 --> 00:05:38,600 +Tyion: We’re very much working on a "it’ll be done when it’s done" basis, but depending on the work involved, we may look into releasing the path in stages, with further areas of it opened up until -- it is our hope -- that the explorers will be able to walk the full path to D’ni. + +28 +00:05:40,000 --> 00:05:51,200 +Tyion: Uh, anyone interested in the work should keep an eye on the project leader Doobes’s assorted social media page, as that’s where progress on this will be recorded. + +29 +00:05:52,800 --> 00:06:00,000 +Tyion: Okay, uh... reckon that will do it. Great. Fingers crossed this works. diff --git a/compiled/sfx/krelWatson_eng.sub b/compiled/sfx/krelWatson_eng.sub new file mode 100644 index 00000000..ce652dae --- /dev/null +++ b/compiled/sfx/krelWatson_eng.sub @@ -0,0 +1,107 @@ +1 +00:00:00,000 --> 00:00:08,200 +Dr. Watson: Hello? (tapping mic) Test, test. Victor, are we on? Ok. (clears throat) Ok, then. + +2 +00:00:09,600 --> 00:00:19,000 +Dr. Watson: Hello, everyone. Um, thanks to Victor we've gotten some additional D'ni technology working. + +3 +00:00:19,400 --> 00:00:28,600 +Dr. Watson: It should be quite useful in sending messages here from the Tokotah to the numerous neighborhoods as one more way to keep you informed of how things are progressing. + +4 +00:00:29,400 --> 00:00:34,400 +Dr. Watson: Um, let me begin by once again welcoming newcomers to D'ni. + +5 +00:00:34,800 --> 00:00:43,800 +Dr. Watson: We're very pleased to have you. I know I've spoken with a few of you in person, but to those of you I haven't met yet: Welcome to the restoration. + +6 +00:00:44,200 --> 00:00:50,000 +Dr. Watson: The DRC and restoration engineers have been working very hard to put things in order. + +7 +00:00:50,200 --> 00:01:01,800 +Dr. Watson: As you've probably noticed various areas of the island, Ae'gura, have been opened over the past few weeks, uh, with quite a bit more scheduled over the next few days, weeks, and months to come. + +8 +00:01:02,200 --> 00:01:05,400 +Dr. Watson: We're also working on opening up several new Ages. + +9 +00:01:06,000 --> 00:01:15,800 +Dr. Watson: Um, we know that many of you have been given access to Ages that haven't gone through any kind of process yet, and we certainly do not encourage use of any unapproved Books. + +10 +00:01:16,400 --> 00:01:25,600 +Dr. Watson: But let's just say that with your safety uppermost in our minds, we're pushing to approve those Ages just as quickly as we can. + +11 +00:01:27,800 --> 00:01:31,400 +Dr. Watson: Oh, and several of you have asked what you can do to help with the restoration effort. + +12 +00:01:32,000 --> 00:01:40,800 +Dr. Watson: As you may already know, the D'ni KIs have the ability to determine their precise location here in the cavern as well as in other Ages. + +13 +00:01:41,000 --> 00:01:44,600 +Dr. Watson: Much of this functionality is governed here in the cavern by the Great Zero. + +14 +00:01:45,400 --> 00:01:53,400 +Dr. Watson: Victor has recently succeeded in getting portions of the Great Zero functioning again, but he tells me it still-- still needs to be calibrated. + +15 +00:01:53,800 --> 00:02:01,800 +Dr. Watson: We'll soon begin to focus on another island area: the Ferry Terminal and its associated docks. + +16 +00:02:02,600 --> 00:02:09,800 +Dr. Watson: We actually had some restoration engineers do some diving and they found a sunken boat that we hope to raise at a later date. + +17 +00:02:09,800 --> 00:02:15,600 +Dr. Watson: Before that, however, we will inspect the docks and approve them for public access. + +18 +00:02:15,800 --> 00:02:23,800 +Dr. Watson: Uh, let's see... um, yes. Outside the cavern, Gahreesen continues to progress nicely. + +19 +00:02:23,800 --> 00:02:31,400 +Dr. Watson: Victor (check: no idea what to do with grammar in this sentence) seems recently made some discoveries that'll enable us to open up more of the interior space, uh, the Wall is what we call it. + +20 +00:02:34,000 --> 00:02:39,600 +Dr. Watson: Members of our team are also working on another Age that should be opened within the next few weeks. Perhaps we will post some pictures. + +21 +00:02:41,400 --> 00:02:47,600 +Dr. Watson: I'll end by addressing some peculiar events that have been occurring. + +22 +00:02:48,000 --> 00:02:56,000 +Dr. Watson: Odd stones, books, cloths, and pages have been reported appearing from time to time. + +23 +00:02:56,000 --> 00:03:07,600 +Dr. Watson: Rather than insist, probably unsuccessfully, that you not use these oddities, the DRC will for now simply wash its hands of any consequence arising from their use. + +24 +00:03:07,800 --> 00:03:11,600 +Dr. Watson: In other words, if you use them, you do so at your own risk. + +25 +00:03:12,200 --> 00:03:17,800 +Dr. Watson: We will continue to remove these artifacts if they're found. So far that has proved fruitless. + +26 +00:03:18,000 --> 00:03:26,400 +Dr. Watson: But... sorry to say it this way, but anyone involved in the placing of these books will be banned from the cavern. + +27 +00:03:26,800 --> 00:03:35,200 +Dr. Watson: But to end on a good note, thanks for all the continued help, to all of you, and patience as D'ni slowly begins to grow again. diff --git a/compiled/sfx/tmnaYeesha_FinalSp01_eng.sub b/compiled/sfx/tmnaYeesha_FinalSp01_eng.sub new file mode 100644 index 00000000..2f0c79f8 --- /dev/null +++ b/compiled/sfx/tmnaYeesha_FinalSp01_eng.sub @@ -0,0 +1,99 @@ +1 +00:00:02,600 --> 00:00:04,200 +Yeesha: An ending has been written? + +2 +00:00:05,000 --> 00:00:12,800 +Yeesha: You've done all that has been asked. You've traveled the full circle. You have returned to the Cleft through the Fissure. + +3 +00:00:14,400 --> 00:00:18,200 +Yeesha: You swam among the stars and saw the remnants of previous Journeys. + +4 +00:00:19,000 --> 00:00:25,800 +Yeesha: You have returned, and the pillars were returned. And now one more of the Bahro, the Least, has been returned to D'ni. + +5 +00:00:27,000 --> 00:00:32,200 +Yeesha: You don't need to understand what that means, only that the hand of the Maker has set it in motion. + +6 +00:00:35,800 --> 00:00:43,800 +Yeesha: Now the circle is complete and the Tree has begun to grow again. The path is now open, and so the symbol of the Journey must change. + +7 +00:00:44,400 --> 00:00:49,200 +Yeesha: Now the beginning is tied to the end. Now you can go where you wish. + +8 +00:00:50,600 --> 00:00:52,400 +Yeesha: The restoration of D'ni awaits. + +9 +00:00:53,800 --> 00:00:58,600 +Yeesha: The deep city breathes. Uru again. + +10 +00:01:01,800 --> 00:01:04,200 +Yeesha: And I will be concerned with other things. + +11 +00:01:05,000 --> 00:01:12,600 +Yeesha: The Least are becoming greater. They will now also affect the restoration, perhaps not the way others had planned. + +12 +00:01:13,800 --> 00:01:19,600 +Yeesha: You've learned about the pride of D'ni. The great writers of worlds were infected with pride that became a cancer. + +13 +00:01:20,200 --> 00:01:25,200 +Yeesha: It grew quietly beneath the surface, but it grew until D'ni could live no more. + +14 +00:01:26,400 --> 00:01:30,000 +Yeesha: But those things have been told. You understand it well, I think. + +15 +00:01:31,000 --> 00:01:35,400 +Yeesha: Let us end this cycle with rewards, before we start the next cycle. + +16 +00:01:38,200 --> 00:01:47,800 +Yeesha: Relto. The high place. Your Age now. It was the first Age I wrote, a gift for my parents, and now much more. + +17 +00:01:50,000 --> 00:01:56,200 +Yeesha: It reminds me of another home, another place. I even placed the library in the place it belongs. + +18 +00:01:58,400 --> 00:02:03,800 +Yeesha: But Relto will change. It will be your soul, showing what you are. + +19 +00:02:05,200 --> 00:02:11,800 +Yeesha: Only I could write Relto. It's beyond what the D'ni could accomplish. Keep it. + +20 +00:02:13,000 --> 00:02:20,200 +Yeesha: And I've given you clothing that represents your Journey. Wear this to show others what side you've taken, when sides are taken. + +21 +00:02:21,800 --> 00:02:30,400 +Yeesha: When you wear it, you will tell all that you side with us. With Yeesha, with the Bahro. It will not always be easy. + +22 +00:02:32,400 --> 00:02:36,800 +Yeesha: And another gift is here. A link to the Cleft, here in Tomahna. + +23 +00:02:37,600 --> 00:02:40,800 +Yeesha: You haven't been able to return here, but now you can. + +24 +00:02:41,800 --> 00:02:47,000 +Yeesha: This Book will take a special place on your shelf. This place is not meant to be shared. + +25 +00:02:48,200 --> 00:02:51,800 +Yeesha: Return here alone when you wish to remember the cycle of things. diff --git a/compiled/sfx/tmnaYeesha_FinalSp02_eng.sub b/compiled/sfx/tmnaYeesha_FinalSp02_eng.sub new file mode 100644 index 00000000..b430028d --- /dev/null +++ b/compiled/sfx/tmnaYeesha_FinalSp02_eng.sub @@ -0,0 +1,27 @@ +1 +00:00:04,400 --> 00:00:06,000 +Yeesha: Returning. + +2 +00:00:08,400 --> 00:00:14,800 +Yeesha: One final gift, something that no D'ni writer has been able to do for more than ten thousand years. + +3 +00:00:16,000 --> 00:00:22,200 +Yeesha: I alone can write this gift. I alone am chosen to do this, and more. + +4 +00:00:24,800 --> 00:00:29,400 +Yeesha: This gift is what my father Atrus would have longed to give his grandmother Ti'ana. + +5 +00:00:30,200 --> 00:00:33,000 +Yeesha: What Ti'ana longed for and danced for. + +6 +00:00:35,800 --> 00:00:37,800 +Yeesha: The gift of life in the desert. + +7 +00:00:49,800 --> 00:00:51,600 +Yeesha: Perhaps the ending has not yet been written. From 93b9bcb280e454af8e4ba83846a26d307fc6124e Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Wed, 16 Feb 2022 09:52:12 -0600 Subject: [PATCH 07/14] Uh, actually delete the old dat/*.srt versions of the files since they have been moved. Oops. --- compiled/dat/bhroYeesha_GrdnSpeech_eng.srt | 31 ------ compiled/dat/bhroYeesha_GrsnSpeech_eng.srt | 19 ---- compiled/dat/bhroYeesha_KdshSpeech_eng.srt | 27 ----- compiled/dat/bhroYeesha_Speech01a_eng.srt | 47 --------- compiled/dat/bhroYeesha_Speech01b_eng.srt | 11 -- compiled/dat/bhroYeesha_Speech02a_eng.srt | 51 --------- compiled/dat/bhroYeesha_Speech02b_eng.srt | 11 -- compiled/dat/bhroYeesha_Speech03a_eng.srt | 15 --- compiled/dat/bhroYeesha_Speech03b_eng.srt | 39 ------- compiled/dat/bhroYeesha_Speech04_eng.srt | 51 --------- compiled/dat/bhroYeesha_TldnSpeech_eng.srt | 27 ----- compiled/dat/clftEdog.srt | 3 - compiled/dat/clftEdog02.srt | 3 - compiled/dat/clftYeesha_IntroSp01_eng.srt | 3 - compiled/dat/clftYeesha_IntroSp02_eng.srt | 95 ----------------- compiled/dat/clftZandiJC01a_eng.srt | 3 - compiled/dat/clftZandiJC01b_eng.srt | 3 - compiled/dat/clftZandiJC02a_eng.srt | 3 - compiled/dat/clftZandiJC02b_eng.srt | 3 - compiled/dat/clftZandiJC03a_eng.srt | 3 - compiled/dat/clftZandiJC03b_eng.srt | 3 - compiled/dat/clftZandiJC04a_eng.srt | 3 - compiled/dat/clftZandiJC04b_eng.srt | 3 - compiled/dat/clftZandiJC05a_eng.srt | 3 - compiled/dat/clftZandiJC05b_eng.srt | 3 - compiled/dat/clftZandiJC06a_eng.srt | 3 - compiled/dat/clftZandiJC06b_eng.srt | 3 - compiled/dat/clftZandiJC07a_eng.srt | 3 - compiled/dat/clftZandiJC07b_eng.srt | 3 - compiled/dat/clftZandiJCAll_eng.srt | 3 - compiled/dat/clftZandiMinRes01a_eng.srt | 7 -- compiled/dat/clftZandiMinRes01b_eng.srt | 3 - compiled/dat/clftZandiMinRes02a_eng.srt | 3 - compiled/dat/clftZandiMinRes02b_eng.srt | 3 - compiled/dat/clftZandiMinRes03a_eng.srt | 3 - compiled/dat/clftZandiMinRes03b_eng.srt | 3 - compiled/dat/clftZandiOpen01a_eng.srt | 27 ----- compiled/dat/clftZandiOpen02a_eng.srt | 7 -- compiled/dat/clftZandiRand01_eng.srt | 3 - compiled/dat/clftZandiRand02_eng.srt | 3 - compiled/dat/clftZandiRand03_eng.srt | 3 - compiled/dat/clftZandiRand04_eng.srt | 3 - compiled/dat/clftZandiRand05_eng.srt | 3 - compiled/dat/krelFanQ42021_eng.srt | 115 --------------------- compiled/dat/krelWatson_eng.srt | 107 ------------------- compiled/dat/tmnaYeesha_FinalSp01_eng.srt | 99 ------------------ compiled/dat/tmnaYeesha_FinalSp02_eng.srt | 27 ----- 47 files changed, 897 deletions(-) delete mode 100644 compiled/dat/bhroYeesha_GrdnSpeech_eng.srt delete mode 100644 compiled/dat/bhroYeesha_GrsnSpeech_eng.srt delete mode 100644 compiled/dat/bhroYeesha_KdshSpeech_eng.srt delete mode 100644 compiled/dat/bhroYeesha_Speech01a_eng.srt delete mode 100644 compiled/dat/bhroYeesha_Speech01b_eng.srt delete mode 100644 compiled/dat/bhroYeesha_Speech02a_eng.srt delete mode 100644 compiled/dat/bhroYeesha_Speech02b_eng.srt delete mode 100644 compiled/dat/bhroYeesha_Speech03a_eng.srt delete mode 100644 compiled/dat/bhroYeesha_Speech03b_eng.srt delete mode 100644 compiled/dat/bhroYeesha_Speech04_eng.srt delete mode 100644 compiled/dat/bhroYeesha_TldnSpeech_eng.srt delete mode 100644 compiled/dat/clftEdog.srt delete mode 100644 compiled/dat/clftEdog02.srt delete mode 100644 compiled/dat/clftYeesha_IntroSp01_eng.srt delete mode 100644 compiled/dat/clftYeesha_IntroSp02_eng.srt delete mode 100644 compiled/dat/clftZandiJC01a_eng.srt delete mode 100644 compiled/dat/clftZandiJC01b_eng.srt delete mode 100644 compiled/dat/clftZandiJC02a_eng.srt delete mode 100644 compiled/dat/clftZandiJC02b_eng.srt delete mode 100644 compiled/dat/clftZandiJC03a_eng.srt delete mode 100644 compiled/dat/clftZandiJC03b_eng.srt delete mode 100644 compiled/dat/clftZandiJC04a_eng.srt delete mode 100644 compiled/dat/clftZandiJC04b_eng.srt delete mode 100644 compiled/dat/clftZandiJC05a_eng.srt delete mode 100644 compiled/dat/clftZandiJC05b_eng.srt delete mode 100644 compiled/dat/clftZandiJC06a_eng.srt delete mode 100644 compiled/dat/clftZandiJC06b_eng.srt delete mode 100644 compiled/dat/clftZandiJC07a_eng.srt delete mode 100644 compiled/dat/clftZandiJC07b_eng.srt delete mode 100644 compiled/dat/clftZandiJCAll_eng.srt delete mode 100644 compiled/dat/clftZandiMinRes01a_eng.srt delete mode 100644 compiled/dat/clftZandiMinRes01b_eng.srt delete mode 100644 compiled/dat/clftZandiMinRes02a_eng.srt delete mode 100644 compiled/dat/clftZandiMinRes02b_eng.srt delete mode 100644 compiled/dat/clftZandiMinRes03a_eng.srt delete mode 100644 compiled/dat/clftZandiMinRes03b_eng.srt delete mode 100644 compiled/dat/clftZandiOpen01a_eng.srt delete mode 100644 compiled/dat/clftZandiOpen02a_eng.srt delete mode 100644 compiled/dat/clftZandiRand01_eng.srt delete mode 100644 compiled/dat/clftZandiRand02_eng.srt delete mode 100644 compiled/dat/clftZandiRand03_eng.srt delete mode 100644 compiled/dat/clftZandiRand04_eng.srt delete mode 100644 compiled/dat/clftZandiRand05_eng.srt delete mode 100644 compiled/dat/krelFanQ42021_eng.srt delete mode 100644 compiled/dat/krelWatson_eng.srt delete mode 100644 compiled/dat/tmnaYeesha_FinalSp01_eng.srt delete mode 100644 compiled/dat/tmnaYeesha_FinalSp02_eng.srt diff --git a/compiled/dat/bhroYeesha_GrdnSpeech_eng.srt b/compiled/dat/bhroYeesha_GrdnSpeech_eng.srt deleted file mode 100644 index 71a6bd77..00000000 --- a/compiled/dat/bhroYeesha_GrdnSpeech_eng.srt +++ /dev/null @@ -1,31 +0,0 @@ -1 -00:00:00,000 --> 00:00:05,100 -Yeesha: Many stories were there for the D'ni to learn from, but they didn't hear them. - -2 -00:00:05,700 --> 00:00:13,200 -Yeesha: The ancient tales of Tuit's Ocean or, of course, the story of King Shomat and his brothers, which even speaks of gardens and death. - -3 -00:00:14,000 --> 00:00:15,500 -Yeesha: But no one truly listened. - -4 -00:00:16,500 --> 00:00:21,300 -Yeesha: The Garden Ages of the proud are beautiful, but they are built on the backs of the Least. - -5 -00:00:21,900 --> 00:00:25,800 -Yeesha: The Ages like Kemo and Gira are a sampling of the playthings of D'ni. - -6 -00:00:26,300 --> 00:00:29,500 -Yeesha: With disregard, the Least were stripped from their homes. - -7 -00:00:29,600 --> 00:00:33,600 -Yeesha: The lives in those Ages were consumed, and the D'ni gave nothing back. - -8 -00:00:34,100 --> 00:00:38,200 -Yeesha: And whatever is not given back... will be taken. diff --git a/compiled/dat/bhroYeesha_GrsnSpeech_eng.srt b/compiled/dat/bhroYeesha_GrsnSpeech_eng.srt deleted file mode 100644 index 84b9940a..00000000 --- a/compiled/dat/bhroYeesha_GrsnSpeech_eng.srt +++ /dev/null @@ -1,19 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,000 -Yeesha: Let me tell you of King Kerath, dare I speak ill of him. - -2 -00:00:03,800 --> 00:00:14,000 -Yeesha: One of the great kings, but yet, he was the maker of the proud. For it was his system of guilds that served as the foundation of power, and corruption. - -3 -00:00:15,200 --> 00:00:22,800 -Yeesha: The powerful need control; fortresses and garrisons to guard their power, and soon the guarding is yet another thing to be proud of. - -4 -00:00:23,800 --> 00:00:29,800 -Yeesha: Layers within layers built to preserve their Ages and their pride from the weak and Least who might attack from without. - -5 -00:00:30,600 --> 00:00:38,600 -Yeesha: And yet, it is from within that most nations fall. And so the mighty garrisons of D'ni now stand vacant. diff --git a/compiled/dat/bhroYeesha_KdshSpeech_eng.srt b/compiled/dat/bhroYeesha_KdshSpeech_eng.srt deleted file mode 100644 index a470dddf..00000000 --- a/compiled/dat/bhroYeesha_KdshSpeech_eng.srt +++ /dev/null @@ -1,27 +0,0 @@ -1 -00:00:00,000 --> 00:00:02,800 -Yeesha: The bones of Guildmaster Kadish speak louder than words. - -2 -00:00:03,800 --> 00:00:06,000 -Yeesha: His bones are the bones of D'ni. - -3 -00:00:06,600 --> 00:00:12,000 -Yeesha: He clung to the teachings of good King Naygen, who required good citizens to cling to their treasure. - -4 -00:00:13,200 --> 00:00:19,200 -Yeesha: This Kadish you have seen would not give back, would not return, would not let go. - -5 -00:00:19,800 --> 00:00:25,400 -Yeesha: He had long been one of the wealthiest of the D'ni, owning more than he could possibly make use of. - -6 -00:00:26,000 --> 00:00:32,400 -Yeesha: He built Ages to protect the extra, and when the Fall came, he clung to his possessions over all else. - -7 -00:00:33,200 --> 00:00:40,000 -Yeesha: And so you see only death in his vault. Extravagant death. It is an image of D'ni. diff --git a/compiled/dat/bhroYeesha_Speech01a_eng.srt b/compiled/dat/bhroYeesha_Speech01a_eng.srt deleted file mode 100644 index a4b58716..00000000 --- a/compiled/dat/bhroYeesha_Speech01a_eng.srt +++ /dev/null @@ -1,47 +0,0 @@ -1 -00:00:00,000 --> 00:00:01,600 -Yeesha: Your journey has begun. - -2 -00:00:02,200 --> 00:00:08,600 -Yeesha: You can't imagine how these small things affect the future, but someday you will. You will return. - -3 -00:00:09,800 --> 00:00:12,200 -Yeesha: Many paths have brought me to this place. - -4 -00:00:12,800 --> 00:00:16,000 -Yeesha: The path of my great-grandmother, bringer of destruction. - -5 -00:00:16,800 --> 00:00:19,800 -Yeesha: The path of my grandfather, the rebuilder of pride. - -6 -00:00:20,600 --> 00:00:29,000 -Yeesha: The path of my mother, writer of dreams, and of my father, my dear father, the caretaker of burdens. - -7 -00:00:30,200 --> 00:00:37,800 -Yeesha: And I knew that at the end of such great paths must lay a great purpose. I returned to the Cleft to find it. - -8 -00:00:39,400 --> 00:00:46,800 -Yeesha: Cleft. The Fissure in the desert, the wound in the Earth, the path to things beneath the surface. - -9 -00:00:48,200 --> 00:00:55,400 -Yeesha: It was there I sought to find my purpose. It was from there I came to know the dead underground city of D'ni. - -10 -00:00:56,600 --> 00:01:04,200 -Yeesha: These D'ni people who are now gone came thousands of years ago to the shelter of the cavern to return to Leastness. - -11 -00:01:05,000 --> 00:01:10,200 -Yeesha: They found solace in their smallness in the dark. And so did I. - -12 -00:01:10,800 --> 00:01:13,800 -Yeesha: But light is powerful in the darkness. diff --git a/compiled/dat/bhroYeesha_Speech01b_eng.srt b/compiled/dat/bhroYeesha_Speech01b_eng.srt deleted file mode 100644 index 3e5bf979..00000000 --- a/compiled/dat/bhroYeesha_Speech01b_eng.srt +++ /dev/null @@ -1,11 +0,0 @@ -1 -00:00:00,000 --> 00:00:05,800 -Yeesha: And now to these pillars. These four pillars around you are the very being of the Bahro. - -2 -00:00:06,800 --> 00:00:12,400 -Yeesha: You must take them. They will bring a great treasure to Relto, your Age, the island in the clouds. - -3 -00:00:13,400 --> 00:00:16,800 -Yeesha: Relto will be their keeper for only a brief time. diff --git a/compiled/dat/bhroYeesha_Speech02a_eng.srt b/compiled/dat/bhroYeesha_Speech02a_eng.srt deleted file mode 100644 index e4fec59d..00000000 --- a/compiled/dat/bhroYeesha_Speech02a_eng.srt +++ /dev/null @@ -1,51 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,600 -Yeesha: Shorah. Peace to you, mover of the Least. - -2 -00:00:04,000 --> 00:00:06,600 -Yeesha: Seven more Journeys have moved you closer. - -3 -00:00:08,000 --> 00:00:10,200 -Yeesha: I was seduced while in D'ni. - -4 -00:00:10,800 --> 00:00:17,600 -Yeesha: My humble darkness lasted only a short time before I began to bask in what I could do, what I could write. - -5 -00:00:18,600 --> 00:00:28,000 -Yeesha: My gift, my path. The knowledge of my father and the dreams of my mother pierced a hole in the darkness. In the weakness. - -6 -00:00:28,800 --> 00:00:31,800 -Yeesha: I was aware of my power and I was proud. - -7 -00:00:33,200 --> 00:00:35,400 -Yeesha: Whole worlds at my fingertips. - -8 -00:00:37,000 --> 00:00:46,800 -Yeesha: It was the same with the D'ni, the same cycle. Light opens the darkness. It takes, it uses, and it keeps. - -9 -00:00:48,000 --> 00:00:53,600 -Yeesha: The D'ni found power in these books, these books you use to travel. They were a gift from the Maker. - -10 -00:00:54,800 --> 00:01:03,400 -Yeesha: These Ages you travel to were their Ages. Remarkable places giving life, and taking life. - -11 -00:01:05,200 --> 00:01:14,000 -Yeesha: This shadow came over them, this shadow of light, for it was in their enlightenment that they considered themselves better; better than the Least. - -12 -00:01:15,800 --> 00:01:17,200 -Yeesha: And we were sad for them. - -13 -00:01:19,000 --> 00:01:25,600 -Yeesha: Can you feel the D'ni there? You've touched the remnants, the remains of their pride and power. diff --git a/compiled/dat/bhroYeesha_Speech02b_eng.srt b/compiled/dat/bhroYeesha_Speech02b_eng.srt deleted file mode 100644 index c6aec887..00000000 --- a/compiled/dat/bhroYeesha_Speech02b_eng.srt +++ /dev/null @@ -1,11 +0,0 @@ -1 -00:00:00,000 --> 00:00:05,200 -Yeesha: The writing hides what's between the lines. These Journeys are to help you travel between. - -2 -00:00:05,800 --> 00:00:13,800 -Yeesha: The Bahro will be returned; these pillars are our Journey. The return of the pillars is the return of the Bahro. - -3 -00:00:14,600 --> 00:00:18,000 -Yeesha: The bringing away, and the bringing back. diff --git a/compiled/dat/bhroYeesha_Speech03a_eng.srt b/compiled/dat/bhroYeesha_Speech03a_eng.srt deleted file mode 100644 index d2ff749f..00000000 --- a/compiled/dat/bhroYeesha_Speech03a_eng.srt +++ /dev/null @@ -1,15 +0,0 @@ -1 -00:00:00,000 --> 00:00:05,000 -Yeesha: You return again, return to hear more, return for a third pillar. - -2 -00:00:05,800 --> 00:00:09,600 -Yeesha: It's an interesting cycle, this coming and going, giving and taking. - -3 -00:00:11,000 --> 00:00:17,400 -Yeesha: Returning is what you must do, for you have torn in half the very being of one of the Least. - -4 -00:00:18,000 --> 00:00:21,200 -Yeesha: You have heard their pain, don't falter. diff --git a/compiled/dat/bhroYeesha_Speech03b_eng.srt b/compiled/dat/bhroYeesha_Speech03b_eng.srt deleted file mode 100644 index fd888b6b..00000000 --- a/compiled/dat/bhroYeesha_Speech03b_eng.srt +++ /dev/null @@ -1,39 +0,0 @@ -1 -00:00:00,000 --> 00:00:08,400 -Yeesha: The people of D'ni didn't return easily. They only would take, until all was taken from them in the Great Returning, the Fall that destroyed them. - -2 -00:00:10,200 --> 00:00:13,800 -Yeesha: D'ni fell only a few hundred years ago. All of it was removed. - -3 -00:00:15,200 --> 00:00:25,800 -Yeesha: And my journey was similar. I could write things that no D'ni had ever dreamed of. My writing smashed barriers held as absolutes for millennia. - -4 -00:00:26,200 --> 00:00:31,600 -Yeesha: I could change things, I could move things... I could control things. - -5 -00:00:32,800 --> 00:00:41,000 -Yeesha: I learned beyond my parents, I learned beyond all. I wrote Ages against D'ni challengers, Masters of the Art, and they were beaten. - -6 -00:00:42,400 --> 00:00:44,600 -Yeesha: I took all that I could hold. - -7 -00:00:46,200 --> 00:00:54,000 -Yeesha: Only death can conquer pride so strong. For the D'ni, and for Yeesha, it was death that moved me to return. - -8 -00:00:56,000 --> 00:01:01,800 -Yeesha: All died. All but the Least. The unproud. - -9 -00:01:02,800 --> 00:01:10,800 -Yeesha: The Bahro considered themselves as dead already, and so they continued to watch D'ni, always ready to give more away. - -10 -00:01:12,000 --> 00:01:13,600 -Yeesha: And now they will return. diff --git a/compiled/dat/bhroYeesha_Speech04_eng.srt b/compiled/dat/bhroYeesha_Speech04_eng.srt deleted file mode 100644 index 449ebac6..00000000 --- a/compiled/dat/bhroYeesha_Speech04_eng.srt +++ /dev/null @@ -1,51 +0,0 @@ -1 -00:00:00,000 --> 00:00:06,200 -Yeesha: The Journeys are complete. Now take the final pillar. Take it, but hear all I've said. - -2 -00:00:07,200 --> 00:00:10,000 -Yeesha: It's the whispers and murmurs that reveal the simple truths. - -3 -00:00:11,800 --> 00:00:18,600 -Yeesha: You hold the precious soul of a Bahro in your Age, in your hand. Such things are not meant to be held. - -4 -00:00:20,400 --> 00:00:28,400 -Yeesha: Do what I do. I have learned things, seen things, written things they never thought possible. - -5 -00:00:29,200 --> 00:00:34,400 -Yeesha: I have seen the real treasures that are protected by the petty fences of their rules. - -6 -00:00:35,000 --> 00:00:39,800 -Yeesha: I have found the precious gold buried deep beneath the weighty mountains of their laws. - -7 -00:00:42,400 --> 00:00:46,600 -Yeesha: This is my journey too. I am returning what has been given. - -8 -00:00:48,200 --> 00:00:59,000 -Yeesha: These years I've spent, this path I've traveled, this gift I've been given. This purpose weighs on me, my burden, the legacy of my father, Atrus. - -9 -00:01:00,000 --> 00:01:03,600 -Yeesha: For we are shaping D'ni. We will mold what comes after. - -10 -00:01:05,200 --> 00:01:12,400 -Yeesha: We cannot keep the power and the pride from ruining this new D'ni, but we can prepare those who will read between the lines. - -11 -00:01:14,000 --> 00:01:21,800 -Yeesha: The Least are returning. The stream in the Cleft is returning. Life is returning. The Fissure is returning. - -12 -00:01:23,400 --> 00:01:26,800 -Yeesha: The circle will be completed when you give back what you have taken. - -12 -00:01:28,200 --> 00:01:29,800 -Yeesha: You must return. diff --git a/compiled/dat/bhroYeesha_TldnSpeech_eng.srt b/compiled/dat/bhroYeesha_TldnSpeech_eng.srt deleted file mode 100644 index ac7a59ce..00000000 --- a/compiled/dat/bhroYeesha_TldnSpeech_eng.srt +++ /dev/null @@ -1,27 +0,0 @@ -1 -00:00:00,000 --> 00:00:05,600 -Yeesha: Did you see the hidden caves, and the cages? It is where the proud would keep the Least. - -2 -00:00:06,200 --> 00:00:11,400 -Yeesha: The Least were only animals, after all... (sighs) Animals that could Link. - -3 -00:00:12,200 --> 00:00:19,000 -Yeesha: They could be put to work or play. They could ease the burden of the proud and fill their free time with entertainment. - -4 -00:00:20,800 --> 00:00:27,400 -Yeesha: Quietly as D'ni slept, their lives were taken, because the proud make the rules. - -5 -00:00:28,800 --> 00:00:31,800 -Yeesha: This wasn't the first time such a blasphemy was part of D'ni. - -6 -00:00:32,800 --> 00:00:37,600 -Yeesha: The histories whisper of it. Like Vatuk the Ager, or King Asemlef. - -7 -00:00:38,200 --> 00:00:40,800 -Yeesha: And even in this Age, it may not be the last. diff --git a/compiled/dat/clftEdog.srt b/compiled/dat/clftEdog.srt deleted file mode 100644 index 94b3efc1..00000000 --- a/compiled/dat/clftEdog.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:02,000 -Zandi: Aw, another one! diff --git a/compiled/dat/clftEdog02.srt b/compiled/dat/clftEdog02.srt deleted file mode 100644 index 091404f2..00000000 --- a/compiled/dat/clftEdog02.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,200 -Zandi: Whew! It's hot, but it's a dry heat. diff --git a/compiled/dat/clftYeesha_IntroSp01_eng.srt b/compiled/dat/clftYeesha_IntroSp01_eng.srt deleted file mode 100644 index ebaf82cb..00000000 --- a/compiled/dat/clftYeesha_IntroSp01_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:04,600 -Yeesha: [garbled]Shorah. Rekooahn trekleft preniv legloen b'rem. diff --git a/compiled/dat/clftYeesha_IntroSp02_eng.srt b/compiled/dat/clftYeesha_IntroSp02_eng.srt deleted file mode 100644 index 9c692e38..00000000 --- a/compiled/dat/clftYeesha_IntroSp02_eng.srt +++ /dev/null @@ -1,95 +0,0 @@ -1 -00:00:00,000 --> 00:00:04,900 -Yeesha: Shorah. Rekooahn trekleft preniv legloen b'rem. - -2 -00:00:05,800 --> 00:00:08,200 -Yeesha: Oh yes, not in D'ni. They won't understand. - -3 -00:00:11,900 --> 00:00:14,000 -Yeesha: Once again the stream in the Cleft has begun to flow. - -4 -00:00:16,100 --> 00:00:18,100 -Yeesha: It was dry for so long. - -5 -00:00:19,000 --> 00:00:21,200 -Yeesha: The water is flowing in from the desert. - -6 -00:00:23,000 --> 00:00:24,500 -Yeesha: The storm is coming. - -7 -00:00:26,000 --> 00:00:29,900 -Yeesha: Have you heard of the city? The deep city, the ancient Uru? - -8 -00:00:31,500 --> 00:00:33,800 -Yeesha: Where there was power to write worlds. - -9 -00:00:34,900 --> 00:00:44,500 -Yeesha: For thousands of years, the city lived... lived beneath the surface. Keeper of the secret, keeper of the power, keeper of the Ages. - -10 -00:00:46,100 --> 00:00:47,600 -Yeesha: Always keeping. - -11 -00:00:49,100 --> 00:00:52,800 -Yeesha: The city grew proud. And then it died. - -12 -00:00:54,300 --> 00:00:56,100 -Yeesha: The water flows where it wills. - -13 -00:00:57,000 --> 00:01:02,500 -Yeesha: It seeks its own path uncontrolled except that it flows downward, always downward. - -14 -00:01:03,200 --> 00:01:11,200 -Yeesha: D'ni, the city of Ages, of other worlds, died. But now it breathes again, it awaits. - -15 -00:01:13,500 --> 00:01:18,700 -Yeesha: Some will seek that destination, but you should seek the Journey. - -16 -00:01:19,900 --> 00:01:25,800 -Yeesha: It's as a fine tapestry, complex beyond comprehension, but now torn. - -17 -00:01:27,000 --> 00:01:31,800 -Yeesha: We will show you remnants; pieces of the tapestry. Pieces of the Journey. - -18 -00:01:33,000 --> 00:01:41,300 -Yeesha: Find these remnants, these Journeys. Seven. Seven in each Age. Seven here in the desert. - -19 -00:01:42,800 --> 00:01:48,000 -Yeesha: Consider it a quest. No, a request. - -20 -00:01:50,400 --> 00:01:52,900 -Yeesha: Worship. - -21 -00:01:55,600 --> 00:02:03,500 -Yeesha: The water flows downward, and there it pools and collects, and finally once again... it reaches the roots. - -22 -00:02:04,800 --> 00:02:07,000 -Yeesha: And the tree begins to grow again. - -23 -00:02:10,400 --> 00:02:13,600 -Yeesha: I am Yeesha. My parents brought me to this place. - -24 -00:02:16,700 --> 00:02:18,200 -Yeesha: We will bring you. diff --git a/compiled/dat/clftZandiJC01a_eng.srt b/compiled/dat/clftZandiJC01a_eng.srt deleted file mode 100644 index 2487bcfd..00000000 --- a/compiled/dat/clftZandiJC01a_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:02,900 -Zandi: You're missing an easy Journey right around here somewhere. diff --git a/compiled/dat/clftZandiJC01b_eng.srt b/compiled/dat/clftZandiJC01b_eng.srt deleted file mode 100644 index c8b9281d..00000000 --- a/compiled/dat/clftZandiJC01b_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:02,900 -Zandi: How could you miss the cloth on my Airstream? diff --git a/compiled/dat/clftZandiJC02a_eng.srt b/compiled/dat/clftZandiJC02a_eng.srt deleted file mode 100644 index 9fbc6b96..00000000 --- a/compiled/dat/clftZandiJC02a_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,600 -Zandi: You'll find one of the cloths... where she spoke to you. diff --git a/compiled/dat/clftZandiJC02b_eng.srt b/compiled/dat/clftZandiJC02b_eng.srt deleted file mode 100644 index 54b3fe86..00000000 --- a/compiled/dat/clftZandiJC02b_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:02,300 -Zandi: There's still one in the room with the imager. diff --git a/compiled/dat/clftZandiJC03a_eng.srt b/compiled/dat/clftZandiJC03a_eng.srt deleted file mode 100644 index c09ec8c6..00000000 --- a/compiled/dat/clftZandiJC03a_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,500 -Zandi: Did you check for a Journey cloth in one of the other rooms in the Cleft? diff --git a/compiled/dat/clftZandiJC03b_eng.srt b/compiled/dat/clftZandiJC03b_eng.srt deleted file mode 100644 index 8028b5e3..00000000 --- a/compiled/dat/clftZandiJC03b_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:02,400 -Zandi: [whispering]It's in the bedroom... in the Cleft. diff --git a/compiled/dat/clftZandiJC04a_eng.srt b/compiled/dat/clftZandiJC04a_eng.srt deleted file mode 100644 index a7a16f3a..00000000 --- a/compiled/dat/clftZandiJC04a_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,000 -Zandi: The Riven remnants... have a Journey. diff --git a/compiled/dat/clftZandiJC04b_eng.srt b/compiled/dat/clftZandiJC04b_eng.srt deleted file mode 100644 index 425b3407..00000000 --- a/compiled/dat/clftZandiJC04b_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,200 -Zandi: Check the whark bones behind the volcano. diff --git a/compiled/dat/clftZandiJC05a_eng.srt b/compiled/dat/clftZandiJC05a_eng.srt deleted file mode 100644 index 36a8feea..00000000 --- a/compiled/dat/clftZandiJC05a_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:02,800 -Zandi: Check for a Journey where your journey began. diff --git a/compiled/dat/clftZandiJC05b_eng.srt b/compiled/dat/clftZandiJC05b_eng.srt deleted file mode 100644 index 19f418c0..00000000 --- a/compiled/dat/clftZandiJC05b_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:02,600 -Zandi: Did you check behind the sign by the gate? diff --git a/compiled/dat/clftZandiJC06a_eng.srt b/compiled/dat/clftZandiJC06a_eng.srt deleted file mode 100644 index 98cdbdcb..00000000 --- a/compiled/dat/clftZandiJC06a_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,000 -Zandi: Check the bucket on the water lift in the Cleft. diff --git a/compiled/dat/clftZandiJC06b_eng.srt b/compiled/dat/clftZandiJC06b_eng.srt deleted file mode 100644 index 9a533cad..00000000 --- a/compiled/dat/clftZandiJC06b_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:05,600 -Zandi: Okay. You got to bring the lift down to you to... to get that one. diff --git a/compiled/dat/clftZandiJC07a_eng.srt b/compiled/dat/clftZandiJC07a_eng.srt deleted file mode 100644 index 36011d70..00000000 --- a/compiled/dat/clftZandiJC07a_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,800 -Zandi: Sometimes... you got to close one door to open another. diff --git a/compiled/dat/clftZandiJC07b_eng.srt b/compiled/dat/clftZandiJC07b_eng.srt deleted file mode 100644 index 6570a5be..00000000 --- a/compiled/dat/clftZandiJC07b_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:05,800 -Zandi: All right, this one's tricky. Listen. It's on the outside of the imager room door in the Cleft. diff --git a/compiled/dat/clftZandiJCAll_eng.srt b/compiled/dat/clftZandiJCAll_eng.srt deleted file mode 100644 index 20c8c41a..00000000 --- a/compiled/dat/clftZandiJCAll_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:04,400 -Zandi: All right, you've found all the Journeys. Now... enter the tree. diff --git a/compiled/dat/clftZandiMinRes01a_eng.srt b/compiled/dat/clftZandiMinRes01a_eng.srt deleted file mode 100644 index b5bfe508..00000000 --- a/compiled/dat/clftZandiMinRes01a_eng.srt +++ /dev/null @@ -1,7 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,800 -Zandi: Well, you're gonna need power for that imager in the Cleft. - -2 -00:00:04,200 --> 00:00:07,200 -Zandi: Try releasing the brake on the windmill first. diff --git a/compiled/dat/clftZandiMinRes01b_eng.srt b/compiled/dat/clftZandiMinRes01b_eng.srt deleted file mode 100644 index 5a287c17..00000000 --- a/compiled/dat/clftZandiMinRes01b_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,100 --> 00:00:08,100 -Zandi: Ok, so... you've got to use that handle in the Cleft to release the windmill brake. Ok? diff --git a/compiled/dat/clftZandiMinRes02a_eng.srt b/compiled/dat/clftZandiMinRes02a_eng.srt deleted file mode 100644 index 85aedf82..00000000 --- a/compiled/dat/clftZandiMinRes02a_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,600 -Zandi: Eh... sometimes the windmill seizes up. Try starting it by hand. diff --git a/compiled/dat/clftZandiMinRes02b_eng.srt b/compiled/dat/clftZandiMinRes02b_eng.srt deleted file mode 100644 index 2d1151e9..00000000 --- a/compiled/dat/clftZandiMinRes02b_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,600 -Zandi: C'mon! You gotta push pretty hard on the windmill handle to get it going, all right? diff --git a/compiled/dat/clftZandiMinRes03a_eng.srt b/compiled/dat/clftZandiMinRes03a_eng.srt deleted file mode 100644 index 25dd3a75..00000000 --- a/compiled/dat/clftZandiMinRes03a_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:07,000 -Zandi: Listen, um... you're still missing the message she's left in the imager. Make sure you see that before you... you enter the tree. diff --git a/compiled/dat/clftZandiMinRes03b_eng.srt b/compiled/dat/clftZandiMinRes03b_eng.srt deleted file mode 100644 index bd7649ad..00000000 --- a/compiled/dat/clftZandiMinRes03b_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:06,800 -Zandi: All right, for the imager, there are symbols next to the door. You gotta enter those to get her message. diff --git a/compiled/dat/clftZandiOpen01a_eng.srt b/compiled/dat/clftZandiOpen01a_eng.srt deleted file mode 100644 index bea00289..00000000 --- a/compiled/dat/clftZandiOpen01a_eng.srt +++ /dev/null @@ -1,27 +0,0 @@ -1 -00:00:00,100 --> 00:00:05,800 -Zandi: Hey. Welcome. So, uh, I'm Zandi. - -2 -00:00:06,700 --> 00:00:08,900 -Zandi: I probably know more about why you're here than you do. - -3 -00:00:09,400 --> 00:00:14,500 -Zandi: (chuckles) Don't worry about it. You felt drawn here, just like the others. - -4 -00:00:15,000 --> 00:00:21,900 -Zandi: I- I'm not really here to give you answers, just to give you help. Get you started. - -5 -00:00:23,100 --> 00:00:25,700 -Zandi: She's left a message for you in the Cleft. - -6 -00:00:27,100 --> 00:00:36,800 -Zandi: Listen to it well. Follow her. Find the Journeys. And then... enter the tree. - -7 -00:00:38,600 --> 00:00:41,600 -Zandi: Oh, and uh, check with me if you need help. diff --git a/compiled/dat/clftZandiOpen02a_eng.srt b/compiled/dat/clftZandiOpen02a_eng.srt deleted file mode 100644 index f057361c..00000000 --- a/compiled/dat/clftZandiOpen02a_eng.srt +++ /dev/null @@ -1,7 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,800 -Zandi: Well, uh, there's not a lot more to tell you that you'd understand. - -2 -00:00:04,600 --> 00:00:08,800 -Zandi: Uh, just... get that message that she left and you can start your journey. diff --git a/compiled/dat/clftZandiRand01_eng.srt b/compiled/dat/clftZandiRand01_eng.srt deleted file mode 100644 index ea2edfd7..00000000 --- a/compiled/dat/clftZandiRand01_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:03,800 -Zandi: Eh... it's hot. But it's a dry heat. diff --git a/compiled/dat/clftZandiRand02_eng.srt b/compiled/dat/clftZandiRand02_eng.srt deleted file mode 100644 index a733c98f..00000000 --- a/compiled/dat/clftZandiRand02_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:02,200 -Zandi: Keep exploring. You'll find what you're looking for. diff --git a/compiled/dat/clftZandiRand03_eng.srt b/compiled/dat/clftZandiRand03_eng.srt deleted file mode 100644 index 066cb098..00000000 --- a/compiled/dat/clftZandiRand03_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:01,200 -Zandi: Think that steak's done yet? diff --git a/compiled/dat/clftZandiRand04_eng.srt b/compiled/dat/clftZandiRand04_eng.srt deleted file mode 100644 index 38c604d1..00000000 --- a/compiled/dat/clftZandiRand04_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,100 --> 00:00:04,200 -Zandi: (laughs) This is great! Hiro the pizza boy. diff --git a/compiled/dat/clftZandiRand05_eng.srt b/compiled/dat/clftZandiRand05_eng.srt deleted file mode 100644 index e8ed2e01..00000000 --- a/compiled/dat/clftZandiRand05_eng.srt +++ /dev/null @@ -1,3 +0,0 @@ -1 -00:00:00,000 --> 00:00:04,600 -Zandi: You know how hard it is to finish a book with a constant stream of people... interrupting? diff --git a/compiled/dat/krelFanQ42021_eng.srt b/compiled/dat/krelFanQ42021_eng.srt deleted file mode 100644 index fcf978f1..00000000 --- a/compiled/dat/krelFanQ42021_eng.srt +++ /dev/null @@ -1,115 +0,0 @@ -1 -00:00:00,100 --> 00:00:13,200 -Tyion: (garbled static and interference) All right, then. How do I do... do I just... Oh! Got it, got it, thanks. - -2 -00:00:14,100 --> 00:00:32,400 -Tyion: (clears throat) Hello, everybody. If all has gone to plan and our reverse-engineering of this particular piece of tech has worked, you are now hearing a playback of my voice coming through to you on a centuries-old D'ni sound system. - -3 -00:00:33,000 --> 00:00:45,600 -Tyion: If, for whatever reason, this hasn't worked and something's gone a bit wrong, then I can only hope that anyone nearby had their Relto books to hand and have made a speedy getaway. - -4 -00:00:46,600 --> 00:00:49,400 -Tyion: (chuckles lightly) Bad joke. Sorry about that. - -5 -00:00:50,000 --> 00:01:00,200 -Tyion: (clears throat) Uh, for those of you who have newly arrived, I want to welcome you to this, the latest restoration of the city and Ages of D’ni. - -6 -00:01:00,600 --> 00:01:25,400 -Tyion: This is now the –- two, three, fourth, is it? –- yeah, fourth such effort to restore D’ni, and whereas efforts were spearheaded in previous years by the D’ni Restoration Council, our restoration is something of a different beast, made up as it is by explorers and visitors to the cavern such as yourselves. - -7 -00:01:00,600 --> 00:01:25,400 -Tyion: This is now the –- two, three, fourth, is it? –- yeah, fourth such effort to restore D’ni, and whereas efforts were spearheaded in previous years by the D’ni Restoration Council, our restoration is something of a different beast, made up as it is by explorers and visitors to the cavern such as yourselves. - -8 -00:01:26,000 --> 00:01:36,600 -Tyion: There’s no formal hierarchy in our group, or no pecking order as such. We come from many backgrounds and fields, some academic, and some technical. - -9 -00:01:37,400 --> 00:01:55,800 -Tyion: There are those of us who have taken an active role in restoring new Ages and areas of the city. Some of us have been experimenting with the D’ni Art of writing Ages itself, and there are others simply here to explore and experience the history and culture of this remarkable civilization. - -10 -00:01:57,800 --> 00:02:12,600 -Tyion: That being said, anyone down here actively involved with the restoration is doing so on a strictly volunteer basis and as such we collectively possess only a fraction of the resources that our predecessors in the DRC once had. - -11 -00:02:13,600 --> 00:02:23,000 -Tyion: And while there have been efforts to maintain the safety arrangements they put in place, I must stress that your explorations are undertaken at entirely your own risk. - -12 -00:02:23,800 --> 00:02:41,200 -Tyion: Newly restored areas will of course be checked as thoroughly as they can for structural defects, as well as clearing away the more obvious debris and so forth. But the general rule of thumb is to have your Relto books as close to hand as possible at any given time. - -13 -00:02:41,800 --> 00:02:50,800 -Tyion: And, when possible, please refrain from making off with the cones. They are there for your safety, and not for scoring likes and follows on your Modern Art Instagram. - -14 -00:02:51,800 --> 00:02:59,600 -Tyion: They have their place, and that place is NOT the backroom of the Guild of Messenger’s Pub. I mean, this should go without saying, people. Come on. - -15 -00:03:01,600 --> 00:03:13,200 -Tyion: Right. All that out of the way, the restoration has been hard at work over the past year in getting new Ages ready for explorers, and several such places are now available to visit. - -16 -00:03:14,600 --> 00:03:21,200 -Tyion: They can be reached by way of the library Age of Chiso Preniv, which itself can be found in the Watcher’s Pub. - -17 -00:03:22,600 --> 00:03:41,600 -Tyion: It’s our hope that Chiso will become a vast repository of collected works of writers, academics and historians, and if you have made discoveries or have something of your own you would like to submit to the library, please do not hesitate to get in touch to discuss finding a place for them on the shelves. - -18 -00:03:43,800 --> 00:03:56,800 -Tyion: Let's see... what else... what else, what else... oh yes, we have received several reports from those in the restoration who have been monitoring the bioluminescent algae in the cavern's lake. - -19 -00:03:57,600 --> 00:04:19,200 -Tyion: Following CalumTraveler’s latest results from his sampling equipment, along with the return of Wayne Todd from his recent exploration of one of the cavern’s overflow stations, we are able to confirm that the algae in the lake is very much alive and recovering at a quicker pace than our current estimations had led us to believe. - -20 -00:04:19,800 --> 00:04:27,800 -Tyion: It looks like the efforts of explorers throughout the last decade -- feeding of the cavern lake -- are now finally bearing results. - -21 -00:04:29,000 --> 00:04:43,600 -Tyion: While the restoration is indeed excited for the possibilities this news presents, the week of anxiety following the discovery of Wayne’s lost and destroyed Relto book in the lake was something we all could have collectively done without. - -22 -00:04:44,400 --> 00:04:53,200 -Tyion: So, Let’s see if we can take things forward without the need for frantic search parties on the lake in future. Okay, Wayne? - -23 -00:04:54,600 --> 00:05:03,400 -Tyion: Finally, in news of ongoing projects, it has been formally announced that the underground pathway connecting the surface to the city is to be restored. - -24 -00:05:03,800 --> 00:05:11,600 -Tyion: As you can imagine, this is a huge undertaking, both in its significance to D’ni history and in the sheer scale of the work involved. - -25 -00:05:12,200 --> 00:05:17,400 -Tyion: The journey itself will be taking no less than three days to complete on foot. - -26 -00:05:18,400 --> 00:05:20,800 -Tyion: There’s currently no ETA at this time. - -27 -00:05:21,600 --> 00:05:38,600 -Tyion: We’re very much working on a "it’ll be done when it’s done" basis, but depending on the work involved, we may look into releasing the path in stages, with further areas of it opened up until -- it is our hope -- that the explorers will be able to walk the full path to D’ni. - -28 -00:05:40,000 --> 00:05:51,200 -Tyion: Uh, anyone interested in the work should keep an eye on the project leader Doobes’s assorted social media page, as that’s where progress on this will be recorded. - -29 -00:05:52,800 --> 00:06:00,000 -Tyion: Okay, uh... reckon that will do it. Great. Fingers crossed this works. diff --git a/compiled/dat/krelWatson_eng.srt b/compiled/dat/krelWatson_eng.srt deleted file mode 100644 index ce652dae..00000000 --- a/compiled/dat/krelWatson_eng.srt +++ /dev/null @@ -1,107 +0,0 @@ -1 -00:00:00,000 --> 00:00:08,200 -Dr. Watson: Hello? (tapping mic) Test, test. Victor, are we on? Ok. (clears throat) Ok, then. - -2 -00:00:09,600 --> 00:00:19,000 -Dr. Watson: Hello, everyone. Um, thanks to Victor we've gotten some additional D'ni technology working. - -3 -00:00:19,400 --> 00:00:28,600 -Dr. Watson: It should be quite useful in sending messages here from the Tokotah to the numerous neighborhoods as one more way to keep you informed of how things are progressing. - -4 -00:00:29,400 --> 00:00:34,400 -Dr. Watson: Um, let me begin by once again welcoming newcomers to D'ni. - -5 -00:00:34,800 --> 00:00:43,800 -Dr. Watson: We're very pleased to have you. I know I've spoken with a few of you in person, but to those of you I haven't met yet: Welcome to the restoration. - -6 -00:00:44,200 --> 00:00:50,000 -Dr. Watson: The DRC and restoration engineers have been working very hard to put things in order. - -7 -00:00:50,200 --> 00:01:01,800 -Dr. Watson: As you've probably noticed various areas of the island, Ae'gura, have been opened over the past few weeks, uh, with quite a bit more scheduled over the next few days, weeks, and months to come. - -8 -00:01:02,200 --> 00:01:05,400 -Dr. Watson: We're also working on opening up several new Ages. - -9 -00:01:06,000 --> 00:01:15,800 -Dr. Watson: Um, we know that many of you have been given access to Ages that haven't gone through any kind of process yet, and we certainly do not encourage use of any unapproved Books. - -10 -00:01:16,400 --> 00:01:25,600 -Dr. Watson: But let's just say that with your safety uppermost in our minds, we're pushing to approve those Ages just as quickly as we can. - -11 -00:01:27,800 --> 00:01:31,400 -Dr. Watson: Oh, and several of you have asked what you can do to help with the restoration effort. - -12 -00:01:32,000 --> 00:01:40,800 -Dr. Watson: As you may already know, the D'ni KIs have the ability to determine their precise location here in the cavern as well as in other Ages. - -13 -00:01:41,000 --> 00:01:44,600 -Dr. Watson: Much of this functionality is governed here in the cavern by the Great Zero. - -14 -00:01:45,400 --> 00:01:53,400 -Dr. Watson: Victor has recently succeeded in getting portions of the Great Zero functioning again, but he tells me it still-- still needs to be calibrated. - -15 -00:01:53,800 --> 00:02:01,800 -Dr. Watson: We'll soon begin to focus on another island area: the Ferry Terminal and its associated docks. - -16 -00:02:02,600 --> 00:02:09,800 -Dr. Watson: We actually had some restoration engineers do some diving and they found a sunken boat that we hope to raise at a later date. - -17 -00:02:09,800 --> 00:02:15,600 -Dr. Watson: Before that, however, we will inspect the docks and approve them for public access. - -18 -00:02:15,800 --> 00:02:23,800 -Dr. Watson: Uh, let's see... um, yes. Outside the cavern, Gahreesen continues to progress nicely. - -19 -00:02:23,800 --> 00:02:31,400 -Dr. Watson: Victor (check: no idea what to do with grammar in this sentence) seems recently made some discoveries that'll enable us to open up more of the interior space, uh, the Wall is what we call it. - -20 -00:02:34,000 --> 00:02:39,600 -Dr. Watson: Members of our team are also working on another Age that should be opened within the next few weeks. Perhaps we will post some pictures. - -21 -00:02:41,400 --> 00:02:47,600 -Dr. Watson: I'll end by addressing some peculiar events that have been occurring. - -22 -00:02:48,000 --> 00:02:56,000 -Dr. Watson: Odd stones, books, cloths, and pages have been reported appearing from time to time. - -23 -00:02:56,000 --> 00:03:07,600 -Dr. Watson: Rather than insist, probably unsuccessfully, that you not use these oddities, the DRC will for now simply wash its hands of any consequence arising from their use. - -24 -00:03:07,800 --> 00:03:11,600 -Dr. Watson: In other words, if you use them, you do so at your own risk. - -25 -00:03:12,200 --> 00:03:17,800 -Dr. Watson: We will continue to remove these artifacts if they're found. So far that has proved fruitless. - -26 -00:03:18,000 --> 00:03:26,400 -Dr. Watson: But... sorry to say it this way, but anyone involved in the placing of these books will be banned from the cavern. - -27 -00:03:26,800 --> 00:03:35,200 -Dr. Watson: But to end on a good note, thanks for all the continued help, to all of you, and patience as D'ni slowly begins to grow again. diff --git a/compiled/dat/tmnaYeesha_FinalSp01_eng.srt b/compiled/dat/tmnaYeesha_FinalSp01_eng.srt deleted file mode 100644 index 2f0c79f8..00000000 --- a/compiled/dat/tmnaYeesha_FinalSp01_eng.srt +++ /dev/null @@ -1,99 +0,0 @@ -1 -00:00:02,600 --> 00:00:04,200 -Yeesha: An ending has been written? - -2 -00:00:05,000 --> 00:00:12,800 -Yeesha: You've done all that has been asked. You've traveled the full circle. You have returned to the Cleft through the Fissure. - -3 -00:00:14,400 --> 00:00:18,200 -Yeesha: You swam among the stars and saw the remnants of previous Journeys. - -4 -00:00:19,000 --> 00:00:25,800 -Yeesha: You have returned, and the pillars were returned. And now one more of the Bahro, the Least, has been returned to D'ni. - -5 -00:00:27,000 --> 00:00:32,200 -Yeesha: You don't need to understand what that means, only that the hand of the Maker has set it in motion. - -6 -00:00:35,800 --> 00:00:43,800 -Yeesha: Now the circle is complete and the Tree has begun to grow again. The path is now open, and so the symbol of the Journey must change. - -7 -00:00:44,400 --> 00:00:49,200 -Yeesha: Now the beginning is tied to the end. Now you can go where you wish. - -8 -00:00:50,600 --> 00:00:52,400 -Yeesha: The restoration of D'ni awaits. - -9 -00:00:53,800 --> 00:00:58,600 -Yeesha: The deep city breathes. Uru again. - -10 -00:01:01,800 --> 00:01:04,200 -Yeesha: And I will be concerned with other things. - -11 -00:01:05,000 --> 00:01:12,600 -Yeesha: The Least are becoming greater. They will now also affect the restoration, perhaps not the way others had planned. - -12 -00:01:13,800 --> 00:01:19,600 -Yeesha: You've learned about the pride of D'ni. The great writers of worlds were infected with pride that became a cancer. - -13 -00:01:20,200 --> 00:01:25,200 -Yeesha: It grew quietly beneath the surface, but it grew until D'ni could live no more. - -14 -00:01:26,400 --> 00:01:30,000 -Yeesha: But those things have been told. You understand it well, I think. - -15 -00:01:31,000 --> 00:01:35,400 -Yeesha: Let us end this cycle with rewards, before we start the next cycle. - -16 -00:01:38,200 --> 00:01:47,800 -Yeesha: Relto. The high place. Your Age now. It was the first Age I wrote, a gift for my parents, and now much more. - -17 -00:01:50,000 --> 00:01:56,200 -Yeesha: It reminds me of another home, another place. I even placed the library in the place it belongs. - -18 -00:01:58,400 --> 00:02:03,800 -Yeesha: But Relto will change. It will be your soul, showing what you are. - -19 -00:02:05,200 --> 00:02:11,800 -Yeesha: Only I could write Relto. It's beyond what the D'ni could accomplish. Keep it. - -20 -00:02:13,000 --> 00:02:20,200 -Yeesha: And I've given you clothing that represents your Journey. Wear this to show others what side you've taken, when sides are taken. - -21 -00:02:21,800 --> 00:02:30,400 -Yeesha: When you wear it, you will tell all that you side with us. With Yeesha, with the Bahro. It will not always be easy. - -22 -00:02:32,400 --> 00:02:36,800 -Yeesha: And another gift is here. A link to the Cleft, here in Tomahna. - -23 -00:02:37,600 --> 00:02:40,800 -Yeesha: You haven't been able to return here, but now you can. - -24 -00:02:41,800 --> 00:02:47,000 -Yeesha: This Book will take a special place on your shelf. This place is not meant to be shared. - -25 -00:02:48,200 --> 00:02:51,800 -Yeesha: Return here alone when you wish to remember the cycle of things. diff --git a/compiled/dat/tmnaYeesha_FinalSp02_eng.srt b/compiled/dat/tmnaYeesha_FinalSp02_eng.srt deleted file mode 100644 index b430028d..00000000 --- a/compiled/dat/tmnaYeesha_FinalSp02_eng.srt +++ /dev/null @@ -1,27 +0,0 @@ -1 -00:00:04,400 --> 00:00:06,000 -Yeesha: Returning. - -2 -00:00:08,400 --> 00:00:14,800 -Yeesha: One final gift, something that no D'ni writer has been able to do for more than ten thousand years. - -3 -00:00:16,000 --> 00:00:22,200 -Yeesha: I alone can write this gift. I alone am chosen to do this, and more. - -4 -00:00:24,800 --> 00:00:29,400 -Yeesha: This gift is what my father Atrus would have longed to give his grandmother Ti'ana. - -5 -00:00:30,200 --> 00:00:33,000 -Yeesha: What Ti'ana longed for and danced for. - -6 -00:00:35,800 --> 00:00:37,800 -Yeesha: The gift of life in the desert. - -7 -00:00:49,800 --> 00:00:51,600 -Yeesha: Perhaps the ending has not yet been written. From a34ed5c84249e16c1c944b0bc86a434b67e28db9 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Sat, 19 Feb 2022 21:12:32 -0600 Subject: [PATCH 08/14] Correct spellings of D'ni names --- compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub | 2 +- compiled/sfx/bhroYeesha_TldnSpeech_eng.sub | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub b/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub index 71a6bd77..4ba746f2 100644 --- a/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub +++ b/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub @@ -4,7 +4,7 @@ Yeesha: Many stories were there for the D'ni to learn from, but they didn't hear 2 00:00:05,700 --> 00:00:13,200 -Yeesha: The ancient tales of Tuit's Ocean or, of course, the story of King Shomat and his brothers, which even speaks of gardens and death. +Yeesha: The ancient tales of Thu'it's Ocean or, of course, the story of King Shomat and his brothers, which even speaks of gardens and death. 3 00:00:14,000 --> 00:00:15,500 diff --git a/compiled/sfx/bhroYeesha_TldnSpeech_eng.sub b/compiled/sfx/bhroYeesha_TldnSpeech_eng.sub index ac7a59ce..f9797ebe 100644 --- a/compiled/sfx/bhroYeesha_TldnSpeech_eng.sub +++ b/compiled/sfx/bhroYeesha_TldnSpeech_eng.sub @@ -20,7 +20,7 @@ Yeesha: This wasn't the first time such a blasphemy was part of D'ni. 6 00:00:32,800 --> 00:00:37,600 -Yeesha: The histories whisper of it. Like Vatuk the Ager, or King Asemlef. +Yeesha: The histories whisper of it. Like Va'tuhg the Ager, or King Asemlef. 7 00:00:38,200 --> 00:00:40,800 From 9f74a27cd56c7b08870534cab902a6727423e8c6 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Sat, 26 Feb 2022 20:34:07 -0600 Subject: [PATCH 09/14] Nuke non-ASCII apostrophes and hyphens, remove duplicated entry, and adjust/correct wording for Kirel audio --- compiled/sfx/krelFanQ42021_eng.sub | 74 ++++++++++++++---------------- compiled/sfx/krelWatson_eng.sub | 2 +- 2 files changed, 36 insertions(+), 40 deletions(-) diff --git a/compiled/sfx/krelFanQ42021_eng.sub b/compiled/sfx/krelFanQ42021_eng.sub index fcf978f1..a747de71 100644 --- a/compiled/sfx/krelFanQ42021_eng.sub +++ b/compiled/sfx/krelFanQ42021_eng.sub @@ -16,100 +16,96 @@ Tyion: (chuckles lightly) Bad joke. Sorry about that. 5 00:00:50,000 --> 00:01:00,200 -Tyion: (clears throat) Uh, for those of you who have newly arrived, I want to welcome you to this, the latest restoration of the city and Ages of D’ni. +Tyion: (clears throat) Uh, for those of you who have newly arrived, I want to welcome you to this, the latest restoration of the city and Ages of D'ni. 6 00:01:00,600 --> 00:01:25,400 -Tyion: This is now the –- two, three, fourth, is it? –- yeah, fourth such effort to restore D’ni, and whereas efforts were spearheaded in previous years by the D’ni Restoration Council, our restoration is something of a different beast, made up as it is by explorers and visitors to the cavern such as yourselves. +Tyion: This is now the -- two, three, fourth, is it? -- yeah, fourth such effort to restore D'ni, and whereas efforts were spearheaded in previous years by the D'ni Restoration Council, our restoration is something of a different beast, made up as it is by explorers and visitors to the cavern such as yourselves. 7 -00:01:00,600 --> 00:01:25,400 -Tyion: This is now the –- two, three, fourth, is it? –- yeah, fourth such effort to restore D’ni, and whereas efforts were spearheaded in previous years by the D’ni Restoration Council, our restoration is something of a different beast, made up as it is by explorers and visitors to the cavern such as yourselves. - -8 00:01:26,000 --> 00:01:36,600 -Tyion: There’s no formal hierarchy in our group, or no pecking order as such. We come from many backgrounds and fields, some academic, and some technical. +Tyion: There's no formal hierarchy in our group, or no pecking order as such. We come from many different backgrounds and fields, some academic, and some technical. -9 +8 00:01:37,400 --> 00:01:55,800 -Tyion: There are those of us who have taken an active role in restoring new Ages and areas of the city. Some of us have been experimenting with the D’ni Art of writing Ages itself, and there are others simply here to explore and experience the history and culture of this remarkable civilization. +Tyion: There are those of us who have taken an active role in restoring new Ages and areas of the city. Some of us have been experimenting with the Art of writing Ages itself, and there are others simply here to explore and experience the history and culture of this remarkable civilization. -10 +9 00:01:57,800 --> 00:02:12,600 Tyion: That being said, anyone down here actively involved with the restoration is doing so on a strictly volunteer basis and as such we collectively possess only a fraction of the resources that our predecessors in the DRC once had. -11 +10 00:02:13,600 --> 00:02:23,000 Tyion: And while there have been efforts to maintain the safety arrangements they put in place, I must stress that your explorations are undertaken at entirely your own risk. -12 +11 00:02:23,800 --> 00:02:41,200 Tyion: Newly restored areas will of course be checked as thoroughly as they can for structural defects, as well as clearing away the more obvious debris and so forth. But the general rule of thumb is to have your Relto books as close to hand as possible at any given time. -13 +12 00:02:41,800 --> 00:02:50,800 Tyion: And, when possible, please refrain from making off with the cones. They are there for your safety, and not for scoring likes and follows on your Modern Art Instagram. -14 +13 00:02:51,800 --> 00:02:59,600 -Tyion: They have their place, and that place is NOT the backroom of the Guild of Messenger’s Pub. I mean, this should go without saying, people. Come on. +Tyion: They have their place, and that place is NOT the backroom of the Guild of Messenger's Pub. I mean, this should go without saying, people. Come on. -15 +14 00:03:01,600 --> 00:03:13,200 Tyion: Right. All that out of the way, the restoration has been hard at work over the past year in getting new Ages ready for explorers, and several such places are now available to visit. -16 +15 00:03:14,600 --> 00:03:21,200 -Tyion: They can be reached by way of the library Age of Chiso Preniv, which itself can be found in the Watcher’s Pub. +Tyion: They can be reached by way of the library Age of Chiso Preniv, which itself can be found in the Watcher's Pub. -17 +16 00:03:22,600 --> 00:03:41,600 -Tyion: It’s our hope that Chiso will become a vast repository of collected works of writers, academics and historians, and if you have made discoveries or have something of your own you would like to submit to the library, please do not hesitate to get in touch to discuss finding a place for them on the shelves. +Tyion: It's our hope that Chiso will become a vast repository of collected works of writers, academics and historians, and if you have made discoveries or have something of your own you would like to submit to the library, please do not hesitate to get in touch to discuss finding a place for them on the shelves. -18 +17 00:03:43,800 --> 00:03:56,800 Tyion: Let's see... what else... what else, what else... oh yes, we have received several reports from those in the restoration who have been monitoring the bioluminescent algae in the cavern's lake. -19 +18 00:03:57,600 --> 00:04:19,200 -Tyion: Following CalumTraveler’s latest results from his sampling equipment, along with the return of Wayne Todd from his recent exploration of one of the cavern’s overflow stations, we are able to confirm that the algae in the lake is very much alive and recovering at a quicker pace than our current estimations had led us to believe. +Tyion: Following CalumTraveler's latest results from his sampling equipment, along with the return of Wayne Todd from his recent exploration of one of the cavern's overflow stations, we are able to confirm that the algae in the lake is very much alive and recovering at a quicker pace than our current estimations had led us to believe. -20 +19 00:04:19,800 --> 00:04:27,800 Tyion: It looks like the efforts of explorers throughout the last decade -- feeding of the cavern lake -- are now finally bearing results. -21 +20 00:04:29,000 --> 00:04:43,600 -Tyion: While the restoration is indeed excited for the possibilities this news presents, the week of anxiety following the discovery of Wayne’s lost and destroyed Relto book in the lake was something we all could have collectively done without. +Tyion: While the restoration is indeed excited for the possibilities this news presents, the week of anxiety following the discovery of Wayne's lost and destroyed Relto book in the lake was something we all could have collectively done without. -22 +21 00:04:44,400 --> 00:04:53,200 -Tyion: So, Let’s see if we can take things forward without the need for frantic search parties on the lake in future. Okay, Wayne? +Tyion: So, let's see if we can take things forward without the need for frantic search parties on the lake in the future. Okay, Wayne? -23 +22 00:04:54,600 --> 00:05:03,400 Tyion: Finally, in news of ongoing projects, it has been formally announced that the underground pathway connecting the surface to the city is to be restored. -24 +23 00:05:03,800 --> 00:05:11,600 -Tyion: As you can imagine, this is a huge undertaking, both in its significance to D’ni history and in the sheer scale of the work involved. +Tyion: As you can imagine, this is a huge undertaking, both in its significance to D'ni history and in the sheer scale of work involved. -25 +24 00:05:12,200 --> 00:05:17,400 Tyion: The journey itself will be taking no less than three days to complete on foot. -26 +25 00:05:18,400 --> 00:05:20,800 -Tyion: There’s currently no ETA at this time. +Tyion: There's currently no ETA at this time. -27 +26 00:05:21,600 --> 00:05:38,600 -Tyion: We’re very much working on a "it’ll be done when it’s done" basis, but depending on the work involved, we may look into releasing the path in stages, with further areas of it opened up until -- it is our hope -- that the explorers will be able to walk the full path to D’ni. +Tyion: We're very much working on a "it'll be done when it's done" basis, but depending on the work involved, we may look into releasing the path in stages, with further areas of it opened up until -- it is our hope -- that the explorers will be able to walk the full path to D'ni. -28 +27 00:05:40,000 --> 00:05:51,200 -Tyion: Uh, anyone interested in the work should keep an eye on the project leader Doobes’s assorted social media page, as that’s where progress on this will be recorded. +Tyion: Uh, anyone interested in this work should keep an eye on the project leader Doobes's assorted social media page, as that's where progress on this will be recorded. -29 +28 00:05:52,800 --> 00:06:00,000 Tyion: Okay, uh... reckon that will do it. Great. Fingers crossed this works. diff --git a/compiled/sfx/krelWatson_eng.sub b/compiled/sfx/krelWatson_eng.sub index ce652dae..8e12fb27 100644 --- a/compiled/sfx/krelWatson_eng.sub +++ b/compiled/sfx/krelWatson_eng.sub @@ -72,7 +72,7 @@ Dr. Watson: Uh, let's see... um, yes. Outside the cavern, Gahreesen continues to 19 00:02:23,800 --> 00:02:31,400 -Dr. Watson: Victor (check: no idea what to do with grammar in this sentence) seems recently made some discoveries that'll enable us to open up more of the interior space, uh, the Wall is what we call it. +Dr. Watson: Victor, it seems, recently made some discoveries that'll enable us to open up more of the interior space, uh, the Wall is what we call it. 20 00:02:34,000 --> 00:02:39,600 From b7d07acd85c0ed19e401b7378e697d0059b58c7b Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Sun, 27 Feb 2022 14:13:39 -0600 Subject: [PATCH 10/14] Add POTS Yeesha speech subtitles and fix Calum's name in Kirel speech --- compiled/sfx/clftYeesha_TPOTS_Speech.sub | 7 +++++++ compiled/sfx/krelFanQ42021_eng.sub | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 compiled/sfx/clftYeesha_TPOTS_Speech.sub diff --git a/compiled/sfx/clftYeesha_TPOTS_Speech.sub b/compiled/sfx/clftYeesha_TPOTS_Speech.sub new file mode 100644 index 00000000..ebdd2475 --- /dev/null +++ b/compiled/sfx/clftYeesha_TPOTS_Speech.sub @@ -0,0 +1,7 @@ +1 +00:00:00,000 --> 00:00:04,000 +Yeesha: You have done well! You have seen Words fulfilled. + +2 +00:00:05,400 --> 00:00:09,400 +Yeesha: But still more to be fulfilled. Do you believe? diff --git a/compiled/sfx/krelFanQ42021_eng.sub b/compiled/sfx/krelFanQ42021_eng.sub index a747de71..6cb95322 100644 --- a/compiled/sfx/krelFanQ42021_eng.sub +++ b/compiled/sfx/krelFanQ42021_eng.sub @@ -68,7 +68,7 @@ Tyion: Let's see... what else... what else, what else... oh yes, we have receive 18 00:03:57,600 --> 00:04:19,200 -Tyion: Following CalumTraveler's latest results from his sampling equipment, along with the return of Wayne Todd from his recent exploration of one of the cavern's overflow stations, we are able to confirm that the algae in the lake is very much alive and recovering at a quicker pace than our current estimations had led us to believe. +Tyion: Following Calum Traveler's latest results from his sampling equipment, along with the return of Wayne Todd from his recent exploration of one of the cavern's overflow stations, we are able to confirm that the algae in the lake is very much alive and recovering at a quicker pace than our current estimations had led us to believe. 19 00:04:19,800 --> 00:04:27,800 From f52c2d984024b0ba0088d44144586878aab9004e Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Sun, 20 Mar 2022 12:31:39 -0500 Subject: [PATCH 11/14] Adjust Eng Q4 2021 subtitle timings for better precision and fix a few wrong/missing words --- compiled/sfx/krelFanQ42021_eng.sub | 60 +++++++++++++++--------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/compiled/sfx/krelFanQ42021_eng.sub b/compiled/sfx/krelFanQ42021_eng.sub index 6cb95322..c397cba0 100644 --- a/compiled/sfx/krelFanQ42021_eng.sub +++ b/compiled/sfx/krelFanQ42021_eng.sub @@ -1,33 +1,33 @@ 1 -00:00:00,100 --> 00:00:13,200 +00:00:01,200 --> 00:00:13,200 Tyion: (garbled static and interference) All right, then. How do I do... do I just... Oh! Got it, got it, thanks. 2 -00:00:14,100 --> 00:00:32,400 +00:00:14,400 --> 00:00:32,400 Tyion: (clears throat) Hello, everybody. If all has gone to plan and our reverse-engineering of this particular piece of tech has worked, you are now hearing a playback of my voice coming through to you on a centuries-old D'ni sound system. 3 -00:00:33,000 --> 00:00:45,600 +00:00:33,400 --> 00:00:45,600 Tyion: If, for whatever reason, this hasn't worked and something's gone a bit wrong, then I can only hope that anyone nearby had their Relto books to hand and have made a speedy getaway. 4 -00:00:46,600 --> 00:00:49,400 +00:00:46,600 --> 00:00:49,600 Tyion: (chuckles lightly) Bad joke. Sorry about that. 5 -00:00:50,000 --> 00:01:00,200 +00:00:50,400 --> 00:01:00,200 Tyion: (clears throat) Uh, for those of you who have newly arrived, I want to welcome you to this, the latest restoration of the city and Ages of D'ni. 6 -00:01:00,600 --> 00:01:25,400 -Tyion: This is now the -- two, three, fourth, is it? -- yeah, fourth such effort to restore D'ni, and whereas efforts were spearheaded in previous years by the D'ni Restoration Council, our restoration is something of a different beast, made up as it is by explorers and visitors to the cavern such as yourselves. +00:01:00,800 --> 00:01:25,600 +Tyion: This is now the -- two, three, fourth? fourth, is it? -- yeah, fourth such effort to restore D'ni, and whereas efforts were spearheaded in previous years by the D'ni Restoration Council, our restoration is something of a different beast, made up as it is by explorers and visitors to the cavern such as yourselves. 7 -00:01:26,000 --> 00:01:36,600 +00:01:26,400 --> 00:01:36,400 Tyion: There's no formal hierarchy in our group, or no pecking order as such. We come from many different backgrounds and fields, some academic, and some technical. 8 -00:01:37,400 --> 00:01:55,800 +00:01:37,400 --> 00:01:56,000 Tyion: There are those of us who have taken an active role in restoring new Ages and areas of the city. Some of us have been experimenting with the Art of writing Ages itself, and there are others simply here to explore and experience the history and culture of this remarkable civilization. 9 @@ -35,15 +35,15 @@ Tyion: There are those of us who have taken an active role in restoring new Ages Tyion: That being said, anyone down here actively involved with the restoration is doing so on a strictly volunteer basis and as such we collectively possess only a fraction of the resources that our predecessors in the DRC once had. 10 -00:02:13,600 --> 00:02:23,000 +00:02:13,600 --> 00:02:23,200 Tyion: And while there have been efforts to maintain the safety arrangements they put in place, I must stress that your explorations are undertaken at entirely your own risk. 11 -00:02:23,800 --> 00:02:41,200 -Tyion: Newly restored areas will of course be checked as thoroughly as they can for structural defects, as well as clearing away the more obvious debris and so forth. But the general rule of thumb is to have your Relto books as close to hand as possible at any given time. +00:02:24,000 --> 00:02:40,600 +Tyion: Newly restored areas will of course be checked as thoroughly as they can for structural defects, as well as clearing away the more obvious debris and so forth. But the general rule of thumb is to have your Relto books, ah, as close to hand as possible at any given time. 12 -00:02:41,800 --> 00:02:50,800 +00:02:42,000 --> 00:02:50,800 Tyion: And, when possible, please refrain from making off with the cones. They are there for your safety, and not for scoring likes and follows on your Modern Art Instagram. 13 @@ -51,51 +51,51 @@ Tyion: And, when possible, please refrain from making off with the cones. They a Tyion: They have their place, and that place is NOT the backroom of the Guild of Messenger's Pub. I mean, this should go without saying, people. Come on. 14 -00:03:01,600 --> 00:03:13,200 +00:03:01,600 --> 00:03:13,400 Tyion: Right. All that out of the way, the restoration has been hard at work over the past year in getting new Ages ready for explorers, and several such places are now available to visit. 15 -00:03:14,600 --> 00:03:21,200 +00:03:14,000 --> 00:03:21,200 Tyion: They can be reached by way of the library Age of Chiso Preniv, which itself can be found in the Watcher's Pub. 16 -00:03:22,600 --> 00:03:41,600 -Tyion: It's our hope that Chiso will become a vast repository of collected works of writers, academics and historians, and if you have made discoveries or have something of your own you would like to submit to the library, please do not hesitate to get in touch to discuss finding a place for them on the shelves. +00:03:22,400 --> 00:03:41,600 +Tyion: It's our hope that Chiso will become a vast repository of collected works of writers, academics and historians, and if you have made any discoveries or have something of your own you would like to submit to the library, uh, please do not hesitate to get in touch to discuss finding a place for them on the shelves. 17 -00:03:43,800 --> 00:03:56,800 -Tyion: Let's see... what else... what else, what else... oh yes, we have received several reports from those in the restoration who have been monitoring the bioluminescent algae in the cavern's lake. +00:03:43,600 --> 00:03:56,800 +Tyion: Let's see... what else... what else, what else... oh yes, uh, we have received several reports from those in the restoration who have been monitoring the bioluminescent algae in the cavern lake. 18 -00:03:57,600 --> 00:04:19,200 +00:03:57,800 --> 00:04:19,400 Tyion: Following Calum Traveler's latest results from his sampling equipment, along with the return of Wayne Todd from his recent exploration of one of the cavern's overflow stations, we are able to confirm that the algae in the lake is very much alive and recovering at a quicker pace than our current estimations had led us to believe. 19 -00:04:19,800 --> 00:04:27,800 +00:04:20,000 --> 00:04:28,000 Tyion: It looks like the efforts of explorers throughout the last decade -- feeding of the cavern lake -- are now finally bearing results. 20 -00:04:29,000 --> 00:04:43,600 +00:04:29,000 --> 00:04:44,000 Tyion: While the restoration is indeed excited for the possibilities this news presents, the week of anxiety following the discovery of Wayne's lost and destroyed Relto book in the lake was something we all could have collectively done without. 21 -00:04:44,400 --> 00:04:53,200 +00:04:44,800 --> 00:04:53,200 Tyion: So, let's see if we can take things forward without the need for frantic search parties on the lake in the future. Okay, Wayne? 22 -00:04:54,600 --> 00:05:03,400 +00:04:55,000 --> 00:05:03,400 Tyion: Finally, in news of ongoing projects, it has been formally announced that the underground pathway connecting the surface to the city is to be restored. 23 -00:05:03,800 --> 00:05:11,600 +00:05:04,000 --> 00:05:11,600 Tyion: As you can imagine, this is a huge undertaking, both in its significance to D'ni history and in the sheer scale of work involved. 24 -00:05:12,200 --> 00:05:17,400 +00:05:12,600 --> 00:05:17,600 Tyion: The journey itself will be taking no less than three days to complete on foot. 25 -00:05:18,400 --> 00:05:20,800 +00:05:18,000 --> 00:05:20,800 Tyion: There's currently no ETA at this time. 26 @@ -103,9 +103,9 @@ Tyion: There's currently no ETA at this time. Tyion: We're very much working on a "it'll be done when it's done" basis, but depending on the work involved, we may look into releasing the path in stages, with further areas of it opened up until -- it is our hope -- that the explorers will be able to walk the full path to D'ni. 27 -00:05:40,000 --> 00:05:51,200 -Tyion: Uh, anyone interested in this work should keep an eye on the project leader Doobes's assorted social media page, as that's where progress on this will be recorded. +00:05:40,200 --> 00:05:51,000 +Tyion: Uh, anyone interested in this work should keep an eye on the project leader Doobes's associated social media page, as that's where progress on this will be recorded. 28 -00:05:52,800 --> 00:06:00,000 +00:05:53,200 --> 00:06:00,000 Tyion: Okay, uh... reckon that will do it. Great. Fingers crossed this works. From 11f0d127a90b7d8599e779b6be64b9fc289d30d1 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Tue, 22 Mar 2022 08:09:46 -0500 Subject: [PATCH 12/14] Minor correction to English Q42021 subtitles --- compiled/sfx/krelFanQ42021_eng.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiled/sfx/krelFanQ42021_eng.sub b/compiled/sfx/krelFanQ42021_eng.sub index c397cba0..6037fef9 100644 --- a/compiled/sfx/krelFanQ42021_eng.sub +++ b/compiled/sfx/krelFanQ42021_eng.sub @@ -72,7 +72,7 @@ Tyion: Following Calum Traveler's latest results from his sampling equipment, al 19 00:04:20,000 --> 00:04:28,000 -Tyion: It looks like the efforts of explorers throughout the last decade -- feeding of the cavern lake -- are now finally bearing results. +Tyion: It looks like the efforts of explorers throughout the last decade in feeding of the cavern lake are now finally bearing results. 20 00:04:29,000 --> 00:04:44,000 From fe84d0c65a35e58b4bb0d33b9e66152843c9796f Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Sat, 30 Apr 2022 09:23:03 -0500 Subject: [PATCH 13/14] Grammar and capitalization adjustments. Also whark -> wahrk. --- compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub | 2 +- compiled/sfx/bhroYeesha_GrsnSpeech_eng.sub | 6 +++--- compiled/sfx/bhroYeesha_KdshSpeech_eng.sub | 4 ++-- compiled/sfx/bhroYeesha_Speech01a_eng.sub | 4 ++-- compiled/sfx/bhroYeesha_Speech02a_eng.sub | 8 ++++---- compiled/sfx/bhroYeesha_Speech02b_eng.sub | 2 +- compiled/sfx/bhroYeesha_Speech03a_eng.sub | 6 +++--- compiled/sfx/bhroYeesha_Speech03b_eng.sub | 4 ++-- compiled/sfx/bhroYeesha_Speech04_eng.sub | 4 ++-- compiled/sfx/bhroYeesha_TldnSpeech_eng.sub | 8 ++++---- compiled/sfx/clftYeesha_IntroSp02_eng.sub | 8 ++++---- compiled/sfx/clftZandiJC01b_eng.sub | 2 +- compiled/sfx/clftZandiJC04b_eng.sub | 2 +- compiled/sfx/clftZandiMinRes01b_eng.sub | 2 +- compiled/sfx/clftZandiMinRes02b_eng.sub | 2 +- compiled/sfx/krelFanQ12022_eng.sub | 2 +- compiled/sfx/krelFanQ42021_fre.sub | 2 +- compiled/sfx/krelWatson_eng.sub | 2 +- 18 files changed, 35 insertions(+), 35 deletions(-) diff --git a/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub b/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub index 4ba746f2..a6c6b520 100644 --- a/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub +++ b/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub @@ -12,7 +12,7 @@ Yeesha: But no one truly listened. 4 00:00:16,500 --> 00:00:21,300 -Yeesha: The Garden Ages of the proud are beautiful, but they are built on the backs of the Least. +Yeesha: The Garden Ages of the Proud are beautiful, but they are built on the backs of the Least. 5 00:00:21,900 --> 00:00:25,800 diff --git a/compiled/sfx/bhroYeesha_GrsnSpeech_eng.sub b/compiled/sfx/bhroYeesha_GrsnSpeech_eng.sub index 84b9940a..874594e8 100644 --- a/compiled/sfx/bhroYeesha_GrsnSpeech_eng.sub +++ b/compiled/sfx/bhroYeesha_GrsnSpeech_eng.sub @@ -4,11 +4,11 @@ Yeesha: Let me tell you of King Kerath, dare I speak ill of him. 2 00:00:03,800 --> 00:00:14,000 -Yeesha: One of the great kings, but yet, he was the maker of the proud. For it was his system of guilds that served as the foundation of power, and corruption. +Yeesha: One of the great kings, but yet, he was the maker of the Proud. For it was his system of guilds that served as the foundation of power... and corruption. 3 00:00:15,200 --> 00:00:22,800 -Yeesha: The powerful need control; fortresses and garrisons to guard their power, and soon the guarding is yet another thing to be proud of. +Yeesha: The powerful need control -- fortresses and garrisons to guard their power -- and soon the guarding is yet another thing to be proud of. 4 00:00:23,800 --> 00:00:29,800 @@ -16,4 +16,4 @@ Yeesha: Layers within layers built to preserve their Ages and their pride from t 5 00:00:30,600 --> 00:00:38,600 -Yeesha: And yet, it is from within that most nations fall. And so the mighty garrisons of D'ni now stand vacant. +Yeesha: And yet, it is from within that most nations fall. And so, the mighty garrisons of D'ni now stand vacant. diff --git a/compiled/sfx/bhroYeesha_KdshSpeech_eng.sub b/compiled/sfx/bhroYeesha_KdshSpeech_eng.sub index a470dddf..80600cc6 100644 --- a/compiled/sfx/bhroYeesha_KdshSpeech_eng.sub +++ b/compiled/sfx/bhroYeesha_KdshSpeech_eng.sub @@ -8,11 +8,11 @@ Yeesha: His bones are the bones of D'ni. 3 00:00:06,600 --> 00:00:12,000 -Yeesha: He clung to the teachings of good King Naygen, who required good citizens to cling to their treasure. +Yeesha: He clung to the teachings of good King Naygen who required good citizens to cling to their treasure. 4 00:00:13,200 --> 00:00:19,200 -Yeesha: This Kadish you have seen would not give back, would not return, would not let go. +Yeesha: This Kadish you have seen would not give back. Would not return... would not let go. 5 00:00:19,800 --> 00:00:25,400 diff --git a/compiled/sfx/bhroYeesha_Speech01a_eng.sub b/compiled/sfx/bhroYeesha_Speech01a_eng.sub index a4b58716..4e47a65f 100644 --- a/compiled/sfx/bhroYeesha_Speech01a_eng.sub +++ b/compiled/sfx/bhroYeesha_Speech01a_eng.sub @@ -28,7 +28,7 @@ Yeesha: And I knew that at the end of such great paths must lay a great purpose. 8 00:00:39,400 --> 00:00:46,800 -Yeesha: Cleft. The Fissure in the desert, the wound in the Earth, the path to things beneath the surface. +Yeesha: Cleft. The fissure in the desert, the wound in the earth, the path to things beneath the surface. 9 00:00:48,200 --> 00:00:55,400 @@ -36,7 +36,7 @@ Yeesha: It was there I sought to find my purpose. It was from there I came to kn 10 00:00:56,600 --> 00:01:04,200 -Yeesha: These D'ni people who are now gone came thousands of years ago to the shelter of the cavern to return to Leastness. +Yeesha: These D'ni people, who are now gone, came thousands of years ago to the shelter of the cavern to return to Leastness. 11 00:01:05,000 --> 00:01:10,200 diff --git a/compiled/sfx/bhroYeesha_Speech02a_eng.sub b/compiled/sfx/bhroYeesha_Speech02a_eng.sub index e4fec59d..c0fdf74f 100644 --- a/compiled/sfx/bhroYeesha_Speech02a_eng.sub +++ b/compiled/sfx/bhroYeesha_Speech02a_eng.sub @@ -16,7 +16,7 @@ Yeesha: My humble darkness lasted only a short time before I began to bask in wh 5 00:00:18,600 --> 00:00:28,000 -Yeesha: My gift, my path. The knowledge of my father and the dreams of my mother pierced a hole in the darkness. In the weakness. +Yeesha: My gift, my path. The knowledge of my father and the dreams of my mother pierced a hole in the darkness... in the weakness. 6 00:00:28,800 --> 00:00:31,800 @@ -32,15 +32,15 @@ Yeesha: It was the same with the D'ni, the same cycle. Light opens the darkness. 9 00:00:48,000 --> 00:00:53,600 -Yeesha: The D'ni found power in these books, these books you use to travel. They were a gift from the Maker. +Yeesha: The D'ni found power in these books -- these books you use to travel. They were a gift from the Maker. 10 00:00:54,800 --> 00:01:03,400 -Yeesha: These Ages you travel to were their Ages. Remarkable places giving life, and taking life. +Yeesha: These Ages you travel to were their Ages. Remarkable places giving life... and taking life. 11 00:01:05,200 --> 00:01:14,000 -Yeesha: This shadow came over them, this shadow of light, for it was in their enlightenment that they considered themselves better; better than the Least. +Yeesha: This shadow came over them, this shadow of light, for it was in their enlightenment that they considered themselves better... better than the Least. 12 00:01:15,800 --> 00:01:17,200 diff --git a/compiled/sfx/bhroYeesha_Speech02b_eng.sub b/compiled/sfx/bhroYeesha_Speech02b_eng.sub index c6aec887..2657add6 100644 --- a/compiled/sfx/bhroYeesha_Speech02b_eng.sub +++ b/compiled/sfx/bhroYeesha_Speech02b_eng.sub @@ -8,4 +8,4 @@ Yeesha: The Bahro will be returned; these pillars are our Journey. The return of 3 00:00:14,600 --> 00:00:18,000 -Yeesha: The bringing away, and the bringing back. +Yeesha: The bringing away... and the bringing back. diff --git a/compiled/sfx/bhroYeesha_Speech03a_eng.sub b/compiled/sfx/bhroYeesha_Speech03a_eng.sub index d2ff749f..4bb2a048 100644 --- a/compiled/sfx/bhroYeesha_Speech03a_eng.sub +++ b/compiled/sfx/bhroYeesha_Speech03a_eng.sub @@ -1,10 +1,10 @@ 1 00:00:00,000 --> 00:00:05,000 -Yeesha: You return again, return to hear more, return for a third pillar. +Yeesha: You return again. Return to hear more... return for a third pillar. 2 00:00:05,800 --> 00:00:09,600 -Yeesha: It's an interesting cycle, this coming and going, giving and taking. +Yeesha: It's an interesting cycle -- this coming and going. Giving and taking. 3 00:00:11,000 --> 00:00:17,400 @@ -12,4 +12,4 @@ Yeesha: Returning is what you must do, for you have torn in half the very being 4 00:00:18,000 --> 00:00:21,200 -Yeesha: You have heard their pain, don't falter. +Yeesha: You have heard their pain; don't falter. diff --git a/compiled/sfx/bhroYeesha_Speech03b_eng.sub b/compiled/sfx/bhroYeesha_Speech03b_eng.sub index fd888b6b..77e7e55e 100644 --- a/compiled/sfx/bhroYeesha_Speech03b_eng.sub +++ b/compiled/sfx/bhroYeesha_Speech03b_eng.sub @@ -1,6 +1,6 @@ 1 00:00:00,000 --> 00:00:08,400 -Yeesha: The people of D'ni didn't return easily. They only would take, until all was taken from them in the Great Returning, the Fall that destroyed them. +Yeesha: The people of D'ni didn't return easily. They only would take until all was taken from them in the Great Returning, the Fall that destroyed them. 2 00:00:10,200 --> 00:00:13,800 @@ -16,7 +16,7 @@ Yeesha: I could change things, I could move things... I could control things. 5 00:00:32,800 --> 00:00:41,000 -Yeesha: I learned beyond my parents, I learned beyond all. I wrote Ages against D'ni challengers, Masters of the Art, and they were beaten. +Yeesha: I learned beyond my parents: I learned beyond all. I wrote Ages against D'ni challengers, Masters of the Art, and they were beaten. 6 00:00:42,400 --> 00:00:44,600 diff --git a/compiled/sfx/bhroYeesha_Speech04_eng.sub b/compiled/sfx/bhroYeesha_Speech04_eng.sub index 449ebac6..aad3fd4b 100644 --- a/compiled/sfx/bhroYeesha_Speech04_eng.sub +++ b/compiled/sfx/bhroYeesha_Speech04_eng.sub @@ -8,7 +8,7 @@ Yeesha: It's the whispers and murmurs that reveal the simple truths. 3 00:00:11,800 --> 00:00:18,600 -Yeesha: You hold the precious soul of a Bahro in your Age, in your hand. Such things are not meant to be held. +Yeesha: You hold the precious soul of a Bahro in your Age... in your hand. Such things are not meant to be held. 4 00:00:20,400 --> 00:00:28,400 @@ -28,7 +28,7 @@ Yeesha: This is my journey too. I am returning what has been given. 8 00:00:48,200 --> 00:00:59,000 -Yeesha: These years I've spent, this path I've traveled, this gift I've been given. This purpose weighs on me, my burden, the legacy of my father, Atrus. +Yeesha: These years I've spent... this path I've traveled... this gift I've been given. This purpose weighs on me. My burden, the legacy of my father, Atrus. 9 00:01:00,000 --> 00:01:03,600 diff --git a/compiled/sfx/bhroYeesha_TldnSpeech_eng.sub b/compiled/sfx/bhroYeesha_TldnSpeech_eng.sub index f9797ebe..1934a5ce 100644 --- a/compiled/sfx/bhroYeesha_TldnSpeech_eng.sub +++ b/compiled/sfx/bhroYeesha_TldnSpeech_eng.sub @@ -1,18 +1,18 @@ 1 00:00:00,000 --> 00:00:05,600 -Yeesha: Did you see the hidden caves, and the cages? It is where the proud would keep the Least. +Yeesha: Did you see the hidden caves, and the cages? It is where the Proud would keep the Least. 2 00:00:06,200 --> 00:00:11,400 -Yeesha: The Least were only animals, after all... (sighs) Animals that could Link. +Yeesha: The Least were only animals, after all.... (sighs) Animals that could Link. 3 00:00:12,200 --> 00:00:19,000 -Yeesha: They could be put to work or play. They could ease the burden of the proud and fill their free time with entertainment. +Yeesha: They could be put to work or play. They could ease the burden of the Proud and fill their free time with entertainment. 4 00:00:20,800 --> 00:00:27,400 -Yeesha: Quietly as D'ni slept, their lives were taken, because the proud make the rules. +Yeesha: Quietly as D'ni slept, their lives were taken, because the Proud make the rules. 5 00:00:28,800 --> 00:00:31,800 diff --git a/compiled/sfx/clftYeesha_IntroSp02_eng.sub b/compiled/sfx/clftYeesha_IntroSp02_eng.sub index c4cefcdb..91c41a3c 100644 --- a/compiled/sfx/clftYeesha_IntroSp02_eng.sub +++ b/compiled/sfx/clftYeesha_IntroSp02_eng.sub @@ -24,7 +24,7 @@ Yeesha: The storm is coming. 7 00:00:26,000 --> 00:00:29,900 -Yeesha: Have you heard of the city? The deep city, the ancient Uru? +Yeesha: Have you heard of the city? The deep city, the ancient uru? 8 00:00:31,500 --> 00:00:33,800 @@ -32,7 +32,7 @@ Yeesha: Where there was power to write worlds. 9 00:00:34,900 --> 00:00:44,500 -Yeesha: For thousands of years, the city lived... lived beneath the surface. Keeper of the secret, keeper of the power, keeper of the Ages. +Yeesha: For thousands of years, the city lived... lived beneath the surface. Keeper of the secret. Keeper of the power. Keeper of the Ages. 10 00:00:46,100 --> 00:00:47,600 @@ -52,7 +52,7 @@ Yeesha: It seeks its own path uncontrolled except that it flows downward, always 14 00:01:03,200 --> 00:01:11,200 -Yeesha: D'ni, the city of Ages, of other worlds, died. But now it breathes again, it awaits. +Yeesha: D'ni, the city of Ages, of other worlds, died. But now it breathes again; it awaits. 15 00:01:13,500 --> 00:01:18,700 @@ -64,7 +64,7 @@ Yeesha: It's as a fine tapestry, complex beyond comprehension, but now torn. 17 00:01:27,000 --> 00:01:31,800 -Yeesha: We will show you remnants; pieces of the tapestry. Pieces of the Journey. +Yeesha: We will show you remnants. Pieces of the tapestry. Pieces of the Journey. 18 00:01:33,000 --> 00:01:41,300 diff --git a/compiled/sfx/clftZandiJC01b_eng.sub b/compiled/sfx/clftZandiJC01b_eng.sub index c8b9281d..36a5d4e2 100644 --- a/compiled/sfx/clftZandiJC01b_eng.sub +++ b/compiled/sfx/clftZandiJC01b_eng.sub @@ -1,3 +1,3 @@ 1 00:00:00,000 --> 00:00:02,900 -Zandi: How could you miss the cloth on my Airstream? +Zandi: How could you miss the cloth on my Airstream? (chuckles) diff --git a/compiled/sfx/clftZandiJC04b_eng.sub b/compiled/sfx/clftZandiJC04b_eng.sub index 425b3407..cd0785ed 100644 --- a/compiled/sfx/clftZandiJC04b_eng.sub +++ b/compiled/sfx/clftZandiJC04b_eng.sub @@ -1,3 +1,3 @@ 1 00:00:00,000 --> 00:00:03,200 -Zandi: Check the whark bones behind the volcano. +Zandi: Check the wahrk bones behind the volcano. diff --git a/compiled/sfx/clftZandiMinRes01b_eng.sub b/compiled/sfx/clftZandiMinRes01b_eng.sub index 5a287c17..ba867065 100644 --- a/compiled/sfx/clftZandiMinRes01b_eng.sub +++ b/compiled/sfx/clftZandiMinRes01b_eng.sub @@ -1,3 +1,3 @@ 1 00:00:00,100 --> 00:00:08,100 -Zandi: Ok, so... you've got to use that handle in the Cleft to release the windmill brake. Ok? +Zandi: Okay, so... you've got to use that handle in the Cleft to release the windmill brake. Okay? diff --git a/compiled/sfx/clftZandiMinRes02b_eng.sub b/compiled/sfx/clftZandiMinRes02b_eng.sub index 2d1151e9..c3e3166b 100644 --- a/compiled/sfx/clftZandiMinRes02b_eng.sub +++ b/compiled/sfx/clftZandiMinRes02b_eng.sub @@ -1,3 +1,3 @@ 1 00:00:00,000 --> 00:00:03,600 -Zandi: C'mon! You gotta push pretty hard on the windmill handle to get it going, all right? +Zandi: Come on! You gotta push pretty hard on the windmill handle to get it going, all right? diff --git a/compiled/sfx/krelFanQ12022_eng.sub b/compiled/sfx/krelFanQ12022_eng.sub index c320183d..beef2675 100644 --- a/compiled/sfx/krelFanQ12022_eng.sub +++ b/compiled/sfx/krelFanQ12022_eng.sub @@ -1,6 +1,6 @@ 1 00:00:00,000 --> 00:00:16,800 -Tyion: Ok. We good? We good? Hello again, everybody! It's good to see so many returning faces, along with a handful of new ones who have joined us in the last couple of months. +Tyion: Okay. We good? We good? Hello again, everybody! It's good to see so many returning faces, along with a handful of new ones who have joined us in the last couple of months. 2 00:00:17,800 --> 00:00:22,000 diff --git a/compiled/sfx/krelFanQ42021_fre.sub b/compiled/sfx/krelFanQ42021_fre.sub index e0d6550f..4ab11385 100644 --- a/compiled/sfx/krelFanQ42021_fre.sub +++ b/compiled/sfx/krelFanQ42021_fre.sub @@ -104,4 +104,4 @@ skyisblu: Toute personne intéressée par le travail doit garder un oeil sur les 27 00:05:19,600 --> 00:05:30,600 -skyisblu: Ok, tu penses que ça va le faire ? Super. Gardons nos doigts croisés, le rocher est dur... le tailleur de pierre est patient... ça va fonctionner. +skyisblu: OK, tu penses que ça va le faire ? Super. Gardons nos doigts croisés, le rocher est dur... le tailleur de pierre est patient... ça va fonctionner. diff --git a/compiled/sfx/krelWatson_eng.sub b/compiled/sfx/krelWatson_eng.sub index 8e12fb27..9360b940 100644 --- a/compiled/sfx/krelWatson_eng.sub +++ b/compiled/sfx/krelWatson_eng.sub @@ -1,6 +1,6 @@ 1 00:00:00,000 --> 00:00:08,200 -Dr. Watson: Hello? (tapping mic) Test, test. Victor, are we on? Ok. (clears throat) Ok, then. +Dr. Watson: Hello? (tapping mic) Test... test. Victor, are we on? Okay. (clears throat) Okay, then. 2 00:00:09,600 --> 00:00:19,000 From a2a42f880634ab077d7aeef17da6f5b0e892937e Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Tue, 10 May 2022 08:42:34 -0500 Subject: [PATCH 14/14] Minor corrections and additions Co-authored-by: John Johns --- compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub | 2 +- compiled/sfx/clftYeesha_IntroSp01_eng.sub | 2 +- compiled/sfx/clftZandiJC03b_eng.sub | 2 +- compiled/sfx/clftZandiJC04b_eng.sub | 2 +- compiled/sfx/clftZandiMinRes01b_eng.sub | 2 +- compiled/sfx/krelFanQ42021_eng.sub | 2 +- compiled/sfx/krelWatson_eng.sub | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub b/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub index a6c6b520..39c41a69 100644 --- a/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub +++ b/compiled/sfx/bhroYeesha_GrdnSpeech_eng.sub @@ -4,7 +4,7 @@ Yeesha: Many stories were there for the D'ni to learn from, but they didn't hear 2 00:00:05,700 --> 00:00:13,200 -Yeesha: The ancient tales of Thu'it's Ocean or, of course, the story of King Shomat and his brothers, which even speaks of gardens and death. +Yeesha: The ancient tales of Thu'it's Ocean, or, of course, the story of King Shomat and his brothers, which even speaks of gardens and death. 3 00:00:14,000 --> 00:00:15,500 diff --git a/compiled/sfx/clftYeesha_IntroSp01_eng.sub b/compiled/sfx/clftYeesha_IntroSp01_eng.sub index 72ecb108..f47ecc4a 100644 --- a/compiled/sfx/clftYeesha_IntroSp01_eng.sub +++ b/compiled/sfx/clftYeesha_IntroSp01_eng.sub @@ -1,3 +1,3 @@ 1 00:00:00,000 --> 00:00:04,600 -Yeesha: [garbled].shorah .rekooahn trekleft preniv legloen b'rem +Yeesha: [garbled] .shorah .rekooahn trekleft preniv legloen b'rem diff --git a/compiled/sfx/clftZandiJC03b_eng.sub b/compiled/sfx/clftZandiJC03b_eng.sub index 8028b5e3..30ccd506 100644 --- a/compiled/sfx/clftZandiJC03b_eng.sub +++ b/compiled/sfx/clftZandiJC03b_eng.sub @@ -1,3 +1,3 @@ 1 00:00:00,000 --> 00:00:02,400 -Zandi: [whispering]It's in the bedroom... in the Cleft. +Zandi: [whispering] It's in the bedroom... in the Cleft. diff --git a/compiled/sfx/clftZandiJC04b_eng.sub b/compiled/sfx/clftZandiJC04b_eng.sub index cd0785ed..22ffd894 100644 --- a/compiled/sfx/clftZandiJC04b_eng.sub +++ b/compiled/sfx/clftZandiJC04b_eng.sub @@ -1,3 +1,3 @@ 1 00:00:00,000 --> 00:00:03,200 -Zandi: Check the wahrk bones behind the volcano. +Zandi: Check the wahrk bones... behind the volcano. diff --git a/compiled/sfx/clftZandiMinRes01b_eng.sub b/compiled/sfx/clftZandiMinRes01b_eng.sub index ba867065..920d0629 100644 --- a/compiled/sfx/clftZandiMinRes01b_eng.sub +++ b/compiled/sfx/clftZandiMinRes01b_eng.sub @@ -1,3 +1,3 @@ 1 00:00:00,100 --> 00:00:08,100 -Zandi: Okay, so... you've got to use that handle in the Cleft to release the windmill brake. Okay? +Zandi: Okay, so... (chuckles) you've got to use that handle in the Cleft to release the windmill brake. Okay? diff --git a/compiled/sfx/krelFanQ42021_eng.sub b/compiled/sfx/krelFanQ42021_eng.sub index 6037fef9..abf7deaa 100644 --- a/compiled/sfx/krelFanQ42021_eng.sub +++ b/compiled/sfx/krelFanQ42021_eng.sub @@ -48,7 +48,7 @@ Tyion: And, when possible, please refrain from making off with the cones. They a 13 00:02:51,800 --> 00:02:59,600 -Tyion: They have their place, and that place is NOT the backroom of the Guild of Messenger's Pub. I mean, this should go without saying, people. Come on. +Tyion: They have their place, and that place is NOT the backroom of the Guild of Messengers' Pub. I mean, this should go without saying, people. Come on. 14 00:03:01,600 --> 00:03:13,400 diff --git a/compiled/sfx/krelWatson_eng.sub b/compiled/sfx/krelWatson_eng.sub index 9360b940..ca875e08 100644 --- a/compiled/sfx/krelWatson_eng.sub +++ b/compiled/sfx/krelWatson_eng.sub @@ -36,7 +36,7 @@ Dr. Watson: Um, we know that many of you have been given access to Ages that hav 10 00:01:16,400 --> 00:01:25,600 -Dr. Watson: But let's just say that with your safety uppermost in our minds, we're pushing to approve those Ages just as quickly as we can. +Dr. Watson: But w-- uh, let's just say that with your safety uppermost in our minds, we're pushing to approve those Ages just as quickly as we can. 11 00:01:27,800 --> 00:01:31,400 @@ -96,7 +96,7 @@ Dr. Watson: In other words, if you use them, you do so at your own risk. 25 00:03:12,200 --> 00:03:17,800 -Dr. Watson: We will continue to remove these artifacts if they're found. So far that has proved fruitless. +Dr. Watson: We will continue to remove these artifacts if they're found, but so far that has proved fruitless. 26 00:03:18,000 --> 00:03:26,400