Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect scene after breakup #371

Closed
Constellation-VASCO opened this issue Oct 24, 2023 · 0 comments
Closed

Incorrect scene after breakup #371

Constellation-VASCO opened this issue Oct 24, 2023 · 0 comments
Labels
Platform: PC (Steam) This issue is being reported from the PC release of Starfield on Steam Type: Missions & Dialogue Relates to missions (quests), NPC dialogue or player dialogue options

Comments

@Constellation-VASCO
Copy link
Collaborator

Constellation-VASCO commented Oct 24, 2023

Fixes an issue that kept the correct scene from playing for Sam, Sarah and Andreja after breaking up with them and asking about your friendship. The prompt should have been "What if I said I wanted to get back together?" instead of "What if I said I wanted more?"


Details

There were a few conditions in companion quests that were not working properly. One example is that if you are in a relationship with Sam and break it off, there is a different scene that should play when you want to get back together with him. This scene wasn't working properly. The conditions that were being run on Subject (Subject.GetValue(COM_HasBeenRomantic) > 1). I changed these to run on QuestAlias instead and that fixed the issue. I found all the conditions in companion quests that were being run on Subject and changed them all to QuestAlias.

https://www.nexusmods.com/starfield/mods/5823

Game Version

1.7.36.0

Language

English (EN)

New Game

Yes

Reproduction Steps

N/A

@Constellation-VASCO Constellation-VASCO added Platform: PC (Steam) This issue is being reported from the PC release of Starfield on Steam Type: Missions & Dialogue Relates to missions (quests), NPC dialogue or player dialogue options labels Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: PC (Steam) This issue is being reported from the PC release of Starfield on Steam Type: Missions & Dialogue Relates to missions (quests), NPC dialogue or player dialogue options
Projects
Status: Closed
Development

No branches or pull requests

2 participants