Jump to content

Part.fuelCrossFeed not being honored


Recommended Posts

I'm working on a mod which will provide modular segmented SRBs.  I'm having a problem with the fuelCrossFeed flag.

The mod looks at all the parts stacked above the engine, and when it find a part which is not an appropriate tank, (ie:  no solidFuel), it disables the fuelCrossFeed flag for that part.  In my tests, I have (from the bottom up):

  1. SRB engine
  2. SRB tank 1
  3. RC-001S Remote Guidance Unit
  4. SRB tank 2

 

So the engine is supposed to drain SRB tank 1, and not SRB tank 2.  I've verified that in flight the fuelCrossFeed flag is set off on the guidance unit, yet fuel continues to be drained from SRB tank 2.

So how can I get the fuelCrossFeed flag to be honored?

I see that there is another field referencing crossfeed:

string Part.NoCrossFeedNodeKey = ""

but can't find any information on it

 

Edit:  I've also tried setting the attach node variable:  ResourceXFeed false, no change

Edited by linuxgurugamer
Link to comment
Share on other sites

  • 4 weeks later...

iirc, when the fuel priority system was introduced, the fuel system changed and you may be using a boolean flag from the old implementation.

and an unverified educated guess, NoCrossFeedNodeKey would be the Key Identifier to the parent Attachment Node the tank(s) are connected to.  

Edited by Xyphos
Link to comment
Share on other sites

  • 2 weeks later...
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...