Add Hints to Story A Track
This commit is contained in:
parent
c1e189daeb
commit
79f94399cb
@ -121,7 +121,7 @@ Tree("10_SBB_Zugabteil_Intro") {
|
||||
BTC.CompareIntentID("Zugabteil-Exposition-U-4a")
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
// Load Scene: Story A Picknicken
|
||||
BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black")
|
||||
//BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black")
|
||||
BTC.Run("LoadScene.NEXT.20SBB")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
@ -174,8 +174,18 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
|
||||
// Story A + B besucht
|
||||
BTC.StoryBVisited()
|
||||
// --- Story Ende ---
|
||||
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle1")
|
||||
BTC.Run("MediaPlayer.VIDEOS.StoryEndeF1")
|
||||
Composite(Marathon) {
|
||||
Composite(Sequence) {
|
||||
BTC.Show("GO.HINTS.SitDownHint")
|
||||
BTC.Wait(5)
|
||||
BTC.Hide("GO.HINTS.SitDownHint")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle1")
|
||||
BTC.Run("MediaPlayer.VIDEOS.StoryEndeF1")
|
||||
}
|
||||
}
|
||||
|
||||
BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black")
|
||||
BTC.Run("LoadScene.NEXT.00Menu")
|
||||
}
|
||||
@ -184,9 +194,11 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
|
||||
// Story A besucht
|
||||
// Story B nicht besucht
|
||||
// --- Repetition Intro B ---
|
||||
BTC.Show("GO.HINTS.SitDownHint")
|
||||
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle1")
|
||||
BTC.Run("MediaPlayer.VIDEOS.RepetitionIntroBF1")
|
||||
BTC.Run("MediaPlayer.VIDEOS.RepetitionIntroBFi_2")
|
||||
BTC.Hide("GO.HINTS.SitDownHint")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl")
|
||||
}
|
||||
}
|
||||
@ -199,9 +211,11 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
|
||||
// Story B besucht
|
||||
// Story A nicht besucht
|
||||
// --- Repetition Intro A ---
|
||||
BTC.Show("GO.HINTS.SitDownHint")
|
||||
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle1")
|
||||
BTC.Run("MediaPlayer.VIDEOS.RepetitionIntroAF1")
|
||||
BTC.Run("MediaPlayer.VIDEOS.RepetitionIntroAFi_2")
|
||||
BTC.Hide("GO.HINTS.SitDownHint")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl")
|
||||
}
|
||||
|
||||
@ -246,7 +260,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
BTC.CompareIntentID("Zugabteil-Exposition-U-4a")
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
// Load Scene: Story A Picknicken
|
||||
BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black")
|
||||
//BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black")
|
||||
BTC.Run("LoadScene.NEXT.20SBB")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
@ -322,7 +336,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
}
|
||||
|
||||
// Load Scene: Story A Picknicken
|
||||
BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black")
|
||||
//BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black")
|
||||
BTC.Run("LoadScene.NEXT.20SBB")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
|
@ -42,10 +42,12 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Intro") {
|
||||
Composite(Marathon) {
|
||||
BTC.Run("MediaPlayer.VIDEOS.BaeckereiIntroVidl_01")
|
||||
BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black")
|
||||
BTC.Show("GO.HINTS.StandUpHint")
|
||||
BTC.Run("MediaPlayer.VIDEOS.BaeckereiIntroF2")
|
||||
}
|
||||
|
||||
Composite(Marathon) {
|
||||
BTC.Hide("GO.HINTS.StandUpHint")
|
||||
BTC.Run("MediaPlayer.VIDEOS.BaeckereiIntroFidl_03")
|
||||
BTC.Hide("MediaPlayer.VIDEOS.BaeckereiIntroVidl_01")
|
||||
}
|
||||
@ -66,11 +68,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Intro") {
|
||||
BTC.Run("MediaPlayer.VIDEOS.BaeckereiIntroVidl_09")
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Baeckerei_Intro-U-9")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -93,6 +97,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Intro") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
}
|
||||
}
|
||||
|
||||
@ -102,11 +107,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Intro") {
|
||||
BTC.Run("MediaPlayer.VIDEOS.BaeckereiIntroVidl_11")
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Baeckerei_Intro-U-11")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -129,6 +136,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Intro") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
}
|
||||
}
|
||||
|
||||
@ -138,11 +146,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Intro") {
|
||||
BTC.Run("MediaPlayer.VIDEOS.BaeckereiIntroVidl_13")
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Baeckerei_Intro-U-13")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -165,6 +175,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Intro") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
}
|
||||
}
|
||||
|
||||
@ -178,11 +189,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Intro") {
|
||||
BTC.Run("MediaPlayer.VIDEOS.BaeckereiIntroFidl_16")
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Baeckerei_Intro-U-16a")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -207,6 +220,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Intro") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
// --- Story A Picknicken - Nachfrage Bestellung ---
|
||||
Composite(Marathon) {
|
||||
@ -222,11 +236,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Intro") {
|
||||
BTC.Run("MediaPlayer.VIDEOS.NachfrageBestellun_VIdle4")
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Nachfrage_Bestellung-U-4a")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -251,6 +267,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Intro") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
// --- Story A Picknicken - Bestellung Begleiter Beide ---
|
||||
Composite(Marathon) {
|
||||
@ -328,11 +345,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
|
||||
BTC.Run("MediaPlayer.VIDEOS.BezahleneinzelnVid_03")
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Bezahlen_einzeln-U-3")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -355,6 +374,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
}
|
||||
}
|
||||
|
||||
@ -386,11 +406,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
|
||||
BTC.Run("MediaPlayer.VIDEOS.BezahleneinzelnVid_07")
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Bezahlen_einzeln-U-7a")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -413,6 +435,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Mitnehmen") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
}
|
||||
}
|
||||
|
||||
@ -482,11 +505,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Dank_Einkauf") {
|
||||
BTC.Run("MediaPlayer.VIDEOS.DankEinkaufVidle3")
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Dank_Einkauf-U-3a")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -509,6 +534,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Dank_Einkauf") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
}
|
||||
}
|
||||
|
||||
@ -607,11 +633,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Outro") {
|
||||
BTC.Run("MediaPlayer.VIDEOS.BaeckereiOutroEidl_11")
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Baeckerei_Outro-U-11a")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -634,6 +662,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Outro") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
}
|
||||
}
|
||||
|
||||
@ -642,11 +671,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Outro") {
|
||||
BTC.Run("MediaPlayer.VIDEOS.BaeckereiOutroEidl_13")
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Baeckerei_Outro-U-13a")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -669,6 +700,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Outro") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
}
|
||||
}
|
||||
|
||||
@ -698,11 +730,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Outro") {
|
||||
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Baeckerei_Outro-U-25")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -725,6 +759,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Outro") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
}
|
||||
}
|
||||
|
||||
@ -741,11 +776,13 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Outro") {
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Baeckerei_Outro-U-29a")
|
||||
BTC.AddPossbileSpeechIntent("Story_A_Picknicken-Baeckerei_Outro-U-29b")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
BTC.Show("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Race) {
|
||||
// -- Race 1: User sagt etwas
|
||||
Composite(Sequence) {
|
||||
BTC.UserStartedSpeechInput()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
|
||||
Composite(Selector) {
|
||||
// -- Selector 1: Intent erkannt
|
||||
@ -768,6 +805,7 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Outro") {
|
||||
BTC.AbortSpeechEventListener()
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.Hide("GO.HINTS.SpeakHint")
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user