Jump to content

Stop LH2 & LOX Boil-off in RSS


SimAndi

Recommended Posts

I think i found a way to stop the fuel from boiling away without installing extra mods!

1. Go to your KSP folder and enter the "Game Data" folder.

2. Go into the "Real fuels" folder and then into the "Resources" Folder.

3. Look for a file called "ResourceHsps.cfg" and enter it with notepad.

It should look a bit like this:

@RESOURCE_DEFINITION[LqdOxygen]:FOR[RealFuels]
{
    %hsp = 0 // specific heat capacity (kJ/tonne-K as units) // recalc, mols are for O2 on wiki
    %vsp = 0 // heat of vapourization (KJ/tonne as units)
    %conductivity = 0.152
}

...

4. Look for this:

@RESOURCE_DEFINITION[LqdOxygen]:FOR[RealFuels]
{
    %hsp = 0 // specific heat capacity (kJ/tonne-K as units) // recalc, mols are for O2 on wiki
    %vsp = 0 // heat of vapourization (KJ/tonne as units)
    %conductivity = 0.152
}
@RESOURCE_DEFINITION[LqdHydrogen]:FOR[RealFuels]
{
    %hsp = 0 // specific heat capacity (kJ/tonne-K as units) // recalc, mols are for H2 on wiki
    %vsp = 0 // heat of vapourization (KJ/tonne as units)  or 8.97 * 10^5 or 8.97E5?
    %conductivity = 0.072
}

5. Change the value of "%vsp = ..." to 0 at both fuels.

6. Save and enjoy the game without fuel boiloff!

 

If somebody has a better solution please let me know!

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...