As of now, near as I can tell, the Orion drive doesn't show up anywhere on the tech tree, so I tried adding a MM config in the mod's folder, but it doesn't seem to be working. Here is a sample of the format I'm using for each part in the .cfg.
@PART[USAFOrion3Engine]:FOR[USAFOrion]:NEEDS[CommunityTechTree]
{
@TechRequired = improvedNuclearPropulsion
}
The name in brackets for the PART should be the 'name = x' from the part's config, right? And the FOR piece should be the...name of the mod's .dll? Does it matter where in the mod folder in gamedata that you put the .cfg with this bit in it? Am I doing anything obviously wrong?