Jump to content

Fuel in winglets and wings doesnt get used


Recommended Posts

Hey there. Following problem: I edited some parts config to add fuel (later on with Interstellar Fuel Switch) but fuel in wings doesnt get used. All other edited parts as nose cones for example work!

Yes, I added fuel before starting. But I didn't tried to acess the fuel with ALT+right klick.

Here's some code:

@PART[wingConnector2]:Final
{
  @cost = 530
  @mass = 0.19
  @fuelCrossFeed = true
  RESOURCE
  {
    name = LiquidFuel
    amount = 0
    maxAmount = 45
  }
  RESOURCE
  {
    name = Oxidizer
    amount = 0
    maxAmount = 55
  }
}

...and here's the mod.

Thanks for all help!

Link to comment
Share on other sites

2 hours ago, Warezcrawler said:

I'm asking, because that one is stock, and it seems you remembered to add "@fuelCrossFeed = true" which in theory should do exactly what you want.

This is not true.  Radially attached parts such as wings do not provide fuel to their parent part nor do they take fuel from their parent part for rocket engines (unless you set stack_PriUsesSurf in Physics.cfg to True).  They will provide fuel to jet engines as these use a different fuel flow mode which ignores how the parts are attached and their fuelCrossFeed settings.

You will either have to change the value in Physics.cfg, run a fuel line from the wing to the body or use the CrossFeedEnabler mod (and add the module to your wing parts).

Link to comment
Share on other sites

1 hour ago, Padishar said:

This is not true.  Radially attached parts such as wings do not provide fuel to their parent part nor do they take fuel from their parent part for rocket engines (unless you set stack_PriUsesSurf in Physics.cfg to True).  They will provide fuel to jet engines as these use a different fuel flow mode which ignores how the parts are attached and their fuelCrossFeed settings.

You will either have to change the value in Physics.cfg, run a fuel line from the wing to the body or use the CrossFeedEnabler mod (and add the module to your wing parts).

Makes sense, I've only used wings for monopropellant and liquidfuel for jets. Both ignore normal fuel flow.... That must be why I didn't notice that they do not provide fuel flow for the parent part. Well TAC Fuel Balancer is a great mod for fuel balancing needs :cool:

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