X Tutup
Skip to content

Fix station pads being assigned wrong bay indicies#5488

Merged
sturnclaw merged 1 commit intopioneerspacesim:masterfrom
sturnclaw:microfixes
Jan 26, 2023
Merged

Fix station pads being assigned wrong bay indicies#5488
sturnclaw merged 1 commit intopioneerspacesim:masterfrom
sturnclaw:microfixes

Conversation

@sturnclaw
Copy link
Member

The bay index assigned to pads was dependent on order of tags in the model file, which can vary depending on the exporter used to generate the model. This caused a mismatch between what was displayed on the UI and which tag was used as the 'landing location'. Instead, the bay index is now determined (correctly) from the _bNN portion of the tag name.

Fixes #5408.

- Bay index was dependent on order of tags in the model file, which can vary depending on exporter etc.
- Load bay index from tag name instead
@sturnclaw sturnclaw merged commit 61124b0 into pioneerspacesim:master Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docking Bay 9 requires player to land on Bay 10

1 participant

X Tutup