Grotto1: Clean up, add loading of minigame
This commit is contained in:
parent
c8587fdbbd
commit
89ba62605a
@ -22,8 +22,6 @@
|
|||||||
BTC.SetPosition("GO.HANDMENU", -3.573, 0, -12.124)
|
BTC.SetPosition("GO.HANDMENU", -3.573, 0, -12.124)
|
||||||
BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 0.0)
|
BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 0.0)
|
||||||
BTC.RotateToAngle("GO.HANDMENU", 0.0)
|
BTC.RotateToAngle("GO.HANDMENU", 0.0)
|
||||||
BTC.Run("StudioEventEmitter.STATIC.KuechenAmbi")
|
|
||||||
BTC.Run("StudioEventEmitter.STATIC.AmbiGarten")
|
|
||||||
BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black")
|
BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black")
|
||||||
}
|
}
|
||||||
BTC.Wait(5)
|
BTC.Wait(5)
|
||||||
@ -41,8 +39,6 @@
|
|||||||
BTC.SetPosition("GO.HANDMENU", -3.573, 0, -12.124)
|
BTC.SetPosition("GO.HANDMENU", -3.573, 0, -12.124)
|
||||||
BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 0.0)
|
BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 0.0)
|
||||||
BTC.RotateToAngle("GO.HANDMENU", 0.0)
|
BTC.RotateToAngle("GO.HANDMENU", 0.0)
|
||||||
BTC.Run("StudioEventEmitter.STATIC.KuechenAmbi")
|
|
||||||
BTC.Run("StudioEventEmitter.STATIC.AmbiGarten")
|
|
||||||
BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black")
|
BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black")
|
||||||
}
|
}
|
||||||
BTC.Wait(5)
|
BTC.Wait(5)
|
||||||
@ -76,7 +72,6 @@ Tree("32_Grotto_Story_B_Grotto_Intro") {
|
|||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
// Initialization
|
// Initialization
|
||||||
BTC.Run("MediaPlayer.VIDEOS.IntroFidle1")
|
BTC.Run("MediaPlayer.VIDEOS.IntroFidle1")
|
||||||
BTC.Run("StudioEventEmitter.STATIC.AmbiGarten")
|
|
||||||
BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black")
|
BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black")
|
||||||
|
|
||||||
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle1")
|
BTC.Hide("MediaPlayer.VIDEOS.IntroFidle1")
|
||||||
@ -349,10 +344,6 @@ Tree("32_Grotto_Story_B_Grotto_Intro") {
|
|||||||
BTC.StopSpeechIntentRecognition()
|
BTC.StopSpeechIntentRecognition()
|
||||||
BTC.ClearPossbileSpeechIntents()
|
BTC.ClearPossbileSpeechIntents()
|
||||||
|
|
||||||
// --- Bilder Bergell ---
|
|
||||||
// TODO: Bergell
|
|
||||||
//BTC.Run("LoadScene.NEXT.35Slideshow")
|
|
||||||
|
|
||||||
// Fallback Button
|
// Fallback Button
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
Composite(Marathon) {
|
Composite(Marathon) {
|
||||||
@ -546,8 +537,6 @@ Tree("32_Grotto_Story_B_Grotto_Antwort_Nonna_Grotto") {
|
|||||||
BTC.SetPosition("GO.HANDMENU", -3.573, 0, -12.124)
|
BTC.SetPosition("GO.HANDMENU", -3.573, 0, -12.124)
|
||||||
BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 0.0)
|
BTC.RotateToAngle("GO.XRInteractionHandsSetup.XROrigin", 0.0)
|
||||||
BTC.RotateToAngle("GO.HANDMENU", 0.0)
|
BTC.RotateToAngle("GO.HANDMENU", 0.0)
|
||||||
BTC.Run("StudioEventEmitter.STATIC.KuechenAmbi")
|
|
||||||
BTC.Run("StudioEventEmitter.STATIC.AmbiGarten")
|
|
||||||
BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black")
|
BTC.FadeIn("FadeScene.XRInteractionHandsSetup.Black")
|
||||||
|
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
@ -562,7 +551,8 @@ Tree("32_Grotto_Story_B_Grotto_Antwort_Nonna_Grotto") {
|
|||||||
|
|
||||||
Composite(Sequence) {
|
Composite(Sequence) {
|
||||||
BTC.Run("NamedGrabEvent.INTERACTABLES.VRBrille")
|
BTC.Run("NamedGrabEvent.INTERACTABLES.VRBrille")
|
||||||
// TODO: Load Minigame
|
BTC.FadeOut("FadeScene.XRInteractionHandsSetup.Black")
|
||||||
|
BTC.Run("LoadScene.NEXT.40Puschlav")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user