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

SSTU Engine Cluster Mass Fix #1903

Merged
merged 1 commit into from
Sep 24, 2018

Conversation

DocRockwell
Copy link
Contributor

Fixed the 2n-1 clustering mass bug by ignoring origMass and setting the stock mass parameter to the appropriate value. Mass switching for engines with variants configurable in the GUI is no longer possible on these engines. Added origMass back for the RD-107 and RD-108 as I personally never cluster these engines and would rather have mass switching with tech upgrades.

@MikeOnTea
Copy link
Contributor

MikeOnTea commented Aug 25, 2018

Can you test whether the following line/patch in RO_SuggestedMods/SSTU/SSTU_Engines_GLOBAL.cfg can also fix the problem? I think it did for me and it should thus allow variants and clustering:

@MODULE[SSTUModularEngineCluster]
    {
        @diameterIncrement = 0.1    // Allow increments of 1 cm
+       %adjustMass = false         // Fix mass calculation for clusters
    }

If that works for you too, i'll submit a PR (if you don't beat me to it. :))

@raidernick raidernick merged commit ee4c76f into KSP-RO:master Sep 24, 2018
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

3 participants