From 97863be2c5252b38be1d6d44293a5f49eb0f31a0 Mon Sep 17 00:00:00 2001 From: Nadine Ganz Date: Wed, 6 Aug 2025 12:07:04 +0200 Subject: [PATCH] Delete fade effect between SBBs, fix user position+handmenu in Baeckerei Outro --- Viagg-io/Assets/BehaviourTrees/1.0-SBB.bt.txt | 6 +++--- Viagg-io/Assets/BehaviourTrees/2.0-SBB.bt.txt | 5 +---- Viagg-io/Assets/BehaviourTrees/2.2-Geschaeft.bt.txt | 2 -- Viagg-io/Assets/BehaviourTrees/3.0-SBB.bt.txt | 5 +---- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/Viagg-io/Assets/BehaviourTrees/1.0-SBB.bt.txt b/Viagg-io/Assets/BehaviourTrees/1.0-SBB.bt.txt index 807635bc..5f2bc496 100644 --- a/Viagg-io/Assets/BehaviourTrees/1.0-SBB.bt.txt +++ b/Viagg-io/Assets/BehaviourTrees/1.0-SBB.bt.txt @@ -128,7 +128,7 @@ Tree("10_SBB_Zugabteil_Intro") { BTC.CompareIntentID("Zugabteil-Exposition-U-4b") BTC.ClearPossbileSpeechIntents() // Load Scene: Story B Grotto - BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black") + //BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black") BTC.Run("LoadScene.NEXT.30SBB") } } @@ -267,7 +267,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") { BTC.CompareIntentID("Zugabteil-Exposition-U-4b") BTC.ClearPossbileSpeechIntents() // Load Scene: Story B Grotto - BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black") + //BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black") BTC.Run("LoadScene.NEXT.30SBB") } } @@ -352,7 +352,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") { } // Load Scene: Story B Grotto - BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black") + //BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black") BTC.Run("LoadScene.NEXT.30SBB") } } // Race Buttons diff --git a/Viagg-io/Assets/BehaviourTrees/2.0-SBB.bt.txt b/Viagg-io/Assets/BehaviourTrees/2.0-SBB.bt.txt index 7f151e7b..d065b266 100644 --- a/Viagg-io/Assets/BehaviourTrees/2.0-SBB.bt.txt +++ b/Viagg-io/Assets/BehaviourTrees/2.0-SBB.bt.txt @@ -34,10 +34,7 @@ Tree("20_SBB_Story_A_Picknicken_Start") { Composite(Sequence) { - Composite(Marathon) { - BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black") - BTC.Run("MediaPlayer.VIDEOS.StartF1") - } + BTC.Run("MediaPlayer.VIDEOS.StartF1") BTC.Run("MediaPlayer.VIDEOS.StartFidle2") diff --git a/Viagg-io/Assets/BehaviourTrees/2.2-Geschaeft.bt.txt b/Viagg-io/Assets/BehaviourTrees/2.2-Geschaeft.bt.txt index 7a75a860..68b1dfd2 100644 --- a/Viagg-io/Assets/BehaviourTrees/2.2-Geschaeft.bt.txt +++ b/Viagg-io/Assets/BehaviourTrees/2.2-Geschaeft.bt.txt @@ -591,8 +591,6 @@ Tree("22_Geschaeft_Story_A_Picknicken_Baeckerei_Outro") { BTC.Hide("MediaPlayer.VIDEOS.BestellungBegleite_BeideVIdle14") BTC.Hide("MediaPlayer.VIDEOS.BestellungBegleite_VIdle17") // Init Position User - BTC.SetPosition("GO.XRInteractionHandsSetup.XROrigin", -0.718, 0, -0.28) - BTC.SetPosition("GO.HANDMENU", -0.85, 0, -0.28) BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", -90.0) BTC.RotateToAngle("GO.HANDMENU", -90.0) } diff --git a/Viagg-io/Assets/BehaviourTrees/3.0-SBB.bt.txt b/Viagg-io/Assets/BehaviourTrees/3.0-SBB.bt.txt index 1070e4c4..a88396bf 100644 --- a/Viagg-io/Assets/BehaviourTrees/3.0-SBB.bt.txt +++ b/Viagg-io/Assets/BehaviourTrees/3.0-SBB.bt.txt @@ -35,10 +35,7 @@ Tree("30_SBB_Story_B_Grotto_Start") { Composite(Sequence) { - Composite(Marathon) { - BTC.Run("MediaPlayer.VIDEOS.StartF1") - BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black") - } + BTC.Run("MediaPlayer.VIDEOS.StartF1") BTC.Run("MediaPlayer.VIDEOS.StartFidle2") BTC.AddPossbileSpeechIntent("Story_B_Grotto-Start-U-2a")