henbagle / LE1CommunityPatch

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

Dr Saleon conversation repeats without Garrus #226

Closed AudemusN7 closed 9 months ago

AudemusN7 commented 11 months ago

File: BIOA_FRE34_00_DSG.pcc

Needs fixed in localized file? Is this a LOC_INT file, but the fix is not specific to english? No

Export ID/TLK Str Ref:

12595 - Garrus_PlotEncounter Sequence

Description of fix: If the player kills Dr Saleon without Garrus present, then bool 5361 is set to true. However, the sequence only checks if bool 5350 is true, which is only set if Saleon is killed with Garrus present. If the player kills Saleon without Garrus, lets the door to his room close, and then opens it again, the conversation will trigger once more (this time with an invisible/mute Saleon since he's dead).

The simplest fix for this is to simply add an additional plot check for bool 5361 to the sequence: LegendaryExplorer_nf3uK3Sda5

henbagle commented 11 months ago

Fixed locally and will be included in next update! 👍