Jump to content

Changing RCS to use Liquid Fuel


mreadshaw

Recommended Posts

I'm trying to change the nose cone from this pack http://forum.kerbalspaceprogram.com/threads/105063-1-0-Mk3-Mini-Expansion-Pack-%28Mk3-NoseCone-and-Alternate-Cockpit%29 so that it uses LF+Ox but regardless of whether I use a MM patch or change the original .cfg something breaks. It will properly use fuel no matter which direction I try to translate but only pressing L will produce an animation and thrust. If I hold down L and press another key then the new key will also fire properly until I release L. Below is my MM patch, I basically just copied over the differences from the vernor thruster. Is it something wrong with how I'm doing it or is it a limitation game engine or the model file?

Thanks

@PART[mk3_shuttle_noseCone]{
@MODULE[ModuleRCS]
{
@resourceName = LiquidFuel
PROPELLANT
{
name = LiquidFuel
ratio = 0.9
DrawGauge = True
resourceFlowMode = STAGE_PRIORITY_FLOW
}
PROPELLANT
{
name = Oxidizer
ratio = 1.1
resourceFlowMode = STAGE_PRIORITY_FLOW
}
@atmosphereCurve
{
key = 5 0.001
}
}
!RESOURCE[MonoPropellant] {}
}

Edited by mreadshaw
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...