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

Fix :FOR[RealismOverhaul] in RP-0 #1652

Merged
merged 1 commit into from Apr 5, 2022

Conversation

HebaruSan
Copy link
Contributor

@HebaruSan HebaruSan commented Apr 4, 2022

Hi KSP-RO team,

After #1640, RP-0 now has :FOR[RealismOverhaul] clauses in it. ModuleManager inteprets :FOR as a declaration that we are the specified mod; clauses using :NEEDS[RealismOverhaul] would be activated even if the real RO is absent. RP-0 depends on RO, so there should be no impact as long as the user's install is valid, but it's still better to avoid this:

https://github.com/sarbian/ModuleManager/wiki/Patch-Ordering#the-beforemodname-formodname-and-aftermodname-directives

It is not recommended to use the :FOR directive to refer to other mods than the one you are writing.

Now these are changed to :FOR[RP-0].

Cheers!

@DRVeyl DRVeyl merged commit a3db9b5 into KSP-RO:master Apr 5, 2022
@HebaruSan HebaruSan deleted the fix/for-RealismOverhaul branch April 5, 2022 19:48
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.

None yet

2 participants