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

Followers will sandbox while you are sneaking #900

Closed
Constellation-VASCO opened this issue Mar 11, 2024 · 1 comment
Closed

Followers will sandbox while you are sneaking #900

Constellation-VASCO opened this issue Mar 11, 2024 · 1 comment
Labels
Fix Ready A fix for this issue is ready for merging and testing Platform: PC (Steam) This issue is being reported from the PC release of Starfield on Steam Type: NPCs Relates to non-player characters (NPCs)

Comments

@Constellation-VASCO
Copy link
Collaborator

If you are sneaking, and sit in one spot for a little while to wait for the right moment to move, followers will get bored and start to sandbox around the area. Potentially blowing your cover.


Details

This is because there is no check for sneaking on the sandboxing package. By adding a condition of (PlayerRef [PLYR:00000014]).IsSneaking = 0 to the COM_CND_PACK_SandboxWhileFollowingPlayer CNDF (0028BF2C), we can prevent this from happening.

By checking PlayerRef instead of Subject, sneaking will also cancel any ongoing sandboxing, on top of preventing new sandboxing.

Game Version

1.9.71.0

Language

English (EN)

New Game

Yes

Reproduction Steps

Step 1: Sneak anywhere

Step 2: Wait a little while, and watch your follower start to wander off.

@Constellation-VASCO Constellation-VASCO added Platform: PC (Steam) This issue is being reported from the PC release of Starfield on Steam Type: NPCs Relates to non-player characters (NPCs) labels Mar 11, 2024
@Constellation-VASCO
Copy link
Collaborator Author

@Pickysaurus Pickysaurus added the Fix Ready A fix for this issue is ready for merging and testing label Mar 11, 2024
Pickysaurus added a commit that referenced this issue Mar 30, 2024
Fixes #826
Fixes #649
Fixes #804
Fixes #772
Fixes #771
Fixes #631
Fixes #782
Fixes #818
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Ready A fix for this issue is ready for merging and testing Platform: PC (Steam) This issue is being reported from the PC release of Starfield on Steam Type: NPCs Relates to non-player characters (NPCs)
Projects
Status: Closed
Development

No branches or pull requests

2 participants