Hi,
I have several parts in this mod I'm making with builtin parachutes.
I have a problem in that they are not getting drag cubes generated in the PartDatabase.cfg, instead I see the following:
PART
{
url = ModularSegmentedSRBs/Parts/ModularSRB/0625/Nosecone_0625/MSSRB_Nosecone_0625
DRAG_CUBE
{
procedural = True
}
}
I know that I can embed drag cubes directly in the part file, but am puzzled as to why this is happening.
Could it be because of the partvariant? When I deleted the Module ModulePartVariants, it did create it properly.
Wondering if this is intentional or a possible bug