Jump to content

[1.8+] Real Fuels


NathanKell

Recommended Posts

13 hours ago, WolfieKSP said:

Please disregard the rant above ^ I have forgot about my second tank, but the problem still remains, my Nerva's have horrible dV's  in Hydrogen config (methane is a little bit better) I think the problem is in the hydrogen storage now

That makes for a  pretty confusing read. The only information or detail is in the first post but then you say to disregard the first post so that means there's really not enough information at all. :/

What tank are you having problems with? If it allows changing the tank type, make sure the type isn't set to inappropriate type. For example, you wouldn't want it set to Service Module if it's meant to be a large integrated type. SM has a higher base mass and if that's what you're using for your H2 tank then you can really screw yourself over. With appropriate tank types (Default, Cryogenic, Balloon, etc) you won't run into abnormal dry mass situations.

(all this assumes it's not a mod part with inappropriate configuration for that part)

Edited by Starwaster
Link to comment
Share on other sites

On 2/9/2024 at 9:44 AM, Starwaster said:

That makes for a  pretty confusing read. The only information or detail is in the first post but then you say to disregard the first post so that means there's really not enough information at all. :/

What tank are you having problems with? If it allows changing the tank type, make sure the type isn't set to inappropriate type. For example, you wouldn't want it set to Service Module if it's meant to be a large integrated type. SM has a higher base mass and if that's what you're using for your H2 tank then you can really screw yourself over. With appropriate tank types (Default, Cryogenic, Balloon, etc) you won't run into abnormal dry mass situations.

(all this assumes it's not a mod part with inappropriate configuration for that part)

Sorry for making it confusing haha, I was using normal stock tanks (with restock installed) I can't choose the tank type tho, is there a tutorial or something like that?

Link to comment
Share on other sites

8 hours ago, WolfieKSP said:

Sorry for making it confusing haha, I was using normal stock tanks (with restock installed) I can't choose the tank type tho, is there a tutorial or something like that?

If you don't have a menu option for different tank types then it might not be a Real Fuels tank.

Are you using the same tank for H2  as you are for hydrolox? Or are they two different parts? Asking because in Real Fuels, you change how much of a resource the tank has based on what needs it. For instance, if you have a nuclear engine, you go into the tank GUI and add all hydrogen. (or all ammonia, methane, water if the engine allows changing between those types)

So if it's two different tank types that you're choosing between then doesn't sound like it's an RF tank.

Link to comment
Share on other sites

  • 1 month later...

I seem to be having a problem with the dv equations with mechjeb, KER, and the built-in dv calculator. It relates to cryogenic engines, specifically they don't seem to calculate the use of oxidizer-it shows the "stage end" weight as if the tanks are still full of liquid oxygen, resulting in totally inaccurate dv totals. but only in the VAB, interestingly, the problem does not persist when the craft is in flight. running on ksp 1.12.x with the stockalike configs and the Bellabong 1.2 BDB patch found here: https://github.com/Bellabong/RealFuels-Stock/releases

Link to comment
Share on other sites

  • 3 weeks later...
On 1/31/2021 at 5:07 PM, SpacedInvader said:

So it turns out I wasn't quite paying attention to what I was reading from when I replied to your post, the patch notes are from KSP 1.11.1 actually and after downloading that, I do see the line they were referring to in the configs. After some testing it looks like it doesn't matter what resource you patch into the jetpacks because they don't actually refill from whats on the ship but rather from a magical stockpile. With that said, I think I might know where you went wrong here... did you change both the tank contents and the KerbalEVA module's fuel of choice? Here is the patch I just whipped up to make my jetpacks use Hydrazine instead of EVA Propellant and it works just fine:
 

@PART[kerbalEVA*]:NEEDS[RealFuels]
{
    @MODULE[KerbalEVA]
    {
        @propellantResourceName = Hydrazine
    }
}

@PART[evaJetpack]:NEEDS[RealFuels]
{
    !RESOURCE[*]{}
    RESOURCE
    {
        name = Hydrazine
        amount = 5
        maxAmount = 5
        isTweakable = False
    }
}

My thinking is you changed the jetpack's contents, but not the fuel the kerbal's eva module, which is actually a part of the kerbal themselves, wants to see. If I'm still wrong here, my best suggestion is to remove the service tanks from the kerbals and just pick a single fuel for them to use and define it in a fixed way like I did in the patch.

EDIT: Considering the fact that the tanks refill magically, it might be better from a realism perspective to use something like nitrogen since hydrazine is just a little too terrible of a chemical to be put into something you might accidentally fire inside the ship...

i know im pretty late but how do install this patch?

Link to comment
Share on other sites

4 hours ago, velonmusk said:

i know im pretty late but how do install this patch?

Copy the patch text into a new empty text file and save it into GameData as a .cfg file with any filename you want, I suggest a new folder to hold all your patches and then a meaningful name (e.g. GameData/Z_MyPatches/RealFuels_EvaFuel.cfg)

Link to comment
Share on other sites

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...