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

Neon Security dialog wrong for bounty at entance. #319

Closed
Constellation-VASCO opened this issue Oct 6, 2023 · 1 comment
Closed

Neon Security dialog wrong for bounty at entance. #319

Constellation-VASCO opened this issue Oct 6, 2023 · 1 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

Comments

@Constellation-VASCO
Copy link
Collaborator

Neon Security's comment about your bounty at the entrance checkpoint is incorrect.


Details

Dialog in the DialogueNeonConvo_SecurityCheckpoint (0x32C7C0) quest is conditioned on a CrimeBountyAmount global variable (0x9108). This global variable is only used for the guard arrest quests - DialogueCrimeGuards (0x269BC0) and DialogueCrimeGuards (0x5BD6F). It is set at the beginning of the quest for displaying the payable bounty amount in dialog. It is never cleared when the quest ends because it is probably not intended to be used anywhere else.

This leads to the following issues:

  • If you have a bounty but no guard has attempted to arrest you for it, Neon guards will not comment about it.
  • If you don't have a bounty, but had one in the past, Neon guards will always comment about it.

Game Version

1.7.33.0

New Game

Yes

Reproduction Steps

To reproduce Neon guards not commenting about active bounty:

  1. get a bounty for UC
  2. avoid UC guards
  3. enter Neon through starport entrance.

To reproduce Neon guards commenting about paid off bounty:

  1. get a bounty for UC
  2. get arrested and pay for your bounty
  3. enter Neon through starport entrance.
@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 6, 2023
@Pickysaurus
Copy link
Member

Fixed in 847bc21

(Thanks to wSkeever for the fix!)

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