Grotto Sockets Positioning fixes

master
Nadine Ganz 2025-02-05 14:16:26 +01:00
parent 15f570bb1d
commit 545896b0b4
2 changed files with 734035 additions and 33 deletions

View File

@ -15,7 +15,7 @@
//RunTree("32_Grotto_Story_B_Grotto_Intro") //RunTree("32_Grotto_Story_B_Grotto_Intro")
//RunTree("32_Grotto_Kueche_Intro") //RunTree("32_Grotto_Kueche_Intro")
//RunTree("32_Grotto_Kueche_Zwiebeln_schneiden") RunTree("32_Grotto_Kueche_Zwiebeln_schneiden")
//RunTree("32_Grotto_Kueche_alles_gefunden") //RunTree("32_Grotto_Kueche_alles_gefunden")
//RunTree("32_Grotto_Kueche_Interesse_Kochen") //RunTree("32_Grotto_Kueche_Interesse_Kochen")
//RunTree("32_Grotto_Kueche_Kochen_Anzahl") //RunTree("32_Grotto_Kueche_Kochen_Anzahl")
@ -632,8 +632,7 @@ Tree("32_Grotto_Kueche_Zwiebeln_schneiden") {
BTC.CompareBool("RisottoIsSnapped", false) BTC.CompareBool("RisottoIsSnapped", false)
// Objekt geht zurueck // Objekt geht zurueck
BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Risotto", -6.824, 1.335, -18.8996) BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Risotto", -7.920319, 0.9762855, -16.10492)
BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch") BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch")
} }
} }
@ -660,7 +659,7 @@ Tree("32_Grotto_Kueche_Zwiebeln_schneiden") {
BTC.CompareBool("SalzIsSnapped", false) BTC.CompareBool("SalzIsSnapped", false)
// Objekt geht zurueck // Objekt geht zurueck
BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Salz", -6.607, 1.321, -18.8996) BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Salz", -7.94902, 0.9696183, -16.31448)
BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch") BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch")
} }
@ -688,7 +687,7 @@ Tree("32_Grotto_Kueche_Zwiebeln_schneiden") {
BTC.CompareBool("PfefferIsSnapped", false) BTC.CompareBool("PfefferIsSnapped", false)
// Objekt geht zurueck // Objekt geht zurueck
BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Pfeffer", -6.686, 1.321, -18.8996) BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Pfeffer", -7.923509, 0.976778, -16.23407)
BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch") BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch")
} }
@ -716,7 +715,7 @@ Tree("32_Grotto_Kueche_Zwiebeln_schneiden") {
BTC.CompareBool("WeissweinIsSnapped", false) BTC.CompareBool("WeissweinIsSnapped", false)
// Objekt geht zurueck // Objekt geht zurueck
BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Weisswein", -6.58, 1.451, -19.0233) BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Weisswein", -8.098644, 0.9762855, -16.33541)
BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch") BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch")
} }
@ -744,7 +743,7 @@ Tree("32_Grotto_Kueche_Zwiebeln_schneiden") {
BTC.CompareBool("BouillonIsSnapped", false) BTC.CompareBool("BouillonIsSnapped", false)
// Objekt geht zurueck // Objekt geht zurueck
BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Bouillon", -6.947, 1.402, -18.995) BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Bouillon", -8.082785, 0.9762855, -15.99537)
BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch") BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch")
} }
@ -772,7 +771,7 @@ Tree("32_Grotto_Kueche_Zwiebeln_schneiden") {
BTC.CompareBool("OlivenoelIsSnapped", false) BTC.CompareBool("OlivenoelIsSnapped", false)
// Objekt geht zurueck // Objekt geht zurueck
BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Olivenoel", -6.752, 1.449, -19.024) BTC.SetPosition("GO/NamedGrabEvent/NamedOutline.INTERACTABLES.Olivenoel", -8.0905, 0.9762856, -16.20448)
BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch") BTC.Run("AudioSource.AUDIO.Kueche5Zwiebelnsch")
} }

File diff suppressed because it is too large Load Diff