Add ParticleTrigger for parmesan, fixes (Schneidebrett, Pilze, Handmenu)
This commit is contained in:
		
							parent
							
								
									e50e4ba9a6
								
							
						
					
					
						commit
						cdee6ca4f5
					
				@ -15,6 +15,8 @@
 | 
			
		||||
                RunTree("32_Grotto_Story_B_Grotto_Intro")
 | 
			
		||||
                //RunTree("32_Grotto_Story_B_Grotto_Antwort_Nonna_Grotto")
 | 
			
		||||
 | 
			
		||||
                //BTC.SetPosition("GO.XRInteractionHandsSetup.XROrigin", -7.036, 0, -16.413)
 | 
			
		||||
                //BTC.SetPosition("GO.HANDMENU", -7.036, 0, -16.413)
 | 
			
		||||
                //RunTree("32_Grotto_Kueche_Intro")
 | 
			
		||||
                //RunTree("32_Grotto_Kueche_Zwiebeln_schneiden")
 | 
			
		||||
                //RunTree("32_Grotto_Kueche_alles_gefunden")
 | 
			
		||||
@ -544,7 +546,8 @@ Tree("32_Grotto_Story_B_Grotto_Antwort_Nonna_Grotto") {
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.AntwortNonnaGrotto_15")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.AntwortNonnaGrotto_15")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.AntwortNonnaGrotto_15")
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
        RunTree("32_Grotto_Hide")   // fuer Vorzeigeversion
 | 
			
		||||
        RunTree("32_Grotto_Im_Grotto_Essen_Intro")
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@ -665,6 +668,7 @@ Tree("32_Grotto_Kueche_Intro") {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        Composite(Marathon) {
 | 
			
		||||
            BTC.Hide("Depthkit.VIDEOS.SteinpilzeHilfe1Ku")
 | 
			
		||||
            BTC.Show("GO.STATIC.RezeptCheckmark1")
 | 
			
		||||
            BTC.Disable("NamedOutline.INTERACTABLES.Pilz01")
 | 
			
		||||
            BTC.Disable("NamedOutline.INTERACTABLES.Pilz02")
 | 
			
		||||
@ -898,6 +902,7 @@ Tree("32_Grotto_Kueche_Zwiebeln_schneiden") {
 | 
			
		||||
 | 
			
		||||
        BTC.Wait(1)
 | 
			
		||||
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.Zwiebelnschneiden5")
 | 
			
		||||
        RunTree("32_Grotto_Kueche_alles_gefunden")
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@ -1197,8 +1202,9 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.ZusammenKochen1Kue")
 | 
			
		||||
 | 
			
		||||
        // Risotto in Topf geben
 | 
			
		||||
        BTC.Run("Particle.INTERACTABLES.Risotto")
 | 
			
		||||
        BTC.Run("GO/Particle.INTERACTABLES.Risotto")
 | 
			
		||||
        BTC.Hide("GO.INTERACTABLES.Reis")
 | 
			
		||||
        BTC.Hide("GO/Particle.INTERACTABLES.Risotto")
 | 
			
		||||
        BTC.Show("GO.STATIC.RezeptCheckmark5")
 | 
			
		||||
 | 
			
		||||
        // Ruehren
 | 
			
		||||
@ -1268,8 +1274,7 @@ Tree("32_Grotto_Kueche_Parmigiano") {
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.ZusammenKochen5Kue")
 | 
			
		||||
 | 
			
		||||
        // Parmigiano in Topf geben
 | 
			
		||||
        BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Parmigiano")
 | 
			
		||||
        BTC.Run("Collider.INTERACTABLES.Topf")
 | 
			
		||||
        BTC.Run("Particle.INTERACTABLES.Parmesan")
 | 
			
		||||
        BTC.Show("GO.STATIC.RezeptCheckmark9")
 | 
			
		||||
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.ZusammenKochen6Kue")
 | 
			
		||||
@ -1311,18 +1316,20 @@ Tree("32_Grotto_Kueche_Parmigiano") {
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        RunTree("32_Grotto_Hide")   // fuer Vorzeigeversion
 | 
			
		||||
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.ZusammenKochen7Kue")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.ZusammenKochen7Kue")
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.ZusammenKochen7Kue")
 | 
			
		||||
 | 
			
		||||
        // Stelle für Pfanne leuchtet
 | 
			
		||||
        BTC.Enable("Collider/NamedOutline.INTERACTABLES.TopfUntersetzer")
 | 
			
		||||
        BTC.Set("Collider/NamedOutline.INTERACTABLES.TopfUntersetzer", "otherTag", "Topf")
 | 
			
		||||
        BTC.Enable("NamedOutline.INTERACTABLES.TopfUntersetzer")
 | 
			
		||||
        BTC.Set("Collider.INTERACTABLES.Topfuntersetzer", "otherTag", "Topf")
 | 
			
		||||
 | 
			
		||||
        Composite(Race) {
 | 
			
		||||
            Composite(Sequence) {
 | 
			
		||||
                // Pfanne rueber stellen
 | 
			
		||||
                BTC.Run("Collider/NamedOutline.INTERACTABLES.TopfUntersetzer")
 | 
			
		||||
                BTC.Run("Collider.INTERACTABLES.Topfuntersetzer")
 | 
			
		||||
            }
 | 
			
		||||
            Composite(Sequence) {
 | 
			
		||||
                // Keine Reaction
 | 
			
		||||
@ -1331,11 +1338,12 @@ Tree("32_Grotto_Kueche_Parmigiano") {
 | 
			
		||||
                BTC.Run("Depthkit.VIDEOS.ZusammenKochen8Kue")
 | 
			
		||||
                BTC.Hide("Depthkit.VIDEOS.ZusammenKochen8Kue")
 | 
			
		||||
                // Pfanne rueber stellen
 | 
			
		||||
                BTC.Run("Collider/NamedOutline.INTERACTABLES.TopfUntersetzer")
 | 
			
		||||
                BTC.Run("Collider.INTERACTABLES.Topfuntersetzer")
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        BTC.Disable("Collider/NamedOutline.INTERACTABLES.TopfUntersetzer") 
 | 
			
		||||
        BTC.Hide("Depthkit.VIDEOS.ZusammenKochen8Kue")
 | 
			
		||||
        BTC.Disable("NamedOutline.INTERACTABLES.TopfUntersetzer") 
 | 
			
		||||
 | 
			
		||||
        BTC.Show("Depthkit.VIDEOS.ZusammenKochen10Ku")
 | 
			
		||||
        BTC.Run("Depthkit.VIDEOS.ZusammenKochen10Ku")
 | 
			
		||||
 | 
			
		||||
@ -1678,7 +1678,7 @@ GameObject:
 | 
			
		||||
  m_Icon: {fileID: 0}
 | 
			
		||||
  m_NavMeshLayer: 0
 | 
			
		||||
  m_StaticEditorFlags: 0
 | 
			
		||||
  m_IsActive: 1
 | 
			
		||||
  m_IsActive: 0
 | 
			
		||||
--- !u!224 &784431681836084746
 | 
			
		||||
RectTransform:
 | 
			
		||||
  m_ObjectHideFlags: 0
 | 
			
		||||
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user