@Cassiopee @Capt. James T. Kirman
I may have found a quick fix for this: comment the 2 "texture" lines from the MODEL subsection on top of the MarkIVSystem\Parts\Pods\mk4cockpit-2\mk4cockpit-2.cfg. E.g.
This
MODEL
{
model = MarkIVSystem/Parts/Pods/mk4cockpit-2/mk4cockpit-2
texture = mk4common-1-blank, MarkIVSystem/Parts/Fuselage/mk4common-1
texture = mk4common-1-blank-e, MarkIVSystem/Parts/Fuselage/mk4common-1-e
}
Becomes this
MODEL
{
model = MarkIVSystem/Parts/Pods/mk4cockpit-2/mk4cockpit-2
//texture = mk4common-1-blank, MarkIVSystem/Parts/Fuselage/mk4common-1
//texture = mk4common-1-blank-e, MarkIVSystem/Parts/Fuselage/mk4common-1-e
}