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

De-meta NearFutureSolar to fix dependency issues #9965

Merged
merged 1 commit into from Mar 22, 2024

Conversation

HebaruSan
Copy link
Member

Problem

If you install NearFutureSolar-Core by itself, a GameData/NearFutureSolar folder is created, which makes ModuleManager treat NearFutureSolar as installed. This will break mods that use :NEEDS[] directives to turn code on and off with and without that mod.

#9964 fixed an analogous situation with CryoTanks from the same author by removing its metanetkan. We tried to get the metanetkan fixed, but it seems to no longer be maintained.

Changes

  • Now NearFutureSolar and NearFutureSolar-Core also no longer use metanetkans
  • Now NearFutureSolar-Core depends on NearFutureSolar, to effectively eliminate the split

Fixes #9922.

@HebaruSan HebaruSan merged commit b583fe4 into KSP-CKAN:master Mar 22, 2024
1 check passed
@HebaruSan HebaruSan deleted the demeta/nfsolar branch March 22, 2024 18:15
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.

Near Future Solar Core split should probably be removed
1 participant