Got another couple of fixes.
First
Issue: Replay of Fiona/Whitney for scene "Evaluation" being unavailable despite being unlocked.
Reason: Scene was labeled as "whitney" but there's no corresponding image "whitney.jpg" in their movie folder. This is because the scene should be labeled "cs" instead as that's the corresponding image for the "Evaluation" scene.
Solution: Replace "whitney" text with "cs" on line 5939 in the following text:
Second
Issue: Ella/Maddy's market questline during the "Wait - She'll be in touch about the market soon" segment wouldn't trigger the next segment. This would make the questline impossible to continue.
Reason: Like the previous issue where Charlotte/Theodora's questline wouldn't trigger because it didn't recognize Quinn/Harley being "Off World" the code is checking whether or not Ella is "Off World" rather than on the planet "Kosh".
Solution: Replace "Off World" text with "Kosh" on line 29492 in the following text:
PS: Added another fix since there wasn't another comment made since my last one.