henbagle / LE1CommunityPatch

Issue tracker for the Community Patch mod for Mass Effect 1: Legendary Edition
13 stars 0 forks source link

UNC: Lost Freighter dialogue issue #247

Closed henbagle closed 1 month ago

henbagle commented 1 month ago

File: BIOA_FRE33_00_DSG.pcc

Description of fix: ISSUE: In UNC: Lost Freighter, bool 4737 (Heard_Doctor's_Log) is supposed to be set to true when listening to the cockpit and medical logs, which affects Shepard's dialogue when examining the life support machine. Transition 3050 (Set_Heard_Doctor's_log_True) is included in the BioConversation for the two logs, but since they're played as FOVOs instead, this doesn't have any effect. FIX: Added exports 8176 (PMCheckState) and 8177 (PMExecuteTransition) to make sure that the bool is set to true if either of the logs are played.