Compare commits
No commits in common. "6128ae9982edba3e5b36051c1746742ccc73aaa1" and "2540747b864b1969a8f8aa9b34917ec6634bf5c9" have entirely different histories.
6128ae9982
...
2540747b86
|
@ -8,9 +8,9 @@
|
|||
RunTree("32_Grotto_Kueche_Intro")
|
||||
RunTree("32_Grotto_Kueche_Zwiebeln_schneiden")
|
||||
RunTree("32_Grotto_Kueche_alles_gefunden")
|
||||
//RunTree("32_Grotto_Kueche_Kochen_Anzahl")
|
||||
//RunTree("32_Grotto_Kueche_Zusammen_Kochen")
|
||||
//RunTree("32_Grotto_Im_Grotto_Essen_Intro")
|
||||
RunTree("32_Grotto_Kueche_Kochen_Anzahl")
|
||||
RunTree("32_Grotto_Kueche_Zusammen_Kochen")
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -458,13 +458,11 @@ Tree("32_Grotto_Story_B_Grotto_Antwort_Nonna_Grotto") {
|
|||
Tree("32_Grotto_Kueche_Intro") {
|
||||
// --- Kueche - Intro ---
|
||||
Composite(Sequence) {
|
||||
// Initialization
|
||||
BTC.Run("StudioEventEmitter.STATIC.Ambi3D")
|
||||
|
||||
BTC.Run("AudioSource.AUDIO.Kueche1FIntro")
|
||||
|
||||
// Schuerze greifen
|
||||
BTC.Run("GO/NamedGrabEvent.INTERACTABLES.Schuerze")
|
||||
//BTC.GetKeyDown("Return")
|
||||
BTC.Hide("GO/NamedGrabEvent.INTERACTABLES.Schuerze")
|
||||
|
||||
BTC.SynthesizeText("Lies mir bitte das Rezept vor.")
|
||||
|
@ -564,12 +562,10 @@ Tree("32_Grotto_Kueche_Zwiebeln_schneiden") {
|
|||
// Zwiebeln schneiden
|
||||
BTC.Set("Collider.INTERACTABLES.ZwiebelTrigger", "otherTag", "Messer")
|
||||
BTC.Run("Collider.INTERACTABLES.ZwiebelTrigger")
|
||||
Composite(Marathon) {
|
||||
BTC.Run("StudioEventEmitter.INTERACTABLES.ZwiebelSchneiden")
|
||||
BTC.Hide("GO.INTERACTABLES.Zwiebel01")
|
||||
BTC.Show("GO.INTERACTABLES.GeschnitteneZwiebe")
|
||||
}
|
||||
|
||||
BTC.Run("StudioEventEmitter.INTERACTABLES.ZwiebelSchneiden")
|
||||
BTC.Hide("GO.INTERACTABLES.Zwiebel01")
|
||||
BTC.Show("GO.INTERACTABLES.GeschnitteneZwiebe")
|
||||
|
||||
BTC.SynthesizeText("Bitte suche nun die anderen Zutaten zusammen. Ich räume in der Zwischenzeit ein bisschen auf.")
|
||||
BTC.SpeechOutputEnded()
|
||||
|
||||
|
@ -796,14 +792,15 @@ Tree("32_Grotto_Kueche_alles_gefunden") {
|
|||
BTC.Run("Collider.INTERACTABLES.Topf")
|
||||
BTC.Run("AudioSource.AUDIO.Kueche2Fallesgefun")
|
||||
|
||||
// Herd anstellen - ToDo: Handling in Story?
|
||||
// Herd anstellen
|
||||
BTC.Run("NamedGrabEvent.STATIC.Herdschalter")
|
||||
BTC.Run("StudioEventEmitter.STATIC.HerdplatteAnstelle")
|
||||
BTC.Show("GO/StudioEventEmitter.STATIC.Herdplatteanstelle")
|
||||
|
||||
// Zwiebeln in Topf geben
|
||||
BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Zwiebeln")
|
||||
BTC.Run("Collider.INTERACTABLES.Topf")
|
||||
BTC.Run("StudioEventEmitter.INTERACTABLES.ZwiebelnInTopf")
|
||||
//BTC.StartSound("StudioEventEmitter.INTERACTABLES.ZwiebelninTopf")
|
||||
BTC.Show("GO/StudioEventEmitter.INTERACTABLES.ZwiebelninTopf")
|
||||
|
||||
BTC.Run("AudioSource.AUDIO.Kueche3Fallesgefun")
|
||||
|
||||
|
@ -1046,9 +1043,9 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
|
|||
// Wein in Topf giessen - Todo: Particle Trigger
|
||||
BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Weisswein")
|
||||
BTC.Run("Collider.INTERACTABLES.Topf")
|
||||
BTC.StopSound("StudioEventEmitter.INTERACTABLES.ZwiebelnInTopf")
|
||||
BTC.Run("StudioEventEmitter.INTERACTABLES.Abloeschen")
|
||||
BTC.Show("GO.INTERACTABLES.ChangeSound") // Ruehren
|
||||
BTC.Hide("GO/StudioEventEmitter.INTERACTABLES.ZwiebelninTopf")
|
||||
BTC.Show("GO.INTERACTABLES.Abloeschen")
|
||||
BTC.Show("GO.INTERACTABLES.ChangeSound")
|
||||
BTC.Run("AudioSource.AUDIO.Kueche3FZusammenKo")
|
||||
|
||||
// Bouillon leuchtet
|
||||
|
@ -1067,8 +1064,7 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
|
|||
BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Steinpilze")
|
||||
BTC.Run("Collider.INTERACTABLES.Topf")
|
||||
|
||||
//RunTree("32_Grotto_Kueche_Parmigiano")
|
||||
RunTree("32_Grotto_Im_Grotto_Essen_Intro")
|
||||
RunTree("32_Grotto_Kueche_Parmigiano")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1173,24 +1169,7 @@ Tree("32_Grotto_Kueche_Parmigiano") {
|
|||
}
|
||||
|
||||
Tree("32_Grotto_Im_Grotto_Essen_Intro") {
|
||||
// --- Im Grotto Essen - Intro ---
|
||||
Composite(Sequence) {
|
||||
BTC.Wait(10)
|
||||
|
||||
// Initialization
|
||||
Composite(Marathon) {
|
||||
BTC.SetPosition("GO.XRInteractionHandsSetup.XROrigin", -3.837, 0, -10.676)
|
||||
BTC.SetPosition("GO.HANDMENU", -3.837, 0, -10.676)
|
||||
BTC.Run("StudioEventEmitter.STATIC.KuechenAmbi")
|
||||
BTC.Run("StudioEventEmitter.AUDIO.Ambi2D")
|
||||
BTC.StopSound("StudioEventEmitter.STATIC.Ambi3D")
|
||||
BTC.StopSound("StudioEventEmitter.STATIC.HerdplatteAnstelle")
|
||||
BTC.StopSound("StudioEventEmitter.INTERACTABLES.Abloeschen")
|
||||
}
|
||||
|
||||
BTC.GetKeyDown("Return")
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Tree("32_Grotto_Kueche_Hide") {
|
||||
|
|
|
@ -277,6 +277,18 @@ public class BTC : MonoBehaviour {
|
|||
}
|
||||
}
|
||||
|
||||
[Task]
|
||||
public void StartSound(string objectName)
|
||||
{
|
||||
List<ComponentHandler> handlers = GetHandlers(objectName);
|
||||
handlers.ForEach(handler => handler.StartSound(Task.getState));
|
||||
if (handlers.Count == 0)
|
||||
{
|
||||
Debug.LogWarning($"BTC.StartSound: no components under the name '{objectName}'");
|
||||
Task.SetSucceeded();
|
||||
}
|
||||
}
|
||||
|
||||
[Task]
|
||||
public void StopSound(string objectName)
|
||||
{
|
||||
|
|
|
@ -220,6 +220,14 @@ public class ComponentHandler : MonoBehaviour {
|
|||
}
|
||||
}
|
||||
|
||||
public virtual void StartSound(MyBT.NodeState nodeState)
|
||||
{
|
||||
if (Task.isDebugging)
|
||||
{
|
||||
Debug.LogWarning($"ComponentHandler.StartSound: not implemented for {this.GetType()}");
|
||||
}
|
||||
}
|
||||
|
||||
public virtual void StopSound(MyBT.NodeState nodeState)
|
||||
{
|
||||
if (Task.isDebugging)
|
||||
|
|
|
@ -71,31 +71,28 @@ public class NamedStudioEventEmitter : ComponentHandler {
|
|||
public override void Run(MyBT.NodeState nodeState) {
|
||||
// whan aborting
|
||||
if (nodeState == NodeState.Aborting) {
|
||||
bool isOneShot;
|
||||
studioEventEmitter.EventDescription.isOneshot(out isOneShot);
|
||||
if (isOneShot)
|
||||
{
|
||||
studioEventEmitter.Stop();
|
||||
}
|
||||
|
||||
studioEventEmitter.Stop();
|
||||
return;
|
||||
}
|
||||
|
||||
// at start
|
||||
if (nodeState == NodeState.FirstRun) {
|
||||
// reset event trigger
|
||||
studioEventEmitter.Play();
|
||||
UnityEngine.Debug.Log($"NamedStudioEventEmitter: Event from {gameObject.name} start playing.");
|
||||
}
|
||||
|
||||
// int val;
|
||||
// FMOD.RESULT res = studioEventEmitter.EventInstance.getTimelinePosition(out val);
|
||||
|
||||
// during runtime
|
||||
if (nodeState == NodeState.Running) {
|
||||
bool isOneShot;
|
||||
studioEventEmitter.EventDescription.isOneshot(out isOneShot);
|
||||
if (!isOneShot)
|
||||
/*if (!isOneShot)
|
||||
{
|
||||
Task.SetSucceeded();
|
||||
return;
|
||||
}
|
||||
}*/
|
||||
if (!studioEventEmitter.IsPlaying()) {
|
||||
|
||||
Task.SetSucceeded();
|
||||
|
@ -104,9 +101,31 @@ public class NamedStudioEventEmitter : ComponentHandler {
|
|||
}
|
||||
}
|
||||
|
||||
// For Looping Sounds
|
||||
public override void StartSound(MyBT.NodeState nodeState)
|
||||
{
|
||||
if (nodeState == NodeState.Aborting)
|
||||
{
|
||||
studioEventEmitter.Stop();
|
||||
return;
|
||||
}
|
||||
|
||||
if (nodeState == NodeState.FirstRun)
|
||||
{
|
||||
studioEventEmitter.Play();
|
||||
UnityEngine.Debug.Log($"NamedStudioEventEmitter: Event from {gameObject.name} start playing.");
|
||||
Task.SetSucceeded();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
public override void StopSound(MyBT.NodeState nodeState)
|
||||
{
|
||||
if (nodeState == NodeState.Aborting)
|
||||
{
|
||||
studioEventEmitter.Stop();
|
||||
return;
|
||||
}
|
||||
|
||||
if (nodeState == NodeState.FirstRun)
|
||||
{
|
||||
studioEventEmitter.Stop();
|
||||
|
|
|
@ -1 +1 @@
|
|||
2025-01-08T12:58:31.1629980Z
|
||||
2025-01-07T15:36:13.6061680Z
|
File diff suppressed because it is too large
Load Diff
|
@ -9,7 +9,6 @@ using FMODUnity;
|
|||
[RequireComponent(typeof(Rigidbody))]
|
||||
public class OnCollideSound : MonoBehaviour
|
||||
{
|
||||
#if FMOD_AVAILABLE
|
||||
[SerializeField]
|
||||
EventReference soundRef;
|
||||
|
||||
|
@ -54,5 +53,4 @@ public class OnCollideSound : MonoBehaviour
|
|||
_specialCase = false;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@ using FMODUnity;
|
|||
[RequireComponent(typeof(XRGrabInteractable))]
|
||||
public class OnGrabSound : MonoBehaviour
|
||||
{
|
||||
#if FMOD_AVAILABLE
|
||||
[SerializeField]
|
||||
EventReference soundRef;
|
||||
|
||||
|
@ -27,5 +26,4 @@ public class OnGrabSound : MonoBehaviour
|
|||
{
|
||||
RuntimeManager.PlayOneShot(soundRef, transform.position);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
@ -9,7 +9,6 @@ using FMODUnity;
|
|||
|
||||
public class OnSocketSnapSound : MonoBehaviour
|
||||
{
|
||||
#if FMOD_AVAILABLE
|
||||
[SerializeField]
|
||||
EventReference soundRef;
|
||||
|
||||
|
@ -26,5 +25,4 @@ public class OnSocketSnapSound : MonoBehaviour
|
|||
{
|
||||
RuntimeManager.PlayOneShot(soundRef, transform.position);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@ using FMODUnity;
|
|||
|
||||
public class OnStirringSound : MonoBehaviour
|
||||
{
|
||||
#if FMOD_AVAILABLE
|
||||
[SerializeField]
|
||||
EventReference stirringDrySoundRef;
|
||||
|
||||
|
@ -20,5 +19,4 @@ public class OnStirringSound : MonoBehaviour
|
|||
emitter.Stop();
|
||||
emitter.ChangeEvent(stirringDrySoundRef);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
@ -140,9 +140,6 @@ PlayerSettings:
|
|||
bundleVersion: 0.1
|
||||
preloadedAssets:
|
||||
- {fileID: 11400000, guid: be340e3c48769439d8d18a5a2bccd498, type: 2}
|
||||
- {fileID: 11400000, guid: bfa1182bd221b4ca89619141f66f1260, type: 2}
|
||||
- {fileID: -8196854396901781169, guid: 1a4c68ca72a83449f938d669337cb305, type: 2}
|
||||
- {fileID: -64324148185763206, guid: a9a6963505ddf7f4d886008c6dc86122, type: 2}
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
m_HolographicPauseOnTrackingLoss: 1
|
||||
|
|
Loading…
Reference in New Issue