Welcome to the AFK Mods bug tracker. In order to report an issue, you need to have a VALIDATED account to post one. Once you have followed the link the registration email sent you, please select a project from the drop down menu below. Select “Open New Issue” and fill out the form with as many details as possible.

Please also consider sending your bug report to Bethesda if you are reporting on an issue with Skyrim Special Edition, Fallout 4, Starfield, or Oblivion Remastered. Doing so will help everyone on all platforms.

Issue Data
Status: Closed
Issue Type: Bug Report
Project: Unofficial Fallout 4 Patch
Component: Fallout 4: Vanilla
Category: Quests & Dialogue
Assigned To: Nobody
Platform: Windows PC
Severity: Very Low
Votes: 0
Watching: N/A
Opened By TheCowardlyAdventurer on Apr 28, 2022 9:12 pm
Closed By Arthmoor on Jul 13, 2022 10:12 pm
Resolution: Fixed
Comment: Fixed for UFO4P 2.1.4.

Issue #32394: Nick Valentine's recorded line when you swap Curie for him doesn't play

 
Nick Valentine doesn't respond to Curie when you swap them in his pickup scene. The lines are there in the Creation Kit, but seem to be set up incorrectly. I noticed this on multiple playthroughs, and there are youtube videos of this scene that also show this. I believe I've figured out why.

Quest COMNick - COMNickPickupScene
It looks like it's because "GetIsID is checking that it is Valentine, but for the lines that work, it's checking that it is the companion you are stopping traveling with.

The change I made looks like this in F04Edit:
from
Target.GetIsID(CompanionNickValentine "Nick Valentine" [NPC_:00002F24]) = 1.000000 AND
to
Quest Alias.GetIsID(CompanionCurie [NPC_:00027686]) = 1.000000 AND

And that got the line to play.