Rework the Pluto engine Kerbal Atomics patch to bring it more in line with the LV-N under Kerbal Atomics (x1.5)#68
Open
CensoredUsername wants to merge 2 commits intoSuicidalInsanity:masterfrom
Conversation
… with the LV-N under Kerbal Atomics. This somewhat reduces the weight to 1.5x a LV-N again, and converts it into a hybrid LF / LH2 NTR engine just like the LV-N, with matching ISP in either mode. This also adjusts the RealPlume / Waterfall configurations to handle the two different states.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was trying out this mod and liking it, but found the Pluto really underwelming compared to the LV-N for my spaceplanes. This was mainly because it only runs on liquid hydrogen, while the NERV under kerbal atomics can also run on liquid fuel (for a reduced ISP of 600s). Meanwhile the Pluto requires hydrogen fuel, which is is practically impossible to pack sufficient amounts of into the MK2 form factor due to its low density.
This patch ensures the Pluto is basically 1.5x a NERV again when Kerbal Atomics is used in all aspects. I also adjusted the RealPlume / Waterfall configuration to match the dual mode behaviour (although these were mostly minor changes). Small fixes were made to the Systemheat / Near Future Electrical configuration to match (mainly reducing the amount of Uranium from 55 to 15 to match the NERV's 10).
This is my first foray into KSP modding. I've tested this on bare KSP, with Systemheat, RealPlume and Waterfall, but as I was mostly learning while doing this some mistakes might've slipped in.
Edit: also sorted out that Parts with waterfall definitions don't have the realplume definitions used as well.