henbagle / LE1CommunityPatch

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

Squadmate visibility issues in Salarian Camp #188

Closed henbagle closed 1 year ago

henbagle commented 1 year ago

File: BIOA_JUG20_08_DSG.pcc

Needs fixed in localized file? No

Description of fix:

Fixed by rondeeno:

For the salarian camp on Virmire, the PMCheckConditionals that check if Liara is in the squad (exports 2083 and 2095) didn't have any links connected to True, which meant that if your squad was Liara and Garrus or Wrex, then the BioPawns for Garrus/Wrex would be visible when approaching the camp (causing there to be two Garruses or Wrexes). I linked True to exports 2014 and 2046 (respectively), so that the sequences continue if Liara is in the squad.

Tali's PMCheckConditionals (exports 2078, 2079, 2090, and 2091) used the wrong parameter (mistakenly checking for Wrex instead), so her BioPawn would always appear even if she was in the squad. All I had to do to fix it was change the parameter from 4 to 5.