KSP-Conformal-Decals/GameData/ConformalDecals/Patches/FAR.cfg

17 lines
418 B
INI
Raw Normal View History

2020-11-13 11:20:51 +00:00
// Decals are just paint, so they shouldnt affect a vessel's aerodynamics at all
@PART[*]:HAS[@MODULE[ModuleConformalDecal]]:After[FerramAerospaceResearch]
2020-11-13 10:22:56 +00:00
{
2020-11-13 11:20:51 +00:00
!MODULE[GeometryPartModule] {}
}
@PART[*]:HAS[@MODULE[ModuleConformalFlag]]:After[FerramAerospaceResearch]
{
!MODULE[GeometryPartModule] {}
}
@PART[*]:HAS[@MODULE[ModuleConformalText]]:After[FerramAerospaceResearch]
{
2020-11-13 10:22:56 +00:00
!MODULE[GeometryPartModule] {}
}