Edit BTC
parent
994dab66dc
commit
ad65571775
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 067fbd463bf4048a78637bb9e8574dbb
|
||||
guid: f8b449249f5fe4e8cb51d10ab5783adc
|
||||
AudioImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 7
|
|
@ -228,21 +228,20 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
|||
BTC.ClearPossbileSpeechIntents()
|
||||
// Load Scene: Story A Picknicken
|
||||
// ...
|
||||
BTC.SetStoryAVisited()
|
||||
//BTC.SetStoryAVisited()
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.CompareIntentID("Zugabteil.Szenenwahl.5")
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
// Load Scene: Story B Grotto
|
||||
BTC.Run("LoadScene.NEXT.30SBB")
|
||||
//BTC.SetStoryBVisited()
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.CompareIntentID("Zugabteil.Szenenwahl.7")
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
// Load Scene: Story C Wandern
|
||||
// ...
|
||||
BTC.SetStoryCVisited()
|
||||
//BTC.SetStoryCVisited()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -269,7 +268,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
|||
BTC.ClearPossbileSpeechIntents()
|
||||
// Load Scene: Story A Picknicken
|
||||
// ...
|
||||
BTC.SetStoryAVisited()
|
||||
//BTC.SetStoryAVisited()
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.CompareIntentID("Zugabteil.Szenenwahl.5")
|
||||
|
@ -282,7 +281,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
|||
BTC.ClearPossbileSpeechIntents()
|
||||
// Load Scene: Story C Wandern
|
||||
// ...
|
||||
BTC.SetStoryCVisited()
|
||||
//BTC.SetStoryCVisited()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -315,7 +314,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
|||
|
||||
// Load Scene: Story A Picknicken
|
||||
// ...
|
||||
BTC.SetStoryAVisited()
|
||||
//BTC.SetStoryAVisited()
|
||||
}
|
||||
Composite(Sequence) {
|
||||
// grotto
|
||||
|
@ -350,7 +349,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
|||
|
||||
// Load Scene: Story C Wandern
|
||||
// ...
|
||||
BTC.SetStoryCVisited()
|
||||
//BTC.SetStoryCVisited()
|
||||
}
|
||||
} // Ende Race Buttons
|
||||
} // Ende Option 2 Handmenu
|
||||
|
@ -420,7 +419,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
|||
|
||||
// Load Scene: Story A Picknicken
|
||||
// ...
|
||||
BTC.SetStoryAVisited()
|
||||
//BTC.SetStoryAVisited()
|
||||
}
|
||||
Composite(Sequence) {
|
||||
// grotto
|
||||
|
@ -459,7 +458,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
|||
|
||||
// Load Scene: Story C Wandern
|
||||
// ...
|
||||
BTC.SetStoryCVisited()
|
||||
//BTC.SetStoryCVisited()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -254,9 +254,9 @@ Tree("32_Grotto_Story_B_Grotto_Intro") {
|
|||
// Selector 3: Fallback Button
|
||||
Composite(Sequence) {
|
||||
Composite(Marathon) {
|
||||
BTC.Set("TextMeshPro.GO.Option1Button", "text", "In der Küche helfen.")
|
||||
BTC.Set("TextMeshPro.GO.Option1Button", "text", "L'aiuto in cucina.")
|
||||
BTC.Show("GO.GO.Option1Button")
|
||||
BTC.Set("TextMeshPro.GO.Option2Button", "text", "Im Garten warten.")
|
||||
BTC.Set("TextMeshPro.GO.Option2Button", "text", "La aspetto.")
|
||||
BTC.Show("GO.GO.Option2Button")
|
||||
}
|
||||
|
||||
|
@ -861,9 +861,9 @@ Tree("32_Grotto_Kueche_alles_gefunden") {
|
|||
|
||||
// Fallback Button
|
||||
Composite(Marathon) {
|
||||
BTC.Set("TextMeshPro.GO.Option1Button", "text", "Ja")
|
||||
BTC.Set("TextMeshPro.GO.Option1Button", "text", "Sì.")
|
||||
BTC.Show("GO.GO.Option1Button")
|
||||
BTC.Set("TextMeshPro.GO.Option2Button", "text", "Nein")
|
||||
BTC.Set("TextMeshPro.GO.Option2Button", "text", "No.")
|
||||
BTC.Show("GO.GO.Option2Button")
|
||||
}
|
||||
|
||||
|
@ -899,9 +899,9 @@ Tree("32_Grotto_Kueche_alles_gefunden") {
|
|||
|
||||
// Fallback Button
|
||||
Composite(Marathon) {
|
||||
BTC.Set("TextMeshPro.GO.Option1Button", "text", "Ja")
|
||||
BTC.Set("TextMeshPro.GO.Option1Button", "text", "Sì.")
|
||||
BTC.Show("GO.GO.Option1Button")
|
||||
BTC.Set("TextMeshPro.GO.Option2Button", "text", "Nein")
|
||||
BTC.Set("TextMeshPro.GO.Option2Button", "text", "No.")
|
||||
BTC.Show("GO.GO.Option2Button")
|
||||
}
|
||||
|
||||
|
@ -997,7 +997,8 @@ Tree("32_Grotto_Kueche_Kochen_Anzahl") {
|
|||
Composite(Sequence) {
|
||||
BTC.CompareIntentID("Kueche.Kochen_Anzahl.2")
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
RunTree("32_Grotto_Kueche_Selbststaendig_Kochen")
|
||||
//RunTree("32_Grotto_Kueche_Selbststaendig_Kochen")
|
||||
RunTree("32_Grotto_Kueche_Zusammen_Kochen")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.CompareIntentID("Kueche.Kochen_Anzahl.4")
|
||||
|
@ -1013,9 +1014,9 @@ Tree("32_Grotto_Kueche_Kochen_Anzahl") {
|
|||
|
||||
// Fallback Button
|
||||
Composite(Marathon) {
|
||||
BTC.Set("TextMeshPro.GO.Option1Button", "text", "sehr oft")
|
||||
BTC.Set("TextMeshPro.GO.Option1Button", "text", "molto spesso")
|
||||
BTC.Show("GO.GO.Option1Button")
|
||||
BTC.Set("TextMeshPro.GO.Option2Button", "text", "selten")
|
||||
BTC.Set("TextMeshPro.GO.Option2Button", "text", "raramente")
|
||||
BTC.Show("GO.GO.Option2Button")
|
||||
}
|
||||
|
||||
|
@ -1026,7 +1027,8 @@ Tree("32_Grotto_Kueche_Kochen_Anzahl") {
|
|||
BTC.AbortEventListener("NamedEventTrigger.GO.Option2Button")
|
||||
BTC.Hide("GO.GO.Option1Button")
|
||||
BTC.Hide("GO.GO.Option2Button")
|
||||
RunTree("32_Grotto_Kueche_Selbststaendig_Kochen")
|
||||
//RunTree("32_Grotto_Kueche_Selbststaendig_Kochen")
|
||||
RunTree("32_Grotto_Kueche_Zusammen_Kochen")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
// selten
|
||||
|
@ -1297,6 +1299,8 @@ Tree("32_Grotto_Im_Grotto_Essen_Intro") {
|
|||
BTC.Run("AudioSource.AUDIO.ImGrottoessen9Intr")
|
||||
BTC.Run("AudioSource.AUDIO.ImGrottoessen10Int")
|
||||
|
||||
RunTree("32_Grotto_Hide")
|
||||
|
||||
// --- Im Grotto Essen - Zweite Bestellung ---
|
||||
BTC.Run("AudioSource.AUDIO.ImGrottoessen1Zwei")
|
||||
|
||||
|
@ -1391,17 +1395,16 @@ Tree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner") {
|
|||
Tree("32_Grotto_Im_Grotto_Essen_Nachfrage_Kellner_Essen") {
|
||||
Composite(Sequence) {
|
||||
BTC.Run("AudioSource.AUDIO.ImGrottoessen1Esse")
|
||||
BTC.GetKeyDown("Return")
|
||||
RunTree("32_Grotto_Hide")
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Tree("32_Grotto_Kueche_Hide") {
|
||||
Tree("32_Grotto_Hide") {
|
||||
Composite(Sequence) {
|
||||
// Go to scene 3.5 Slideshow
|
||||
BTC.GetKeyDown("Return")
|
||||
BTC.SetStoryBVisited()
|
||||
BTC.Run("LoadScene.NEXT.35Slideshow")
|
||||
BTC.Run("LoadScene.NEXT.10SBB")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 9df6cd2f9439dd04fb0d7a5aeb12e189
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e8d1d59b4af53fb4685894e0972082fc
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 3294b408d2ae84a4ab6cf9b99f3f1628
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
|
@ -197,7 +197,8 @@
|
|||
{
|
||||
"intentID": "Kueche.Zusammen_Kochen.6",
|
||||
"intentSentences": [
|
||||
"S\u00ec."
|
||||
"S\u00ec.",
|
||||
"S\u00ec, sono pronto."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue