henbagle / LE1CommunityPatch

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

Krogan Commander and VI issues when backtracking #246

Closed henbagle closed 1 month ago

henbagle commented 1 month ago

File: BIOA_WAR50_05_DSG.pcc

Description of fix: Fixed by rondeeno

ISSUES: Like the lower markets enemies, the Krogan Commander at ExoGeni HQ stops attacking and stands still if you run back to the large room where Lizbeth is hiding and then return. If you go even further to the spot where you dropped down (where BIOA_WAR50_05_DSG is completely loaded out), then the scene where the Krogan Commander argues with the VI will play again when you come back. This also happens if you killed the Krogan Commander and ran back to the drop before the VI could start its conversation, which causes a softlock as the VI's conversation with Shepard never starts. FIXES: Changed exports 253 and 261 to check for bool 3762 instead of 3615 to prevent the Krogan-VI scene from playing more than once. Added additional checks to make sure the Krogan Commander is made hostile and the BioSeqAct_ChangeStrategy object runs again if combat has already started. Added additional check to make sure the VI's conversation with Shepard runs if the Krogan Commander is dead and the conversation hasn't started yet.