WIP: Avoid ExposureTime resource conflicts #50
No reviewers
Labels
No labels
AI Generated
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ksp/NehemiahEngineeringOrbitalScience!50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "resource-exposure-time-namespace"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ExposureTimeresource name toNE_ExposureTime.ExposureTimedefinition only when Wild Blue Industries is absent, so old saves can load long enough to migrate.NE_Science.dllwith the updated resource name.Why
Wild Blue Industries defines
ExposureTimeas vessel-wide and pumpable, while NEOS uses it as a part-local no-flow timer for KEES and MEP exposure experiments. Sharing the same resource name can give NEOS exposure timers the wrong flow behavior when both mods are installed.Fixes #49.
Validation
NE_ExposureTimeand legacyExposureTimemigration strings.Closed AI-generated spammed slop which added significant processing overhead to a function which is called every Update().
Furthermore, firstly why should it be NEOS which needs to update instead of WBT (NEOS was released first), and secondly, isn't there an option to collaborate and merge the two definitions so that there is no conflict.
Pull request closed