Jump to content

I'm trying to make an RCS block use IntakeAir


SiliconPyro

Recommended Posts

I'm working on a few VTOL parts and one of them is an RCS block that would use IntakeAir and LiquidFuel, just like the engines. It's kinda of a cheap way of emulating the wingtip attitude control on the Harrier. It isn't working though. I copied over everything from the standard RCS blocks and changed the part.cfg, but now it only thrusts forward, though it does use resources properly. Any ideas what I'm doing wrong?

Here is the MODULE section of the part.cfg:

MODULE{
name = ModuleRCS
thrusterTransformName = RCSthruster
thrusterPower = 15
resourceName = LiquidFuel
resourceFlowMode = STAGE_PRIORITY_FLOW


PROPELLANT
{
name = LiquidFuel
ratio = 1
DrawGuage = True
resourceFlowMode = STAGE_PRIORITY_FLOW
}


PROPELLANT
{
name = IntakeAir
ratio = 15
resourceFlowMode = STAGE_PRIORITY_FLOW
}


atmosphereCurve
{
key = 0 1000
key = 1 2000
}
}

Link to comment
Share on other sites

I haven't seen it crop up but in one mod before, and honestly, if I remember correctly, they just made the air intake resource convertible into a RCS fuel specific to that RCS block. Might have even been automatically done.

Link to comment
Share on other sites

B9 has a compressed air RCS system, I think that converts intake air into compressed air for the propellent. You could take a look into how that operates.

I havent looked into it much as its mainly for VTOL aircraft and they are beyond me :)

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