From 9f3881ed59c7a58943f308b1ba3b5d66fcb2cf7f Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 13 Feb 2023 19:43:04 -0500 Subject: [PATCH] Eder BS door animation synchronization fixes. This hardens the logic of synchronizing the bahro door animations by adding an extra notification to the Python script for when the bahro door begins to open. This also fixes Eder Delin's bahro door fast-forwarding open the first time the blue spiral game is completed in that Age. - [plResponderModifier] cRespBSDoorOps Added a `plNotifyMsg` back to the Python script at the beginning of the door open (first) responder state with a state of 0 to indicate that the door is not yet open. This change requires script changes. - Eder Delin ONLY [plAGMasterMod] AnimGroupedBSdoorClose_0 Removed the link to the owning `plMsgForwarder` - this link caused the door to fast-forward open. The field is nulled out in the Tsogal door, which is known to work correctly. --- compiled/dat/EderDelin_District_garden.prp | 4 ++-- compiled/dat/EderTsogal_District_tsoGarden.prp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiled/dat/EderDelin_District_garden.prp b/compiled/dat/EderDelin_District_garden.prp index 11c6a9c2..ad4e561f 100644 --- a/compiled/dat/EderDelin_District_garden.prp +++ b/compiled/dat/EderDelin_District_garden.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:caaa16662a26c612d31f1de004f9cba6500477b63f17cff579124094ce106ea0 -size 4778459 +oid sha256:df2a7a120ea96f802e435dccc1be310c6f1a109ec5c1eb1cf459b3d4e94e2cfd +size 4778494 diff --git a/compiled/dat/EderTsogal_District_tsoGarden.prp b/compiled/dat/EderTsogal_District_tsoGarden.prp index 7f79974a..76be955a 100644 --- a/compiled/dat/EderTsogal_District_tsoGarden.prp +++ b/compiled/dat/EderTsogal_District_tsoGarden.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:564609da9e553eb055352aee7fb141291379d9e3d6516d45aa69c0a3157dbe78 -size 3752794 +oid sha256:4566c2bb123afd69df7731ca75a400f7d88d67b55e902a7f0587a98f4bf77d11 +size 3752867