Skip to content

Fix hatch IEnumerator CheckForConnections to support PhysicsHold mod - #537

Open
R-T-B wants to merge 1 commit into
FirstPersonKSP:mainfrom
R-T-B:patch-1
Open

Fix hatch IEnumerator CheckForConnections to support PhysicsHold mod#537
R-T-B wants to merge 1 commit into
FirstPersonKSP:mainfrom
R-T-B:patch-1

Conversation

@R-T-B

@R-T-B R-T-B commented Aug 18, 2026

Copy link
Copy Markdown

When PhysicsHold is installed an enabled on a base, a few bugs occur. The most annoying one is that hatches from inside the base cease to function with FreeIVA. This is because the vessel appears in a packed state.

Since you can only open hatches in FreeIVA mode on a packed vessel you are actually inside (and the bug does not occur from outside), simply checking if we are the active vessel before yielding null should suffice.

When PhysicsHold is installed an enabled on a base, a few bugs occur.  The most annoying one is that hatches from inside the base cease to function with FreeIVA.  This is because the vessel appears in a packed state.

Since you can only open hatches in FreeIVA mode on a packed vessel you are actually inside (and the bug does not occur from outside), simply checking if we are the active vessel before yielding null should suffice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant