Is it possible to add an intake from another mod? I'm trying to add the Mk1 S-Duct intake from the Cold War Aerospace mod. Under the Inlets folder I've added a ColdWarAerospace.cfg file and included the following data in the file. In-game it looks correct in the SPH, but on launch the intake status reads closed and can't be opened. Thanks for any guidance.
@PART[Mk1_S-Duct_Intake]:NEEDS[AJE]
{
@MODULE[ModuleResourceIntake]
{
@name = AJEInlet
Area = 0.75
#@AJE_TPR_CURVE_DEFAULTS/AdjustableSupersonic/TPRCurve {}
inletTitle = #$@AJE_TPR_CURVE_DEFAULTS/AdjustableSupersonic/title$
inletDescription = #$@AJE_TPR_CURVE_DEFAULTS/AdjustableSupersonic/description$
}
}